HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 176 - 200 of 3140) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
plus_equal_scalar.pass.cpp 10 // <complex>
12 // complex& operator+=(const T& rhs);
14 #include <complex>
21 std::complex<T> c;
times_equal_scalar.pass.cpp 10 // <complex>
12 // complex& operator*=(const T& rhs);
14 #include <complex>
21 std::complex<T> c(1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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/chromium_org/third_party/harfbuzz-ng/
README.chromium 19 hb-ot-shape-complex-indic-machine.hh
20 hb-ot-shape-complex-myanmar-machine.hh
21 hb-ot-shape-complex-sea-machine.hh
  /external/clang/test/Headers/
tgmath.c 10 float complex fc;
11 double complex dc;
12 long double complex lc;
  /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++/libcxx/include/
complex.h 2 //===--------------------------- complex.h --------------------------------===//
15 complex.h synopsis
27 #include_next <complex.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
complex.h.pass.cpp 10 // <complex.h>
12 #include <complex.h>
20 std::complex<double> d;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
complex.h 25 /** @file complex.h
36 # include_next <complex.h>
39 # undef complex macro
  /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/ndk/9/sources/cxx-stl/EH/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);

Completed in 301 milliseconds

1 2 3 4 5 6 78 91011>>