| /freebsd-9-stable/sys/tools/sound/ |
| D | feeder_eq_mkfilter.awk | 57 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 …]
|
| D | snd_fxdiv_gen.awk | 30 function floor(x, r) function 50 x = floor(x / 2); 58 y = floor(FXONE / x); 65 y = floor(y / 2);
|
| D | feeder_rate_mkfilter.awk | 69 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/ |
| D | s_round.c | 41 t = floor(x); in round() 46 t = floor(-x); in round()
|
| D | s_floor.c | 33 floor(double x) in floor() function 77 __weak_reference(floor, floorl);
|
| D | e_lgamma_r.c | 174 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/ |
| D | s_floor.S | 39 ENTRY(floor) 58 END(floor)
|
| /freebsd-9-stable/tools/tools/ath/athprom/ |
| D | eeprom-14 | 49 | 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/ |
| D | std_cmath.h | 68 #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/ |
| D | fmod.c | 26 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
|
| /freebsd-9-stable/contrib/libstdc++/libmath/ |
| D | stubs.c | 194 return (float) floor(x); in floorf() 202 return floor((double) x); in floorl()
|
| /freebsd-9-stable/contrib/top/ |
| D | prime.c | 29 if ((i/j)==floor(i/j))
|
| /freebsd-9-stable/usr.bin/seq/ |
| D | seq.c | 420 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/ |
| D | fp-test.c | 64 extern double floor (double); 248 d1 = floor (d2); in main()
|
| /freebsd-9-stable/usr.bin/calendar/ |
| D | parsedata.c | 480 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/ |
| D | math.h | 56 using std::floor;
|
| /freebsd-9-stable/lib/msun/ |
| D | Makefile | 132 fegetround.3 fenv.3 floor.3 \ 168 MLINKS+=floor.3 floorf.3 floor.3 floorl.3
|
| D | Symbol.map | 100 floor;
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | random.tcc | 870 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 ()()
|
| D | math.h | 60 using std::tr1::floor;
|
| /freebsd-9-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 55 #undef floor
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 249 floor, enumerator 706 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
|
| /freebsd-9-stable/include/ |
| D | tgmath.h | 171 #define floor(x) __tg_simple(x, floor) macro
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | BN_num_bytes.pod | 23 Basically, except for a zero, it returns I<floor(log2(w))+1>.
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUInstrInfo.td | 29 // out = a - floor(a)
|