HomeSort by relevance Sort by last modified time
    Searched full:x80000000 (Results 401 - 425 of 1602) sorted by null

<<11121314151617181920>>

  /bionic/libm/src/
e_remainder.c 42 sx = hx&0x80000000;
e_remainderf.c 35 sx = hx&0x80000000;
s_ceil.c 41 if(i0<0) {i0=0x80000000;i1=0;}
s_ceilf.c 36 if(i0<0) {i0=0x80000000;}
s_nextafterf.c 39 SET_FLOAT_WORD(x,(hy&0x80000000)|1);/* return +-minsubnormal */
  /dalvik/vm/mterp/x86-atom/
OP_DOUBLE_TO_INT.S 67 movl $$0x80000000, (rFP, %edx, 4) # vA<- negInf
OP_FLOAT_TO_INT.S 67 movl $$0x80000000, (rFP, %edx, 4) # vA<- negInf
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
hpc3.h 27 #define HPCDMA_EOX 0x80000000
29 #define HPCDMA_EOR 0x80000000
125 #define HPC3_ERXBCD_EOX 0x80000000
174 #define HPC3_ETXBCD_EOX 0x80000000
  /device/samsung/tuna/
BoardConfig.mk 32 BOARD_KERNEL_BASE := 0x80000000
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 18 tmp[0] = 0x80000000;
  /external/compiler-rt/lib/
fixdfdi.c 36 di_int s = (si_int)(fb.u.s.high & 0x80000000) >> 31;
fixdfti.c 36 ti_int s = (si_int)(fb.u.s.high & 0x80000000) >> 31;
fixsfdi.c 36 di_int s = (si_int)(fb.u & 0x80000000) >> 31;
fixsfti.c 36 ti_int s = (si_int)(fb.u & 0x80000000) >> 31;
fixunsdfdi.c 37 if (e < 0 || (fb.u.s.high & 0x80000000))
fixunsdfsi.c 37 if (e < 0 || (fb.u.s.high & 0x80000000))
fixunsdfti.c 37 if (e < 0 || (fb.u.s.high & 0x80000000))
fixunssfdi.c 36 if (e < 0 || (fb.u & 0x80000000))
fixunssfsi.c 37 if (e < 0 || (fb.u & 0x80000000))
fixunssfti.c 37 if (e < 0 || (fb.u & 0x80000000))
  /external/compiler-rt/test/Unit/
absvsi2_test.c 38 // if (test__absvsi2(0x80000000)) // should abort
divmodsi4_test.c 67 if (test__divmodsi4(0x80000000, 8, 0xf0000000, 0))
negvsi2_test.c 34 // if (test__negvsi2(0x80000000)) // should abort
udivmodsi4_test.c 52 if (test__udivmodsi4(0x80000000, 8, 0x10000000, 0))
  /external/e2fsprogs/lib/ext2fs/
tst_byteswap.c 39 0x80000000, 0x00000080,

Completed in 1018 milliseconds

<<11121314151617181920>>