Searched defs:complex (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/Headers/Inputs/include/
H A Dcomplex.h3 #define complex _Complex macro
/external/clang/test/SemaCXX/
H A Dcxx1y-user-defined-literals.cpp21 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<lon
[all...]
H A Dwarn-reorder-ctor-initialization.cpp7 class complex : public BB, BB1 { class in inherits:BB,BB1
9 complex() function in class:complex
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplexUtils.java18 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.
58 * @param r the modulus of the complex number to create
59 * @param theta the argument of the complex number to create
H A DComplexField.java18 package org.apache.commons.math.complex;
25 * Representation of the complex numbers field.
H A DComplexFormat.java18 package org.apache.commons.math.complex;
46 /** The notation used to signify the imaginary part of the complex number. */
118 * Get the set of locales for which complex formats are available.
120 * @return available complex format locales.
140 * @param complex the object to format.
146 public StringBuffer format(Complex complex, StringBuffer toAppendTo, argument
153 double re = complex.getReal();
157 double im = complex.getImaginary();
221 * Returns the default complex format for the current locale.
222 * @return the default complex forma
[all...]
H A DComplex.java18 package org.apache.commons.math.complex;
54 /** A complex number representing "NaN + NaNi" */
58 /** A complex number representing "+INF + INFi" */
61 /** A complex number representing "1.0 + 0.0i" */
64 /** A complex number representing "0.0 + 0.0i" */
76 /** Record whether this complex number is equal to NaN. */
79 /** Record whether this complex number is infinite. */
83 * Create a complex number given the real and imaginary parts.
99 * Return the absolute value of this complex number.
133 * Return the sum of this complex numbe
[all...]
/external/clang/test/CXX/expr/expr.ass/
H A Dp9-cxx11.cpp3 template<typename T> struct complex { struct
4 complex(T = T(), T = T());
5 void operator+=(complex);
10 complex<double> z;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/complex/
H A DIComplexPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor.complex;
24 * @return sub-properties of given complex property.
/external/eigen/blas/f2c/
H A Ddatatypes.h12 typedef struct { real r, i; } complex; typedef in typeref:struct:__anon5783
/external/clang/test/Analysis/
H A DMPIMock.h16 namespace std { template<class T> struct complex { T real; T imag; }; } struct in namespace:std
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTypedValue.java38 public static float complexToFloat(int complex) argument
40 return (complex&(TypedValue.COMPLEX_MANTISSA_MASK
42 * RADIX_MULTS[(complex>>TypedValue.COMPLEX_RADIX_SHIFT)
/external/clang/test/CodeGenCXX/
H A Dcopy-constructor-synthesis.cpp46 _Complex float complex; member in struct:X
/external/libopus/tests/
H A Dtest_opus_encode.c264 int complex=fast_rand()%11; local
265 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed();
/external/clang/lib/CodeGen/
H A DCGDecl.cpp1226 // For simple scalar/complex initialization, store the value directly.
1303 ComplexPairTy complex = EmitComplexExpr(init); local
1306 EmitStoreOfComplex(complex, lvalue, /*init*/ true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1499 milliseconds