Home
last modified time | relevance | path

Searched refs:pos4 (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/SanitizerCoverage/
Dchains.ll19 br label %pos4
23 pos4:
25 ; CHECK-LABEL: pos4:
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestNumberFormatAPI.java99 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
116 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
DIntlTestDecimalFormatAPI.java155 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
166 res4 = cust1.format(l, res4, pos4); in TestAPI()
DIntlTestDecimalFormatAPIC.java113 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
124 res4 = cust1.format(l, res4, pos4); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java96 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
113 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
DIntlTestDecimalFormatAPI.java152 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
163 res4 = cust1.format(l, res4, pos4); in TestAPI()
DIntlTestDecimalFormatAPIC.java110 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
121 res4 = cust1.format(l, res4, pos4); in TestAPI()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dexp-err.s7 exp pos4 v3, v2, v1, v0
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp125 …NT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT… in testAPI() local
147 res6 = cur_fr->format(fL, res6, pos4, status); in testAPI()
Ddcfmapts.cpp214 …NT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT… in testAPI() local
230 res4 = cust2.format(fL, res4, pos4, status); in testAPI()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c854 static const float pos4[4][2] = { in svga_get_sample_position() local
892 positions = pos4; in svga_get_sample_position()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3591 static const tSamplePos pos4[] = { in getSamplePosArray() local
3612 case 4: sampleLoc = pos4; break; in getSamplePosArray()