Home
last modified time | relevance | path

Searched refs:floor (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd-9-stable/sys/tools/sound/
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.0 * subarg[1]);
306 FEEDEQ_GAIN_MAX = floor(1.0 * subarg[2]);
308 j = floor(1.0 * FEEDEQ_GAIN_DIV * subarg[3]);
[all …]
Dsnd_fxdiv_gen.awk30 function floor(x, r) function
50 x = floor(x / 2);
58 y = floor(FXONE / x);
65 y = floor(y / 2);
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(cbit);
[all …]
/freebsd-9-stable/lib/msun/src/
Ds_round.c41 t = floor(x); in round()
46 t = floor(-x); in round()
Ds_floor.c33 floor(double x) in floor() function
77 __weak_reference(floor, floorl);
De_lgamma_r.c174 z = floor(y); in sin_pi()
177 y = 2.0*(y - floor(y)); /* y = |x| mod 2.0 */ in sin_pi()
/freebsd-9-stable/lib/msun/i387/
Ds_floor.S39 ENTRY(floor)
58 END(floor)
/freebsd-9-stable/tools/tools/ath/athprom/
Deeprom-1449 | noise floor thres 0 $noiseFloorThreshCh0 |
50 | noise floor thres 1 $noiseFloorThreshCh1 |
51 | noise floor thres 2 $noiseFloorThreshCh2 |
/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h68 #undef floor
245 using ::floor;
248 floor(float __x) in floor() function
252 floor(long double __x) in floor() function
258 floor(_Tp __x) in floor() function
/freebsd-9-stable/contrib/groff/src/libs/libgroff/
Dfmod.c26 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
/freebsd-9-stable/contrib/libstdc++/libmath/
Dstubs.c194 return (float) floor(x); in floorf()
202 return floor((double) x); in floorl()
/freebsd-9-stable/contrib/top/
Dprime.c29 if ((i/j)==floor(i/j))
/freebsd-9-stable/usr.bin/seq/
Dseq.c420 last = first - incr * floor((first - last) / incr); in generate_format()
422 last = first + incr * floor((last - first) / incr); in generate_format()
/freebsd-9-stable/contrib/gcc/
Dfp-test.c64 extern double floor (double);
248 d1 = floor (d2); in main()
/freebsd-9-stable/usr.bin/calendar/
Dparsedata.c480 floor(yearinfo->fnewmooncny[m - 1]); in parsedaymonth()
668 floor(yearinfo->ffullmoon[i]) + offset, in parsedaymonth()
690 floor(yearinfo->fnewmoon[i]) + offset, in parsedaymonth()
984 f -= floor(f); in floattotime()
1007 d = floor(f - 1 - cumdays[i]); in floattoday()
1008 f -= floor(f); in floattoday()
/freebsd-9-stable/contrib/libstdc++/include/c_compatibility/
Dmath.h56 using std::floor;
/freebsd-9-stable/lib/msun/
DMakefile132 fegetround.3 fenv.3 floor.3 \
168 MLINKS+=floor.3 floorf.3 floor.3 floorl.3
DSymbol.map100 floor;
/freebsd-9-stable/contrib/libstdc++/include/tr1/
Drandom.tcc870 const _RealType __m = std::floor(_M_mean); in _M_initialize()
919 const _RealType __m = std::floor(_M_mean); in operator ()()
944 __x = std::floor(__y); in operator ()()
1058 const _RealType __np = std::floor(_M_t * __p12); in _M_initialize()
1147 const _RealType __np = std::floor(_M_t * __p12); in operator ()()
1173 __x = std::floor(__y); in operator ()()
1185 __x = std::floor(-__y); in operator ()()
1195 __x = std::floor(__y); in operator ()()
1206 __x = std::floor(-__y); in operator ()()
Dmath.h60 using std::tr1::floor;
/freebsd-9-stable/contrib/libstdc++/include/c/
Dstd_cmath.h55 #undef floor
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h249 floor, enumerator
706 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
/freebsd-9-stable/include/
Dtgmath.h171 #define floor(x) __tg_simple(x, floor) macro
/freebsd-9-stable/crypto/openssl/doc/crypto/
DBN_num_bytes.pod23 Basically, except for a zero, it returns I<floor(log2(w))+1>.
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDGPUInstrInfo.td29 // out = a - floor(a)

1234