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

1 2

  /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...]
  /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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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
114 #endif /* complex.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
114 #endif /* complex.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
114 #endif /* complex.h */
  /external/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
22 // in the draft C++ standard. Single-precision complex numbers
23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
26 // Note that the template class complex is declared within namespace
36 struct complex { struct
38 typedef complex<_Tp> _Self;
41 complex() : _M_re(0), _M_im(0) {} function in struct:complex
42 complex(const value_type& __x function in struct:complex
44 complex(const value_type& __x, const value_type& __y) function in struct:complex
46 complex(const _Self& __z) function in struct:complex
57 explicit complex(const complex<_Tp2>& __z) function in struct:complex
180 struct _STLP_CLASS_DECLSPEC complex<float> { struct
185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex
188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex
318 struct _STLP_CLASS_DECLSPEC complex<double> { struct
324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex
327 complex(const complex<double>& __z) function in struct:complex
458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct
463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex
466 complex(const complex<long double>& __z) function in struct:complex
600 inline complex<float>::complex(const complex<double>& __z) function in class:complex
602 inline complex<double>::complex(const complex<float>& __z) function in class:complex
605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex
607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex
609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex
611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
22 // in the draft C++ standard. Single-precision complex numbers
23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
26 // Note that the template class complex is declared within namespace
36 struct complex { struct
38 typedef complex<_Tp> _Self;
41 complex() : _M_re(0), _M_im(0) {} function in struct:complex
42 complex(const value_type& __x function in struct:complex
44 complex(const value_type& __x, const value_type& __y) function in struct:complex
46 complex(const _Self& __z) function in struct:complex
57 explicit complex(const complex<_Tp2>& __z) function in struct:complex
180 struct _STLP_CLASS_DECLSPEC complex<float> { struct
185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex
188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex
318 struct _STLP_CLASS_DECLSPEC complex<double> { struct
324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex
327 complex(const complex<double>& __z) function in struct:complex
458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct
463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex
466 complex(const complex<long double>& __z) function in struct:complex
600 inline complex<float>::complex(const complex<double>& __z) function in class:complex
602 inline complex<double>::complex(const complex<float>& __z) function in class:complex
605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex
607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex
609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex
611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
22 // in the draft C++ standard. Single-precision complex numbers
23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
26 // Note that the template class complex is declared within namespace
36 struct complex { struct
38 typedef complex<_Tp> _Self;
41 complex() : _M_re(0), _M_im(0) {} function in struct:complex
42 complex(const value_type& __x function in struct:complex
44 complex(const value_type& __x, const value_type& __y) function in struct:complex
46 complex(const _Self& __z) function in struct:complex
57 explicit complex(const complex<_Tp2>& __z) function in struct:complex
180 struct _STLP_CLASS_DECLSPEC complex<float> { struct
185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex
188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex
318 struct _STLP_CLASS_DECLSPEC complex<double> { struct
324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex
327 complex(const complex<double>& __z) function in struct:complex
458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct
463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex
466 complex(const complex<long double>& __z) function in struct:complex
600 inline complex<float>::complex(const complex<double>& __z) function in class:complex
602 inline complex<double>::complex(const complex<float>& __z) function in class:complex
605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex
607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex
609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex
611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
22 // in the draft C++ standard. Single-precision complex numbers
23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
26 // Note that the template class complex is declared within namespace
36 struct complex { struct
38 typedef complex<_Tp> _Self;
41 complex() : _M_re(0), _M_im(0) {} function in struct:complex
42 complex(const value_type& __x function in struct:complex
44 complex(const value_type& __x, const value_type& __y) function in struct:complex
46 complex(const _Self& __z) function in struct:complex
57 explicit complex(const complex<_Tp2>& __z) function in struct:complex
180 struct _STLP_CLASS_DECLSPEC complex<float> { struct
185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex
188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex
318 struct _STLP_CLASS_DECLSPEC complex<double> { struct
324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex
327 complex(const complex<double>& __z) function in struct:complex
458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct
463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex
466 complex(const complex<long double>& __z) function in struct:complex
600 inline complex<float>::complex(const complex<double>& __z) function in class:complex
602 inline complex<double>::complex(const complex<float>& __z) function in class:complex
605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex
607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex
609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex
611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
22 // in the draft C++ standard. Single-precision complex numbers
23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
26 // Note that the template class complex is declared within namespace
36 struct complex { struct
38 typedef complex<_Tp> _Self;
41 complex() : _M_re(0), _M_im(0) {} function in struct:complex
42 complex(const value_type& __x function in struct:complex
44 complex(const value_type& __x, const value_type& __y) function in struct:complex
46 complex(const _Self& __z) function in struct:complex
57 explicit complex(const complex<_Tp2>& __z) function in struct:complex
180 struct _STLP_CLASS_DECLSPEC complex<float> { struct
185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex
188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex
318 struct _STLP_CLASS_DECLSPEC complex<double> { struct
324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex
327 complex(const complex<double>& __z) function in struct:complex
458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct
463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex
466 complex(const complex<long double>& __z) function in struct:complex
600 inline complex<float>::complex(const complex<double>& __z) function in class:complex
602 inline complex<double>::complex(const complex<float>& __z) function in class:complex
605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex
607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex
609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex
611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
22 // in the draft C++ standard. Single-precision complex numbers
23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
26 // Note that the template class complex is declared within namespace
36 struct complex { struct
38 typedef complex<_Tp> _Self;
41 complex() : _M_re(0), _M_im(0) {} function in struct:complex
42 complex(const value_type& __x function in struct:complex
44 complex(const value_type& __x, const value_type& __y) function in struct:complex
46 complex(const _Self& __z) function in struct:complex
57 explicit complex(const complex<_Tp2>& __z) function in struct:complex
180 struct _STLP_CLASS_DECLSPEC complex<float> { struct
185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex
188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex
318 struct _STLP_CLASS_DECLSPEC complex<double> { struct
324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex
327 complex(const complex<double>& __z) function in struct:complex
458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct
463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex
466 complex(const complex<long double>& __z) function in struct:complex
600 inline complex<float>::complex(const complex<double>& __z) function in class:complex
602 inline complex<double>::complex(const complex<float>& __z) function in class:complex
605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex
607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex
609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex
611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex
    [all...]
  /external/clang/test/SemaCXX/
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/CodeGenCXX/
copy-constructor-synthesis.cpp 46 _Complex float complex; member in struct:X
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 335 ComplexProperty complex = categoryToProperty.get(category); local
336 if (complex == null) {
337 complex = new ComplexProperty(
341 categoryToProperty.put(category, complex);
344 complex.setPriority(categoryPriority);
352 complex.setPriority(nextCategoryPriority);
362 // Update the complex properties
366 ComplexProperty complex = categoryToProperty.get(category); local
367 assert complex != null : category;
369 complex.setProperties(subProperties.toArray(subArray))
486 ComplexProperty complex = categoryToProperty.get(category); local
620 ComplexProperty complex = categoryToProperty.get(category); local
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 1125 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/qemu-pc-bios/bochs/bios/
rombios.c 8648 ;; int19 was beginning to be really complex, so now it local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 693 milliseconds

1 2