Searched refs:round_to_signed_integer (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/llvm-libc/src/math/generic/ |
H A D | llround.cpp | 17 return fputil::round_to_signed_integer<double, long long>(x);
|
H A D | llroundl.cpp | 17 return fputil::round_to_signed_integer<long double, long long>(x);
|
H A D | lroundf.cpp | 17 return fputil::round_to_signed_integer<float, long>(x);
|
H A D | lround.cpp | 17 return fputil::round_to_signed_integer<double, long>(x);
|
H A D | llroundf.cpp | 17 return fputil::round_to_signed_integer<float, long long>(x);
|
H A D | lroundl.cpp | 17 return fputil::round_to_signed_integer<long double, long>(x);
|
H A D | llroundf128.cpp | 17 return fputil::round_to_signed_integer<float128, long long>(x);
|
H A D | lroundf128.cpp | 17 return fputil::round_to_signed_integer<float128, long>(x);
|
H A D | llroundf16.cpp | 17 return fputil::round_to_signed_integer<float16, long long>(x);
|
H A D | lroundf16.cpp | 17 return fputil::round_to_signed_integer<float16, long>(x);
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/ |
H A D | NearestIntegerOperations.h | 393 LIBC_INLINE IntType round_to_signed_integer(FloatType x) { in round_to_signed_integer() function
|