Searched refs:z1 (Results 1 – 3 of 3) sorted by relevance
/sysdeps/ieee754/ldbl-128ibm/ |
A D | k_tanl.c | 158 long double u1, z1; in __kernel_tanl() local 163 z1 = ldbl_high (z); in __kernel_tanl() 164 s = 1.0 + z1 * u1; in __kernel_tanl() 165 return z1 + z * (s + z1 * v); in __kernel_tanl()
|
/sysdeps/aarch64/multiarch/ |
A D | memcpy_a64fx.S | 50 ld1b z1.b, p0/z, [src, 1, mul vl] 61 st1b z1.b, p0, [dst, 1, mul vl] 63 ld1b z1.b, p0/z, [src, 1, mul vl] 88 st1b z1.b, p0, [dst, 1, mul vl] 168 ld1b z1.b, p1/z, [src] 169 st1b z1.b, p1, [dstin] 203 st1b z1.b, p1, [dst, 1, mul vl] 218 st1b z1.b, p0, [dst, 1, mul vl] 228 st1b z1.b, p0, [dst, 1, mul vl] 280 ld1b z1.b, p1/z, [src, n] [all …]
|
/sysdeps/powerpc/powerpc32/ |
A D | memset.S | 161 bf 25, L(z1) 165 L(z1): cmplwi cr5, rLEN, 0
|
Completed in 4 milliseconds