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

/barrelfish-master/lib/msun/i387/
H A Ds_ceill.S9 ENTRY(ceill)
28 END(ceill)
/barrelfish-master/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.h448 long double ceill(long double);
/barrelfish-master/include/
H A Dmath.h448 long double ceill(long double);
/barrelfish-master/lib/msun/
H A DMakefile160 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
/barrelfish-master/include/cxx/
H A Dmath.h64 long double ceill(long double x);
878 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(__lcpp_x);}

Completed in 59 milliseconds