/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | function_list.h | 37 int (*i_f)(double); member 54 int (*i_f)(long double); member
|
D | i_unary_float.cpp | 218 r[j] = f->func.i_f(s[j]); in TestFunc_Int_Float() 246 unsigned int correct0 = f->func.i_f(0.0); in TestFunc_Int_Float() 247 unsigned int correct1 = f->func.i_f(-0.0); in TestFunc_Int_Float()
|
D | i_unary_double.cpp | 221 r[j] = f->dfunc.i_f(s[j]); in TestFunc_Int_Double() 249 unsigned int correct0 = f->dfunc.i_f(0.0); in TestFunc_Int_Double() 250 unsigned int correct1 = f->dfunc.i_f(-0.0); in TestFunc_Int_Double()
|
D | macro_unary_double.cpp | 405 for (size_t j = 0; j < buffer_elements; j++) r[j] = dfunc.i_f(s[j]); in Test() 437 cl_long correct = dfunc.i_f(+0.0f); in Test() 438 cl_long correct2 = dfunc.i_f(-0.0f); in Test() 461 int64_t correct = -dfunc.i_f(+0.0f); in Test() 462 int64_t correct2 = -dfunc.i_f(-0.0f); in Test()
|
D | macro_unary_float.cpp | 315 #define ref_func(s) (signbit_test ? func.i_f_f(s) : func.i_f(s)) in Test()
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | fpintconv.ll | 9 @i_f = common global i32 0, align 4 21 store i32 %conv, i32* @i_f, align 4
|
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | fpintconv.ll | 9 @i_f = common global i32 0, align 4 21 store i32 %conv, i32* @i_f, align 4
|
/external/deqp-deps/glslang/Test/ |
D | spv.types.frag | 25 in float i_f; 42 float f = u_f + i_f;
|
D | types.frag | 28 in float i_f; 45 float f = u_f + i_f;
|
D | spv.conversion.frag | 28 in float i_f; 38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
|
D | conversion.frag | 28 in float i_f; 38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | types.frag | 28 in float i_f; 45 float f = u_f + i_f;
|
D | spv.types.frag | 25 in float i_f; 42 float f = u_f + i_f;
|
D | spv.conversion.frag | 28 in float i_f; 38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
|
D | conversion.frag | 28 in float i_f; 38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.types.frag.out | 39 Name 134 "i_f" 67 Decorate 134(i_f) Location 12 126 134(i_f): 131(ptr) Variable Input 239 135: 128(float) Load 134(i_f)
|
D | spv.conversion.frag.out | 20 Name 53 "i_f" 54 Decorate 53(i_f) Location 4 87 53(i_f): 52(ptr) Variable Input 205 54: 16(float) Load 53(i_f)
|
D | types.frag.out | 141 0:45 'i_f' ( smooth in float) 333 0:? 'i_f' ( smooth in float) 481 0:45 'i_f' ( smooth in float) 673 0:? 'i_f' ( smooth in float)
|
D | conversion.frag.out | 44 0:38 'i_f' ( smooth in float) 472 0:? 'i_f' ( smooth in float) 523 0:38 'i_f' ( smooth in float) 951 0:? 'i_f' ( smooth in float)
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.types.frag.out | 39 Name 134 "i_f" 67 Decorate 134(i_f) Location 12 126 134(i_f): 131(ptr) Variable Input 239 135: 128(float) Load 134(i_f)
|
D | spv.conversion.frag.out | 20 Name 53 "i_f" 54 Decorate 53(i_f) Location 4 87 53(i_f): 52(ptr) Variable Input 205 54: 16(float) Load 53(i_f)
|
D | types.frag.out | 141 0:45 'i_f' ( smooth in float) 333 0:? 'i_f' ( smooth in float) 481 0:45 'i_f' ( smooth in float) 673 0:? 'i_f' ( smooth in float)
|
D | conversion.frag.out | 44 0:38 'i_f' ( smooth in float) 472 0:? 'i_f' ( smooth in float) 523 0:38 'i_f' ( smooth in float) 951 0:? 'i_f' ( smooth in float)
|
/external/llvm-project/llvm/utils/ |
D | shuffle_select_fuzz_tester.py | 378 i_f = 'f' if ty.is_float else 'i' 384 ty = ty.dump(), i_f = i_f, scalar_ty = scalar_ty.dump(),
|
/external/flatbuffers/tests/ |
D | test.cpp | 2765 auto i_f = slb.LastValue(); in FlexBuffersTest() local 2769 slb.ReuseValue(i_f); in FlexBuffersTest() 2790 auto i_f = slb3.LastValue(); in FlexBuffersTest() local 2794 slb3.ReuseValue(i_f); in FlexBuffersTest()
|