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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
llvm_ir_runtime.cc 212 const llvm::APFloat cephes_SQRTHF = GetIeeeF32(0.707106781186547524);
263 llvm::Value* mask = vsl.FCmpOLTMask(input, cephes_SQRTHF);
  /external/eigen/Eigen/src/Core/arch/AVX512/
MathFunctions.h 53 _EIGEN_DECLARE_CONST_Packet16f(cephes_SQRTHF, 0.707106781186547524f);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
MathFunctions.h 38 static _EIGEN_DECLARE_CONST_Packet4f(cephes_SQRTHF, 0.707106781186547524f);
  /external/eigen/Eigen/src/Core/arch/AVX/
MathFunctions.h 134 _EIGEN_DECLARE_CONST_Packet8f(cephes_SQRTHF, 0.707106781186547524f);
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 39 _EIGEN_DECLARE_CONST_Packet4f(cephes_SQRTHF, 0.707106781186547524f);

Completed in 147 milliseconds