Home
last modified time | relevance | path

Searched refs:L1 (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/arch-x86/string/
Dmemchr.S15 jz L1
19 jne L1 /* scan failed, return null */
24 L1: xorl %eax,%eax label
Dffs.S11 jz L1 /* ZF is set if all bits are 0 */
16 L1: xorl %eax,%eax /* clear result */ label
Dindex.S17 L1: label
23 jnz L1
Dbzero.S23 jb L1
38 L1: movl %edx,%ecx /* zero remainder by bytes */ label
Dmemset.S25 jle L1
49 L1: rep label
Dswab.S28 L1: lodsw label
33 jnz L1
Dstrcpy.S28 L1: movb (%edx),%al /* unroll loop, but not too much */ label
61 jnz L1
Dstrcat.S37 L1: movb (%edx),%al /* unroll loop, but not too much */ label
70 jnz L1
Dstrcmp.S21 L1: incl %eax label
76 je L1
Dstrncmp.S24 L1: incl %eax label
102 je L1
/bionic/libm/upstream-freebsd/lib/msun/src/
De_powf.c33 L1 = 6.0000002384e-01, /* 0x3f19999a */ variable
177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_powf()
De_pow.c74 L1 = 5.99999999999994648725e-01, /* 0x3FE33333, 0x33333303 */ variable
234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_pow()