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

12

/freebsd-9.3-release/lib/msun/src/
H A Ds_round.c41 t = floor(x);
46 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 De_lgamma_r.c174 z = floor(y);
177 y = 2.0*(y - floor(y)); /* y = |x| mod 2.0 */
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dfmod.c26 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
/freebsd-9.3-release/lib/msun/i387/
H A Ds_floor.S39 ENTRY(floor) function
58 END(floor)
/freebsd-9.3-release/contrib/top/
H A Dprime.c29 if ((i/j)==floor(i/j))
/freebsd-9.3-release/sys/tools/sound/
H A Dsnd_fxdiv_gen.awk30 function floor(x, r) function
50 x = floor(x / 2);
58 y = floor(FXONE / x);
65 y = floor(y / 2);
H A Dfeeder_eq_mkfilter.awk57 function floor(x, r) function
117 r = floor((v * FEEDEQ_COEFF_ONE) + 0.5);
238 if (floor(FEEDEQ_PREAMP_BITDB) == 6 && \
239 (1.0 * floor(gain)) == gain && (floor(gain) % 6) == 0) {
241 shift = floor(floor(gain) / 6);
245 mul = floor((attn * FEEDEQ_PREAMP_ONE) + 0.5);
249 mul = floor(mul / 2);
305 FEEDEQ_GAIN_MIN = floor(1.
[all...]
H A Dfeeder_rate_mkfilter.awk69 function floor(x, r) function
97 x = floor(x / 2);
110 r = floor((v * o) + 0.5);
220 y = floor(x + 3);
303 nwing = floor((nmult * num) / 2) + 1;
385 init_drift(floor(a[2]));
392 init_coeff_bit(floor(a[2]));
399 init_accum_bit(floor(a[2]));
531 xdrift = floor(drift);
558 xcbit = floor(cbi
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dmath.h56 using std::floor;
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dstubs.c194 return (float) floor(x);
202 return floor((double) x);
/freebsd-9.3-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h55 #undef floor macro
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h60 using std::tr1::floor;
/freebsd-9.3-release/contrib/gcc/
H A Dfp-test.c64 extern double floor (double);
248 d1 = floor (d2);
/freebsd-9.3-release/lib/msun/
H A DSymbol.map100 floor;
H A DMakefile132 fegetround.3 fenv.3 floor.3 \
168 MLINKS+=floor.3 floorf.3 floor.3 floorl.3
/freebsd-9.3-release/usr.bin/seq/
H A Dseq.c420 last = first - incr * floor((first - last) / incr);
422 last = first + incr * floor((last - first) / incr);
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h68 #undef floor macro
245 using ::floor;
248 floor(float __x) function
252 floor(long double __x) function
258 floor(_Tp __x) function
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h248 /// double floor(double x);
249 floor, enumerator in enum:llvm::LibFunc::Func
706 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl:
/freebsd-9.3-release/usr.bin/calendar/
H A Dparsedata.c480 floor(yearinfo->fnewmooncny[m - 1]);
668 floor(yearinfo->ffullmoon[i]) + offset,
690 floor(yearinfo->fnewmoon[i]) + offset,
984 f -= floor(f);
1007 d = floor(f - 1 - cumdays[i]);
1008 f -= floor(f);
H A Dpom.c209 p1 -= floor(p1);
/freebsd-9.3-release/include/
H A Dtgmath.h171 #define floor(x) __tg_simple(x, floor) macro
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp270 case Intrinsic::floor: Opcode = ISD::FFLOOR; break;
311 case LibFunc::floor:
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c113 TGMACRO_REAL(floor)
505 PRINT("floor",
506 PASS_REAL_ARG_REAL_RET(floor));
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc116 double (floor)(double x);

Completed in 187 milliseconds

12