/picolibc-latest/newlib/libc/machine/h8500/ |
D | shifts.c | 21 int __ashrhi3(int a,int b) in __ashrhi3() 26 int __ashlhi3(int a,int b) in __ashlhi3() 31 unsigned __lshlhi3(unsigned int a,int b) in __lshlhi3() 36 unsigned __lshrhi3(unsigned int a,int b) in __lshrhi3() 44 long __ashrsi3(long a, int b) in __ashrsi3() 49 long __ashlsi3(long a,int b) in __ashlsi3() 54 unsigned __lshlsi3(unsigned long a,int b) in __lshlsi3() 59 unsigned __lshrsi3(unsigned long a,int b) in __lshrsi3()
|
D | mulsi3.c | 28 long __mulsi3(u a, u b) in __mulsi3() 64 long __mulpsi3(long a, long b) in __mulpsi3() 71 __mulhi3(short a, short b) in __mulhi3()
|
D | mulhi3.c | 22 __mulhi3(short a, short b) in __mulhi3()
|
/picolibc-latest/test/ |
D | rounding-mode-sub.c | 42 div(double a, double b) in div() 48 mul(double a, double b) in mul() 54 sub(double a, double b) in sub() 60 div_f(float a, float b) { in div_f() 65 mul_f(float a, float b) { in mul_f() 70 sub_f(float a, float b) in sub_f()
|
/picolibc-latest/newlib/libm/test/ |
D | sprint_ivec.c | 24 #define I(a,b) (b) argument 26 #define I(a,b) (a) argument
|
/picolibc-latest/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-latest/newlib/libc/tinystdio/ |
D | stdio_private.h | 282 #define _u128_plus_64(a,b) ((a) + (b)) argument 283 #define _u128_plus(a,b) ((a) + (b)) argument 284 #define _u128_minus(a,b) ((a) - (b)) argument 285 #define _u128_minus_64(a,b) ((a) - (b)) argument 287 #define _u128_times_base(a,b) ((a) * (b)) argument 291 #define _u128_lshift(a,b) ((_u128) (a) << (b)) argument 292 #define _u128_lshift_64(a,b) ((_u128) (a) << (b)) argument 293 #define _u128_rshift(a,b) ((a) >> (b)) argument 294 #define _i128_rshift(a,b) ((_i128) (a) >> (b)) argument 295 #define _u128_or_64(a,b) ((a) | (_u128) (b)) argument [all …]
|
D | conv_flt.c | 166 #define UF_TIMES_BASE(a,b) _u128_times_base(a,b) argument 167 #define UF_PLUS_DIGIT(a,b) _u128_plus_64(a,b) argument 168 #define UF_RSHIFT(a,b) _u128_rshift(a,b) argument 169 #define UF_LSHIFT(a,b) _u128_lshift(a,b) argument 170 #define UF_LSHIFT_64(a,b) _u128_lshift_64(a,b) argument 171 #define UF_LT(a,b) _u128_lt(a,b) argument 172 #define UF_GE(a,b) _u128_ge(a,b) argument 173 #define UF_OR_64(a,b) _u128_or_64(a,b) argument 174 #define UF_AND_64(a,b) _u128_and_64(a,b) argument 175 #define UF_AND(a,b) _u128_and(a,b) argument [all …]
|
/picolibc-latest/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-latest/newlib/libm/machine/powerpc/ |
D | complex128.c | 50 __mulkc3 (TFtype a, TFtype b, TFtype c, TFtype d) in __mulkc3() 62 __divkc3 (TFtype a, TFtype b, TFtype c, TFtype d) in __divkc3()
|
/picolibc-latest/newlib/libc/string/ |
D | bzero.c | 49 bzero(void *b, size_t length) in bzero()
|
D | wcscoll.c | 37 const wchar_t *b) in wcscoll()
|
D | strcoll.c | 56 const char *b) in strcoll()
|
D | wcscoll_l.c | 43 wcscoll_l (const wchar_t *a, const wchar_t *b, struct __locale_t *locale) in wcscoll_l()
|
D | wcsxfrm.c | 41 const wchar_t *__restrict b, in wcsxfrm()
|
D | strcoll_l.c | 47 strcoll_l (const char *a, const char *b, struct __locale_t *locale) in strcoll_l()
|
/picolibc-latest/newlib/libc/machine/tic80/ |
D | setjmp.S | 27 #define CONCAT1(a, b) CONCAT2(a, b) argument 28 #define CONCAT2(a, b) a ## b argument
|
/picolibc-latest/newlib/libc/machine/sparc/ |
D | setjmp.S | 67 #define CONCAT1(a, b) CONCAT2(a, b) argument 68 #define CONCAT2(a, b) a ## b argument
|
D | scan.c | 26 scan (int a, int b) in scan()
|
D | shuffle.c | 26 shuffle (int a, int b) in shuffle()
|
/picolibc-latest/newlib/libc/machine/xstormy16/ |
D | callocr.c | 6 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
|
/picolibc-latest/newlib/libc/machine/w65/ |
D | mulsi3.c | 22 __mulsi3(unsigned long a, unsigned long b) in __mulsi3()
|
/picolibc-latest/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-latest/newlib/libm/ld/common/ |
D | s_ilogbl.c | 21 int b; in ilogbl() local
|
D | s_logbl.c | 19 int b; in logbl() local
|