HomeSort by relevance Sort by last modified time
    Searched full:x80000000 (Results 51 - 75 of 1852) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/test/Unit/
modsi3_test.c 45 if (test__modsi3(0x80000000, 1, 0x0))
47 if (test__modsi3(0x80000000, 2, 0x0))
49 if (test__modsi3(0x80000000, -2, 0x0))
51 if (test__modsi3(0x80000000, 3, -2))
53 if (test__modsi3(0x80000000, -3, -2))
  /external/valgrind/main/none/tests/mips32/
LoadStore.stdout.exp-BE 8 sb $t0, 0($t1) :: RTval: 0x80000000, out: 0x0
9 sb $t0, 0($t1) :: RTval: 0x80000000, out: 0x1f1e1f
10 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x0
11 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x1f0000
44 sb $t0, 48($t1) :: RTval: 0x80000000, out: 0x0
45 sb $t0, 48($t1) :: RTval: 0x80000000, out: 0x4f4e45
65 sh $t0, 0($t1) :: RTval: 0x80000000, out: 0x0
66 sh $t0, 0($t1) :: RTval: 0x80000000, out: 0x1e1f
67 sh $t0, 2($t1) :: RTval: 0x80000000, out: 0x0
68 sh $t0, 2($t1) :: RTval: 0x80000000, out: 0x
    [all...]
LoadStore.stdout.exp 8 sb $t0, 0($t1) :: RTval: 0x80000000, out: 0x0
9 sb $t0, 0($t1) :: RTval: 0x80000000, out: 0x121f1e00
10 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x0
11 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x1200
44 sb $t0, 48($t1) :: RTval: 0x80000000, out: 0x0
45 sb $t0, 48($t1) :: RTval: 0x80000000, out: 0x454f4e00
65 sh $t0, 0($t1) :: RTval: 0x80000000, out: 0x0
66 sh $t0, 0($t1) :: RTval: 0x80000000, out: 0x121f0000
67 sh $t0, 2($t1) :: RTval: 0x80000000, out: 0x0
68 sh $t0, 2($t1) :: RTval: 0x80000000, out: 0x
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modff.c 33 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */
41 SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */
54 SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */
s_modf.c 41 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */
49 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
64 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
72 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
  /dalvik/vm/mterp/armv5te/
OP_DOUBLE_TO_INT.S 17 mov r2, #0x80000000 @ maxint, as a double (low word)
26 mvnne r0, #0x80000000 @ return maxint (0x7fffffff)
36 movne r0, #0x80000000 @ return minint (80000000)
  /dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S 17 mov r2, #0x80000000 @ maxint, as a double (low word)
26 mvnne r0, #0x80000000 @ return maxint (0x7fffffff)
36 movne r0, #0x80000000 @ return minint (80000000)
  /development/ndk/platforms/android-3/include/linux/
wait.h 24 #define __WCLONE 0x80000000
  /external/fdlibm/
s_modf.c 46 __HIp(iptr) = i0&0x80000000;
53 __HI(x) &= 0x80000000;
64 __HI(x) &= 0x80000000;
71 __HI(x) &= 0x80000000;
  /external/icu4c/layout/
LigatureSubstitution.h 45 lafLast = 0x80000000,
  /external/kernel-headers/original/linux/
in_route.h 26 #define RTCF_LOCAL 0x80000000
  /external/llvm/test/CodeGen/ARM/
fcopysign.ll 12 ; HARD: vmov.i32 [[REG1:(d[0-9]+)]], #0x80000000
25 ; HARD: vmov.i32 [[REG2:(d[0-9]+)]], #0x80000000
35 ; SOFT: vmov.i32 [[REG3:(d[0-9]+)]], #0x80000000
48 ; SOFT: vmov.i32 [[REG6:(d[0-9]+)]], #0x80000000
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyWriter.java 52 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
67 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
80 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
91 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
121 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
137 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
145 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
155 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
166 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
  /external/v8/test/mjsunit/
bit-not.js 48 testBitNot(0x80000000, "0x80000000");
59 testBitNot(0x80000000 + 0.12345, "float5");
60 testBitNot(0x80000000 - 0.12345, "float6");
  /external/valgrind/main/none/tests/s390x/
cvd.c 8 0x80000000,
  /frameworks/native/opengl/libagl/
fixed_asm.S 40 orr r2, r2, #0x80000000 /* add the missing 1 */
56 orr r2, r2, #0x80000000 /* add the missing 1 */
60 tst r3, #0x80000000 /* negative? */
64 0: ands r0, r0, #0x80000000 /* keep only the sign bit */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
in_route.h 26 #define RTCF_LOCAL 0x80000000
wait.h 13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
in_route.h 26 #define RTCF_LOCAL 0x80000000
wait.h 13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
in_route.h 26 #define RTCF_LOCAL 0x80000000
wait.h 13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wait.h 24 #define __WCLONE 0x80000000
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wait.h 24 #define __WCLONE 0x80000000
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wait.h 24 #define __WCLONE 0x80000000

Completed in 2839 milliseconds

1 23 4 5 6 7 8 91011>>