Home
last modified time | relevance | path

Searched refs:mod3 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelPipeline.cpp484 Vector4s mod3;
555 mod3.x = SubSat(Short4(0x1000), arg3->x);
556 mod3.y = SubSat(Short4(0x1000), arg3->y);
557 mod3.z = SubSat(Short4(0x1000), arg3->z);
558 mod3.w = SubSat(Short4(0x1000), arg3->w);
560 arg3 = &mod3;
563 mod3.x = arg3->w;
564 mod3.y = arg3->w;
565 mod3.z = arg3->w;
566 mod3
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DModifierTest.java122 Modifier mod3 = new CurrencySpacingEnabledModifier(prefix, suffix, false, true, symbols); in testCurrencySpacingEnabledModifier()
123 assertModifierEquals(mod3, 3, true, "USD|\u00A0XYZ", "$$$nn$$$"); in testCurrencySpacingEnabledModifier()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DModifierTest.java119 Modifier mod3 = new CurrencySpacingEnabledModifier(prefix, suffix, false, true, symbols); in testCurrencySpacingEnabledModifier()
120 assertModifierEquals(mod3, 3, true, "USD|\u00A0XYZ", "$$$nn$$$"); in testCurrencySpacingEnabledModifier()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_modifiers.cpp143 CurrencySpacingEnabledModifier mod3(prefix, suffix, false, true, symbols, status); in testCurrencySpacingEnabledModifier()
145 assertModifierEquals(mod3, 3, true, u"USD|\u00A0XYZ", u"$$$nn$$$", status); in testCurrencySpacingEnabledModifier()
/third_party/python/Lib/test/
H A Dtest_inspect.py878 import inspect_fodder3 as mod3 namespace
879 self.fodderModule = mod3

Completed in 10 milliseconds