HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 151 - 175 of 2438) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.value.ops/
abs.pass.cpp 10 // <complex>
14 // abs(const complex<T>& x);
16 #include <complex>
25 std::complex<T> z(3, 4);
norm.pass.cpp 10 // <complex>
14 // norm(const complex<T>& x);
16 #include <complex>
25 std::complex<T> z(3, 4);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_conj.c 29 #include <complex.h>
33 double complex
34 conj(double complex z)
s_conjf.c 29 #include <complex.h>
33 float complex
34 conjf(float complex z)
s_conjl.c 29 #include <complex.h>
33 long double complex
34 conjl(long double complex z)
s_cprojf.c 30 #include <complex.h>
35 float complex
36 cprojf(float complex z)
s_cprojl.c 30 #include <complex.h>
35 long double complex
36 cprojl(long double complex z)
  /external/eigen/Eigen/
PaStiXSupport 8 #include <complex.h>
14 #ifdef complex
15 #undef complex
  /external/eigen/test/
pastix_support.cpp 31 // Complex symmetric matrices should pass though
42 CALL_SUBTEST_3( (test_pastix_T_LU<std::complex<float> >()) );
43 CALL_SUBTEST_4(test_pastix_T_LU<std::complex<double> >());
  /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");
  /ndk/sources/cxx-stl/llvm-libc++/include/
complex.h 2 //===--------------------------- complex.h --------------------------------===//
15 complex.h synopsis
27 #include_next <complex.h>
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
complex.h.pass.cpp 10 // <complex.h>
12 #include <complex.h>
20 std::complex<double> d;
  /external/harfbuzz_ng/src/
Makefile.am 86 hb-ot-shape-complex-arabic.cc \
87 hb-ot-shape-complex-arabic-fallback.hh \
88 hb-ot-shape-complex-arabic-table.hh \
89 hb-ot-shape-complex-default.cc \
90 hb-ot-shape-complex-indic.cc \
91 hb-ot-shape-complex-indic-machine.hh \
92 hb-ot-shape-complex-indic-private.hh \
93 hb-ot-shape-complex-indic-table.cc \
94 hb-ot-shape-complex-myanmar.cc \
95 hb-ot-shape-complex-myanmar-machine.hh
    [all...]
  /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/5/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/6/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/7/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/8/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/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcc.a 41  PU??V???M?u????E?U??E?U??M?u ????^??????| ?$1? ??GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.c1intlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vDItype??floatcomplex floatdoublecomplex doublelong double complex long doubleDWstruct??low?'#high?'#??s??ll?5 DWunion??
93 _negdi2.o???? ?0 __text__TEXT"0?__debug_frame__DWARF$<TD __debug_info__DWARF`??L __debug_abbrev__DWARF??__debug_aranges__DWARF? ?l __debug_macinfo__DWARF?__debug_line__DWARF?pt __debug_loc__DWARFVS?__debug_pubnames__DWARF??__debug_pubtypes__DWARF?A?__debug_inlined__DWARF 9 __debug_str__DWARF  9 __debug_ranges__DWARFB ? ?  PU??S?E?U ????1?????)??????[??????| ?$"? ?|GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.c"intlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vDItype??floatcomplex floatdoublecomplex doublelong double complex long doubleDWstruct??low?'#high?'#??s??ll?5 DWunion??
162  ,  PU????]?u??}??E?U ?E?U??}??t)? )???~3?E??????????U????? ?]?u??E?U??]?u??}???@1?????]?????????| ?(m?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cmintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vUSItype??DItype??floatcomplex floatdoublecomplex doublelong double complex long doubleword_type?vDWstruct??low?'#high?'#?s??ll?D DWunion??
233    PU????]?u??}??E?U ?E?U??}??t)? )???~3?E?É??????U?????? ?]?u??E?U??]?u??}???@1????u?????????| ?(m?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cmintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vUSItype??DItype??floatcomplex floatdoublecomplex doublelong double complex long doubleword_type?vDWstruct (…)
    [all...]
libgcc_static.a 31 U????]?u??}??u?}?M?????E?U??E?U????] ???]?u??}???????| ?(B?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cBintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vDItype??floatcomplex floatdoublecomplex doublelong double complex long doubleDWstruct??low?'#high?'#??s??ll?5 DWunion??
86 _negdi2.o????? ? ?  __text__TEXT??__debug_frame__DWARF <?__debug_info__DWARF\?<?__debug_abbrev__DWARF???__debug_aranges__DWARF? ? __debug_macinfo__DWARF??__debug_line__DWARF?o? __debug_loc__DWARFQS1__debug_pubnames__DWARF??__debug_pubtypes__DWARF?A?__debug_inlined__DWARF?__debug_str__DWARF ?__debug_ranges__DWARF ?8 D U??S?E?U ????1?????)????[??????| ?$? ?|GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vDItype??floatcomplex floatdoublecomplex doublelong double complex long doubleDWstruct??low?'#high?'#??s??ll?5 DWunion??
157 U????]?u??}??E?U ?E?U??}??t)? )???~3?E??????????U????? ?]?u??E?U??]?u??}??Ð???1?????]?????????| ?(m?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cmintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vUSItype??DItype??floatcomplex floatdoublecomplex doublelong double complex long doubleword_type?vDWstruct??low?'#high?'#?s??ll?D DWunion??
226 U????]?u??}??E?U ?E?U??}??t)? )???~3?E?É??????U?????? ?]?u??E?U??]?u??}??Ð???1????u?????????| ?(m?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cmintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vUSItype??DItype??floatcomplex floatdoublecomplex doublelong double complex long doubleword_type?vDWstruct (…)
    [all...]
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.transcendentals/
acosh.pass.cpp 10 // <complex>
13 // complex<T>
14 // acosh(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(INFINITY, 1), std::complex<T>(INFINITY, 0));
37 typedef std::complex<double> C;
42 std::complex<double> r = acosh(x[i])
    [all...]
asin.pass.cpp 10 // <complex>
13 // complex<T>
14 // asin(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(0, 0), std::complex<T>(0, 0));
37 typedef std::complex<double> C;
42 std::complex<double> r = asin(x[i])
    [all...]

Completed in 3097 milliseconds

1 2 3 4 5 67 8 91011>>