HomeSort by relevance Sort by last modified time
    Searched refs:cephes_exp_p0 (Results 1 - 7 of 7) sorted by null

  /external/eigen/Eigen/src/Core/arch/NEON/
MathFunctions.h 33 _EIGEN_DECLARE_CONST_Packet4f(cephes_exp_p0, 1.9875691500E-4f);
  /external/eigen/Eigen/src/Core/arch/ZVector/
MathFunctions.h 32 static _EIGEN_DECLARE_CONST_Packet2d(cephes_exp_p0, 1.26177193074810590878e-4);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
MathFunctions.h 58 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/AVX/
MathFunctions.h 219 _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/
MathFunctions.h 122 _EIGEN_DECLARE_CONST_Packet4f(cephes_exp_p0, 1.9875691500E-4f);
185 _EIGEN_DECLARE_CONST_Packet2d(cephes_exp_p0, 1.26177193074810590878e-4);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
llvm_ir_runtime.cc 135 const llvm::APFloat cephes_exp_p0 = GetIeeeF32(1.9875691500E-4); local
152 llvm::Value* y = vsl.MulAdd(x, cephes_exp_p0, cephes_exp_p1);
  /external/eigen/Eigen/src/Core/arch/AVX512/
MathFunctions.h 142 _EIGEN_DECLARE_CONST_Packet16f(cephes_exp_p0, 1.9875691500E-4f);
194 _EIGEN_DECLARE_CONST_Packet8d(cephes_exp_p0, 1.26177193074810590878e-4);

Completed in 252 milliseconds