Searched defs:c1 (Results 1 – 16 of 16) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | collcmp.c | 37 int __collate_range_cmp (int c1, int c2) in __collate_range_cmp()
|
D | regcomp.c | 1426 samesets(struct re_guts *g, int c1, int c2) in samesets()
|
/picolibc-latest/newlib/libc/string/ |
D | strcasecmp.c | 61 const int c1 = tolower(*s1++); in strcasecmp() local
|
D | wcscasecmp.c | 47 const int c1 = towlower (*s1++); in wcscasecmp() local
|
D | strncasecmp.c | 63 const int c1 = tolower(*s1++); in strncasecmp() local
|
D | wcscasecmp_l.c | 52 const int c1 = towlower_l (*s1++, locale); in wcscasecmp_l() local
|
D | wcsncasecmp.c | 49 const int c1 = towlower (*s1++); in wcsncasecmp() local
|
D | strcasecmp_l.c | 50 const int c1 = tolower_l (*s1++, locale); in strcasecmp_l() local
|
D | wcsncasecmp_l.c | 54 const int c1 = towlower_l (*s1++, locale); in wcsncasecmp_l() local
|
D | strncasecmp_l.c | 54 const int c1 = tolower_l (*s1++, locale); in strncasecmp_l() local
|
/picolibc-latest/test/ |
D | complex-funcs.c | 7 double complex c1, c2; variable
|
/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
|
D | strcpy.c | 38 char c1 = src[1]; in strcpy() local
|
/picolibc-latest/newlib/libm/common/ |
D | sincosf.h | 44 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 68 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local 96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | cbrtf.h | 62 vec_double2 c1 = VEC_SPLAT_F64(0.697570460207922770); in _cbrtf() local
|
D | cbrt.h | 64 vec_double2 c1 = VEC_SPLAT_F64(1.50819193781584896); in _cbrt() local
|