/picolibc-latest/newlib/libc/include/ |
D | complex.h | 114 #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/ |
D | mallocr.c | 20 void *_malloc_r (struct _reent *r, size_t n) in _malloc_r() 25 void _free_r (struct _reent *r, void *p) in _free_r()
|
D | reallocr.c | 20 void *_realloc_r (struct _reent *r, void *p, size_t n) _NOTHROW in _realloc_r()
|
/picolibc-latest/newlib/libc/machine/sparc/machine/ |
D | fenv-fp.h | 42 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/ |
D | mbtowc_r.c | 83 ___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 …]
|
D | div.c | 82 div_t r; in div() local
|
D | ldiv.c | 83 ldiv_t r; in ldiv() local
|
D | lrand48.c | 17 _lrand48_r (struct _rand48 *r) in _lrand48_r()
|
D | srand48.c | 17 _srand48_r (struct _rand48 *r, in _srand48_r()
|
D | mrand48.c | 17 _mrand48_r (struct _rand48 *r) in _mrand48_r()
|
D | nrand48.c | 17 _nrand48_r (struct _rand48 *r, in _nrand48_r()
|
D | arc4random_uniform.c | 36 uint32_t r, min; in arc4random_uniform() local
|
D | drand48.c | 18 _drand48_r (struct _rand48 *r) in _drand48_r()
|
/picolibc-latest/newlib/libc/machine/xstormy16/ |
D | freer.c | 6 _free_r (struct _reent *r, void *x) in _free_r()
|
D | mallocr.c | 7 _malloc_r (struct _reent *r, size_t sz) in _malloc_r()
|
D | callocr.c | 6 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
|
D | reallocr.c | 6 _realloc_r (struct _reent *r, void *x, size_t sz) in _realloc_r()
|
/picolibc-latest/newlib/libc/posix/ |
D | rune.h | 49 #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/ |
D | mulhi3.c | 24 int r; in __mulhi3() local
|
/picolibc-latest/picocrt/machine/riscv/ |
D | crt0.c | 65 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/ |
D | cexp.c | 74 double r, x, y; in cexp() local
|
D | cexpf.c | 41 float r, x, y; in cexpf() local
|
D | cexpl.c | 40 long double r, x, y; in cexpl() local
|
/picolibc-latest/newlib/libc/stdio/ |
D | fclose.c | 61 int r; in fclose() local
|
/picolibc-latest/cmake/ |
D | have-builtin-complex.c | 1 static double _Complex test(double r, double i) { return __builtin_complex(r, i); } in test()
|