Searched refs:llroundf (Results 1 – 19 of 19) sorted by relevance
| /freebsd/lib/msun/tests/ |
| H A D | lround_test.c | 60 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 D | s_llroundf.c | 6 #define fn llroundf
|
| H A D | math.h | 393 long long llroundf(float);
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 127 llroundf;
|
| H A D | Makefile | 274 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.h | 172 __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.h | 473 using ::llroundf;
|
| H A D | __clang_hip_cmath.h | 766 using ::llroundf;
|
| H A D | tgmath.h | 908 __tg_llround(float __x) {return llroundf(__x);} in __tg_llround()
|
| H A D | __clang_hip_math.h | 489 long long int llroundf(float __x) { return __builtin_roundf(__x); }
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 196 using ::llroundf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 236 long long llroundf(float x); 457 using ::llroundf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 236 long long llroundf(float x); 461 using ::llroundf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 197 using std::llroundf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 592 SYMBOL(llroundf, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 2025 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 D | RuntimeLibcalls.td | 905 def llroundf : RuntimeLibcallImpl<LLROUND_F32>;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2202 fun:llroundf=uninstrumented
|