HomeSort by: relevance | last modified time | path
    Searched defs:complex (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
complex.h 25 /** @file complex.h
36 // For strict modes do not include the C library's <complex.h>, see PR 82417.
38 # include_next <complex.h>
41 # undef complex macro
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
complex.h 25 /** @file complex.h
36 // For strict modes do not include the C library's <complex.h>, see PR 82417.
38 # include_next <complex.h>
41 # undef complex macro
  /src/lib/libm/compat/
compat_cabs.c 16 struct complex { struct
21 double cabs(struct complex);
25 cabs(struct complex z)
compat_cabsf.c 16 struct complex { struct
21 float cabsf __P((struct complex));
25 cabsf(struct complex z)
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
complex.h 5 "fixinc/tests/inc/complex.h"
26 #define complex _Complex macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
complex.h 5 "fixinc/tests/inc/complex.h"
26 #define complex _Complex macro
  /src/include/
complex.h 1 /* $NetBSD: complex.h,v 1.4 2013/01/28 23:19:50 matt Exp $ */
11 #define complex _Complex macro
21 double complex cacos(double complex);
22 float complex cacosf(float complex);
23 long double complex cacosl(long double complex);
26 double complex casin(double complex);
    [all...]
  /src/lib/libm/noieee_src/
n_cabs.c 158 * RETURN THE ABSOLUTE VALUE OF THE COMPLEX NUMBER Z = X + iY
170 struct complex { double x, y; }; struct
174 struct complex z;
181 struct complex *z;
  /src/external/bsd/pcc/dist/pcc/mip/
optim2.c 1375 enum pred_type complex = pred_unknown ; local
1390 complex = pred_unknown ;
1397 complex = pred_goto ;
1403 complex = pred_cond ;
1405 complex = pred_falltrough ;
1408 complex = pred_falltrough ;
1414 BDEBUG((" Complex: %d ",complex)) ;
1416 switch (complex) {
1494 comperr("assumption blown, complex is %d\n", complex)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genmodes.cc 70 struct mode_data *complex; /* complex type with mode as component. */ member in struct:mode_data
129 error ("no complex class for class %s", mode_class_names[c]);
385 /* Complex modes should have a component indicated, but no more. */
415 power of two that divides the size of the object. Complex types are
443 /* For each mode in class CLASS, construct a corresponding complex mode. */
469 /* Float complex modes are named SCmode, etc.
470 Int complex modes are named CSImode, etc.
495 m->complex = c;
1632 m->complex ? m->complex->name : void_mode->name
    [all...]
tree-ssa-structalias.cc 116 2. Constraints are separated into direct, copy, and complex.
120 Complex constraints are all the constraints involving dereferences
126 4. All complex constraints for a given constraint variable are stored in a
137 7. As we visit each node, all complex constraints associated with
183 It should use a new complex constraint that properly filters
619 /* Vector of complex constraints for each graph node. Complex
622 vec<constraint_t> *complex; member in struct:constraint_graph
765 fprintf (file, "\n // List of nodes and complex constraints in "
769 complex constraints attached to them. *
1081 vec<constraint_t> complex = graph->complex[var]; local
2790 vec<constraint_t> complex = graph->complex[i]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmodes.cc 70 struct mode_data *complex; /* complex type with mode as component. */ member in struct:mode_data
128 error ("no complex class for class %s", mode_class_names[c]);
384 /* Complex modes should have a component indicated, but no more. */
414 power of two that divides the size of the object. Complex types are
442 /* For each mode in class CLASS, construct a corresponding complex mode. */
468 /* Float complex modes are named SCmode, etc.
469 Int complex modes are named CSImode, etc.
494 m->complex = c;
1599 m->complex ? m->complex->name : void_mode->name
    [all...]
tree-ssa-structalias.cc 116 2. Constraints are separated into direct, copy, and complex.
120 Complex constraints are all the constraints involving dereferences
126 4. All complex constraints for a given constraint variable are stored in a
137 7. As we visit each node, all complex constraints associated with
183 It should use a new complex constraint that properly filters
618 /* Vector of complex constraints for each graph node. Complex
621 vec<constraint_t> *complex; member in struct:constraint_graph
764 fprintf (file, "\n // List of nodes and complex constraints in "
768 complex constraints attached to them. *
1068 vec<constraint_t> complex = graph->complex[var]; local
2760 vec<constraint_t> complex = graph->complex[i]; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 1896 // For simple scalar/complex initialization, store the value directly.
1934 ComplexPairTy complex = EmitComplexExpr(init); local
1937 EmitStoreOfComplex(complex, lvalue, /*init*/ true);
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 52 # include <complex.h>
54 #define complex __complex__ macro
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 52 # include <complex.h>
54 #define complex __complex__ macro
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2535 EXPR_CONSTANT A scalar constant: Logical, String, Real, Int or Complex
2648 mpc_t complex; member in union:gfc_expr::__anon13641
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2445 EXPR_CONSTANT A scalar constant: Logical, String, Real, Int or Complex
2558 mpc_t complex; member in union:gfc_expr::__anon16074

Completed in 56 milliseconds