Home
last modified time | relevance | path

Searched defs:c32 (Results 1 – 25 of 39) sorted by relevance

12

/external/libopus/silk/
Dmacros.h51 #define silk_SMLAWB(a32, b32, c32) ((opus_int32)((a32) + (((b32) * (opus_int64)((opus_int16)(… argument
53 #define silk_SMLAWB(a32, b32, c32) ((a32) + ((((b32) >> 16) * (opus_int32)((opus_int16)(c32))… argument
65 #define silk_SMLAWT(a32, b32, c32) ((opus_int32)((a32) + (((b32) * ((opus_int64)(c32) >> 16))… argument
67 #define silk_SMLAWT(a32, b32, c32) ((a32) + (((b32) >> 16) * ((c32) >> 16)) + ((((b32) & 0x00… argument
74 #define silk_SMLABB(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * (opus_int32)(… argument
80 #define silk_SMLABT(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16)) argument
83 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))… argument
94 #define silk_SMLAWW(a32, b32, c32) ((opus_int32)((a32) + (((opus_int64)(b32) * (c32)) >> 16))) argument
96 #define silk_SMLAWW(a32, b32, c32) silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSH… argument
DMacroCount.h69 static OPUS_INLINE opus_int32 silk_MLA(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_MLA()
77 static OPUS_INLINE opus_int32 silk_MLA_uint(opus_uint32 a32, opus_uint32 b32, opus_uint32 c32){ in silk_MLA_uint()
92 static OPUS_INLINE opus_int32 silk_SMLAWB(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLAWB()
107 static OPUS_INLINE opus_int32 silk_SMLAWT(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLAWT()
122 static OPUS_INLINE opus_int32 silk_SMLABB(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLABB()
138 static OPUS_INLINE opus_int32 silk_SMLABT(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLABT()
154 static OPUS_INLINE opus_int32 silk_SMLATT(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLATT()
190 static OPUS_INLINE opus_int64 silk_SMLAL(opus_int64 a64, opus_int32 b32, opus_int32 c32){ in silk_SMLAL()
607 static OPUS_INLINE opus_int32 silk_SMLAWW(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLAWW()
DMacroDebug.h289 static OPUS_INLINE opus_int32 silk_MLA_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *file,… in silk_MLA_()
304 static OPUS_INLINE opus_int32 silk_MLA_uint_(opus_uint32 a32, opus_uint32 b32, opus_uint32 c32, cha… in silk_MLA_uint_()
334 static OPUS_INLINE opus_int32 silk_SMLAWB_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *fi… in silk_SMLAWB_()
364 static OPUS_INLINE opus_int32 silk_SMLAWT_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *fi… in silk_SMLAWT_()
401 static OPUS_INLINE opus_int32 silk_SMLABB_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *fi… in silk_SMLABB_()
417 static OPUS_INLINE opus_int32 silk_SMLABT_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *fi… in silk_SMLABT_()
433 static OPUS_INLINE opus_int32 silk_SMLATT_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *fi… in silk_SMLATT_()
479 static OPUS_INLINE opus_int32 silk_SMLAWW_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *fi… in silk_SMLAWW_()
DSigProc_FIX.h433 #define silk_MLA(a32, b32, c32) silk_ADD32((a32),((b32) * (c32))) argument
436 #define silk_MLA_uint(a32, b32, c32) silk_MLA(a32, b32, c32) argument
442 #define silk_SMLATT(a32, b32, c32) silk_ADD32((a32),((b32) >> 16) * ((c32) >> 16)) argument
474 #define silk_SMLABB_ovflw(a32, b32, c32) (silk_ADD32_ovflw((a32) , ((opus_int32)((opus_int16)(b3… argument
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp1032 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1040 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
1049 UChar32 c32 = utext_previous32From(ut, i); in ErrorTest() local
1065 UChar32 c32; in ErrorTest() local
1102 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1110 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
1118 UChar32 c32 = utext_previous32From(ut, i); in ErrorTest() local
1134 UChar32 c32; in ErrorTest() local
1170 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1178 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
[all …]
Dtokiter.cpp88 UChar32 c32 = line.unescapeAt(pos); in nextToken() local
/external/cronet/third_party/icu/source/test/intltest/
Dutxttest.cpp1032 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1040 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
1049 UChar32 c32 = utext_previous32From(ut, i); in ErrorTest() local
1065 UChar32 c32; in ErrorTest() local
1102 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1110 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
1118 UChar32 c32 = utext_previous32From(ut, i); in ErrorTest() local
1134 UChar32 c32; in ErrorTest() local
1170 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1178 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
[all …]
Dtokiter.cpp88 UChar32 c32 = line.unescapeAt(pos); in nextToken() local
/external/musl/src/multibyte/
Dc32rtomb.c4 size_t c32rtomb(char *restrict s, char32_t c32, mbstate_t *restrict ps) in c32rtomb()
/external/clang/test/Misc/
Dast-dump-wchar.cpp9 char32_t c32[] = U"test\0\\\"\t\a\b\234\u1234\U0010ffff"; // \ variable
/external/skia/docs/examples/
DDither_b.cpp10 SkCanvas c32(bm32); in draw() local
/external/musl/src/string/
Dmemset.c40 u32 c32 = ((u32)-1)/255 * (unsigned char)c; in memset() local
/external/libpng/contrib/tools/
Dchecksum-icc.c21 uLong c32 = crc32(0, NULL, 0); in read_one_file() local
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dutf_sanity_check.pass.cpp40 F32_8::intern_type c32; in main() local
/external/rust/crates/crc32fast/src/specialized/
Daarch64.rs41 let mut c32 = !crc; in calculate() localVariable
/external/libopus/silk/mips/
Dmacros_mipsr1.h47 #define silk_SMLAWB(a32, b32, c32) ((a32) + silk_SMULWB(b32, c32)) argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dutf_sanity_check.pass.cpp49 F32_8::intern_type c32; in main() local
/external/icu/icu4c/source/common/
Dutrie.h209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
338 #define UTRIE_GET16(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t) argument
349 #define UTRIE_GET32(trie, c32, result) _UTRIE_GET(trie, data32, c32, result, uint32_t) argument
/external/cronet/third_party/icu/source/common/
Dutrie.h209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
338 #define UTRIE_GET16(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t) argument
349 #define UTRIE_GET32(trie, c32, result) _UTRIE_GET(trie, data32, c32, result, uint32_t) argument
/external/icu/libicu/cts_headers/
Dutrie.h209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
338 #define UTRIE_GET16(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t) argument
349 #define UTRIE_GET32(trie, c32, result) _UTRIE_GET(trie, data32, c32, result, uint32_t) argument
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1115 ir_constant *c32 = in extract_to_shifts() local
1146 ir_constant *c32 = in extract_to_shifts() local
1183 ir_constant *c32; in insert_to_shifts() local
/external/clang/test/SemaCXX/
Dconstexpr-printing.cpp86 constexpr char32_t c32 = get(U"test\0\\\"\t\a\b\234\u1234\U0010ffff"); // \ variable
/external/icu/icu4c/source/io/
Dustdio.cpp622 ufile_getch32(UFILE *f, UChar32 *c32) in ufile_getch32()
/external/cronet/third_party/icu/source/io/
Dustdio.cpp622 ufile_getch32(UFILE *f, UChar32 *c32) in ufile_getch32()
/external/cronet/third_party/icu/source/tools/toolutil/
Ducbuf.cpp378 UChar32 c32,c1,c2; in ucbuf_getcx32() local

12