Home
last modified time | relevance | path

Searched refs:cephes_exp_p1 (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h59 static _EIGEN_DECLARE_CONST_Packet4f(cephes_exp_p1, 1.3981999507E-3f);
76 static _EIGEN_DECLARE_CONST_Packet2d(cephes_exp_p1, 3.02994407707441961300e-2);
/external/eigen/Eigen/src/Core/arch/NEON/
DMathFunctions.h34 _EIGEN_DECLARE_CONST_Packet4f(cephes_exp_p1, 1.3981999507E-3f);
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h33 static _EIGEN_DECLARE_CONST_Packet2d(cephes_exp_p1, 3.02994407707441961300e-2);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.cc135 const llvm::APFloat cephes_exp_p1 = GetIeeeF32(1.3981999507E-3); in GenerateVF32Exp() local
150 llvm::Value* y = vsl.MulAdd(x, cephes_exp_p0, cephes_exp_p1); in GenerateVF32Exp()
/external/eigen/Eigen/src/Core/arch/AVX/
DMathFunctions.h220 _EIGEN_DECLARE_CONST_Packet8f(cephes_exp_p1, 1.3981999507E-3f);
290 _EIGEN_DECLARE_CONST_Packet4d(cephes_exp_p1, 3.02994407707441961300e-2);
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h123 _EIGEN_DECLARE_CONST_Packet4f(cephes_exp_p1, 1.3981999507E-3f);
186 _EIGEN_DECLARE_CONST_Packet2d(cephes_exp_p1, 3.02994407707441961300e-2);
/external/eigen/Eigen/src/Core/arch/AVX512/
DMathFunctions.h143 _EIGEN_DECLARE_CONST_Packet16f(cephes_exp_p1, 1.3981999507E-3f);