Home
last modified time | relevance | path

Searched refs:signs (Results 1 – 25 of 48) sorted by relevance

12

/external/speex/libspeex/
Dcb_search.c525 VARDECL(int *signs); in split_cb_shape_sign_unquant()
539 ALLOC(signs, nb_subvect, int); in split_cb_shape_sign_unquant()
545 signs[i] = speex_bits_unpack_unsigned(bits, 1); in split_cb_shape_sign_unquant()
547 signs[i] = 0; in split_cb_shape_sign_unquant()
554 if (signs[i]) in split_cb_shape_sign_unquant()
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
/external/compiler-rt/lib/builtins/
Dfp_add_impl.inc70 // have opposite signs, we are performing a subtraction; otherwise addition.
/external/webp/src/dsp/
Ddec_sse2.c304 const __m128i signs = _mm_cmpgt_epi8(zero, *x); in SignedShift8b() local
305 const __m128i lo_0 = _mm_unpacklo_epi8(*x, signs); // s8 -> s16 sign extend in SignedShift8b()
306 const __m128i hi_0 = _mm_unpackhi_epi8(*x, signs); in SignedShift8b()
/external/vboot_reference/
DREADME13 components. There shouldn't be any code in here that signs or generates
/external/valgrind/docs/internals/
Dnotes.txt140 that nameing mechanism involves $ signs etc in symbol names, which
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively.
Dmarkdown-syntax.txt214 Setext-style headers are "underlined" using equal signs (for first-level
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively.
DMarkdown Documentation - Syntax.text214 Setext-style headers are "underlined" using equal signs (for first-level
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively.
DMarkdown Documentation - Syntax.text214 Setext-style headers are "underlined" using equal signs (for first-level
/external/freetype/src/autofit/
Dafblue.dat235 // scripts like Devanagari where vowel signs attach to the base
/external/skia/site/dev/tools/
Dmarkdown.md159 You can create headers by either "underlining" with equal signs (`=`) and hyphens (`-`),
/external/llvm/include/llvm/IR/
DIntrinsicsARM.td298 // depending on the signs of the shift amounts. It also has well-defined
/external/icu/icu4c/source/data/unidata/
Dppucd.txt2054 # Numeral signs
2781 # Koranic annotation signs
2992 # Koranic annotation signs
3043 # Syriac punctuation and signs
3346 # Vowel signs
3448 # Extended vowel signs for Rohingya
3462 # Koranic annotation signs
3467 # Extended vowel signs for African languages
3478 # Extended vowel signs
3484 # Various signs
[all …]
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c17402 IRTemp signs = IRTemp_INVALID; in dis_av_pack() local
17588 signs = newTemp(Ity_V128); in dis_av_pack()
17596 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) ); in dis_av_pack()
17598 binop(Iop_InterleaveHI8x16, mkexpr(signs), mkexpr(vB)) ); in dis_av_pack()
17603 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) ); in dis_av_pack()
17605 binop(Iop_InterleaveHI16x8, mkexpr(signs), mkexpr(vB)) ); in dis_av_pack()
17610 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) ); in dis_av_pack()
17612 binop(Iop_InterleaveLO8x16, mkexpr(signs), mkexpr(vB)) ); in dis_av_pack()
17617 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) ); in dis_av_pack()
17619 binop(Iop_InterleaveLO16x8, mkexpr(signs), mkexpr(vB)) ); in dis_av_pack()
[all …]
/external/libogg/doc/
Drfc5334.txt301 mechanism that encrypts or signs an Ogg bitstream and thus provides
Drfc3533.txt607 possible to add an external security mechanism that encrypts or signs
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt2402 signs
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt177 Setext-style headers are "underlined" using equal signs (for first-level
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt214 Setext-style headers are "underlined" using equal signs (for first-level
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dnews.txt857 - ``cookie`` digitally signs cookies to record the current
/external/libphonenumber/
Drelease_notes.txt706 - Fixed AYTF to not accept plus signs in the middle of input
/external/elfutils/src/libdw/
DChangeLog396 (get_sleb128_step): Ditto, and use a bitfield to extend signs.

12