Searched refs:L2 (Results 1 - 6 of 6) sorted by last modified time

/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_expl.c61 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
66 L2 = -1.0253670638894731e-29; /* -0x1.9ff0342542fc3p-97 */ variable
270 r2 = fn * -L2;
447 r2 = fn * -L2;
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_pow.c75 L2 = 4.28571428578550184252e-01, /* 0x3FDB6DB6, 0xDB6FABFF */ variable
234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
H A De_powf.c34 L2 = 4.2857143283e-01, /* 0x3edb6db7 */ variable
177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
/bionic/libc/arch-x86/generic/string/
H A Dstrcat.S40 jz L2
44 jz L2
48 jz L2
52 jz L2
56 jz L2
60 jz L2
64 jz L2
71 L2: popl %eax /* pop destination address */ label
H A Dstrcmp.S18 jmp L2 /* Jump into the loop! */
23 L2: movb (%eax),%cl label
H A Dstrncmp.S21 jmp L2 /* Jump into the loop! */
27 L2: jz L4 /* strings are equal */ label

Completed in 118 milliseconds