Home
last modified time | relevance | path

Searched refs:lrintf (Results 1 – 23 of 23) sorted by relevance

/freebsd/lib/msun/tests/
H A Dlrint_test.c55 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 Ds_lrintf.S28 ENTRY(lrintf)
34 END(lrintf)
/freebsd/lib/msun/src/
H A Ds_lrintf.c4 #define fn lrintf
H A Dmath.h394 long lrintf(float);
/freebsd/lib/msun/amd64/
H A Ds_lrintf.S30 #define fn lrintf
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dsincospif_3u2.c84 uint32_t cc_sign = lrintf (x) << 31; in arm_math_sincospif()
/freebsd/lib/msun/
H A DSymbol.map134 lrintf;
H A DMakefile273 lrint.3 lrintf.3 lrint.3 lrintl.3
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h191 __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.h479 using ::lrintf;
H A D__clang_hip_cmath.h772 using ::lrintf;
H A Dtgmath.h993 __tg_lrint(float __x) {return lrintf(__x);} in __tg_lrint()
H A D__clang_hip_math.h507 long int lrintf(float __x) { return __builtin_rintf(__x); }
/freebsd/contrib/libsamplerate/
H A Dsamplerate.c451 out [i] = (short) (lrintf (scaled_value)) ;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc180 using ::lrintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath252 long lrintf(float x);
465 using ::lrintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath252 long lrintf(float x);
469 using ::lrintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc181 using std::lrintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc614 SYMBOL(lrintf, None, <math.h>)
H A DStdSymbolMap.inc2097 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 DRuntimeLibcalls.td909 def lrintf : RuntimeLibcallImpl<LRINT_F32>;
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2234 fun:lrintf=uninstrumented