Home
last modified time | relevance | path

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

12345678910>>...33

/picolibc-latest/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-latest/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-latest/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-latest/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-latest/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.c30 remainderl(long double x, long double y) in remainderl()
47 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.c31 inc(long double x) in inc()
47 dec(long double x) in dec()
75 sqrtl(long double x) in sqrtl()
/picolibc-latest/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-latest/newlib/libm/machine/spu/
Ds_erf.c40 double erf(double x) in erf()
51 double erfc(double x) in erfc()
Dsf_erf.c40 float erff(float x) in erff()
51 float erfcf(float x) in erfcf()
/picolibc-latest/newlib/libm/common/
Dsf_finite.c23 int finitef(float x) in finitef()
39 __finitef(float x) in __finitef()
Dexp10l.c42 exp10l (long double x) in exp10l()
55 pow10l (long double x) in pow10l()
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-latest/semihost/
Diob.c41 #define STDIO_ALIAS(x) __strong_reference(stdin, x); argument
43 #define STDIO_ALIAS(x) FILE *const x = &__stdio; argument
/picolibc-latest/newlib/libm/machine/riscv/
Ds_finite.c45 int finite(double x) in finite()
58 int __finite(double x) in __finite()
Dsf_finite.c41 int finitef(float x) in finitef()
55 __finitef(float x) in __finitef()
/picolibc-latest/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-latest/newlib/libc/machine/aarch64/machine/
Dmath.h56 sqrt (double x) in sqrt()
68 fma (double x, double y, double z) in fma()
79 sqrtf (float x) in sqrtf()
91 fmaf (float x, float y, float z) in fmaf()
/picolibc-latest/newlib/libm/machine/x86/
Df_math.h16 check_finite (double x) in check_finite()
26 check_finitef (float x) in check_finitef()
/picolibc-latest/newlib/libc/include/
Dinttypes.h46 #define __PRI8(x) __INT8 __STRINGIFY(x) argument
47 #define __PRI8LEAST(x) __LEAST8 __STRINGIFY(x) argument
48 #define __PRI8FAST(x) __FAST8 __STRINGIFY(x) argument
61 #define __SCN8(x) __INT8 __STRINGIFY(x) argument
62 #define __SCN8LEAST(x) __LEAST8 __STRINGIFY(x) argument
63 #define __SCN8FAST(x) __FAST8 __STRINGIFY(x) argument
123 #define __PRI16(x) __INT16 __STRINGIFY(x) argument
124 #define __PRI16LEAST(x) __LEAST16 __STRINGIFY(x) argument
125 #define __PRI16FAST(x) __FAST16 __STRINGIFY(x) argument
126 #define __SCN16(x) __INT16 __STRINGIFY(x) argument
[all …]
/picolibc-latest/newlib/libc/machine/sparc/
Dsetjmp.S72 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) argument
81 #define ENTRY(x) \ argument
86 #define ENTRY(x) \ argument
/picolibc-latest/cmake/
Dhave-alias-attribute.c1 int x = 10; variable

12345678910>>...33