HomeSort by relevance Sort by last modified time
    Searched defs:complex (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/clang/test/Headers/Inputs/include/
complex.h 3 #define complex _Complex macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
complex.h 25 /** @file complex.h
36 # include_next <complex.h>
39 # undef complex macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
complex.h 25 /** @file complex.h
36 # include_next <complex.h>
39 # undef complex macro
  /external/clang/test/SemaCXX/
cxx1y-user-defined-literals.cpp 21 template<typename T> struct complex {}; struct in namespace:std
22 complex<float> operator""if(long double);
23 complex<float> operator""if(unsigned long long);
24 complex<double> operator""i(long double);
25 complex<double> operator""i(unsigned long long);
26 complex<long double> operator""il(long double);
27 complex<long double> operator""il(unsigned long long);
40 complex<float> cf1 = 1if, cf2 = 2.if, cf3 = 0x3if;
41 complex<double> cd1 = 1i, cd2 = 2.i, cd3 = 0b0110101i;
42 complex<long double> cld1 = 1il, cld2 = 2.il, cld3 = 0047il
    [all...]
warn-reorder-ctor-initialization.cpp 7 class complex : public BB, BB1 { class in inherits:BB,BB1
9 complex() function in class:complex
  /bionic/libc/include/
complex.h 43 #define complex _Complex macro
48 #define CMPLX(x, y) ((double complex){ x, y })
49 #define CMPLXF(x, y) ((float complex){ x, y })
50 #define CMPLXL(x, y) ((long double complex){ x, y })
62 double complex cacos(double complex __z) __INTRODUCED_IN(23);
63 float complex cacosf(float complex __z) __INTRODUCED_IN(23);
64 long double complex cacosl(long double complex __z) __RENAME_LDBL(cacos, 23, 26)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexUtils.java 18 package org.apache.commons.math.complex;
26 * {@link org.apache.commons.math.complex.Complex} utilities functions.
40 * Creates a complex number from the given polar representation.
46 * <code>theta</code> is infinite, {@link Complex#NaN} is returned.</p>
58 * @param r the modulus of the complex number to create
59 * @param theta the argument of the complex number to create
64 public static Complex polar2Complex(double r, double theta) {
69 return new Complex(r * FastMath.cos(theta), r * FastMath.sin(theta));
ComplexField.java 18 package org.apache.commons.math.complex;
25 * Representation of the complex numbers field.
29 * @see Complex
33 public class ComplexField implements Field<Complex>, Serializable {
51 public Complex getOne() {
52 return Complex.ONE;
56 public Complex getZero() {
57 return Complex.ZERO;
  /external/clang/test/CXX/expr/expr.ass/
p9-cxx11.cpp 3 template<typename T> struct complex { struct
4 complex(T = T(), T = T());
5 void operator+=(complex);
10 complex<double> z;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
complex.h 20 * ISO C99: 7.3 Complex arithmetic <complex.h>
35 types `float complex' and `double complex'. */
40 #define complex _Complex macro
115 #endif /* complex.h */
  /external/eigen/blas/f2c/
datatypes.h 12 typedef struct { real r, i; } complex; typedef in typeref:struct:__anon19823
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 7 * complex.h
35 #define complex _Complex macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
csv.py 160 # Guard Sniffer's type checking against builds that exclude complex()
162 complex
164 complex = float variable in class:DictWriter
417 for thisType in [int, long, float, complex]:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
csv.py 156 # Guard Sniffer's type checking against builds that exclude complex()
158 complex
160 complex = float variable in class:DictWriter
412 for thisType in [int, long, float, complex]:
  /external/clang/test/Analysis/
MPIMock.h 16 namespace std { template<class T> struct complex { T real; T imag; }; } struct in namespace:std
  /external/python/cpython2/Lib/
csv.py 160 # Guard Sniffer's type checking against builds that exclude complex()
162 complex
164 complex = float variable in class:DictWriter
417 for thisType in [int, long, float, complex]:
  /external/python/cpython3/Lib/
csv.py 160 # Guard Sniffer's type checking against builds that exclude complex()
162 complex
164 complex = float variable
414 for thisType in [int, float, complex]:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 156 # Guard Sniffer's type checking against builds that exclude complex()
158 complex
160 complex = float variable in class:DictWriter
412 for thisType in [int, long, float, complex]:
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 156 # Guard Sniffer's type checking against builds that exclude complex()
158 complex
160 complex = float variable in class:DictWriter
412 for thisType in [int, long, float, complex]:
  /prebuilts/go/darwin-x86/test/
rename.go 21 complex +
67 complex = 4
66 complex = 4 const
rename1.go 25 complex = 4
24 complex = 4 const
  /prebuilts/go/linux-x86/test/
rename.go 21 complex +
67 complex = 4
66 complex = 4 const
rename1.go 25 complex = 4
24 complex = 4 const
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 156 # Guard Sniffer's type checking against builds that exclude complex()
158 complex
160 complex = float variable in class:DictWriter
412 for thisType in [int, long, float, complex]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 156 # Guard Sniffer's type checking against builds that exclude complex()
158 complex
160 complex = float variable in class:DictWriter
412 for thisType in [int, long, float, complex]:

Completed in 458 milliseconds

1 2 3 4 5 6