Searched refs:L2 (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/arch-x86/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 Dswab.S26 jz L2 # while swaping alternate bytes.
35 L2: shrl $3,%ecx # copy remainder 8 words at a time 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
/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)))));

Completed in 118 milliseconds