Searched refs:lroundf (Results 1 – 19 of 19) sorted by relevance
| /freebsd/lib/msun/tests/ |
| H A D | lround_test.c | 58 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 D | s_lroundf.c | 6 #define fn lroundf
|
| H A D | math.h | 395 long lroundf(float);
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 136 lroundf;
|
| H A D | Makefile | 275 lround.3 lroundf.3 lround.3 lroundl.3
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 193 __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.h | 480 using ::lroundf;
|
| H A D | __clang_hip_cmath.h | 773 using ::lroundf;
|
| H A D | tgmath.h | 1010 __tg_lround(float __x) {return lroundf(__x);} in __tg_lround()
|
| H A D | __clang_hip_math.h | 510 long int lroundf(float __x) { return __builtin_roundf(__x); }
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 192 using ::lroundf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 256 long lroundf(float x); 467 using ::lroundf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 256 long lroundf(float x); 471 using ::lroundf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 193 using std::lroundf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 617 SYMBOL(lroundf, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 2106 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 D | RuntimeLibcalls.td | 901 def lroundf : RuntimeLibcallImpl<LROUND_F32>;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2237 fun:lroundf=uninstrumented
|