Searched refs:ceil (Results 1 - 19 of 19) sorted by relevance

/barrelfish-master/lib/msun/i387/
H A Ds_ceil.S39 ENTRY(ceil)
58 END(ceil)
/barrelfish-master/lib/msun/src/
H A Ds_ceil.c17 * ceil(x)
22 * Inexact flag raised if x not equal to ceil(x).
33 ceil(double x) function
76 __weak_reference(ceil, ceill);
H A Dmath.h254 double ceil(double);
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerCumulative.java96 if (end.getMax() < minStart+Math.ceil(volume/limit.getMax())) {
99 if (end.getMin() < minStart+Math.ceil(volume/limit.getMax())) {
H A DVisualizerCumulativeCost.java127 if (end.getMax() < minStart+Math.ceil(volume/limit.getMax())) {
130 if (end.getMin() < minStart+Math.ceil(volume/limit.getMax())) {
H A DVisualizerMatrix.java77 int cut = (int) Math.ceil(Math.sqrt(range));
152 // int cut = (int) Math.ceil(Math.sqrt(range));
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DJEclipse.java233 result = new Integer((int) Math.ceil(intResult / 1024.0));
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dtabnotebook.tcl303 set px [expr {int(ceil($data(-padx)/2))}]
304 set py [expr {int(ceil($data(-pady)/2))}]
539 set px [expr {int(ceil($data(-padx)/2))}]
540 set py [expr {int(ceil($data(-pady)/2))}]
/barrelfish-master/lib/msun/bsdsrc/
H A Db_tgamma.c282 y = ceil(x);
289 if (y == ceil(y))
/barrelfish-master/lib/msun/
H A DMakefile136 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \
160 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
/barrelfish-master/lib/lua/src/
H A Dlmathlib.c83 lua_pushnumber(L, l_mathop(ceil)(luaL_checknumber(L, 1)));
239 {"ceil", math_ceil},
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dsepia.h963 ( ceil(x) == 0.0 && x != -0.0 ? ceil(x)*x : ceil(x))
967 #define Ceil(x) ceil(x)
/barrelfish-master/include/
H A Dmath.h254 double ceil(double);
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c433 if (integral) { val = ceil(val); } else
657 && ((lo) == ceil(lo))) { \
1222 lwb = ceil(vi.tb.b.l);
1285 bnd = ceil(vi->tb.b.l);
1630 vi->tb.i && res.l == ceil(res.l)) {
1668 if (vi->prop_int && res.l == res.u && res.l == ceil(res.l)) {
1675 res.l = ceil(res.l);
1729 if ((res.l == res.u) && (ceil(res.l) == res.l)) {
1739 } else if (res.u < ceil(res.l) && res.l > floor(res.u)) {
5053 lwb = ceil(lw
[all...]
/barrelfish-master/include/cxx/
H A Dmath.h62 floating_point ceil (arithmetic x);
874 // ceil
877 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(__lcpp_x);}
878 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(__lcpp_x);}
884 ceil(_A1 __lcpp_x) _NOEXCEPT {return ::ceil((double)__lcpp_x);}
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_xpress.c79 timeout = ceil(timeout); /* avoid round to zero and overflow */
H A Dcoinplex.cpp2018 int newvnsize = (int) ceil(nc*1.5)+100;
/barrelfish-master/lib/tommath/
H A Dbn.tex27 \newcommand{\ceil}[1]{\left\lceil{#1}\right\rceil}
H A Dtommath.tex27 \newcommand{\ceil}[1]{\left\lceil{#1}\right\rceil}

Completed in 113 milliseconds