Home
last modified time | relevance | path

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

1234567891011

/relibc/openlibm/amd64/
H A Dbsd_asm.h41 #define CNAME(x) EXT(x) argument
46 #define PIC_PLT(x) x@PLT argument
47 #define PIC_GOT(x) x@GOTPCREL(%rip) argument
49 #define PIC_PLT(x) x argument
50 #define PIC_GOT(x) x argument
66 #define _ENTRY(x) .text; _START_ENTRY; \ argument
68 #define END(x) .size x, . - x argument
72 #define END(x) .end argument
75 #define END(x) end argument
78 #define _ENTRY(x) _START_ENTRY_WIN; \ argument
[all …]
/relibc/openlibm/i387/
H A Dbsd_asm.h41 #define CNAME(x) EXT(x) argument
54 #define PIC_PLT(x) x@PLT argument
55 #define PIC_GOT(x) x@GOT(%ebx) argument
59 #define PIC_PLT(x) x argument
60 #define PIC_GOT(x) x argument
78 #define _ENTRY(x) .text; _START_ENTRY; \ argument
80 #define END(x) .size x, . - x argument
83 #define END(x) .end argument
86 #define END(x) end argument
91 #define _ENTRY(x) _START_ENTRY_WIN; \ argument
[all …]
H A Dosx_asm.h117 #define LB(x,n) n argument
120 #define LCL(x) L ## x argument
121 #define EXT(x) _ ## x argument
122 #define LEXT(x) _ ## x ## : argument
124 #define LCL(x) .L ## x argument
125 #define EXT(x) x argument
126 #define LEXT(x) x ## : argument
128 #define LBc(x,n) n ## : argument
129 #define LBb(x,n) n ## b argument
130 #define LBf(x,n) n ## f argument
[all …]
/relibc/openlibm/include/
H A Dopenlibm_complex.h56 # define CMPLXF(x, y) ((float complex){x, y}) argument
57 # define CMPLX(x, y) ((double complex){x, y}) argument
58 # define CMPLXL(x, y) ((long double complex){x, y}) argument
60 # define CMPLXF(x,y) __builtin_complex ((float) (x), (float) (y)) argument
61 # define CMPLX(x,y) __builtin_complex ((double) (x), (double) (y)) argument
62 # define CMPLXL(x,y) __builtin_complex ((long double) (x), (long double) (y)) argument
65 CMPLXF(float x, float y) in CMPLXF()
76 CMPLX(double x, double y) in CMPLX()
87 CMPLXL(long double x, long double y) in CMPLXL()
H A Dopenlibm_math.h115 #define fpclassify(x) \ argument
120 #define isfinite(x) \ argument
124 #define isinf(x) \ argument
128 #define isnan(x) \ argument
132 #define isnormal(x) \ argument
138 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
139 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
140 #define isless(x, y) __builtin_isless((x), (y)) argument
141 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
142 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
[all …]
/relibc/openlibm/src/
H A Ds_scalbln.c36 scalbln (double x, long n) in scalbln()
51 scalblnf (float x, long n) in scalblnf()
66 scalblnl (long double x, long n) in scalblnl()
H A De_sqrtl.c39 inc(long double x) in inc()
55 dec(long double x) in dec()
79 sqrtl(long double x) in sqrtl()
H A Dk_exp.c46 __frexp_exp(double x, int *expt) in __frexp_exp()
75 __ldexp_exp(double x, int expt) in __ldexp_exp()
89 double x, y, exp_x, scale1, scale2; in __ldexp_cexp() local
H A Dk_expf.c45 __frexp_expf(float x, int *expt) in __frexp_expf()
58 __ldexp_expf(float x, int expt) in __ldexp_expf()
72 float x, y, exp_x, scale1, scale2; in __ldexp_cexpf() local
H A Dpolevll.c72 __polevll(long double x, void *PP, int n) in __polevll()
91 __p1evll(long double x, void *PP, int n) in __p1evll()
H A Ds_lround.c55 #define INRANGE(x) (dtype_max - DTYPE_MAX != 0.5 || \ argument
59 fn(type x) in fn()
H A Ds_ctanl.c75 redupil(long double x) in redupil()
95 long double f, x, x2, y, y2, rn, t; in ctansl() local
139 long double d, x, y; in ctanl() local
H A Ds_tgammaf.c41 tgammaf(float x) in tgammaf()
H A Ds_catan.c76 _redupi(double x) in _redupi()
97 double a, t, x, x2, y; in catan() local
H A Ds_catanl.c76 redupil(long double x) in redupil()
97 long double a, t, x, x2, y; in catanl() local
H A Ds_catanf.c74 float x, t; in _redupif() local
94 float a, t, x, x2, y; in catanf() local
H A Ds_roundf.c35 roundf(float x) in roundf()
H A Ds_roundl.c35 roundl(long double x) in roundl()
H A De_lgamma.c29 __ieee754_lgamma(double x) in __ieee754_lgamma()
/relibc/include/bits/sys/
H A Dtime.h4 #define timeradd(x,y,res) (void) (\ argument
8 #define timersub(x,y,res) (void) ( \ argument
18 #define timercmp(x,y,op) ((x)->tv_sec == (y)->tv_sec ? \ argument
/relibc/openlibm/ld128/
H A De_log2l.c139 neval (long double x, const long double *p, int n) in neval()
157 deval (long double x, const long double *p, int n) in deval()
174 log2l(long double x) in log2l()
H A De_log10l.c145 neval (long double x, const long double *p, int n) in neval()
163 deval (long double x, const long double *p, int n) in deval()
180 log10l(long double x) in log10l()
H A Dinvtrig.h81 P(long double x) in P()
90 Q(long double x) in Q()
98 T_even(long double x) in T_even()
107 T_odd(long double x) in T_odd()
/relibc/include/bits/
H A Ddirent.h14 #define IFTODT(x) ((x)>>12 & 017) argument
15 #define DTTOIF(x) ((x)<<12) argument
/relibc/openlibm/ld80/
H A Dinvtrig.h84 P(long double x) in P()
92 Q(long double x) in Q()
99 T_even(long double x) in T_even()
107 T_odd(long double x) in T_odd()

1234567891011