Home
last modified time | relevance | path

Searched refs:lroundf (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/msun/tests/
H A Dlround_test.c58 test(lroundf, x, result, excepts); \
87 test(lroundf, 0x80000000.0p0f, IGNORE, FE_INVALID); in ATF_TC_BODY()
88 test(lroundf, 0x7fffff80.0p0f, 0x7fffff80l, 0); in ATF_TC_BODY()
91 test(lroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID); in ATF_TC_BODY()
93 test(lroundf, 0x7fffff8000000000.0p0f, 0x7fffff8000000000l, 0); in ATF_TC_BODY()
95 test(lroundf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID); in ATF_TC_BODY()
97 test(lroundf, -0x8000000000000000.0p0f, (long)-0x8000000000000000l, 0); in ATF_TC_BODY()
/freebsd/lib/msun/src/
H A Ds_lroundf.c6 #define fn lroundf
H A Dmath.h395 long lroundf(float);
/freebsd/lib/msun/
H A DSymbol.map136 lroundf;
H A DMakefile275 lround.3 lroundf.3 lround.3 lroundl.3
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h193 __DEVICE__ long lroundf(float __a) { return llroundf(__a); } in lroundf() function
198 __DEVICE__ long lroundf(float __a) { return roundf(__a); } in lroundf() function
H A D__clang_cuda_cmath.h480 using ::lroundf;
H A D__clang_hip_cmath.h773 using ::lroundf;
H A Dtgmath.h1010 __tg_lround(float __x) {return lroundf(__x);} in __tg_lround()
H A D__clang_hip_math.h510 long int lroundf(float __x) { return __builtin_roundf(__x); }
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc192 using ::lroundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath256 long lroundf(float x);
467 using ::lroundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath256 long lroundf(float x);
471 using ::lroundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc193 using std::lroundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc617 SYMBOL(lroundf, None, <math.h>)
H A DStdSymbolMap.inc2106 SYMBOL(lroundf, std::, <cmath>)
2107 SYMBOL(lroundf, None, <cmath>)
2108 SYMBOL(lroundf, None, <math.h>)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td901 def lroundf : RuntimeLibcallImpl<LROUND_F32>;
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2237 fun:lroundf=uninstrumented