HomeSort by relevance Sort by last modified time
    Searched refs:LSB (Results 1 - 11 of 11) sorted by null

  /device/samsung/crespo/libsensors/
sensors.h 79 // 64 LSB = 1G for KR3DM
80 #define LSB (64.0f)
85 #define CONVERT_A (GRAVITY_EARTH / LSB / NUMOFACCDATA)
  /bionic/libc/arch-arm/bionic/
strcmp.S 41 #define LSB 0xff000000
48 #define LSB 0x000000ff
217 and w2, w2, #LSB
269 and t1, w1, #LSB
290 tst w1, #LSB
304 and r2, t1, #LSB
305 and r0, w2, #LSB
  /external/valgrind/main/none/tests/ppc32/
round.c 588 int LSB;
596 ** and the LSB bit at the bottom of the manitssa.
608 /* mask off LSB from resulting guard bits */
627 /* mask off LSB from resulting guard bits */
644 /* g >> 3 == LSB, g & 7 == guard bits */
690 /* get LSB for tie breaking */
691 LSB = Z.layout.frac & 1;
707 if (debug) printf("tie: LSB = %d\n", LSB);
708 expected = (LSB == 0 ? lo : hi)
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 588 int LSB;
596 ** and the LSB bit at the bottom of the manitssa.
608 /* mask off LSB from resulting guard bits */
627 /* mask off LSB from resulting guard bits */
644 /* g >> 3 == LSB, g & 7 == guard bits */
690 /* get LSB for tie breaking */
691 LSB = Z.layout.frac & 1;
707 if (debug) printf("tie: LSB = %d\n", LSB);
708 expected = (LSB == 0 ? lo : hi)
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 50 // Starting at first 1 (from lsb).
374 unsigned LSB;
1098 unsigned lsb = Bitfield.LSB; local
4299 unsigned lsb = Inst.getOperand(2).getImm(); local
    [all...]
  /bionic/libc/stdlib/
strtod.c 261 #define LSB 1
289 #define LSB 1
313 #define LSB 0x10000
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 6956 unsigned lsb = CountTrailingZeros_32(Mask); local
8838 unsigned int lsb = 0, msb = 31; local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 145 #define LSB 1
1088 if (!(word1(&rv) & LSB))
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 363 #define LSB 1
420 #define LSB 1
449 #define LSB 0x10000
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 880 milliseconds