Searched refs:c3 (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/ |
D | strlen.c | 40 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()
|
D | strcpy.c | 39 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/ |
D | sincosf.h | 44 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/ |
D | cbrt.h | 66 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()
|