| /freebsd/lib/msun/i387/ |
| H A D | s_ceilf.S | 9 ENTRY(ceilf) 28 END(ceilf)
|
| /freebsd/contrib/netbsd-tests/lib/libm/ |
| H A D | t_ceil.c | 150 ATF_CHECK(fabsf(ceilf(x) - 1) < SMALL_NUM); in ATF_TC_BODY() 151 ATF_CHECK(fabsf(ceilf(y) - 1) < SMALL_NUM); in ATF_TC_BODY() 164 ATF_CHECK(isnan(ceilf(x)) != 0); in ATF_TC_BODY() 176 float y = ceilf(x); in ATF_TC_BODY() 191 float y = ceilf(x); in ATF_TC_BODY() 206 float y = ceilf(x); in ATF_TC_BODY() 221 float y = ceilf(x); in ATF_TC_BODY()
|
| /freebsd/lib/msun/src/ |
| H A D | s_ceilf.c | 22 ceilf(float x) in ceilf() function
|
| H A D | math.h | 374 float ceilf(float);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | explicit_symbols.inc | 79 INLINE_DEF_FLOAT_SYMBOL(ceilf, 1)
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 451 using ::ceilf;
|
| H A D | __clang_cuda_math.h | 79 __DEVICE__ float ceilf(float __a) { return __nv_ceilf(__a); } in ceilf() function
|
| H A D | __clang_hip_cmath.h | 744 using ::ceilf;
|
| H A D | tgmath.h | 590 __tg_ceil(float __x) {return ceilf(__x);} in __tg_ceil()
|
| H A D | __clang_hip_math.h | 359 float ceilf(float __x) { return __builtin_ceilf(__x); }
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 67 ceilf;
|
| H A D | Makefile | 215 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | global_symbols.txt | 84 ceilf U
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 164 using ::ceilf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 66 float ceilf(float x); 374 using ::ceilf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 66 float ceilf(float x); 378 using ::ceilf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 165 using std::ceilf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1048 /// float ceilf(float x); 1049 TLI_DEFINE_ENUM_INTERNAL(ceilf) 1050 TLI_DEFINE_STRING_INTERNAL("ceilf")
|
| H A D | VecFuncs.def | 29 TLI_DEFINE_VECFUNC("ceilf", "vceilf", FIXED(4), "_ZGV_LLVM_N4v")
|
| /freebsd/contrib/arm-optimized-routines/math/test/ |
| H A D | mathtest.c | 284 TFUNC(at_s,rt_s, ceilf, 0),
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 354 SYMBOL(ceilf, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 875 SYMBOL(ceilf, std::, <cmath>) 876 SYMBOL(ceilf, None, <cmath>) 877 SYMBOL(ceilf, None, <math.h>)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 845 def ceilf : RuntimeLibcallImpl<CEIL_F32>;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1451 fun:ceilf=uninstrumented
|