Home
last modified time | relevance | path

Searched refs:inv_mant_mask (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.cc202 const llvm::APFloat inv_mant_mask = GetIeeeF32FromBitwiseRep(~0x7f800000); in GenerateVF32Log() local
226 tmp0 = vsl.FloatAnd(tmp0, inv_mant_mask); in GenerateVF32Log()
/external/eigen/Eigen/src/Core/arch/AVX512/
DMathFunctions.h45 _EIGEN_DECLARE_CONST_Packet16f_FROM_INT(inv_mant_mask, ~0x7f800000);
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h28 static _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(inv_mant_mask, ~0x7f800000);
/external/eigen/Eigen/src/Core/arch/AVX/
DMathFunctions.h127 _EIGEN_DECLARE_CONST_Packet8f_FROM_INT(inv_mant_mask, ~0x7f800000);
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h30 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(inv_mant_mask, ~0x7f800000);