/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/ |
D | fastmath.h | 39 #define sin(x) fast_sin(x) argument 40 #define cos(x) fast_cos(x) argument 41 #define tan(x) fast_tan(x) argument 42 #define asin(x) fast_asin(x) argument 43 #define acos(x) fast_acos(x) argument 44 #define atan(x) fast_atan(x) argument 45 #define sinh(x) fast_sinh(x) argument 46 #define cosh(x) fast_cosh(x) argument 47 #define tanh(x) fast_tanh(x) argument 48 #define asinh(x) fast_asinh(x) argument [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/machine/ |
D | math.h | 62 sqrt(double x) in sqrt() 79 fabs(double x) in fabs() 88 ceil (double x) in ceil() 96 floor (double x) in floor() 104 nearbyint (double x) in nearbyint() 119 rint (double x) in rint() 127 round (double x) in round() 135 trunc (double x) in trunc() 146 fma (double x, double y, double z) in fma() 163 sqrtf(float x) in sqrtf() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | endian.h | 59 #define bswap16(x) __bswap16(x) argument 60 #define bswap32(x) __bswap32(x) argument 61 #define bswap64(x) __bswap64(x) argument 68 #define htobe16(x) bswap16((x)) argument 69 #define htobe32(x) bswap32((x)) argument 70 #define htobe64(x) bswap64((x)) argument 71 #define htole16(x) ((uint16_t)(x)) argument 72 #define htole32(x) ((uint32_t)(x)) argument 73 #define htole64(x) ((uint64_t)(x)) argument 75 #define be16toh(x) bswap16((x)) argument [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/machine/ |
D | math.h | 107 copysign(double x, double y) in copysign() 115 fabs(double x) in fabs() 123 fmax (double x, double y) in fmax() 134 fmin (double x, double y) in fmin() 145 __finite(double x) in __finite() 152 finite(double x) in finite() 158 __fpclassifyd (double x) in __fpclassifyd() 175 sqrt (double x) in sqrt() 187 fma (double x, double y, double z) in fma() 200 copysignf(float x, float y) in copysignf() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/ |
D | e_lgammal.c | 15 lgammal(long double x) in lgammal() 30 gammal(long double x) in gammal()
|
D | s_lround.c | 39 #define INRANGE(x) (dtype_max - DTYPE_MAX != (type)0.5 || \ argument 43 fn(type x) in fn()
|
D | e_remainderl.c | 31 remainderl(long double x, long double y) in remainderl() 48 dreml(long double x, long double y) in dreml()
|
D | s_scalbnl.c | 30 scalbnl (long double x, int n) in scalbnl() 61 scalbnl(long double x, int n) in scalbnl() 78 ldexpl(long double x, int n) in ldexpl()
|
D | e_sqrtl.c | 32 inc(long double x) in inc() 48 dec(long double x) in dec() 76 sqrtl(long double x) in sqrtl()
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_lgamma.c | 21 lgammaf(float x) in lgammaf() 36 gammaf(float x) in gammaf()
|
D | s_lgamma.c | 41 lgamma64(__float64 x) in lgamma64() 56 gamma64(__float64 x) in gamma64()
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/ |
D | sf_erf.c | 40 float erff(float x) in erff() 51 float erfcf(float x) in erfcf()
|
D | s_erf.c | 40 double erf(double x) in erf() 51 double erfc(double x) in erfc()
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/riscv/ |
D | s_finite.c | 44 int finite(double x) in finite() 57 int __finite(double x) in __finite()
|
D | sf_finite.c | 40 int finitef(float x) in finitef() 54 __finitef(float x) in __finitef()
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | exp10l.c | 42 exp10l (long double x) in exp10l() 55 pow10l (long double x) in pow10l()
|
D | sf_finite.c | 23 int finitef(float x) in finitef() 39 __finitef(float x) in __finitef()
|
D | s_fma.c | 54 fma64(__float64 x, __float64 y, __float64 z) in fma64() 77 odd_mant(FLOAT_T x) in odd_mant() 83 EXPONENT(FLOAT_T x) in EXPONENT() 89 #define feraiseexcept(x) ((void) (x)) argument
|
/picolibc-3.7.0-3.6.0/semihost/ |
D | iob.c | 41 #define STDIO_ALIAS(x) __strong_reference(stdin, x); argument 43 #define STDIO_ALIAS(x) FILE *const x = &__stdio; argument
|
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/ |
D | xdr_private.h | 51 _ELIDABLE_INLINE uint32_t xdr_ntohl (uint32_t x) in xdr_ntohl() 62 #define xdr_htonl(x) xdr_ntohl(x) argument
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/machine/ |
D | math.h | 49 sqrt (double x) in sqrt() 61 sqrtf (float x) in sqrtf() 73 fma (double x, double y, double z) in fma() 81 fmaf (float x, float y, float z) in fmaf()
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/x86/ |
D | f_math.h | 17 check_finite (double x) in check_finite() 27 check_finitef (float x) in check_finitef()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | inttypes.h | 31 #define __PRI8(x) __INT8 __STRINGIFY(x) argument 32 #define __PRI8LEAST(x) __LEAST8 __STRINGIFY(x) argument 33 #define __PRI8FAST(x) __FAST8 __STRINGIFY(x) argument 46 #define __SCN8(x) __INT8 __STRINGIFY(x) argument 47 #define __SCN8LEAST(x) __LEAST8 __STRINGIFY(x) argument 48 #define __SCN8FAST(x) __FAST8 __STRINGIFY(x) argument 108 #define __PRI16(x) __INT16 __STRINGIFY(x) argument 109 #define __PRI16LEAST(x) __LEAST16 __STRINGIFY(x) argument 110 #define __PRI16FAST(x) __FAST16 __STRINGIFY(x) argument 111 #define __SCN16(x) __INT16 __STRINGIFY(x) argument [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sparc/ |
D | setjmp.S | 70 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) argument 79 #define ENTRY(x) \ argument 84 #define ENTRY(x) \ argument
|
/picolibc-3.7.0-3.6.0/cmake/ |
D | have-alias-attribute.c | 1 int x; variable
|