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/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 3126 const T one_point_five = 1.5; in FPRSqrtStepFused() local 3131 return one_point_five; in FPRSqrtStepFused() 3141 return FusedMultiplyAdd(op1 / two, op2, one_point_five); in FPRSqrtStepFused() 3143 return FusedMultiplyAdd(op1, op2 / two, one_point_five); in FPRSqrtStepFused() 3147 return one_point_five; in FPRSqrtStepFused()
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 3916 const T one_point_five = 1.5; in FPRSqrtStepFused() local 3920 return one_point_five; in FPRSqrtStepFused() 3930 return FusedMultiplyAdd(op1 / two, op2, one_point_five); in FPRSqrtStepFused() 3932 return FusedMultiplyAdd(op1, op2 / two, one_point_five); in FPRSqrtStepFused() 3936 return one_point_five; in FPRSqrtStepFused()
|