Searched refs:L6 (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/arch-x86/generic/string/
H A Dmemcmp.S26 jne L6 /* do we match? */
38 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */ label
/bionic/libm/upstream-freebsd/lib/msun/src/
H A 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)))));
H A De_powf.c38 L6 = 2.0697501302e-01, /* 0x3e53f142 */ variable
177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));

Completed in 679 milliseconds