HomeSort by: relevance | last modified time | path
    Searched refs:ceill (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libm/src/
s_ceill.c 21 * ceill(x)
26 * Inexact flag raised if x not equal to ceill(x).
38 __weak_alias(ceill, _ceill)
64 ceill(long double x) function in typeref:typename:long double
s_ceil.c 34 __weak_alias(ceill, ceil)
namespace.h 25 #define ceill _ceill macro
  /src/tests/lib/libm/
t_ceil.c 228 * 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(+Inf) == +Inf")
    [all...]
  /src/lib/libm/noieee_src/
n_floor.c 48 __weak_alias(ceill, ceil)
  /src/lib/libm/ld80/
b_tgammal.c 335 y = ceill(x);
344 if (y == ceill(y))
  /src/include/
math.h 435 long double ceill(long double);
  /src/lib/libm/
Makefile 477 ceil.3 ceill.3 \

Completed in 20 milliseconds