Home
last modified time | relevance | path

Searched refs:L4 (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/arch-x86/string/
Dstrncmp.S27 L2: jz L4 /* strings are equal */
37 jz L4
47 jz L4
57 jz L4
67 jz L4
77 jz L4
87 jz L4
97 jz L4
111 L4: xorl %eax,%eax label
Dswab.S36 jz L4 # while swapping alternate bytes.
65 L4: popl %edi label
/bionic/libm/src/
De_powf.c37 L4 = 2.7272811532e-01, /* 0x3e8ba305 */ variable
175 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_powf()
De_pow.c78 L4 = 2.72728123808534006489e-01, /* 0x3FD17460, 0xA91D4101 */ variable
232 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_pow()