Home
last modified time | relevance | path

Searched refs:round_to_signed_integer_using_current_rounding_mode (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libc/src/math/generic/
H A Dlrintf.cpp16 return fputil::round_to_signed_integer_using_current_rounding_mode<float,
H A Dlrint.cpp16 return fputil::round_to_signed_integer_using_current_rounding_mode<double,
H A Dllrintl.cpp16 return fputil::round_to_signed_integer_using_current_rounding_mode<
H A Dllrint.cpp16 return fputil::round_to_signed_integer_using_current_rounding_mode<double,
H A Dlrintl.cpp16 return fputil::round_to_signed_integer_using_current_rounding_mode<
H A Dllrintf.cpp16 return fputil::round_to_signed_integer_using_current_rounding_mode<float,
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h291 static inline I round_to_signed_integer_using_current_rounding_mode(F x) { in round_to_signed_integer_using_current_rounding_mode() function