Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 146) sorted by relevance

123456

/picolibc-latest/newlib/libc/include/
Dcomplex.h114 #define CMPLX(r,i) __builtin_complex((double)(r), (double)(i)) argument
115 #define CMPLXF(r,i) __builtin_complex((float)(r), (float)(i)) argument
116 #define CMPLXL(r,i) __builtin_complex((long double)(r), (long double)(i)) argument
118 #define CMPLX(r,i) ((double complex) ((double) (r) + (double complex) I * (double) (i))) argument
119 #define CMPLXF(r,i) ((float complex) ((float) (r) + (float complex) I * (float) (i))) argument
120 #define CMPLXL(r,i) ((long double complex) ((long double) (r) + (long double complex) I * (long dou… argument
/picolibc-latest/newlib/libc/machine/nvptx/
Dmallocr.c20 void *_malloc_r (struct _reent *r, size_t n) in _malloc_r()
25 void _free_r (struct _reent *r, void *p) in _free_r()
Dreallocr.c20 void *_realloc_r (struct _reent *r, void *p, size_t n) _NOTHROW in _realloc_r()
/picolibc-latest/newlib/libc/machine/sparc/machine/
Dfenv-fp.h42 fexcept_t r; in feclearexcept() local
63 fexcept_t r; in fegetexceptflag() local
84 fexcept_t r; in fesetexceptflag() local
160 fexcept_t r; in fetestexcept() local
173 fenv_t r; in fegetround() local
188 fenv_t r; in fesetround() local
225 fenv_t r; in feholdexcept() local
265 fexcept_t r; in feupdateenv() local
306 fenv_t r; in fegetexcept() local
/picolibc-latest/newlib/libc/stdlib/
Dmbtowc_r.c83 ___iso_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in ___iso_mbtowc()
121 __iso_8859_1_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_1_mbtowc()
128 __iso_8859_2_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_2_mbtowc()
135 __iso_8859_3_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_3_mbtowc()
142 __iso_8859_4_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_4_mbtowc()
149 __iso_8859_5_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_5_mbtowc()
156 __iso_8859_6_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_6_mbtowc()
163 __iso_8859_7_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_7_mbtowc()
170 __iso_8859_8_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_8_mbtowc()
177 __iso_8859_9_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_9_mbtowc()
[all …]
Ddiv.c82 div_t r; in div() local
Dldiv.c83 ldiv_t r; in ldiv() local
Dlrand48.c17 _lrand48_r (struct _rand48 *r) in _lrand48_r()
Dsrand48.c17 _srand48_r (struct _rand48 *r, in _srand48_r()
Dmrand48.c17 _mrand48_r (struct _rand48 *r) in _mrand48_r()
Dnrand48.c17 _nrand48_r (struct _rand48 *r, in _nrand48_r()
Darc4random_uniform.c36 uint32_t r, min; in arc4random_uniform() local
Ddrand48.c18 _drand48_r (struct _rand48 *r) in _drand48_r()
/picolibc-latest/newlib/libc/machine/xstormy16/
Dfreer.c6 _free_r (struct _reent *r, void *x) in _free_r()
Dmallocr.c7 _malloc_r (struct _reent *r, size_t sz) in _malloc_r()
Dcallocr.c6 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
Dreallocr.c6 _realloc_r (struct _reent *r, void *x, size_t sz) in _realloc_r()
/picolibc-latest/newlib/libc/posix/
Drune.h49 #define sgetrune(s, n, r) (*__sgetrune)((s), (n), (r)) argument
50 #define sputrune(c, s, n, r) (*__sputrune)((c), (s), (n), (r)) argument
/picolibc-latest/newlib/libc/machine/h8500/
Dmulhi3.c24 int r; in __mulhi3() local
/picolibc-latest/picocrt/machine/riscv/
Dcrt0.c65 unsigned long r[NUM_REG]; member
84 int r; in _ctrap() local
94 #define _PASTE(r) #r argument
95 #define PASTE(r) _PASTE(r) argument
/picolibc-latest/newlib/libm/complex/
Dcexp.c74 double r, x, y; in cexp() local
Dcexpf.c41 float r, x, y; in cexpf() local
Dcexpl.c40 long double r, x, y; in cexpl() local
/picolibc-latest/newlib/libc/stdio/
Dfclose.c61 int r; in fclose() local
/picolibc-latest/cmake/
Dhave-builtin-complex.c1 static double _Complex test(double r, double i) { return __builtin_complex(r, i); } in test()

123456