Home
last modified time | relevance | path

Searched refs:mant_odd (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fp16.cc96 unsigned int mant_odd = in __gnu_f2h_ieee() local
103 f.set_uint(f.as_uint() + mant_odd); in __gnu_f2h_ieee()
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h322 unsigned int mant_odd = (f.u >> 13) & 1; // resulting mantissa is odd in float_to_half_rtne()
327 f.u += mant_odd; in float_to_half_rtne()