Home
last modified time | relevance | path

Searched refs:pf2 (Results 1 – 16 of 16) sorted by relevance

/external/deqp-deps/glslang/Test/
Dspv.queryL.frag30 vec2 pf2;
34 lod += textureQueryLod(isamp2D, pf2);
38 lod += textureQueryLod(usamp2DA, pf2);
42 lod += textureQueryLod(samp2Ds, pf2);
45 lod += textureQueryLod(samp2DAs, pf2);
D400.frag165 vec2 pf2;
169 lod = textureQueryLod(isamp2D, pf2);
173 lod = textureQueryLod(usamp2DA, pf2);
177 lod = textureQueryLod(samp2Ds, pf2);
180 lod = textureQueryLod(samp2DAs, pf2);
184 lod = textureQueryLod(sampRect, pf2); // ERROR
D330.frag137 vec2 pf2;
141 lod = textureQueryLod(samp2Ds, pf2); // ERROR, not until 400
D400.geom112 vec2 pf2;
116 lod = textureQueryLod(samp2Ds, pf2); // ERROR, only in fragment
/external/clang/test/Sema/
Dwarn-bad-function-cast.c14 int *pf2(void);
34 (char *)pf2(); in foo()
45 …(__PTRDIFF_TYPE__)pf2(); /* expected-warning {{cast from function call of type 'int *' to non-matc… in foo()
/external/clang/test/CodeGen/
Dmicrosoft-call-conv-x64.c18 void (__stdcall *pf2)(void) = f2; variable
26 pf1(); pf2(); pf4(); pf5(); in main()
Dmicrosoft-call-conv.c31 void (__stdcall *pf2)(void) = f2; variable
44 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); pf7(); in main()
Dstdcall-fastcall.c24 void (__attribute__((stdcall)) *pf2)(void) = f2; variable
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
/external/icu/icu4c/source/test/intltest/
Dplurfmts.cpp653 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode); in ordinalFormatTest() local
654 pf2.applyPattern(pattern, errorCode); in ordinalFormatTest()
658 result = pf2.format((int32_t)456, errorCode); in ordinalFormatTest()
663 result = pf2.format((int32_t)111, errorCode); in ordinalFormatTest()
677 PluralFormat pf2(Locale::getEnglish(), in TestDecimals() local
680 pf2.setNumberFormat(&df, errorCode); in TestDecimals()
681 …assertEquals("offset-decimals format(1)", "another 0.0 meters", pf2.format((int32_t)1, errorCode),… in TestDecimals()
682 …assertEquals("offset-decimals format(2)", "another 1.0 meters", pf2.format((int32_t)2, errorCode),… in TestDecimals()
683 …assertEquals("offset-decimals format(2.5)", "another 1.5 meters", pf2.format(2.5, errorCode), TRUE… in TestDecimals()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.queryL.frag.out23 Name 25 "pf2"
179 25(pf2): 8(ptr) Variable Function
187 26: 7(fvec2) Load 25(pf2)
211 66: 7(fvec2) Load 25(pf2)
229 93: 7(fvec2) Load 25(pf2)
247 120: 7(fvec2) Load 25(pf2)
D400.frag.out417 0:169 'pf2' ( temp 2-component vector of float)
437 0:173 'pf2' ( temp 2-component vector of float)
452 0:177 'pf2' ( temp 2-component vector of float)
467 0:180 'pf2' ( temp 2-component vector of float)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralFormatUnitTest.java404 PluralFormat pf2 = new PluralFormat(ULocale.ENGLISH, in TestDecimals() local
406 pf2.setNumberFormat(new DecimalFormat("0.0", new DecimalFormatSymbols(ULocale.ENGLISH))); in TestDecimals()
407 assertEquals("offset-decimals format(1)", "another 0.0 meters", pf2.format(1)); in TestDecimals()
408 assertEquals("offset-decimals format(2)", "another 1.0 meters", pf2.format(2)); in TestDecimals()
409 assertEquals("offset-decimals format(2.5)", "another 1.5 meters", pf2.format(2.5)); in TestDecimals()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatUnitTest.java401 PluralFormat pf2 = new PluralFormat(ULocale.ENGLISH, in TestDecimals() local
403 pf2.setNumberFormat(new DecimalFormat("0.0", new DecimalFormatSymbols(ULocale.ENGLISH))); in TestDecimals()
404 assertEquals("offset-decimals format(1)", "another 0.0 meters", pf2.format(1)); in TestDecimals()
405 assertEquals("offset-decimals format(2)", "another 1.0 meters", pf2.format(2)); in TestDecimals()
406 assertEquals("offset-decimals format(2.5)", "another 1.5 meters", pf2.format(2.5)); in TestDecimals()
/external/clang/test/SemaCXX/
Dmember-pointer.cpp52 int (A::*pf2)(int, int); in f() local
54 bool b1 = (pf == pf2); (void)b1; in f()
55 bool b2 = (pf != pf2); (void)b2; in f()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonPatterns.td44 // SDNodes, use pf1/pf2 to convert them to PatFrags. Use common frags
255 class pf2<SDNode Op> : PatFrag<(ops node:$a, node:$b), (Op node:$a, node:$b)>;
299 def Add: pf2<add>; def And: pf2<and>; def Sra: pf2<sra>;
300 def Sub: pf2<sub>; def Or: pf2<or>; def Srl: pf2<srl>;
301 def Mul: pf2<mul>; def Xor: pf2<xor>; def Shl: pf2<shl>;
303 def Rol: pf2<rotl>;
1148 def: OpR_RI_pat<S2_asl_i_vw, pf2<HexagonVASL>, v2i32, V2I32, u5_0ImmPred>;
1149 def: OpR_RI_pat<S2_asl_i_vh, pf2<HexagonVASL>, v4i16, V4I16, u4_0ImmPred>;
1150 def: OpR_RI_pat<S2_asr_i_vw, pf2<HexagonVASR>, v2i32, V2I32, u5_0ImmPred>;
1151 def: OpR_RI_pat<S2_asr_i_vh, pf2<HexagonVASR>, v4i16, V4I16, u4_0ImmPred>;
[all …]
/external/clang/test/Parser/
Dcxx0x-ambig.cpp147 void (*pf2)() {}; in test()