Home
last modified time | relevance | path

Searched refs:lrintf (Results 1 – 21 of 21) 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.h393 long lrintf(float);
/freebsd/lib/msun/amd64/
H A Ds_lrintf.S30 #define fn lrintf
/freebsd/lib/msun/
H A DSymbol.map134 lrintf;
H A DMakefile249 lrint.3 lrintf.3 lrint.3 lrintl.3
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc180 using ::lrintf;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h187 __DEVICE__ long lrintf(float __a) { return __float2ll_rn(__a); } in lrintf() function
192 __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.h766 using ::lrintf;
H A Dtgmath.h993 __tg_lrint(float __x) {return lrintf(__x);} in __tg_lrint()
H A D__clang_hip_math.h500 long int lrintf(float __x) { return __builtin_rintf(__x); }
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcmath60 __DEVICE__ long int lrint(float __x) { return ::lrintf(__x); }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc181 using std::lrintf;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath244 long lrintf(float x);
457 using ::lrintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def277 HANDLE_LIBCALL(LRINT_F32, "lrintf")
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc614 SYMBOL(lrintf, None, <math.h>)
H A DStdSymbolMap.inc2059 SYMBOL(lrintf, std::, <cmath>)
2060 SYMBOL(lrintf, None, <cmath>)
2061 SYMBOL(lrintf, None, <math.h>)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1452 LIBBUILTIN(lrintf, "Lif", "fne", MATH_H, ALL_LANGUAGES)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2234 fun:lrintf=uninstrumented