Home
last modified time | relevance | path

Searched refs:imaginary (Results 1 – 25 of 154) sorted by relevance

1234567

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_types.h157 typedef struct { float real, imaginary; } Fcomplex; member
159 typedef struct { double real, imaginary; } Dcomplex; member
161 typedef struct { long double real, imaginary; } Lcomplex; member
164 #define COMPLEX_IMAGINARY(x) (x).imaginary
/netbsd-src/external/lgpl3/mpc/dist/
H A DNEWS8 corresponding to MPFR_RNDA on the designated real or imaginary part.
14 the same real and imaginary part, and the exponent is an even
17 whether the rounded real/imaginary parts were smaller/equal/greater
56 - Fixed mpc_log10 for purely imaginary argument, see
63 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
86 - mpc_fr_sub: Wrong return value for imaginary part is corrected
116 imaginary parts
/netbsd-src/external/lgpl3/mpc/dist/doc/
H A Dmpc.texi192 precisions of the real and the imaginary part of the first result is given,
194 precisions of its real and imaginary part are specified and the argument
349 arbitrary precision floating-point numbers (for the real and imaginary parts).
356 of the real and imaginary parts;
374 part, one for the imaginary part.
409 variables, since each of its real and imaginary part
424 and the second one for the imaginary part.
426 and the imaginary part towards plus infinity.
439 to indicate the position of the rounded real and imaginary parts with respect
462 Likewise, when evaluated at a point whose real or imaginary part is
[all …]
H A Dmpc.info140 real and the imaginary part of the first result is given, followed
142 precisions of its real and imaginary part are specified and the
278 precision floating-point numbers (for the real and imaginary parts).
282 the real and imaginary parts; the corresponding C data type is
290 real part, one for the imaginary part.
326 GNU MPC variables, since each of its real and imaginary part has a
339 part, and the second one for the imaginary part. For example
341 imaginary part towards plus infinity.
354 to indicate the position of the rounded real and imaginary parts with
376 Likewise, when evaluated at a point whose real or imaginary part is
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmathematica127 # check for valid imaginary flag of Matlab matrix version 4
144 # skip tokens.dat and some Netwfw*.dat by check for valid imaginary flag value of MAT version 4
190 # imagf; imaginary flag; 1~matrix has an imaginary part 0~only real data
191 >12 ubelong !0 \b, imaginary (%u)
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr.texi227 From: jeffrey@@imaginary.com
228 Reply-To: jeffrey@@imaginary.com
231 >Submitter-Id: imaginary
244 System: SunOS imaginary.com 4.1.1 1 sun4
279 From: jeffrey@@imaginary.com
280 Reply-To: jeffrey@@imaginary.com
283 >Submitter-Id: imaginary
295 System: SunOS imaginary.com 4.1.1 1 sun4
329 To: jeffrey@@imaginary.com
353 To: jeffrey@@imaginary.com
[all …]
H A Dsend-pr.info948 From: jeffrey@imaginary.com
949 Reply-To: jeffrey@imaginary.com
952 >Submitter-Id: imaginary
965 System: SunOS imaginary.com 4.1.1 1 sun4
988 From: jeffrey@imaginary.com
989 Reply-To: jeffrey@imaginary.com
992 >Submitter-Id: imaginary
1004 System: SunOS imaginary.com 4.1.1 1 sun4
1028 To: jeffrey@imaginary.com
1046 To: jeffrey@imaginary.com
[all …]
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dcmp_abs.dat99 # purely imaginary arguments
105 # one purely imaginary argument
H A Dcosh.dat37 # cosh(+0 + i*inf) = nan + i*0 (C99 says that the sign of the imaginary part
47 # cosh(+0 +i*nan) = nan + i*0 (C99 says that the sign of the imaginary part
114 # imaginary part)
H A Dtgeneric.tpl42 - for pure real, pure imaginary and infinite random parameters.
79 pure real, pure imaginary, or infinite arguments */
169 /* counts the number of possibilities of exactly one real or imaginary part of
H A Dadd_fr.dat114 # pure imaginary argument
120 # non-zero return values for imaginary part
H A Dstrtoc.dat58 ! ! 53 nan 53 nan "(1) 1" "(1) 1" 10 N N #no imaginary part
137 # pure imaginary argument
H A Dagm.dat38 # (in ulp) for the imaginary part.
H A Drootofunity.dat62 # example with large n=2^32-1 and small real or imaginary part
H A Dmul.dat101 # pure imaginary arguments
107 # one pure imaginary argument
H A Dtanh.dat67 # purely imaginary argument
H A Dsinh.dat67 # purely imaginary argument
H A Dcos.dat67 # purely imaginary argument
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_storage_class.c16 imaginary double id;
/netbsd-src/sys/arch/sun3/dev/
H A DREADME6 mainbus - An imaginary bus on which the other busses all reside.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.def269 /// component with a zero imaginary component.
274 /// of the source's element type. Just discards the imaginary
293 /// the real component with a zero imaginary component.
298 /// source's element type by discarding the imaginary component.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2012224 * d-builtins.c (d_init_builtins): Mark imaginary types as
230 imaginary/real, imaginary/complex, complex/imaginary types, use
238 (convert): Handle correct conversions between imaginary/real,
239 imaginary/complex, complex/imaginary types.
787 (real_t::convert): Catch imaginary types in conversion.
H A DChangeLog-2015269 * d-codegen.cc (convert_expr): Warn about casts between imaginary
270 and non-imaginary types.
272 between complex and imaginary types.
277 * d-builtins.cc (d_init_builtins): Build imaginary types as distinct
279 * d-codegen.cc (build_float_modulus): Update to handle imaginary types.
/netbsd-src/usr.bin/xlint/lint1/
H A Dlex.c634 bool imaginary = cp[len - 1] == 'i'; in lex_floating_constant()
635 if (imaginary) in lex_floating_constant()
641 t = imaginary ? FCOMPLEX : FLOAT; in lex_floating_constant()
644 t = imaginary ? LCOMPLEX : LDOUBLE; in lex_floating_constant()
647 t = imaginary ? DCOMPLEX : DOUBLE; in lex_floating_constant()
633 bool imaginary = cp[len - 1] == 'i'; lex_floating_constant() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dcomplex.d25 alias ireal imaginary; variable

1234567