Searched refs:llrintf (Results 1 – 21 of 21) sorted by relevance
| /freebsd/lib/msun/tests/ |
| H A D | lrint_test.c | 58 test(llrintf, x, result, excepts); \ 119 test(llrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID); in run_tests() 121 test(llrintf, 0x7fffff8000000000.0p0f, 0x7fffff8000000000ll, 0); in run_tests() 123 test(llrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID); in run_tests() 125 test(llrintf, -0x8000000000000000.0p0f, (long long)-0x8000000000000000ull, 0); in run_tests()
|
| /freebsd/lib/msun/i387/ |
| H A D | s_llrintf.S | 28 ENTRY(llrintf) 35 END(llrintf)
|
| /freebsd/lib/msun/amd64/ |
| H A D | s_llrintf.S | 3 #define fn llrintf
|
| /freebsd/lib/msun/src/ |
| H A D | s_llrintf.c | 4 #define fn llrintf
|
| H A D | math.h | 392 long long llrintf(float);
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 125 llrintf;
|
| H A D | Makefile | 272 MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 184 using ::llrintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 232 long long llrintf(float x); 455 using ::llrintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 232 long long llrintf(float x); 459 using ::llrintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 472 using ::llrintf;
|
| H A D | __clang_cuda_math.h | 170 __DEVICE__ long long llrintf(float __a) { return __nv_llrintf(__a); } in llrintf() function
|
| H A D | __clang_hip_cmath.h | 765 using ::llrintf;
|
| H A D | tgmath.h | 891 __tg_llrint(float __x) {return llrintf(__x);} in __tg_llrint()
|
| H A D | __clang_hip_math.h | 486 long long int llrintf(float __x) { return __builtin_rintf(__x); }
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 185 using std::llrintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 589 SYMBOL(llrintf, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 2016 SYMBOL(llrintf, std::, <cmath>) 2017 SYMBOL(llrintf, None, <cmath>) 2018 SYMBOL(llrintf, None, <math.h>)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 913 def llrintf : RuntimeLibcallImpl<LLRINT_F32>;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2199 fun:llrintf=uninstrumented
|