Home
last modified time | relevance | path

Searched refs:mod0 (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_bit_extract.h57 VOID usac_past_tw(ia_usac_data_struct *usac_data, WORD32 mod0, WORD32 i,
61 WORD32 k, WORD32 mod0);
Dixheaacd_acelp_bitparse.c504 WORD32 mod0) { in ixheaacd_td_frm_dec() argument
525 if (!td_frame_prev && (mod0 == 0)) { in ixheaacd_td_frm_dec()
529 } else if (!td_frame_prev && (mod0 > 0)) { in ixheaacd_td_frm_dec()
536 if (!td_frame_prev && (mod0 == 0)) { in ixheaacd_td_frm_dec()
552 if (!td_frame_prev && (mod0 == 0)) { in ixheaacd_td_frm_dec()
Dixheaacd_main.h200 VOID ixheaacd_td_frm_dec(ia_usac_data_struct *usac_data, WORD32 k, WORD32 mod0);
/external/icu/icu4c/source/test/intltest/
Dnumbertest_modifiers.cpp28 ConstantAffixModifier mod0(u"", u"", {UFIELD_CATEGORY_NUMBER, UNUM_PERCENT_FIELD}, true); in testConstantAffixModifier() local
29 assertModifierEquals(mod0, 0, true, u"|", u"n", status); in testConstantAffixModifier()
/external/python/cpython3/Lib/test/
Dtest_imp.py242 mod0 = imp.load_dynamic(m, pathname)
245 self.assertEqual(mod0.__name__, m)
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp149 …constexpr int mod0 = 3 % 0; // expected-error {{constant expression}} expected-note {{division by … variable
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp150 …constexpr int mod0 = 3 % 0; // expected-error {{constant expression}} expected-note {{division by … variable
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp791 Modifier mod0, mod1; in replaceCvt() local
799 mod0 = 0; in replaceCvt()
809 mod0 = isFloatType(cvt->sType) ? NV50_IR_MOD_NEG : 0; in replaceCvt()
816 mod0 = 0; in replaceCvt()
827 cvt->src(0).mod = mod0; in replaceCvt()