Searched refs:complex_type (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/complex/value_operations/
H A D1.cc30 typedef complex<double> complex_type; typedef
34 complex_type a(cd1, cd2);
42 complex_type c(cd1, cd2);
54 complex_type e __attribute__((unused)) = conj(c);
56 complex_type f = polar(c.imag(), 0.0);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/26_numerics/
H A Dcomplex_norm.cc32 typedef complex<double> complex_type; typedef
33 complex_type u[2048];
41 complex_type * p = u;
46 *p *= complex_type(cos(t), sin(t));
57 complex_type * p = u;
65 *p *= complex_type(cos(t), sin(t));
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.h196 bfd_boolean (*complex_type) (void *, unsigned int); member in struct:debug_write_fns
H A Ddebug.c2501 return (*fns->complex_type) (fhandle, type->size);
/haiku-buildtools/binutils/binutils/
H A Ddebug.h196 bfd_boolean (*complex_type) (void *, unsigned int); member in struct:debug_write_fns
H A Ddebug.c2498 return (*fns->complex_type) (fhandle, type->size);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dbackend.h96 complex_type(int bits) = 0;
H A Dexpressions.cc448 else if (type->complex_type() != NULL)
490 if (val_type->complex_type() != NULL)
491 val_type_size = val_type->complex_type()->bits();
1926 else if (this->type_ != NULL && this->type_->complex_type() != NULL)
2255 || context->type->complex_type() != NULL))
2288 else if (this->type_ != NULL && this->type_->complex_type() != NULL)
2438 && context->type->complex_type() != NULL)
3235 && type->complex_type() == NULL
4048 && type->complex_type() == NULL)
4394 else if (left_type->complex_type() !
7202 Builtin_call_expression::complex_type(Type* arg_type) function in class:Builtin_call_expression
[all...]
H A Dtypes.cc176 return this->complex_type()->is_abstract();
381 return t1->complex_type()->is_identical(t2->complex_type());
451 || rhs->complex_type() != NULL)
454 || lhs->complex_type() != NULL))
458 || lhs->complex_type() != NULL)
461 || rhs->complex_type() != NULL)))
548 && t1->complex_type() == NULL
682 || rhs->complex_type() != NULL))
685 || lhs->complex_type() !
3094 Complex_type* complex_type = new Complex_type(false, bits, local
[all...]
H A Dtypes.h723 complex_type() function in class:Type
727 complex_type() const function in class:Type
H A Dgogo.cc226 Function_type* complex_type = Type::make_function_type(NULL, NULL, NULL, loc); local
227 complex_type->set_is_varargs();
228 complex_type->set_is_builtin();
229 this->globals_->add_function_declaration("complex", NULL, complex_type, loc);
3059 && ctype->complex_type() == NULL
/haiku-buildtools/gcc/gcc/
H A Dcalls.c3787 tree complex_type = TREE_VALUE (p);
3789 if (TREE_CODE (complex_type) == COMPLEX_TYPE
3790 && targetm.calls.split_complex_arg (complex_type))
3795 TREE_VALUE (p) = TREE_TYPE (complex_type);
3786 tree complex_type = TREE_VALUE (p); local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c635 tree type, complex_type, func_1, func_2, func_cabs, func_frexp; local
641 complex_type = complex_float128_type_node;
665 func_cabs = build_function_type_list (type, complex_type, NULL_TREE);
668 = build_function_type_list (complex_type,
669 complex_type, complex_type, NULL_TREE);
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc177 complex_type(int);
752 Gcc_backend::complex_type(int bits) function in class:Gcc_backend

Completed in 380 milliseconds