Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 118) sorted by relevance

12345

/picolibc-latest/newlib/libc/machine/h8500/
Dshifts.c21 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()
Dmulsi3.c28 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()
Dmulhi3.c22 __mulhi3(short a, short b) in __mulhi3()
/picolibc-latest/test/
Drounding-mode-sub.c42 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/
Dsprint_ivec.c24 #define I(a,b) (b) argument
26 #define I(a,b) (a) argument
/picolibc-latest/newlib/libc/machine/sparc/machine/
Dsparclet.h29 scan (int a, int b) in scan()
39 shuffle (int a, int b) in shuffle()
/picolibc-latest/newlib/libc/tinystdio/
Dstdio_private.h282 #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 …]
Dconv_flt.c166 #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/
Dqsort.c29 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/
Dcomplex128.c50 __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/
Dbzero.c49 bzero(void *b, size_t length) in bzero()
Dwcscoll.c37 const wchar_t *b) in wcscoll()
Dstrcoll.c56 const char *b) in strcoll()
Dwcscoll_l.c43 wcscoll_l (const wchar_t *a, const wchar_t *b, struct __locale_t *locale) in wcscoll_l()
Dwcsxfrm.c41 const wchar_t *__restrict b, in wcsxfrm()
Dstrcoll_l.c47 strcoll_l (const char *a, const char *b, struct __locale_t *locale) in strcoll_l()
/picolibc-latest/newlib/libc/machine/tic80/
Dsetjmp.S27 #define CONCAT1(a, b) CONCAT2(a, b) argument
28 #define CONCAT2(a, b) a ## b argument
/picolibc-latest/newlib/libc/machine/sparc/
Dsetjmp.S67 #define CONCAT1(a, b) CONCAT2(a, b) argument
68 #define CONCAT2(a, b) a ## b argument
Dscan.c26 scan (int a, int b) in scan()
Dshuffle.c26 shuffle (int a, int b) in shuffle()
/picolibc-latest/newlib/libc/machine/xstormy16/
Dcallocr.c6 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
/picolibc-latest/newlib/libc/machine/w65/
Dmulsi3.c22 __mulsi3(unsigned long a, unsigned long b) in __mulsi3()
/picolibc-latest/newlib/libc/include/sys/
Dparam.h56 #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/
Ds_ilogbl.c21 int b; in ilogbl() local
Ds_logbl.c19 int b; in logbl() local

12345