Searched refs:sub_d (Results 1 – 13 of 13) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_freq_sca.c | 322 if ((sub_d(k2, k0) > MAX_FREQ_COEFFS) || (k2 <= k0)) { in ixheaacd_calc_master_frq_bnd_tbl() 325 if ((2 * fs == 44100) && (sub_d(k2, k0) > MAX_FREQ_COEFFS)) { in ixheaacd_calc_master_frq_bnd_tbl() 328 if ((2 * fs >= 48000) && (sub_d(k2, k0) > MAX_FREQ_COEFFS)) { in ixheaacd_calc_master_frq_bnd_tbl() 332 if ((sub_d(k2, k0) > MAX_FREQ_COEFFS_SBR) || (k2 <= k0)) { in ixheaacd_calc_master_frq_bnd_tbl() 335 if ((fs == 44100) && (sub_d(k2, k0) > MAX_FREQ_COEFFS_FS44100)) { in ixheaacd_calc_master_frq_bnd_tbl() 338 if ((fs >= 48000) && (sub_d(k2, k0) > MAX_FREQ_COEFFS_FS48000)) { in ixheaacd_calc_master_frq_bnd_tbl() 371 k = sub_d(num_bands, 1); in ixheaacd_calc_master_frq_bnd_tbl() 560 diff[i] = sub_d(previous, current); in ixheaacd_calc_bands()
|
D | ixheaacd_aacpluscheck.c | 88 sub_d(prev_element, SBR_ID_CCE) == 0) in ixheaacd_check_for_sbr_payload() 106 if (byte_count > 0 && sub_d(byte_count, MAXSBRBYTES) <= 0) { in ixheaacd_check_for_sbr_payload()
|
D | ixheaacd_ps_bitdec.c | 257 threshold = sub_d(MAX_NUM_COLUMNS, sub_d(ptr_ps_dec->num_env, e)); in ixheaacd_decode_ps_data()
|
D | ixheaacd_basic_op.h | 24 #define sub_d(a, b) ((a) - (b)) macro
|
D | ixheaacd_pns_js_thumb.c | 147 scale_exp = add_d(sub_d(31, (ptr_aac_dec_channel_info[channel] in ixheaacd_pns_process()
|
D | ixheaacd_sbrdecoder.c | 730 if (sub_d((WORD16)ptr_header_data[0]->channel_mode, PS_STEREO) == 0) { in ixheaacd_applysbr()
|
D | ixheaacd_channel.c | 1104 out1 = sub_d(temp, out1); in ixheaacd_cblock_inv_quant_spect_data()
|
/external/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/ |
D | arith-fp.ll | 17 define double @sub_d(double %a, double %b) {
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-ops.ll | 34 define double @sub_d(double %a, double %b) { 36 ; CHECK-LABEL: sub_d:
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | float-ops.ll | 35 define double @sub_d(double %a, double %b) { 37 ; CHECK-LABEL: sub_d:
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.h | 283 void sub_d(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
|
D | IceInstMIPS32.cpp | 1170 Asm->sub_d(getDest(), getSrc(0), getSrc(1)); in emitIAS()
|
D | IceAssemblerMIPS32.cpp | 1054 void AssemblerMIPS32::sub_d(const Operand *OpFd, const Operand *OpFs, in sub_d() function in Ice::MIPS32::AssemblerMIPS32
|