HomeSort by relevance Sort by last modified time
    Searched refs:LSB (Results 1 - 14 of 14) 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/openssl/crypto/aes/asm/
aes-mips.pl 84 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
399 lwr $s0,0+$LSB($inp)
400 lwr $s1,4+$LSB($inp)
401 lwr $s2,8+$LSB($inp)
402 lwr $s3,12+$LSB($inp)
406 swr $s0,0+$LSB($out)
407 swr $s1,4+$LSB($out)
408 swr $s2,8+$LSB($out)
409 swr $s3,12+$LSB($out)
736 lwr $s0,0+$LSB($inp
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-mips.pl 77 $LSB=3&~$MSB;
112 lwr @X[$j],$j*4+$LSB($inp)
289 lwr @X[0],$LSB($inp)
sha512-mips.pl 109 $LSB = ($SZ-1)&~$MSB;
124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
309 ${LD}r @X[0],$LSB($inp)
  /bionic/libc/stdlib/
strtod.c 261 #define LSB 1
289 #define LSB 1
313 #define LSB 0x10000
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 145 #define LSB 1
1088 if (!(word1(&rv) & LSB))
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 55 // Starting at first 1 (from lsb).
401 unsigned LSB;
1484 unsigned lsb = Bitfield.LSB; local
5249 unsigned lsb = Inst.getOperand(2).getImm(); local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 363 #define LSB 1
420 #define LSB 1
449 #define LSB 0x10000
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 7214 unsigned lsb = CountTrailingZeros_32(Mask); local
9248 unsigned int lsb = 0, msb = 31; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 355 milliseconds