OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cephes_exp_p2
(Results
1 - 7
of
7
) sorted by null
/external/eigen/Eigen/src/Core/arch/NEON/
MathFunctions.h
35
_EIGEN_DECLARE_CONST_Packet4f(
cephes_exp_p2
, 8.3334519073E-3f);
/external/eigen/Eigen/src/Core/arch/ZVector/
MathFunctions.h
34
static _EIGEN_DECLARE_CONST_Packet2d(
cephes_exp_p2
, 9.99999999999999999910e-1);
/external/eigen/Eigen/src/Core/arch/AltiVec/
MathFunctions.h
60
static _EIGEN_DECLARE_CONST_Packet4f(
cephes_exp_p2
, 8.3334519073E-3f);
77
static _EIGEN_DECLARE_CONST_Packet2d(
cephes_exp_p2
, 9.99999999999999999910e-1);
/external/eigen/Eigen/src/Core/arch/AVX/
MathFunctions.h
221
_EIGEN_DECLARE_CONST_Packet8f(
cephes_exp_p2
, 8.3334519073E-3f);
291
_EIGEN_DECLARE_CONST_Packet4d(
cephes_exp_p2
, 9.99999999999999999910e-1);
/external/eigen/Eigen/src/Core/arch/AVX512/
MathFunctions.h
144
_EIGEN_DECLARE_CONST_Packet16f(
cephes_exp_p2
, 8.3334519073E-3f);
196
_EIGEN_DECLARE_CONST_Packet8d(
cephes_exp_p2
, 9.99999999999999999910e-1);
/external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h
124
_EIGEN_DECLARE_CONST_Packet4f(
cephes_exp_p2
, 8.3334519073E-3f);
187
_EIGEN_DECLARE_CONST_Packet2d(
cephes_exp_p2
, 9.99999999999999999910e-1);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
llvm_ir_runtime.cc
137
const llvm::APFloat
cephes_exp_p2
= GetIeeeF32(8.3334519073E-3);
local
153
y = vsl.MulAdd(y, x,
cephes_exp_p2
);
Completed in 592 milliseconds