Home
last modified time | relevance | path

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

/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_()
496 #define silk_MLA_ovflw(a32, b32, c32) ((a32) + ((b32) * (c32))) argument
498 #define silk_SMLABB_ovflw(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * (opus_int3… argument
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/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTUnicode.cpp83 static bool CheckGenericUnicode(PVRTuint32 c32) in CheckGenericUnicode()
114 PVRTuint32 c32; in PVRTUnicodeUTF8ToUTF32() local
188 PVRTuint32 c32; in PVRTUnicodeUTF16ToUTF32() local
315 PVRTuint32 c32 = *pC++; in PVRTUnicodeValidUTF8() local
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp1028 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1036 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
1045 UChar32 c32 = utext_previous32From(ut, i); in ErrorTest() local
1061 UChar32 c32; in ErrorTest() local
1098 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1106 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
1114 UChar32 c32 = utext_previous32From(ut, i); in ErrorTest() local
1130 UChar32 c32; in ErrorTest() local
1166 UChar32 c32 = utext_char32At(ut, i); in ErrorTest() local
1174 UChar32 c32 = utext_next32From(ut, i); in ErrorTest() local
[all …]
Dtokiter.cpp88 UChar32 c32 = line.unescapeAt(pos); in nextToken() local
Drbbitst.cpp445 UChar32 c32 = utext_current32(textToBreak); in setUTF8() local
/external/clang/test/Misc/
Dast-dump-wchar.cpp9 char32_t c32[] = U"test\0\\\"\t\a\b\234\u1234\U0010ffff"; // \ variable
/external/libpng/contrib/tools/
Dchecksum-icc.c23 uLong c32 = crc32(0, NULL, 0); in read_one_file() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java138 int c32 = Utility.unescapeAt(line, posref); in nextToken() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DTokenIterator.java140 int c32 = Utility.unescapeAt(line, posref); in nextToken() 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/libopus/silk/mips/
Dmacros_mipsr1.h47 #define silk_SMLAWB(a32, b32, c32) ((a32) + silk_SMULWB(b32, c32)) argument
/external/icu/icu4c/source/common/
Dutrie.h209 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument
337 #define UTRIE_GET16(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t) argument
348 #define UTRIE_GET32(trie, c32, result) _UTRIE_GET(trie, data32, c32, result, uint32_t) argument
Dustring.cpp1382 UChar32 c32; in u_unescape() local
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1106 ir_constant *c32 = in extract_to_shifts() local
1137 ir_constant *c32 = in extract_to_shifts() local
1174 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
Dcxx98-compat.cpp144 char32_t c32 = 0; // expected-warning {{'char32_t' type specifier is incompatible with C++98}} variable
/external/icu/icu4c/source/io/
Dustdio.cpp622 ufile_getch32(UFILE *f, UChar32 *c32) in ufile_getch32()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp378 UChar32 c32,c1,c2; in ucbuf_getcx32() local
/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_x86.h357 v256 c32 = v256_dup_8(32); in v256_wideshuffle_8() local
/external/icu/icu4c/source/i18n/
Duregex.cpp1468 UChar32 c32 = -1; in appendReplacement() local
Dtznames_impl.cpp419 UChar32 c32 = text.char32At(index); in search() local
/external/neon_2_sse/
DNEON_2_SSE.h6033 __m128i b32, c32, res; in vabal_s16() local
6061 __m128i b32, c32, res; in vabal_u16() local
14915 __m128i c55555555, c33333333, c0f0f0f0f, c3f, c32, tmp, tmp1, res; in vclzq_s32() local