Searched refs:LSB (Results 1 – 16 of 16) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 588 int LSB; in check_single_guarded_arithmetic_op() local 691 LSB = Z.layout.frac & 1; in check_single_guarded_arithmetic_op() 707 if (debug) printf("tie: LSB = %d\n", LSB); in check_single_guarded_arithmetic_op() 708 expected = (LSB == 0 ? lo : hi); in check_single_guarded_arithmetic_op() 905 int LSB; in check_double_guarded_arithmetic_op() local 1028 LSB = Z.layout.frac_lo & 1; in check_double_guarded_arithmetic_op() 1044 if (debug) printf("tie: LSB = %d\n", LSB); in check_double_guarded_arithmetic_op() 1045 expected = (LSB == 0 ? lo : hi); in check_double_guarded_arithmetic_op()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 588 int LSB; in check_single_guarded_arithmetic_op() local 691 LSB = Z.layout.frac & 1; in check_single_guarded_arithmetic_op() 707 if (debug) printf("tie: LSB = %d\n", LSB); in check_single_guarded_arithmetic_op() 708 expected = (LSB == 0 ? lo : hi); in check_single_guarded_arithmetic_op() 905 int LSB; in check_double_guarded_arithmetic_op() local 1028 LSB = Z.layout.frac_lo & 1; in check_double_guarded_arithmetic_op() 1044 if (debug) printf("tie: LSB = %d\n", LSB); in check_double_guarded_arithmetic_op() 1045 expected = (LSB == 0 ? lo : hi); in check_double_guarded_arithmetic_op()
|
/external/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 363 #define LSB 1 macro 420 #define LSB 1 macro 449 #define LSB 0x10000 macro 3194 if (!(word1(&rv) & LSB))
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1970 unsigned LSB = Srl_imm; in SelectV6T2BitfieldExtractOp() local 1973 CurDAG->getTargetConstant(LSB, MVT::i32), in SelectV6T2BitfieldExtractOp() 1990 int LSB = Srl_imm - Shl_imm; in SelectV6T2BitfieldExtractOp() local 1991 if (LSB < 0) in SelectV6T2BitfieldExtractOp() 1995 CurDAG->getTargetConstant(LSB, MVT::i32), in SelectV6T2BitfieldExtractOp()
|
D | ARMISelLowering.cpp | 5972 unsigned LSB = CountTrailingZeros_32(Mask); in PerformORCombine() local 5973 if (ShAmtC != LSB) in PerformORCombine() 5996 unsigned LSB = CountTrailingZeros_32(~InvMask); in PerformBFICombine() local 5997 unsigned Width = (32 - CountLeadingZeros_32(~InvMask)) - LSB; in PerformBFICombine()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | dtoa.cpp | 145 #define LSB 1 macro 1088 if (!(word1(&rv) & LSB)) in strtod()
|
/external/zlib/doc/ |
D | rfc1951.txt | 307 elements in the correct MSB-to-LSB order and Huffman codes in 309 relative LSB position).
|
/external/qemu/tcg/ |
D | README | 294 POS - the position of the first bit, counting from the LSB
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.pod | 50 of a file member index number as an LSB 4byte integer and a null-terminated
|
/external/oprofile/ |
D | ChangeLog-2004 | 105 * events/ppc64/power4/event_mappings: Set LSB of MMCRA so kernel kludge
|
/external/dropbear/libtomcrypt/ |
D | changes | 103 -- Added count_lsb_bits to get the number of leading LSB zero bits there are. 392 -- Merged in fix for mp_prime_random_ex() to deal with MSB and LSB "bugs"
|
D | crypt.tex | 6060 /** Count the number of LSB bits which are zero 6062 @return The number of contiguous zero LSB bits
|
/external/jpeg/ |
D | install.doc | 450 maxval greater than 255 are assumed to use 2 bytes per sample, LSB first
|
/external/libpng/ |
D | libpng-1.2.44.txt | 441 pixels to LSB first 2139 pixels to LSB first
|
D | libpng-1.2.46.txt | 441 pixels to LSB first 2139 pixels to LSB first
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 41966 ** If the LSB is set, then the checksums for each frame within the WAL
|