Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/string/
Dmemcmp.S20 jne L5 /* do we match so far? */
33 L5: movl $4,%ecx /* We know that one of the next */ label
/bionic/libc/arch-x86/bionic/
Dcrtbegin_so.S60 jne .L5
72 .L5: label
/bionic/libm/src/
De_powf.c38 L5 = 2.3066075146e-01, /* 0x3e6c3255 */ variable
175 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_powf()
De_pow.c79 L5 = 2.30660745775561754067e-01, /* 0x3FCD864A, 0x93C9DB65 */ variable
232 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_pow()