Searched refs:complex (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex.h1 /*===-- complex --- OpenMP complex wrapper for target regions --------- c++ -===
17 // We require math functions in the complex builtins below.
27 #include_next <complex.h>
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.s39 ENTRY(complex)
47 SET_SIZE(complex)
/freebsd-13-stable/tools/regression/include/tgmath/
H A Dtgmath.c65 float complex (FNC ## f)(float complex x) { n_float_complex++; }\
66 double complex (FNC)(double complex x) { n_double_complex++; } \
67 long double complex \
68 (FNC ## l)(long double complex x) { n_long_double_complex++; }
71 float (FNC ## f)(float complex x) { n_float_complex++; } \
72 double (FNC)(double complex x) { n_double_complex++; } \
74 (FNC ## l)(long double complex x) { n_long_double_complex++; }
93 float complex (cpow
[all...]
/freebsd-13-stable/lib/msun/src/
H A Ds_ctanh.c30 * Hyperbolic tangent of a complex argument z = x + I y.
71 #include <complex.h>
76 double complex
77 ctanh(double complex z)
142 double complex
143 ctan(double complex z)
H A Ds_ctanhf.c30 * Hyperbolic tangent of a complex argument z. See s_ctanh.c for details.
36 #include <complex.h>
41 float complex
42 ctanhf(float complex z)
80 float complex
81 ctanf(float complex z)
H A Ds_ccosh.c30 * Hyperbolic cosine of a complex argument z = x + i y.
44 #include <complex.h>
51 double complex
52 ccosh(double complex z)
153 double complex
154 ccos(double complex z)
H A Ds_ccoshf.c36 #include <complex.h>
43 float complex
44 ccoshf(float complex z)
99 float complex
100 ccosf(float complex z)
H A Ds_csinh.c30 * Hyperbolic sine of a complex argument z = x + i y.
44 #include <complex.h>
51 double complex
52 csinh(double complex z)
152 double complex
153 csin(double complex z)
H A Ds_csinhf.c36 #include <complex.h>
43 float complex
44 csinhf(float complex z)
99 float complex
100 csinf(float complex z)
H A Dcatrig.c32 #include <complex.h>
65 static double complex clog_for_large_values(double complex z);
87 * The algorithm is very close to that in "Implementing the complex arcsine
276 double complex
277 casinh(double complex z)
281 double complex w;
337 double complex
338 casin(double complex z)
340 double complex
[all...]
H A Dcatrigf.c30 * The algorithm is very close to that in "Implementing the complex arcsine
46 #include <complex.h>
77 static float complex clog_for_large_values(float complex z);
147 float complex
148 casinhf(float complex z)
152 float complex w;
194 float complex
195 casinf(float complex z)
197 float complex
[all...]
H A Dcatrigl.c29 * The algorithm is very close to that in "Implementing the complex arcsine
45 #include <complex.h>
96 static long double complex clog_for_large_values(long double complex z);
166 long double complex
167 casinhl(long double complex z)
171 long double complex w;
213 long double complex
214 casinl(long double complex z)
216 long double complex
[all...]
H A Ds_csqrt.c32 #include <complex.h>
41 double complex
42 csqrt(double complex z)
44 double complex result;
H A Ds_csqrtl.c32 #include <complex.h>
56 long double complex
57 csqrtl(long double complex z)
59 long double complex result;
H A Dk_exp.c32 #include <complex.h>
88 double complex
89 __ldexp_cexp(double complex z, int expt)
H A Dk_expf.c32 #include <complex.h>
71 float complex
72 __ldexp_cexpf(float complex z, int expt)
H A Ds_cexp.c32 #include <complex.h>
41 double complex
42 cexp(double complex z)
H A Ds_cexpf.c32 #include <complex.h>
41 float complex
42 cexpf(float complex z)
H A Ds_csqrtf.c32 #include <complex.h>
37 float complex
38 csqrtf(float complex z)
H A Ds_clogl.c30 #include <complex.h>
59 long double complex
60 clogl(long double complex z)
68 ENTERIT(long double complex);
/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_casinh.c12 #include <complex.h>
47 complex double ci = casinh(a); \
63 complex double input;
64 complex double result;
/freebsd-13-stable/lib/msun/tests/
H A Dcsqrt_test.c36 #include <complex.h>
48 static long double complex (*t_csqrt)(long double complex);
50 static long double complex
51 _csqrtf(long double complex d)
54 return (csqrtf((float complex)d));
57 static long double complex
58 _csqrt(long double complex d)
61 return (csqrt((double complex)d));
218 long double complex resul
[all...]
H A Dtest-utils.h32 #include <complex.h>
83 static inline long double complex
86 long double complex z;
99 static int cfpequal(long double complex, long double complex) __used;
168 cfpequal(long double complex d1, long double complex d2)
H A Dinvctrig_test.c35 #include <complex.h>
60 volatile long double complex _d = z; \
129 long double complex zero = CMPLXL(0.0, 0.0);
149 long double complex nan_nan = CMPLXL(NAN, NAN);
150 long double complex z;
228 long double complex z;
278 long double complex z;
318 complex long double z;
319 complex long double acos_z;
320 complex lon
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h57 #include <complex>

Completed in 295 milliseconds

123