Searched defs:f2u (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dtest_vf_float_conversions.cpp56 f2u(float f) function
70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf)));
93 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(+0.0f))), f2u(+0.0f));
94 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(-0.0f))), f2u(-0.0f));
/external/valgrind/none/tests/arm/
H A Dvfpv4_fma.c10 static unsigned int f2u(float x) { function
106 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
107 TESTINSN_bin_f32("vfma.f32 s7, s1, s6", s7, s1, i32, f2u(INFINITY), s6, i32, f2u(NAN));
108 TESTINSN_bin_f32("vfma.f32 s0, s5, s2", s0, s5, i32, f2u(NAN), s2, i32, f2u(-1.0));
109 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0));
110 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NA
[all...]
H A Dneon128.c33 static inline unsigned int f2u(float x) { function
2242 TESTINSN_bin("vadd.f32 q0, q5, q2", q0, q5, i32, f2u(23.04), q2, i32, f2u(-45.5687));
2243 TESTINSN_bin("vadd.f32 q3, q4, q5", q3, q4, i32, f2u(-347856.475), q5, i32, f2u(1346));
2244 TESTINSN_bin("vadd.f32 q10, q11, q2", q10, q11, i32, f2u(48755), q2, i32, f2u(-45786.476));
2245 TESTINSN_bin("vadd.f32 q9, q5, q7", q9, q5, i32, f2u(95867.76), q7, i32, f2u(17065));
2246 TESTINSN_bin("vadd.f32 q0, q5, q2", q0, q5, i32, f2u(
[all...]
H A Dneon64.c34 static inline unsigned int f2u(float x) { function
3595 TESTINSN_bin("vadd.f32 d0, d5, d2", d0, d5, i32, f2u(23.04), d2, i32, f2u(-45.5687));
3596 TESTINSN_bin("vadd.f32 d3, d4, d5", d3, d4, i32, f2u(-347856.475), d5, i32, f2u(1346));
3597 TESTINSN_bin("vadd.f32 d10, d11, d2", d10, d11, i32, f2u(48755), d2, i32, f2u(-45786.476));
3598 TESTINSN_bin("vadd.f32 d9, d5, d7", d9, d5, i32, f2u(95867.76), d7, i32, f2u(17065));
3599 TESTINSN_bin("vadd.f32 d0, d5, d2", d0, d5, i32, f2u(
[all...]
H A Dvfp.c26 static inline unsigned int f2u(float x) { function
1062 TESTINSN_core_to_scalar("vmov.32 d0[0], r5", d0, r5, f2u(13));
1064 TESTINSN_core_to_scalar("vmov.32 d20[0], r5", d20, r5, f2u(NAN));
1065 TESTINSN_core_to_scalar("vmov.32 d29[1], r6", d29, r6, f2u(172));
1066 TESTINSN_core_to_scalar("vmov.32 d30[0], r5", d30, r5, f2u(INFINITY));
1067 TESTINSN_core_to_scalar("vmov.32 d11[1], r6", d11, r6, f2u(-INFINITY));
1068 TESTINSN_core_to_scalar("vmov.32 d18[0], r5", d11, r5, f2u(653));
1071 TESTINSN_core_to_scalar("vmov.16 d14[1], r5", d14, r5, f2u(NAN));
1074 TESTINSN_core_to_scalar("vmov.16 d0[0], r5", d0, r5, f2u(INFINITY));
1075 TESTINSN_core_to_scalar("vmov.16 d7[1], r5", d7, r5, f2u(
[all...]
/external/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp474 f2u(operand a) function in namespace:ir_builder
/external/swiftshader/src/Shader/
H A DShaderCore.cpp627 void ShaderCore::f2u(Vector4f &dst, const Vector4f &src) function in class:sw::ShaderCore

Completed in 258 milliseconds