Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h58 static _EIGEN_DECLARE_CONST_Packet4f(cephes_exp_p0, 1.9875691500E-4f);
75 static _EIGEN_DECLARE_CONST_Packet2d(cephes_exp_p0, 1.26177193074810590878e-4);
/external/eigen/Eigen/src/Core/arch/NEON/
DMathFunctions.h33 _EIGEN_DECLARE_CONST_Packet4f(cephes_exp_p0, 1.9875691500E-4f);
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h32 static _EIGEN_DECLARE_CONST_Packet2d(cephes_exp_p0, 1.26177193074810590878e-4);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.cc134 const llvm::APFloat cephes_exp_p0 = GetIeeeF32(1.9875691500E-4); 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.h219 _EIGEN_DECLARE_CONST_Packet8f(cephes_exp_p0, 1.9875691500E-4f);
289 _EIGEN_DECLARE_CONST_Packet4d(cephes_exp_p0, 1.26177193074810590878e-4);
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h122 _EIGEN_DECLARE_CONST_Packet4f(cephes_exp_p0, 1.9875691500E-4f);
185 _EIGEN_DECLARE_CONST_Packet2d(cephes_exp_p0, 1.26177193074810590878e-4);
/external/eigen/Eigen/src/Core/arch/AVX512/
DMathFunctions.h142 _EIGEN_DECLARE_CONST_Packet16f(cephes_exp_p0, 1.9875691500E-4f);