Home
last modified time | relevance | path

Searched refs:L6 (Results 1 – 3 of 3) 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/libm/src/
De_powf.c39 L6 = 2.0697501302e-01, /* 0x3e53f142 */ variable
175 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_powf()
De_pow.c80 L6 = 2.06975017800338417784e-01, /* 0x3FCA7E28, 0x4A454EEF */ variable
232 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_pow()