Home
last modified time | relevance | path

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

12345

/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8500/
Dshifts.c19 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()
Dmulsi3.c26 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()
Dmulhi3.c20 __mulhi3(short a, short b) in __mulhi3()
/picolibc-3.7.0-3.6.0/test/
Drounding-mode-sub.c41 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/
Dsprint_ivec.c24 #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/
Dsparclet.h29 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/
Dstdio_private.h200 #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 …]
Dconv_flt.c161 #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/
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-3.7.0-3.6.0/newlib/libm/machine/powerpc/
Dcomplex128.c45 __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/
Dwcscoll.c38 const wchar_t *b) in wcscoll()
Dbzero.c48 bzero(void *b, size_t length) in bzero()
Dstrcoll.c56 const char *b) in strcoll()
Dwcsxfrm.c41 const wchar_t *__restrict b, in wcsxfrm()
Dwcscoll_l.c44 wcscoll_l (const wchar_t *a, const wchar_t *b, struct __locale_t *locale) in wcscoll_l()
Dstrcoll_l.c47 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/
Dsetjmp.S25 #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/
Dsetjmp.S65 #define CONCAT1(a, b) CONCAT2(a, b) argument
66 #define CONCAT2(a, b) a ## b argument
Dscan.c24 scan (int a, int b) in scan()
Dshuffle.c24 shuffle (int a, int b) in shuffle()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/w65/
Dmulsi3.c20 __mulsi3(unsigned long a, unsigned long b) in __mulsi3()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xstormy16/
Dcallocr.c4 _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/
Dparam.h56 #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/
Ds_ilogbl.c22 int b; in ilogbl() local
Ds_logbl.c19 int b; in logbl() local

12345