Home
last modified time | relevance | path

Searched refs:one_point_five (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AVX512/
DMathFunctions.h260 _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/
DMathFunctions.h396 _EIGEN_DECLARE_CONST_Packet8f(one_point_five, 1.5f);
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h487 _EIGEN_DECLARE_CONST_Packet4f(one_point_five, 1.5f);
/external/vixl/src/aarch64/
Dlogic-aarch64.cc3787 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/
Dr600_shader.c3756 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()