Searched refs:two24 (Results 1 - 4 of 4) sorted by relevance

/external/fdlibm/
H A Dk_rem_pio2.c160 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
196 iq[i] = (int)(z-two24*fw);
261 if(z>=two24) {
263 iq[jz] = (int)(z-two24*fw);
H A De_rem_pio2.c74 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
167 z = (z-tx[i])*two24;
/external/v8/src/base/
H A Dieee754.cc212 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ local
313 z = (z - tx[i]) * two24;
522 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ local
556 iq[i] = static_cast<int32_t>(z - two24 * fw);
636 if (z >= two24) {
638 iq[jz] = z - two24 * fw;
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm_asm.S110 # qhasm: stack128 two24
294 # qhasm: new two24
316 # qhasm: ptr = &two24
317 # asm 1: lea >ptr=int32#2,<two24=stack128#1
318 # asm 2: lea >ptr=r1,<two24=[sp,#0]
933 # qhasm: ptr = &two24
934 # asm 1: lea >ptr=int32#3,<two24=stack128#1
935 # asm 2: lea >ptr=r2,<two24=[sp,#0]
1147 # qhasm: ptr = &two24
1148 # asm 1: lea >ptr=int32#2,<two24
[all...]

Completed in 204 milliseconds