Home
last modified time | relevance | path

Searched refs:ceilf (Results 1 – 22 of 22) sorted by relevance

/freebsd-14-stable/lib/msun/i387/
HDs_ceilf.S9 ENTRY(ceilf)
28 END(ceilf)
/freebsd-14-stable/contrib/netbsd-tests/lib/libm/
HDt_ceil.c150 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-14-stable/lib/msun/src/
HDs_ceilf.c22 ceilf(float x) in ceilf() function
HDmath.h363 float ceilf(float);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDexplicit_symbols.inc79 INLINE_DEF_FLOAT_SYMBOL(ceilf, 1)
/freebsd-14-stable/lib/msun/
HDSymbol.map67 ceilf;
HDMakefile205 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_cmath.h49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil()
451 using ::ceilf;
HD__clang_cuda_math.h75 __DEVICE__ float ceilf(float __a) { return __nv_ceilf(__a); } in ceilf() function
HD__clang_hip_cmath.h738 using ::ceilf;
HDtgmath.h590 __tg_ceil(float __x) {return ceilf(__x);} in __tg_ceil()
HD__clang_hip_math.h352 float ceilf(float __x) { return __builtin_ceilf(__x); }
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
HDglobal_symbols.txt84 ceilf U
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc164 using ::ceilf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDcmath66 float ceilf(float x);
375 using ::ceilf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc165 using std::ceilf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDRuntimeLibcalls.def252 HANDLE_LIBCALL(CEIL_F32, "ceilf")
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def997 /// float ceilf(float x);
998 TLI_DEFINE_ENUM_INTERNAL(ceilf)
999 TLI_DEFINE_STRING_INTERNAL("ceilf")
HDVecFuncs.def28 TLI_DEFINE_VECFUNC("ceilf", "vceilf", FIXED(4), "_ZGV_LLVM_N4v")
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc354 SYMBOL(ceilf, None, <math.h>)
HDStdSymbolMap.inc865 SYMBOL(ceilf, std::, <cmath>)
866 SYMBOL(ceilf, None, <cmath>)
867 SYMBOL(ceilf, None, <math.h>)
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1451 fun:ceilf=uninstrumented