Home
last modified time | relevance | path

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

1234567

/netbsd/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/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/external/bsd/file/dist/magic/magdir/
H A Dmathematica116 # check for valid imaginary flag of Matlab matrix version 4
133 # skip tokens.dat and some Netwfw*.dat by check for valid imaginary flag value of MAT version 4
175 # imagf; imaginary flag; 1~matrix has an imaginary part 0~only real data
176 >12 ubelong !0 \b, imaginary (%u)
/netbsd/external/lgpl3/mpc/dist/doc/
H A Dmpc.texi356 of the real and imaginary parts;
374 part, one for the imaginary part.
424 and the second one for the imaginary part.
426 and the imaginary part towards plus infinity.
515 and set its real and imaginary parts to NaN.
551 and set its real/imaginary parts to NaN.
950 Just changes the sign of the imaginary part
969 of the real and imaginary parts by @var{op2}
977 of the real and imaginary parts by @var{op2}
1049 imaginary part.
[all …]
H A Dmpc.info282 the real and imaginary parts; the corresponding C data type is
290 real part, one for the imaginary part.
339 part, and the second one for the imaginary part. For example
341 imaginary part towards plus infinity.
438 the real and imaginary parts to NaN.
475 imaginary part via PI.
777 ‘mpfr_t’, such as ‘mpc_add_fr’, of which the imaginary part is
893 part is zero, a non-negative imaginary part.
941 positive imaginary part.
1077 the real and imaginary parts of a complex number.
[all …]
/netbsd/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
279 From: jeffrey@@imaginary.com
280 Reply-To: jeffrey@@imaginary.com
283 >Submitter-Id: imaginary
329 To: jeffrey@@imaginary.com
353 To: jeffrey@@imaginary.com
380 To: jeffrey@@imaginary.com
407 To: jeffrey@@imaginary.com
[all …]
H A Dsend-pr.info948 From: jeffrey@imaginary.com
949 Reply-To: jeffrey@imaginary.com
952 >Submitter-Id: imaginary
988 From: jeffrey@imaginary.com
989 Reply-To: jeffrey@imaginary.com
992 >Submitter-Id: imaginary
1028 To: jeffrey@imaginary.com
1046 To: jeffrey@imaginary.com
1066 To: jeffrey@imaginary.com
1087 To: jeffrey@imaginary.com
[all …]
/netbsd/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 Dcos.dat67 # purely imaginary argument
H A Dsinh.dat67 # purely imaginary argument
H A Dneg.dat92 # pure imaginary argument
/netbsd/tests/usr.bin/indent/
H A Dlsym_storage_class.c16 imaginary double id;
/netbsd/sys/arch/sun3/dev/
H A DREADME6 mainbus - An imaginary bus on which the other busses all reside.
/netbsd/usr.bin/xlint/lint1/
H A Dlex.c657 bool imaginary = cp[len - 1] == 'i'; in lex_floating_constant() local
658 if (imaginary) in lex_floating_constant()
664 typ = imaginary ? FCOMPLEX : FLOAT; in lex_floating_constant()
667 typ = imaginary ? LCOMPLEX : LDOUBLE; in lex_floating_constant()
670 typ = imaginary ? DCOMPLEX : DOUBLE; in lex_floating_constant()
/netbsd/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/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.

1234567