/external/llvm/lib/Analysis/ |
ValueTracking.cpp | 45 /// known to be either zero or one and return them in the KnownZero/KnownOne 49 /// we cannot optimize based on the assumption that it is zero without changing 50 /// it to be an explicit zero. If we don't change it to zero, other code could 51 /// optimized based on the contradictory assumption that it is non-zero. 57 /// where V is a vector, the mask, known zero, and known one values are the 82 // Null and aggregate-zero are all-zeros. 157 // If either the LHS or the RHS are Zero, the result is zero. 162 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?"); [all...] |
/external/webp/src/enc/ |
dsp_sse2.c | 243 const __m128i zero = _mm_set1_epi16(0); local 260 ref0 = _mm_unpacklo_epi8(ref0, zero); 261 ref1 = _mm_unpacklo_epi8(ref1, zero); 262 ref2 = _mm_unpacklo_epi8(ref2, zero); 263 ref3 = _mm_unpacklo_epi8(ref3, zero); 293 const __m128i zero = _mm_setzero_si128(); local 313 const __m128i src_0 = _mm_unpacklo_epi8(src0, zero); 314 const __m128i src_1 = _mm_unpacklo_epi8(src1, zero); 315 const __m128i src_2 = _mm_unpacklo_epi8(src2, zero); 316 const __m128i src_3 = _mm_unpacklo_epi8(src3, zero); 443 const __m128i zero = _mm_set1_epi16(0); local 501 const __m128i zero = _mm_setzero_si128(); local 690 const __m128i zero = _mm_set1_epi16(0); local [all...] |
/external/icu4c/test/testdata/ |
WordBreakTest.txt | 41 ÷ 0001 ÷ 0030 ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [999.0] DIGIT ZERO (Numeric) ÷ [0.3] 42 ÷ 0001 × 0308 ÷ 0030 ÷ # ÷ [0.2] <START OF HEADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ZERO (Numeric) ÷ [0.3] 85 ÷ 000D ÷ 0030 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] DIGIT ZERO (Numeric) ÷ [0.3] 86 ÷ 000D ÷ 0308 ÷ 0030 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ZERO (Numeric) ÷ [0.3] 129 ÷ 000A ÷ 0030 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] DIGIT ZERO (Numeric) ÷ [0.3] 130 ÷ 000A ÷ 0308 ÷ 0030 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ZERO (Numeric) ÷ [0.3] 173 ÷ 000B ÷ 0030 ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] DIGIT ZERO (Numeric) ÷ [0.3] 174 ÷ 000B ÷ 0308 ÷ 0030 ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ZERO (Numeric) ÷ [0.3] 217 ÷ 3031 ÷ 0030 ÷ # ÷ [0.2] VERTICAL KANA REPEAT MARK (Katakana) ÷ [999.0] DIGIT ZERO (Numeric) ÷ [0.3] 218 ÷ 3031 × 0308 ÷ 0030 ÷ # ÷ [0.2] VERTICAL KANA REPEAT MARK (Katakana) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ZERO (Numeric) ÷ [0.3 [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
map.h | 42 // Zero(). The superfinal state is always added (if the input is 123 fst->SetFinal(s, Weight::Zero()); 134 final_arc.weight != Weight::Zero()) 137 fst->SetFinal(s, Weight::Zero()); 205 ofst->SetFinal(s, B::Weight::Zero()); 214 final_arc.weight != B::Weight::Zero()) 217 ofst->SetFinal(s, B::Weight::Zero()); 321 SetFinal(s, Weight::Zero()); 326 SetFinal(s, s == superfinal_ ? Weight::One() : Weight::Zero()); 371 if (!HasFinal(s) || Final(s) == Weight::Zero()) [all...] |
/external/llvm/include/llvm/ADT/ |
APInt.h | 57 /// * All bit, byte, and word positions are zero-based. 128 /// zero'd out. 222 /// the range of val are zero filled). 376 /// This converts the APInt to a boolean value as a test against zero. 436 /// Get an APInt with the same BitWidth as this APInt, just zero mask 441 /// Get an APInt with the same BitWidth as this APInt, just zero mask 455 /// bits will be zero. For example, with parameters(32, 0, 16) you would get 563 /// @returns true if *this is zero, false otherwise. 585 /// than 64, the value is zero filled in the unspecified high order bits. 603 /// logically zero-extended or truncated to match the bit-width o [all...] |
/bionic/libc/arch-arm/include/machine/ |
ieee.h | 66 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero 161 * Floats whose exponent is zero are either zero (iff all fraction 162 * bits are zero) or subnormal values.
|
/bionic/libc/arch-sh/include/machine/ |
ieee.h | 62 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero 111 * Floats whose exponent is zero are either zero (iff all fraction 112 * bits are zero) or subnormal values.
|
/bionic/libc/arch-x86/include/machine/ |
ieee.h | 63 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero 112 * Floats whose exponent is zero are either zero (iff all fraction 113 * bits are zero) or subnormal values.
|
/bionic/libc/arch-x86/string/ |
memcmp.S | 28 xorl %eax,%eax /* we match, return zero */
|
memset.S | 13 movzbl 16(%esp),%eax /* unsigned char, zero extend */
|
/bionic/libm/src/ |
e_fmod.c | 27 static const double one = 1.0, Zero[] = {0.0, -0.0,}; 48 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ 102 return Zero[(u_int32_t)sx>>31]; 111 return Zero[(u_int32_t)sx>>31];
|
/bootable/recovery/minelf/ |
Retouch.h | 24 char tag[8]; /* "RETOUCH ", not zero-terminated */
|
/cts/apps/CtsVerifier/jni/audioquality/ |
GenerateSinusoid.h | 24 numOutput will be zero, and output will be NULL. Note that the
|
/cts/tests/res/values/ |
arrays.xml | 22 <item>zero</item>
|
/cts/tools/dx-tests/src/dxc/junit/verify/t481_1/ |
Test_t481_1.java | 29 * @title code_length must not be zero
|
/dalvik/tests/014-math3/src/ |
Main.java | 39 * Floating point divide by zero doesn't throw an exception -- the
|
/dalvik/tests/015-switch/src/ |
Main.java | 26 case 0: System.out.print("zero\n"); break; 69 case 0: System.out.print("zero\n"); break; 81 case 0: System.out.print("zero\n"); break; 95 case 0: System.out.print("zero\n"); break;
|
/dalvik/vm/alloc/ |
DdmHeap.h | 25 * is non-zero.
|
/dalvik/vm/jdwp/ |
JdwpHandler.h | 39 * can therefore be zero.
|
/dalvik/vm/mterp/x86/ |
binop2addr.S | 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
|
/dalvik/vm/mterp/x86-atom/ |
OP_CONST_16.S | 23 * Description: Move the given literal value (right-zero-extended to 32
|
OP_GOTO.S | 24 * The branch uses an 8-bit offset that cannot be zero.
|
OP_GOTO_16.S | 24 * The branch uses a 16-bit offset that cannot be zero.
|
OP_GOTO_32.S | 24 * The branch uses a 32-bit offset that can be zero.
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
ieee.h | 66 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero 161 * Floats whose exponent is zero are either zero (iff all fraction 162 * bits are zero) or subnormal values.
|