| /freebsd/lib/msun/tests/ |
| H A D | lrint_test.c | 55 test(lrintf, x, result, excepts); \ 93 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID); in run_tests() 94 test(lrintf, 0x7fffff80.0p0f, 0x7fffff80l, 0); in run_tests() 100 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID); in run_tests() 101 test(lrintf, 0x7fffff80.0p0f, 0x7fffff80l, 0); in run_tests() 105 test(lrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID); in run_tests() 107 test(lrintf, 0x7fffff8000000000.0p0f, 0x7fffff8000000000l, 0); in run_tests() 109 test(lrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID); in run_tests() 111 test(lrintf, -0x8000000000000000.0p0f, (long long)-0x8000000000000000ul, 0); in run_tests()
|
| /freebsd/lib/msun/i387/ |
| H A D | s_lrintf.S | 28 ENTRY(lrintf) 34 END(lrintf)
|
| /freebsd/lib/msun/src/ |
| H A D | s_lrintf.c | 4 #define fn lrintf
|
| H A D | math.h | 394 long lrintf(float);
|
| /freebsd/lib/msun/amd64/ |
| H A D | s_lrintf.S | 30 #define fn lrintf
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/ |
| H A D | sincospif_3u2.c | 84 uint32_t cc_sign = lrintf (x) << 31; in arm_math_sincospif()
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 134 lrintf;
|
| H A D | Makefile | 273 lrint.3 lrintf.3 lrint.3 lrintl.3
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 191 __DEVICE__ long lrintf(float __a) { return __float2ll_rn(__a); } in lrintf() function 196 __DEVICE__ long lrintf(float __a) { return __float2int_rn(__a); } in lrintf() function
|
| H A D | __clang_cuda_cmath.h | 479 using ::lrintf;
|
| H A D | __clang_hip_cmath.h | 772 using ::lrintf;
|
| H A D | tgmath.h | 993 __tg_lrint(float __x) {return lrintf(__x);} in __tg_lrint()
|
| H A D | __clang_hip_math.h | 507 long int lrintf(float __x) { return __builtin_rintf(__x); }
|
| /freebsd/contrib/libsamplerate/ |
| H A D | samplerate.c | 451 out [i] = (short) (lrintf (scaled_value)) ;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 180 using ::lrintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 252 long lrintf(float x); 465 using ::lrintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 252 long lrintf(float x); 469 using ::lrintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 181 using std::lrintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 614 SYMBOL(lrintf, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 2097 SYMBOL(lrintf, std::, <cmath>) 2098 SYMBOL(lrintf, None, <cmath>) 2099 SYMBOL(lrintf, None, <math.h>)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 909 def lrintf : RuntimeLibcallImpl<LRINT_F32>;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2234 fun:lrintf=uninstrumented
|