Home
last modified time | relevance | path

Searched refs:llroundf (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/msun/tests/
H A Dlround_test.c60 test(llroundf, x, result, excepts); \
104 test(llroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID); in ATF_TC_BODY()
106 test(llroundf, 0x7fffff8000000000.0p0f, 0x7fffff8000000000ll, 0); in ATF_TC_BODY()
108 test(llroundf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID); in ATF_TC_BODY()
110 test(llroundf, -0x8000000000000000.0p0f, (long long)-0x8000000000000000ll, 0); in ATF_TC_BODY()
/freebsd/lib/msun/src/
H A Ds_llroundf.c6 #define fn llroundf
H A Dmath.h393 long long llroundf(float);
/freebsd/lib/msun/
H A DSymbol.map127 llroundf;
H A DMakefile274 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h172 __DEVICE__ long long llroundf(float __a) { return __nv_llroundf(__a); } in llroundf() function
193 __DEVICE__ long lroundf(float __a) { return llroundf(__a); } in lroundf()
H A D__clang_cuda_cmath.h473 using ::llroundf;
H A D__clang_hip_cmath.h766 using ::llroundf;
H A Dtgmath.h908 __tg_llround(float __x) {return llroundf(__x);} in __tg_llround()
H A D__clang_hip_math.h489 long long int llroundf(float __x) { return __builtin_roundf(__x); }
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc196 using ::llroundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath236 long long llroundf(float x);
457 using ::llroundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath236 long long llroundf(float x);
461 using ::llroundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc197 using std::llroundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc592 SYMBOL(llroundf, None, <math.h>)
H A DStdSymbolMap.inc2025 SYMBOL(llroundf, std::, <cmath>)
2026 SYMBOL(llroundf, None, <cmath>)
2027 SYMBOL(llroundf, None, <math.h>)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td905 def llroundf : RuntimeLibcallImpl<LLROUND_F32>;
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2202 fun:llroundf=uninstrumented