Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/
Dfastmath.h39 #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/
Dmath.h62 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/
Dendian.h59 #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/
Dmath.h107 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/
De_lgammal.c15 lgammal(long double x) in lgammal()
30 gammal(long double x) in gammal()
Ds_lround.c39 #define INRANGE(x) (dtype_max - DTYPE_MAX != (type)0.5 || \ argument
43 fn(type x) in fn()
De_remainderl.c31 remainderl(long double x, long double y) in remainderl()
48 dreml(long double x, long double y) in dreml()
Ds_scalbnl.c30 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()
De_sqrtl.c32 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/
Dsf_lgamma.c21 lgammaf(float x) in lgammaf()
36 gammaf(float x) in gammaf()
Ds_lgamma.c41 lgamma64(__float64 x) in lgamma64()
56 gamma64(__float64 x) in gamma64()
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/
Dsf_erf.c40 float erff(float x) in erff()
51 float erfcf(float x) in erfcf()
Ds_erf.c40 double erf(double x) in erf()
51 double erfc(double x) in erfc()
/picolibc-3.7.0-3.6.0/newlib/libm/machine/riscv/
Ds_finite.c44 int finite(double x) in finite()
57 int __finite(double x) in __finite()
Dsf_finite.c40 int finitef(float x) in finitef()
54 __finitef(float x) in __finitef()
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dexp10l.c42 exp10l (long double x) in exp10l()
55 pow10l (long double x) in pow10l()
Dsf_finite.c23 int finitef(float x) in finitef()
39 __finitef(float x) in __finitef()
Ds_fma.c54 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/
Diob.c41 #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/
Dxdr_private.h51 _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/
Dmath.h49 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/
Df_math.h17 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/
Dinttypes.h31 #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/
Dsetjmp.S70 #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/
Dhave-alias-attribute.c1 int x; variable

12345678910>>...33