/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8500/ |
D | shifts.c | 19 int __ashrhi3(int a,int b) in __ashrhi3() 24 int __ashlhi3(int a,int b) in __ashlhi3() 29 unsigned __lshlhi3(unsigned int a,int b) in __lshlhi3() 34 unsigned __lshrhi3(unsigned int a,int b) in __lshrhi3() 42 long __ashrsi3(long a, int b) in __ashrsi3() 47 long __ashlsi3(long a,int b) in __ashlsi3() 52 unsigned __lshlsi3(unsigned long a,int b) in __lshlsi3() 57 unsigned __lshrsi3(unsigned long a,int b) in __lshrsi3()
|
D | mulsi3.c | 26 long __mulsi3(u a, u b) in __mulsi3() 62 long __mulpsi3(long a, long b) in __mulpsi3() 69 __mulhi3(short a, short b) in __mulhi3()
|
D | mulhi3.c | 20 __mulhi3(short a, short b) in __mulhi3()
|
/picolibc-3.7.0-3.6.0/test/ |
D | rounding-mode-sub.c | 41 div(double a, double b) in div() 47 mul(double a, double b) in mul() 53 sub(double a, double b) in sub() 59 div_f(float a, float b) { in div_f() 64 mul_f(float a, float b) { in mul_f() 69 sub_f(float a, float b) in sub_f()
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | sprint_ivec.c | 24 #define I(a,b) (b) argument 26 #define I(a,b) (a) argument
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sparc/machine/ |
D | sparclet.h | 29 scan (int a, int b) in scan() 39 shuffle (int a, int b) in shuffle()
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | stdio_private.h | 200 #define _u128_plus_64(a,b) ((a) + (b)) argument 201 #define _u128_plus(a,b) ((a) + (b)) argument 202 #define _u128_minus(a,b) ((a) - (b)) argument 203 #define _u128_minus_64(a,b) ((a) - (b)) argument 205 #define _u128_times_base(a,b) ((a) * (b)) argument 209 #define _u128_lshift(a,b) ((_u128) (a) << (b)) argument 210 #define _u128_lshift_64(a,b) ((_u128) (a) << (b)) argument 211 #define _u128_rshift(a,b) ((a) >> (b)) argument 212 #define _i128_rshift(a,b) ((_i128) (a) >> (b)) argument 213 #define _u128_or_64(a,b) ((a) | (_u128) (b)) argument [all …]
|
D | conv_flt.c | 161 #define UF_TIMES_BASE(a,b) _u128_times_base(a,b) argument 162 #define UF_PLUS_DIGIT(a,b) _u128_plus_64(a,b) argument 163 #define UF_RSHIFT(a,b) _u128_rshift(a,b) argument 164 #define UF_LSHIFT(a,b) _u128_lshift(a,b) argument 165 #define UF_LSHIFT_64(a,b) _u128_lshift_64(a,b) argument 166 #define UF_LT(a,b) _u128_lt(a,b) argument 167 #define UF_GE(a,b) _u128_ge(a,b) argument 168 #define UF_OR_64(a,b) _u128_or_64(a,b) argument 169 #define UF_AND_64(a,b) _u128_and_64(a,b) argument 170 #define UF_AND(a,b) _u128_and(a,b) argument [all …]
|
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | qsort.c | 29 static int scmp(const void *a, const void *b) in scmp() 34 static int icmp(const void *a, const void *b) in icmp() 41 unsigned char b[3]; member 50 const struct three *a = av, *b = bv; in tcmp() local
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/powerpc/ |
D | complex128.c | 45 __mulkc3 (TFtype a, TFtype b, TFtype c, TFtype d) in __mulkc3() 54 __divkc3 (TFtype a, TFtype b, TFtype c, TFtype d) in __divkc3()
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | wcscoll.c | 38 const wchar_t *b) in wcscoll()
|
D | bzero.c | 48 bzero(void *b, size_t length) in bzero()
|
D | strcoll.c | 56 const char *b) in strcoll()
|
D | wcsxfrm.c | 41 const wchar_t *__restrict b, in wcsxfrm()
|
D | wcscoll_l.c | 44 wcscoll_l (const wchar_t *a, const wchar_t *b, struct __locale_t *locale) in wcscoll_l()
|
D | strcoll_l.c | 47 strcoll_l (const char *a, const char *b, struct __locale_t *locale) in strcoll_l()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/tic80/ |
D | setjmp.S | 25 #define CONCAT1(a, b) CONCAT2(a, b) argument 26 #define CONCAT2(a, b) a ## b argument
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sparc/ |
D | setjmp.S | 65 #define CONCAT1(a, b) CONCAT2(a, b) argument 66 #define CONCAT2(a, b) a ## b argument
|
D | scan.c | 24 scan (int a, int b) in scan()
|
D | shuffle.c | 24 shuffle (int a, int b) in shuffle()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/w65/ |
D | mulsi3.c | 20 __mulsi3(unsigned long a, unsigned long b) in __mulsi3()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xstormy16/ |
D | callocr.c | 4 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | param.h | 56 #define MAX(a,b) ((a) > (b) ? (a) : (b)) argument 57 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/ |
D | s_ilogbl.c | 22 int b; in ilogbl() local
|
D | s_logbl.c | 19 int b; in logbl() local
|