Searched
full:x80000000 (Results
676 -
700 of
2530) sorted by null
<<21222324252627282930>>
/external/compiler-rt/lib/ |
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,
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 29 _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(sign_mask, 0x80000000);
|
/external/fdlibm/ |
e_remainder.c | 47 sx = hx&0x80000000;
|
s_ceil.c | 46 if(i0<0) {i0=0x80000000;i1=0;}
|
/external/flac/libFLAC/ia32/ |
cpu_asm.nasm | 103 mov eax, 0x80000000
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/ |
AttribFlags.java | 114 public static final int SSH_FILEXFER_ATTR_EXTENDED = 0x80000000;
|
/external/iptables/extensions/ |
libipt_NETMAP.c | 39 for (bits = 0, bm = 0x80000000; netmask & bm; netmask <<= 1)
|
/external/kernel-headers/original/asm-x86/ |
processor-flags.h | 39 #define X86_CR0_PG 0x80000000 /* Paging */
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_armv5.asm | 116 lsls r4, r2, r4 ; if((lowvalue<<(offset-1)) & 0x80000000 ) 214 lsls r4, r2, r4 ; if((lowvalue<<(offset-1)) & 0x80000000 ) 264 tst r2, #0x80000000 ; lowvalue & 0x80000000
|
vp8_packtokens_mbrow_armv5.asm | 137 lsls r4, r2, r4 ; if((lowvalue<<(offset-1)) & 0x80000000 ) 235 lsls r4, r2, r4 ; if((lowvalue<<(offset-1)) & 0x80000000 ) 285 tst r2, #0x80000000 ; lowvalue & 0x80000000
|
/external/libvpx/libvpx/vp8/encoder/ |
boolhuff.h | 100 if ((lowvalue << (offset - 1)) & 0x80000000)
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_boolhuff.h | 79 if ((lowvalue << (offset - 1)) & 0x80000000) {
|
/external/llvm/lib/Target/NVPTX/ |
cl_common_defines.h | 115 (int) 0x80000000 >> (__CLK_ANISOTROPIC_RATIO_BITS - 1)
|
/external/llvm/test/CodeGen/PowerPC/ |
vec_mul.ll | 42 ; 4 x 0x80000000 (-0.0 as float).
|
/external/llvm/test/MC/MachO/ |
data.s | 46 // CHECK: ('flags', 0x80000000)
|
diff-with-two-sections.s | 39 // CHECK-NEXT: ('flags', 0x80000000)
|
Completed in 514 milliseconds
<<21222324252627282930>>