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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
llvm_ir_runtime.cc 228 const llvm::APFloat inv_mant_mask = GetIeeeF32FromBitwiseRep(~0x7f800000); local
251 input = vsl.FloatAnd(input, inv_mant_mask);
  /external/eigen/Eigen/src/Core/arch/AVX512/
MathFunctions.h 45 _EIGEN_DECLARE_CONST_Packet16f_FROM_INT(inv_mant_mask, ~0x7f800000);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
MathFunctions.h 28 static _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(inv_mant_mask, ~0x7f800000);
  /external/eigen/Eigen/src/Core/arch/AVX/
MathFunctions.h 127 _EIGEN_DECLARE_CONST_Packet8f_FROM_INT(inv_mant_mask, ~0x7f800000);
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 30 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(inv_mant_mask, ~0x7f800000);

Completed in 115 milliseconds