Searched refs:DIV32 (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | filterbank.c | 62 df = DIV32(SHL32(sampling,15),MULT16_16(2,len)); in filterbank_new() 87 id1 = DIV32(mel,mel_interval); in filterbank_new()
|
H A D | fixed_debug.h | 464 #define DIV32(a, b) _DIV32(a, b, __FILE__, __LINE__) macro 470 fprintf(stderr, "DIV32: divide by zero: %d/%d in %s: line %d\n", (int)a, (int)b, file, line); in _DIV32() 476 fprintf (stderr, "DIV32: inputs are not int/short: %d %d in %s: line %d\n", (int)a, (int)b, file, line); in _DIV32() 480 fprintf (stderr, "DIV32: output is not int: %d in %s: line %d\n", (int)res, file, line); in _DIV32() 484 #define PDIV32(a,b) DIV32(ADD32((a),(b)>>1),b)
|
H A D | arch.h | 207 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b)) macro
|
H A D | fixed_generic.h | 107 #define DIV32(a,b) (((spx_word32_t)(a))/((spx_word32_t)(b))) macro
|
H A D | kiss_fftr.c | 67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft)); in kiss_fftr_alloc()
|
H A D | kiss_fft.c | 486 kf_cexp2(st->twiddles+i, DIV32(SHL32(phase,17),nfft)); in kiss_fft_alloc()
|
H A D | mdf.c | 373 prop[i] = DIV32(MULT16_16(QCONST16(.99f,15), prop[i]),prop_sum); in mdf_adjust_prop() 492 st->prop[i] = DIV32(MULT16_16(QCONST16(.8f,15), st->prop[i]),sum); in speex_echo_state_init_mc()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 439 DIV32 = 50, // Min:11 Max:50 enumerator 625 return Latency::DIV32; in Div32Latency() 627 return Latency::DIV32 + 1; in Div32Latency() 656 int latency = Latency::DIV32 + Latency::MOVF_HIGH; in Mod32Latency()
|
Completed in 8 milliseconds