Searched refs:one_point_five (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | MathFunctions.h | 260 _EIGEN_DECLARE_CONST_Packet16f(one_point_five, 1.5f); 283 _EIGEN_DECLARE_CONST_Packet8d(one_point_five, 1.5); 327 _EIGEN_DECLARE_CONST_Packet16f(one_point_five, 1.5f); 357 _EIGEN_DECLARE_CONST_Packet8d(one_point_five, 1.5);
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | MathFunctions.h | 396 _EIGEN_DECLARE_CONST_Packet8f(one_point_five, 1.5f);
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 487 _EIGEN_DECLARE_CONST_Packet4f(one_point_five, 1.5f);
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 3787 const T one_point_five = 1.5; in FPRSqrtStepFused() local 3792 return one_point_five; in FPRSqrtStepFused() 3802 return FusedMultiplyAdd(op1 / two, op2, one_point_five); in FPRSqrtStepFused() 3804 return FusedMultiplyAdd(op1, op2 / two, one_point_five); in FPRSqrtStepFused() 3808 return one_point_five; in FPRSqrtStepFused()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 3756 static float one_point_five = 1.5f; in tgsi_tex() local 3971 alu.src[2].value = *(uint32_t *)&one_point_five; in tgsi_tex() 3992 alu.src[2].value = *(uint32_t *)&one_point_five; in tgsi_tex()
|