Searched defs:complex (Results 1 - 17 of 17) 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:__anon4414
/external/lldb/test/lang/c/stepping/
H A Dmain.c43 int complex (int first, int second, int third) function
45 return first + second + third; // Step in targetting complex should stop here
59 int A4 = complex (a(1), b(2), c(3)); // Stop here to try step in targetting b.
61 int A5 = complex (a(2), b(3), c(4)); // Stop here to try step in targetting complex.
63 int A6 = complex (a(4), b(5), c(6)); // Stop here to step targetting b and hitting breakpoint.
65 int A7 = complex (a(5), b(6), c(7)); // Stop here to make sure bogus target steps over.
/external/robolectric/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.cpp1140 // For simple scalar/complex initialization, store the value directly.
1217 ComplexPairTy complex = EmitComplexExpr(init); local
1220 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/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 711 milliseconds