Home
last modified time | relevance | path

Searched refs:quick_get_round (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/math/
H A Dexpf16.h79 switch (fputil::quick_get_round()) { in expf16()
99 switch (fputil::quick_get_round()) { in expf16()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A Dexcept_value_utils.h60 switch (fputil::quick_get_round()) { in lookup()
82 switch (fputil::quick_get_round()) { in lookup_odd()
H A Drounding_mode.h66 LIBC_INLINE int quick_get_round() { in quick_get_round() function
H A DHypot.h191 if (int round_mode = quick_get_round();
234 int round_mode = quick_get_round();
H A DManipulationFunctions.h174 int rounding_mode = quick_get_round();
189 int rounding_mode = quick_get_round();
H A Ddyadic_float.h49 switch (quick_get_round()) { in rounding_direction()
193 switch (quick_get_round()) { in generic_as()
248 switch (quick_get_round()) { in generic_as()
H A DNearestIntegerOperations.h249 int rounding_mode = quick_get_round(); in round_using_current_rounding_mode()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/
H A Dadd_sub.h95 switch (quick_get_round()) { in add_or_sub()
120 switch (quick_get_round()) { in add_or_sub()
H A Dsqrt_80_bit_long_double.h114 switch (quick_get_round()) { in sqrt()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h1163 switch (fputil::quick_get_round()) { in strtofloatingpoint()