Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/
Dstrlen.c40 char c0 = str[0 - sl], c1 = str[1 - sl], c2 = str[2 - sl], c3 = str[3 - sl]; in strlen() local
44 if (sl == 4 || c3 == 0) return ret + 3 - sl; in strlen()
46 c0 = str[4 - sl], c1 = str[5 - sl], c2 = str[6 - sl], c3 = str[7 - sl]; in strlen()
Dstrcpy.c39 char c3 = src[3]; in strcpy() local
43 if (!(*dst++ = c3)) return dst0; in strcpy()
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dsincosf.h44 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member
72 c2 = p->c3 + x2 * p->c4; in sincosf_poly()
111 c2 = p->c3 + x2 * p->c4; in sinf_poly()
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dcbrt.h66 vec_double2 c3 = VEC_SPLAT_F64(2.44693122563534430); in _cbrt() local
87 …ant, spu_madd(mant, spu_madd(mant, spu_madd(mant, spu_nmsub(mant, c6, c5), c4), c3), c2), c1), c0); in _cbrt()