Searched defs:beta (Results 1 – 6 of 6) sorted by relevance
| /device/google/contexthub/firmware/os/inc/algos/ |
| D | time_sync.h | 41 float alpha, beta; member
|
| /device/google/contexthub/firmware/os/algos/ |
| D | time_sync.c | 145 float beta = sum_xy / sum_x2; in time_sync_estimate_time1() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| D | random.py | 490 def gammavariate(self, alpha, beta): argument 615 def betavariate(self, alpha, beta): argument 642 def weibullvariate(self, alpha, beta): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | random.py | 488 def gammavariate(self, alpha, beta): argument 613 def betavariate(self, alpha, beta): argument 640 def weibullvariate(self, alpha, beta): argument
|
| /device/google/dragon/audio/hal/dsp/ |
| D | biquad.c | 57 double beta = 0.5 * (1 - sn) / (1 + sn); in biquad_lowpass() local 92 double beta = 0.5 * (1 - sn) / (1 + sn); in biquad_highpass() local
|
| D | drc.c | 161 float beta = (b0 + b1 + b2) / (a0 + a1 + a2); in emphasis_stage_pair_biquads() local
|