Searched refs:c0 (Results 1 – 6 of 6) sorted by relevance
/picolibc-latest/newlib/libc/machine/riscv/ |
D | strlen.c | 43 char c0 = str[0 - sl], c1 = str[1 - sl], c2 = str[2 - sl], c3 = str[3 - sl]; in strlen() local 44 if (c0 == 0) return ret + 0 - sl; in strlen() 49 c0 = str[4 - sl], c1 = str[5 - sl], c2 = str[6 - sl], c3 = str[7 - sl]; in strlen() 50 if (c0 == 0) return ret + 4 - sl; in strlen()
|
D | strcpy.c | 37 char c0 = src[0]; in strcpy() local 40 if (!(*dst++ = c0)) return dst0; in strcpy()
|
/picolibc-latest/newlib/libm/common/ |
D | sincosf.h | 44 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 80 c1 = p->c0 + x2 * p->c1; in sincosf_poly() 112 c1 = p->c0 + x2 * p->c1; in sinf_poly()
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | cbrtf.h | 63 vec_double2 c0 = VEC_SPLAT_F64(0.492659620528969547); in _cbrtf() local 83 u0 = spu_madd(mant0, spu_nmsub(mant0, c2, c1), c0); in _cbrtf()
|
D | cbrt.h | 63 vec_double2 c0 = VEC_SPLAT_F64(0.354895765043919860); 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()
|
/picolibc-latest/newlib/libc/picolib/machine/arm/ |
D | read_tp.S | 58 mrc p15, 0, r0, c13, c0, 3
|