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

/bionic/libc/arch-x86/string/
H A Dstrcpy.S31 jz L2
35 jz L2
39 jz L2
43 jz L2
47 jz L2
51 jz L2
55 jz L2
62 L2: popl %eax /* pop dst address */ label
H A Dindex.S20 je L2
25 L2: label
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 Dbcmp.S27 je L2
30 L2: popl %esi label
H A Drindex.S22 jne L2
24 L2: 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/src/
H A De_pow.c76 L2 = 4.28571428578550184252e-01, /* 0x3FDB6DB6, 0xDB6FABFF */ variable
232 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
H A De_powf.c35 L2 = 4.2857143283e-01, /* 0x3edb6db7 */ variable
175 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));

Completed in 188 milliseconds