Searched refs:float_mantissa (Results 1 – 1 of 1) sorted by relevance
514 T float_mantissa = static_cast<T>(mantissa); in clinger_fast_path() local517 result = fputil::FPBits<T>(float_mantissa); in clinger_fast_path()525 float_mantissa = float_mantissa * in clinger_fast_path()530 if (float_mantissa > ClingerConsts<T>::MAX_EXACT_INT) { in clinger_fast_path()533 result = fputil::FPBits<T>(float_mantissa * in clinger_fast_path()539 result = fputil::FPBits<T>(float_mantissa / in clinger_fast_path()