Searched refs:floor (Results 1 - 25 of 37) sorted by relevance

12

/barrelfish-2018-10-04/lib/msun/src/
H A Ds_round.c46 t = floor(x);
51 t = floor(-x);
H A Ds_floor.c17 * floor(x)
22 * Inexact flag raised if x not equal to floor(x).
33 floor(double x) function
77 __weak_reference(floor, floorl);
H A Dmath.h256 double floor(double);
H A Dk_rem_pio2.c44 * x[i] = floor(z)
75 * double scalbn(), floor();
328 z -= 8.0*floor(z*0.125); /* trim off integer >= 8 */
/barrelfish-2018-10-04/lib/msun/i387/
H A Ds_floor.S39 ENTRY(floor)
58 END(floor)
/barrelfish-2018-10-04/lib/lua/src/
H A Dlmathlib.c88 lua_pushnumber(L, l_mathop(floor)(luaL_checknumber(L, 1)));
210 lua_pushnumber(L, l_mathop(floor)(r*u) + (lua_Number)(1.0)); /* [1, u] */
217 lua_pushnumber(L, l_mathop(floor)(r*(u-l+1)) + l); /* [l, u] */
244 {"floor", math_floor},
H A Dllimits.h263 ((i)=(lua_Unsigned)((n) - floor((n)/SUPUNSIGNED)*SUPUNSIGNED))
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dcalendar.pl337 Frac is MJD-floor(MJD),
466 B is integer(floor(Y / 100)),
468 D is integer(floor(B / 4)),
470 F is integer(floor((B + 8) / 25)),
471 G is integer(floor((B - F + 1) / 3)),
473 I is integer(floor(C / 4)),
476 M is integer(floor((A + 11*H + 22*L) / 451)),
/barrelfish-2018-10-04/usr/skb/programs/
H A Dbridge_page.pl51 fixed_memory(ResLow,ResHigh), T1 is ResLow / Granularity, floor(T1,T2),
70 floor(T1, T2),
84 floor(T27, T28),
392 floor(T1,T2),
409 floor(T1,T2),
H A Dbridge_page_orig_naturally_aligned.pl42 fixed_memory(ResLow,ResHigh), T1 is ResLow / Granularity, floor(T1,T2),
61 floor(T1, T2),
347 floor(T1,T2),
H A Dbridge_postorder.pl55 fixed_memory(ResLow,ResHigh), T1 is ResLow / Granularity, floor(T1,T2),
286 floor(T1,T2),
303 floor(T1, T2),
H A Dbridge_postorder_sorted.pl59 fixed_memory(ResLow,ResHigh), T1 is ResLow / Granularity, floor(T1,T2),
309 floor(T1,T2),
326 floor(T1, T2),
H A Dbridge_postorder_sorted_ascending.pl59 fixed_memory(ResLow,ResHigh), T1 is ResLow / Granularity, floor(T1,T2),
309 floor(T1,T2),
326 floor(T1, T2),
H A Dbridge_postorder_sorted_sum.pl60 fixed_memory(ResLow,ResHigh), T1 is ResLow / Granularity, floor(T1,T2),
313 floor(T1,T2),
330 floor(T1, T2),
H A Dbridge_postorder_sorted_sum_ascending.pl59 fixed_memory(ResLow,ResHigh), T1 is ResLow / Granularity, floor(T1,T2),
309 floor(T1,T2),
326 floor(T1, T2),
H A Dbridge_fake_bigfish.pl368 floor(T1,T2),
385 floor(T1,T2),
/barrelfish-2018-10-04/lib/msun/
H A DMakefile139 fegetround.3 fenv.3 floor.3 \
182 MLINKS+=floor.3 floorf.3 floor.3 floorl.3
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dcolgen.tex125 KOut is KIn + fix(ceiling(Bi/floor(StockLength/Li))),
126 Maxi is fix(floor(StockLength/Li))
199 KOut is KIn + fix(ceiling(Bi/floor(StockLength/Li))),
202 Max is fix(floor(StockLength/Li)),
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DTickBar.java213 int ratioFloor = (int)(Math.round(Math.floor(ratio)));
/barrelfish-2018-10-04/include/lua/
H A Dluaconf.h437 #define luai_nummod(L,a,b) ((a) - l_mathop(floor)((a)/(b))*(b))
/barrelfish-2018-10-04/include/
H A Dmath.h256 double floor(double);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dintervals.c33 floor(E) round down to integral value
1932 lwb = floor(IvlLwb(v1.ptr)); /* integers, no inaccuracy */
1933 upb = floor(IvlUpb(v1.ptr));
1959 lwb = lwb < 0 ? Ceil(lwb) : floor(lwb);
1961 upb = upb < 0 ? Ceil(upb) : floor(upb);
H A Dbip_misc.c1140 (long) ((interv - floor(interv)) * 1000000.0);
1166 (long) ((first - floor(first)) * 1000000.0);
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dic.c435 if (integral) { val = floor(val); } else
617 if ((var_info)->prop_int && (bound) == floor(bound)) { \
1224 upb = floor(vi.tb.b.u);
1290 bnd = floor(vi->tb.b.u);
1640 vi->tb.i && res.u == floor(res.u)) {
1676 res.u = floor(res.u);
1739 } else if (res.u < ceil(res.l) && res.l > floor(res.u)) {
5054 upb = floor(upb); /* In case it was upb2. */
5067 upb = floor(upb); /* In case it was upb1. */
5095 upb1 = floor(upb
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml_utilities.pl338 "lfloor"-[8970], % left floor = apl downstile,
413 "rfloor"-[8971], % right floor, U+230B ISOamsc

Completed in 214 milliseconds

12