Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/main/none/tests/ppc64/
Dround.c588 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/
Dround.c588 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/
Ddtoa.cc363 #define LSB 1 macro
420 #define LSB 1 macro
449 #define LSB 0x10000 macro
3194 if (!(word1(&rv) & LSB))
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1970 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()
DARMISelLowering.cpp5972 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/
Ddtoa.cpp145 #define LSB 1 macro
1088 if (!(word1(&rv) & LSB)) in strtod()
/external/zlib/doc/
Drfc1951.txt307 elements in the correct MSB-to-LSB order and Huffman codes in
309 relative LSB position).
/external/qemu/tcg/
DREADME294 POS - the position of the first bit, counting from the LSB
/external/llvm/docs/CommandGuide/
Dllvm-ar.pod50 of a file member index number as an LSB 4byte integer and a null-terminated
/external/oprofile/
DChangeLog-2004105 * events/ppc64/power4/event_mappings: Set LSB of MMCRA so kernel kludge
/external/dropbear/libtomcrypt/
Dchanges103 -- 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"
Dcrypt.tex6060 /** Count the number of LSB bits which are zero
6062 @return The number of contiguous zero LSB bits
/external/jpeg/
Dinstall.doc450 maxval greater than 255 are assumed to use 2 bytes per sample, LSB first
/external/libpng/
Dlibpng-1.2.44.txt441 pixels to LSB first
2139 pixels to LSB first
Dlibpng-1.2.46.txt441 pixels to LSB first
2139 pixels to LSB first
/external/sqlite/dist/
Dsqlite3.c.orig41966 ** If the LSB is set, then the checksums for each frame within the WAL