HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 51 - 75 of 1939) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
complex_header_test.cpp 8 #include <complex>
  /ndk/tests/device/test-stlport/unit/
complex_header_test.cpp 8 #include <complex>
  /external/clang/test/Sema/
complex-init-list.c 4 // of a complex number individually using an initialization list. Basically,
5 // if you have an explicit init list for a complex number that contains two
10 // a complex number at the moment besides setting the components with
16 // real->complex and complex->real conversions; as-is, it's way too easy
28 _Complex int valid2 = { 1, 2 }; // expected-warning {{complex integer}} expected-warning {{specifying real and imaginary components is an extension}}
  /external/clang/test/CodeGen/
complex-init-list.c 4 // of a complex number individually using an initialization list. (There is a
5 // extensive description and test in test/Sema/complex-init-list.c.)
  /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/iptables/extensions/
libipt_realm.man 1 This matches the routing realm. Routing realms are used in complex routing
  /external/speex/libspeex/
fftwrap.h 46 /** Forward (real to half-complex) transform */
49 /** Backward (half-complex to real) transform */
52 /** Forward (real to half-complex) transform of float data */
55 /** Backward (half-complex to real) transform of float data */
  /bionic/libm/src/
s_conj.c 29 #include <complex.h>
31 double complex
32 conj(double complex z)
s_conjf.c 29 #include <complex.h>
31 float complex
32 conjf(float complex z)
s_conjl.c 29 #include <complex.h>
31 long double complex
32 conjl(long double complex z)
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SimpleBatchNode.java 14 * SimpleBatchNode is recommended when you have a large number of geometries using the same material that does not require a complex scene graph structure.
32 throw new UnsupportedOperationException("BatchNode is BatchMode.Simple only support child of type Geometry, use BatchMode.Complex to use a complex structure");
  /external/stlport/stlport/stl/
_complex.c 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65 void complex<_Tp>::_div(const _Tp& __z1_r,
88 // Complex output, in the form (re,im). We use a two-step process
92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
101 // Complex input from arbitrary streams. Note that results in some
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65 void complex<_Tp>::_div(const _Tp& __z1_r,
88 // Complex output, in the form (re,im). We use a two-step process
92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
101 // Complex input from arbitrary streams. Note that results in some
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_complex.c 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65 void complex<_Tp>::_div(const _Tp& __z1_r,
88 // Complex output, in the form (re,im). We use a two-step process
92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
101 // Complex input from arbitrary streams. Note that results in some
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_complex.c 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65 void complex<_Tp>::_div(const _Tp& __z1_r,
88 // Complex output, in the form (re,im). We use a two-step process
92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
101 // Complex input from arbitrary streams. Note that results in some
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65 void complex<_Tp>::_div(const _Tp& __z1_r,
88 // Complex output, in the form (re,im). We use a two-step process
92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
101 // Complex input from arbitrary streams. Note that results in some
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /frameworks/base/core/java/android/util/
TypedValue.java 40 /** The <var>data</var> field holds a complex number encoding a
43 /** The <var>data</var> field holds a complex number encoding a fraction
88 /** Complex data: bit location of unit information. */
90 /** Complex data: mask to extract unit information (after shifting by
95 /** {@link #TYPE_DIMENSION} complex unit: Value is raw pixels. */
97 /** {@link #TYPE_DIMENSION} complex unit: Value is Device Independent
100 /** {@link #TYPE_DIMENSION} complex unit: Value is a scaled pixel. */
102 /** {@link #TYPE_DIMENSION} complex unit: Value is in points. */
104 /** {@link #TYPE_DIMENSION} complex unit: Value is in inches. */
106 /** {@link #TYPE_DIMENSION} complex unit: Value is in millimeters. *
    [all...]
  /external/icu4c/i18n/
strrepl.h 31 * stand-ins is called a <em>complex</em> StringReplacer. A complex
32 * StringReplacer has a slower processing loop than a non-complex one.
56 * A complex object contains nested replacers and requires more
57 * complex processing. StringReplacers are initially assumed to
58 * be complex. If no nested replacers are seen during processing,
  /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/webkit/LayoutTests/storage/domstorage/
complex-keys.html 10 <script src="script-tests/complex-keys.js"></script>
complex-values.html 10 <script src="script-tests/complex-values.js"></script>
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.c 20 #ifndef ANDROID // no complex.h
27 #ifndef ANDROID // no complex.h
48 #ifndef ANDROID // no complex.h
54 #ifndef ANDROID // no complex.h

Completed in 2251 milliseconds

1 23 4 5 6 7 8 91011>>