Searched refs:c4 (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/machine/riscv/ |
D | strcpy.c | 45 char c4 = src[4]; in strcpy() local 48 if (!(*dst++ = c4)) return dst0; in strcpy()
|
/picolibc-latest/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-latest/newlib/libm/machine/spu/headers/ |
D | cbrt.h | 67 vec_double2 c4 = VEC_SPLAT_F64(-1.83469277483613086); 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()
|