Home
last modified time | relevance | path

Searched refs:i_f (Results 1 – 25 of 26) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dfunction_list.h37 int (*i_f)(double); member
54 int (*i_f)(long double); member
Di_unary_float.cpp218 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()
Di_unary_double.cpp221 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()
Dmacro_unary_double.cpp405 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()
Dmacro_unary_float.cpp315 #define ref_func(s) (signbit_test ? func.i_f_f(s) : func.i_f(s)) in Test()
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dfpintconv.ll9 @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/
Dfpintconv.ll9 @i_f = common global i32 0, align 4
21 store i32 %conv, i32* @i_f, align 4
/external/deqp-deps/glslang/Test/
Dspv.types.frag25 in float i_f;
42 float f = u_f + i_f;
Dtypes.frag28 in float i_f;
45 float f = u_f + i_f;
Dspv.conversion.frag28 in float i_f;
38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
Dconversion.frag28 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/
Dtypes.frag28 in float i_f;
45 float f = u_f + i_f;
Dspv.types.frag25 in float i_f;
42 float f = u_f + i_f;
Dspv.conversion.frag28 in float i_f;
38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
Dconversion.frag28 in float i_f;
38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
/external/deqp-deps/glslang/Test/baseResults/
Dspv.types.frag.out39 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)
Dspv.conversion.frag.out20 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)
Dtypes.frag.out141 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)
Dconversion.frag.out44 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/
Dspv.types.frag.out39 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)
Dspv.conversion.frag.out20 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)
Dtypes.frag.out141 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)
Dconversion.frag.out44 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/
Dshuffle_select_fuzz_tester.py378 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/
Dtest.cpp2765 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()

12