HomeSort by relevance Sort by last modified time
    Searched refs:_Complex (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/compiler-rt/test/Unit/
muldc3_test.c 21 double _Complex __muldc3(double __a, double __b, double __c, double __d);
26 classify(double _Complex x)
51 double _Complex r = __muldc3(a, b, c, d);
54 double _Complex dividend;
55 double _Complex divisor;
multc3_test.c 23 long double _Complex
29 classify(long double _Complex x)
54 long double _Complex r = __multc3(a, b, c, d);
57 long double _Complex dividend;
58 long double _Complex divisor;
mulxc3_test.c 23 long double _Complex
29 classify(long double _Complex x)
54 long double _Complex r = __mulxc3(a, b, c, d);
57 long double _Complex dividend;
58 long double _Complex divisor;
  /external/clang/test/CodeGenCXX/
thunks.cpp 201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { }
new.cpp 48 _Complex int* b = new _Complex int(10i);
volatile-1.cpp 8 volatile _Complex int ci;
copy-constructor-synthesis.cpp 46 _Complex float complex;
  /external/clang/test/Sema/
unused-expr.c 8 _Complex double C, volatile _Complex double VC) {
expr-address-of.c 81 register _Complex int x;
  /external/compiler-rt/lib/ppc/
multc3.c 24 long double _Complex
89 long double _Complex z;
divtc3.c 22 long double _Complex
91 long double _Complex z;
  /external/clang/test/CodeGen/
parameter-passing.c 15 typedef _Complex int ComplexTy;
atomic-ops.c 151 _Complex float fc(_Atomic(_Complex float) *c) {
volatile-1.c 8 volatile _Complex int ci;
x86_32-arguments-darwin.c 281 struct s57 { _Complex int x; };
342 struct s67 { _Complex unsigned short int a; };
  /external/clang/test/PCH/
exprs.c 16 _Complex double floating_complex;
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 34 constexpr int test_printing(int a, float b, _Complex int c, _Complex float d,
constant-expression-cxx11.cpp     [all...]
  /external/clang/test/SemaTemplate/
instantiate-expr-3.cpp 13 template struct ImaginaryLiteral0<_Complex float>;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 48 #define _Mdouble_complex_ _Mdouble_ _Complex
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 48 #define _Mdouble_complex_ _Mdouble_ _Complex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 48 #define _Mdouble_complex_ _Mdouble_ _Complex
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 139 void pr7675_i(const _Complex double &a);

Completed in 4415 milliseconds

1 2 34