Searched refs:ceill (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/msun/i387/
H A Ds_ceill.S9 ENTRY(ceill)
28 END(ceill)
/freebsd-13-stable/lib/msun/src/
H A Ds_ceil.c76 __weak_reference(ceil, ceill);
H A Ds_ceill.c18 * ceill(x)
23 * Inexact flag raised if x not equal to ceill(x).
55 ceill(long double x) function
H A Dmath.h453 long double ceill(long double);
/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ceil.c228 * ceill(3)
233 atf_tc_set_md_var(tc, "descr", "A basic test of ceill(3)");
241 ATF_CHECK(fabsl(ceill(x) - 1) < SMALL_NUM);
242 ATF_CHECK(fabsl(ceill(y) - 1) < SMALL_NUM);
248 atf_tc_set_md_var(tc, "descr", "Test ceill(NaN) == NaN");
255 ATF_CHECK(isnan(ceill(x)) != 0);
261 atf_tc_set_md_var(tc, "descr", "Test ceill(-Inf) == -Inf");
267 long double y = ceill(x);
270 atf_tc_fail_nonfatal("ceill(-Inf) != -Inf");
276 atf_tc_set_md_var(tc, "descr", "Test ceill(
[all...]
/freebsd-13-stable/lib/msun/
H A DMakefile185 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h598 __tg_ceil(long double __x) {return ceill(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h64 long double ceill(long double x);
831 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(__lcpp_x);}

Completed in 127 milliseconds