Searched refs:L1 (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/arch-x86/string/ |
D | memchr.S | 15 jz L1 19 jne L1 /* scan failed, return null */ 24 L1: xorl %eax,%eax label
|
D | ffs.S | 11 jz L1 /* ZF is set if all bits are 0 */ 16 L1: xorl %eax,%eax /* clear result */ label
|
D | index.S | 17 L1: label 23 jnz L1
|
D | bzero.S | 23 jb L1 38 L1: movl %edx,%ecx /* zero remainder by bytes */ label
|
D | memset.S | 25 jle L1 49 L1: rep label
|
D | swab.S | 28 L1: lodsw label 33 jnz L1
|
D | strcpy.S | 28 L1: movb (%edx),%al /* unroll loop, but not too much */ label 61 jnz L1
|
D | strcat.S | 37 L1: movb (%edx),%al /* unroll loop, but not too much */ label 70 jnz L1
|
D | strcmp.S | 21 L1: incl %eax label 76 je L1
|
D | strncmp.S | 24 L1: incl %eax label 102 je L1
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_powf.c | 33 L1 = 6.0000002384e-01, /* 0x3f19999a */ variable 177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_powf()
|
D | e_pow.c | 74 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()
|