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

  /external/clang/test/Headers/Inputs/include/
complex.h 3 #define complex _Complex macro
  /bionic/libm/include/
complex.h 46 #define complex _Complex macro
51 double cabs(double complex);
52 float cabsf(float complex);
53 long double cabsl(long double complex);
54 double carg(double complex);
55 float cargf(float complex);
56 long double cargl(long double complex);
57 double complex ccos(double complex);
58 float complex ccosf(float complex)
    [all...]
  /development/ndk/platforms/android-L/include/
complex.h 46 #define complex _Complex macro
51 double cabs(double complex);
52 float cabsf(float complex);
53 long double cabsl(long double complex);
54 double carg(double complex);
55 float cargf(float complex);
56 long double cargl(long double complex);
57 double complex ccos(double complex);
58 float complex ccosf(float complex)
    [all...]
  /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
  /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;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/complex/
IComplexPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor.complex;
24 * @return sub-properties of given complex property.
  /external/lldb/test/lang/c/stepping/
main.c 43 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/clang/test/CodeGenCXX/
copy-constructor-synthesis.cpp 46 _Complex float complex; member in struct:X
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 264 int complex=fast_rand()%11; local
265 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed();
  /external/libopus/tests/
test_opus_encode.c 264 int complex=fast_rand()%11; local
265 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed();
  /external/clang/lib/CodeGen/
CGDecl.cpp 1179 ComplexPairTy complex = EmitComplexExpr(init); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 585 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); local
586 Collections.addAll(complex, "in", "the", "a");
587 assertEquals(set, complex);
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 897 complex = False variable in class:CSimpleBaseTypeNode
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 985 milliseconds