/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.queryL.frag | 30 vec2 pf2; 34 lod += textureQueryLod(isamp2D, pf2); 38 lod += textureQueryLod(usamp2DA, pf2); 42 lod += textureQueryLod(samp2Ds, pf2); 45 lod += textureQueryLod(samp2DAs, pf2);
|
D | 150.frag | 111 vec2 pf2; 115 lod = textureQueryLod(samp2Ds, pf2); // ERROR, extension GL_ARB_texture_query_lod needed 138 vec2 pf2; 142 lod = textureQueryLod(isamp2D, pf2); 146 lod = textureQueryLod(usamp2DA, pf2); 149 lod = textureQueryLod(samp2Ds, pf2); 152 lod = textureQueryLod(samp2DAs, pf2); 155 lod = textureQueryLod(sampRect, pf2); // ERROR
|
D | 400.frag | 165 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
|
/external/deqp-deps/glslang/Test/ |
D | spv.queryL.frag | 30 vec2 pf2; 34 lod += textureQueryLod(isamp2D, pf2); 38 lod += textureQueryLod(usamp2DA, pf2); 42 lod += textureQueryLod(samp2Ds, pf2); 45 lod += textureQueryLod(samp2DAs, pf2);
|
D | 150.frag | 111 vec2 pf2; 115 lod = textureQueryLod(samp2Ds, pf2); // ERROR, extension GL_ARB_texture_query_lod needed 138 vec2 pf2; 142 lod = textureQueryLod(isamp2D, pf2); 146 lod = textureQueryLod(usamp2DA, pf2); 149 lod = textureQueryLod(samp2Ds, pf2); 152 lod = textureQueryLod(samp2DAs, pf2); 155 lod = textureQueryLod(sampRect, pf2); // ERROR
|
D | 400.frag | 165 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
|
/external/clang/test/Sema/ |
D | warn-bad-function-cast.c | 14 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/llvm-project/clang/test/Sema/ |
D | warn-bad-function-cast.c | 14 int *pf2(void); 39 (char *)pf2(); in foo() 51 …(__PTRDIFF_TYPE__)pf2(); /* expected-warning {{cast from function call of type 'int *' to non-matc… in foo()
|
/external/clang/test/CodeGen/ |
D | microsoft-call-conv-x64.c | 18 void (__stdcall *pf2)(void) = f2; variable 26 pf1(); pf2(); pf4(); pf5(); in main()
|
D | microsoft-call-conv.c | 31 void (__stdcall *pf2)(void) = f2; variable 44 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); pf7(); in main()
|
D | stdcall-fastcall.c | 24 void (__attribute__((stdcall)) *pf2)(void) = f2; variable 35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
|
/external/llvm-project/clang/test/CodeGen/ |
D | microsoft-call-conv-x64.c | 18 void (__stdcall *pf2)(void) = f2; variable 26 pf1(); pf2(); pf4(); pf5(); in main()
|
D | microsoft-call-conv.c | 31 void (__stdcall *pf2)(void) = f2; variable 44 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); pf7(); in main()
|
D | stdcall-fastcall.c | 24 void (__attribute__((stdcall)) *pf2)(void) = f2; variable 35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | plurfmts.cpp | 647 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode); in ordinalFormatTest() local 648 pf2.applyPattern(pattern, errorCode); in ordinalFormatTest() 652 result = pf2.format((int32_t)456, errorCode); in ordinalFormatTest() 657 result = pf2.format((int32_t)111, errorCode); in ordinalFormatTest() 671 PluralFormat pf2(Locale::getEnglish(), in TestDecimals() local 674 pf2.setNumberFormat(&df, errorCode); in TestDecimals() 675 …assertEquals("offset-decimals format(1)", "another 0.0 meters", pf2.format((int32_t)1, errorCode),… in TestDecimals() 676 …assertEquals("offset-decimals format(2)", "another 1.0 meters", pf2.format((int32_t)2, errorCode),… in TestDecimals() 677 …assertEquals("offset-decimals format(2.5)", "another 1.5 meters", pf2.format(2.5, errorCode), TRUE… in TestDecimals()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.queryL.frag.out | 23 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)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.queryL.frag.out | 23 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)
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatUnitTest.java | 401 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | PluralFormatUnitTest.java | 404 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/clang/test/SemaCXX/ |
D | member-pointer.cpp | 52 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/llvm-project/clang/test/SemaCXX/ |
D | member-pointer.cpp | 52 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/llvm-project/flang/test/Semantics/ |
D | save01.f90 | 15 INTEGER :: pf2 local
|
/external/javassist/src/test/test/javassist/proxy/ |
D | ProxySimpleTest.java | 99 ProxyFactory pf2 = new ProxyFactory(); in testWriteReplace() local 100 pf2.setSuperclass(WriteReplace2.class); in testWriteReplace() 101 Object data2 = pf2.createClass().getConstructor().newInstance(); in testWriteReplace()
|
/external/javassist/src/test/testproxy/ |
D | ProxyTester.java | 416 ProxyFactory pf2 = new ProxyFactory(); in testWriteReplace() local 417 pf2.setSuperclass(WriteReplace2.class); in testWriteReplace() 418 Object data2 = pf2.createClass().getConstructor().newInstance(); in testWriteReplace()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonPatterns.td | 43 // SDNodes, use pf1/pf2 to convert them to PatFrags. Use common frags 292 class pf2<SDNode Op> : PatFrag<(ops node:$a, node:$b), (Op node:$a, node:$b)>; 370 def Add: pf2<add>; def And: pf2<and>; def Sra: pf2<sra>; 371 def Sub: pf2<sub>; def Or: pf2<or>; def Srl: pf2<srl>; 372 def Mul: pf2<mul>; def Xor: pf2<xor>; def Shl: pf2<shl>; 374 def Smin: pf2<smin>; def Smax: pf2<smax>; 375 def Umin: pf2<umin>; def Umax: pf2<umax>; 377 def Rol: pf2<rotl>; 1309 def: OpR_RI_pat<S2_asl_i_vw, pf2<HexagonVASL>, v2i32, V2I32, u5_0ImmPred>; 1310 def: OpR_RI_pat<S2_asl_i_vh, pf2<HexagonVASL>, v4i16, V4I16, u4_0ImmPred>; [all …]
|