Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/string/
Dmemcmp.S26 jne L6 /* do we match? */
38 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */ label
/bionic/libc/arch-mips/bionic/
Dcrtbegin_so.S64 beq $2,$0,$L6
75 $L6:
/bionic/libm/upstream-freebsd/lib/msun/src/
De_powf.c38 L6 = 2.0697501302e-01, /* 0x3e53f142 */ variable
177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_powf()
De_pow.c79 L6 = 2.06975017800338417784e-01, /* 0x3FCA7E28, 0x4A454EEF */ variable
234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_pow()