Searched refs:DIV32 (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | slow-div.ll | 1 …llc -mtriple=x86_64-unknown-linux-gnu -mattr=+idivl-to-divb < %s | FileCheck -check-prefix=DIV32 %s 6 ; DIV32-LABEL: div32: 7 ; DIV32: orl %{{.*}}, [[REG:%[a-z]+]] 8 ; DIV32: testl $-256, [[REG]] 9 ; DIV32: divb 18 ; DIV32-LABEL: div64: 19 ; DIV32-NOT: divw 31 ; DIV32-LABEL: div32_optsize: 32 ; DIV32-NOT: divb 38 ; DIV32-LABEL: div32_minsize: [all …]
|
/external/speex/libspeexdsp/ |
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()
|
D | fixed_debug.h | 464 #define DIV32(a, b) _DIV32(a, b, __FILE__, __LINE__) macro 484 #define PDIV32(a,b) DIV32(ADD32((a),(b)>>1),b)
|
D | fixed_generic.h | 107 #define DIV32(a,b) (((spx_word32_t)(a))/((spx_word32_t)(b))) macro
|
D | arch.h | 203 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b)) macro
|
D | kiss_fftr.c | 67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft)); in kiss_fftr_alloc()
|
D | kiss_fft.c | 486 kf_cexp2(st->twiddles+i, DIV32(SHL32(phase,17),nfft)); in kiss_fft_alloc()
|
D | mdf.c | 379 prop[i] = DIV32(MULT16_16(QCONST16(.99f,15), prop[i]),prop_sum); in mdf_adjust_prop() 498 st->prop[i] = DIV32(MULT16_16(QCONST16(.8f,15), st->prop[i]),sum); in speex_echo_state_init_mc()
|
/external/libopus/celt/ |
D | fixed_generic.h | 163 #define DIV32(a,b) (((opus_val32)(a))/((opus_val32)(b))) macro
|
D | arch.h | 271 #define DIV32(a,b) (((opus_val32)(a))/(opus_val32)(b)) macro
|
D | mdct.c | 91 trig[i] = TRIG_UPSCALE*celt_cos_norm(DIV32(ADD32(SHL32(EXTEND32(i),17),N2+16384),N)); in clt_mdct_init()
|
D | kiss_fft.c | 415 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft)); in compute_twiddles()
|
D | fixed_debug.h | 746 #define DIV32(a, b) DIV32_(a, b, __FILE__, __LINE__) macro
|
D | celt_encoder.c | 443 mean_diff = DIV32(mean_diff, C*(end-1-IMAX(2,start))); in patch_transient_decision()
|