/external/llvm/test/Object/ |
objdump-relocations.test | 17 RUN: | FileCheck %s -check-prefix ELF-complex-x86-64 60 ELF-complex-x86-64: .text 61 ELF-complex-x86-64-NEXT: R_X86_64_8 .data-4 62 ELF-complex-x86-64-NEXT: R_X86_64_16 .data-4 63 ELF-complex-x86-64-NEXT: R_X86_64_32 .data-4 64 ELF-complex-x86-64-NEXT: R_X86_64_32S .data-4 65 ELF-complex-x86-64-NEXT: R_X86_64_64 .data-4 66 ELF-complex-x86-64-NEXT: R_X86_64_PC32 .data-4-P 67 ELF-complex-x86-64-NEXT: R_X86_64_32 .data+0 68 ELF-complex-x86-64-NEXT: R_X86_64_32 .data+ [all...] |
/external/eigen/Eigen/src/Core/arch/NEON/ |
Complex.h | 28 template<> struct packet_traits<std::complex<float> > : default_packet_traits 49 template<> struct unpacket_traits<Packet2cf> { typedef std::complex<float> type; enum {size=2}; }; 51 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from) 105 template<> EIGEN_STRONG_INLINE Packet2cf pload<Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_ALIGNED_LOAD return Packet2cf(pload<Packet4f>((const float*)from)); } 106 template<> EIGEN_STRONG_INLINE Packet2cf ploadu<Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_UNALIGNED_LOAD return Packet2cf(ploadu<Packet4f>((const float*)from)); } 108 template<> EIGEN_STRONG_INLINE Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from) { return pset1<Packet2cf>(*from); } 110 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); } 111 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu((float*)to, from.v); [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ctanhf.c | 28 * Hyperbolic tangent of a complex argument z. See s_ctanh.c for details. 34 #include <complex.h> 39 float complex 40 ctanhf(float complex z) 77 float complex 78 ctanf(float complex z)
|
/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/libcxx/test/numerics/complex.number/complex.members/ |
real_imag.pass.cpp | 10 // <complex> 15 #include <complex> 23 constexpr std::complex<T> c1; 26 constexpr std::complex<T> c2(3); 29 constexpr std::complex<T> c3(3, 4); 39 std::complex<T> c;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.members/ |
real_imag.pass.cpp | 10 // <complex> 15 #include <complex> 23 constexpr std::complex<T> c1; 26 constexpr std::complex<T> c2(3); 29 constexpr std::complex<T> c3(3, 4); 39 std::complex<T> c;
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
Complex.h | 25 template<> struct packet_traits<std::complex<float> > : default_packet_traits 46 template<> struct unpacket_traits<Packet2cf> { typedef std::complex<float> type; enum {size=2}; }; 84 template<> EIGEN_STRONG_INLINE Packet2cf pload <Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_ALIGNED_LOAD return Packet2cf(pload<Packet4f>(&numext::real_ref(*from))); } 85 template<> EIGEN_STRONG_INLINE Packet2cf ploadu<Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_UNALIGNED_LOAD return Packet2cf(ploadu<Packet4f>(&numext::real_ref(*from))); } 87 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from) 105 template<> EIGEN_STRONG_INLINE Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from) { return pset1<Packet2cf>(*from); } 107 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), from.v); } 108 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(&numext::real_ref(*to) (…) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/ |
BUILD.gn | 74 "src/hb-ot-shape-complex-arabic.cc", 75 "src/hb-ot-shape-complex-arabic-fallback.hh", 76 "src/hb-ot-shape-complex-arabic-table.hh", 77 "src/hb-ot-shape-complex-default.cc", 78 "src/hb-ot-shape-complex-hangul.cc", 79 "src/hb-ot-shape-complex-hebrew.cc", 80 "src/hb-ot-shape-complex-indic.cc", 81 "src/hb-ot-shape-complex-indic-machine.hh", 82 "src/hb-ot-shape-complex-indic-private.hh", 83 "src/hb-ot-shape-complex-indic-table.cc" [all...] |
harfbuzz.gyp | 92 'src/hb-ot-shape-complex-arabic.cc', 93 'src/hb-ot-shape-complex-arabic-fallback.hh', 94 'src/hb-ot-shape-complex-arabic-table.hh', 95 'src/hb-ot-shape-complex-default.cc', 96 'src/hb-ot-shape-complex-hangul.cc', 97 'src/hb-ot-shape-complex-hebrew.cc', 98 'src/hb-ot-shape-complex-indic.cc', 99 'src/hb-ot-shape-complex-indic-machine.hh', 100 'src/hb-ot-shape-complex-indic-private.hh', 101 'src/hb-ot-shape-complex-indic-table.cc' [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-sea-machine.hh | 2 #line 1 "hb-ot-shape-complex-sea-machine.rl" 35 #line 36 "hb-ot-shape-complex-sea-machine.hh.tmp" 92 #line 36 "hb-ot-shape-complex-sea-machine.rl" 96 #line 67 "hb-ot-shape-complex-sea-machine.rl" 116 #line 117 "hb-ot-shape-complex-sea-machine.hh.tmp" 124 #line 88 "hb-ot-shape-complex-sea-machine.rl" 133 #line 134 "hb-ot-shape-complex-sea-machine.hh.tmp" 147 #line 148 "hb-ot-shape-complex-sea-machine.hh.tmp" 170 #line 63 "hb-ot-shape-complex-sea-machine.rl" 174 #line 61 "hb-ot-shape-complex-sea-machine.rl [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-sea-machine.hh | 2 #line 1 "../../src/hb-ot-shape-complex-sea-machine.rl" 35 #line 36 "hb-ot-shape-complex-sea-machine.hh.tmp" 92 #line 36 "../../src/hb-ot-shape-complex-sea-machine.rl" 96 #line 67 "../../src/hb-ot-shape-complex-sea-machine.rl" 116 #line 117 "hb-ot-shape-complex-sea-machine.hh.tmp" 124 #line 88 "../../src/hb-ot-shape-complex-sea-machine.rl" 133 #line 134 "hb-ot-shape-complex-sea-machine.hh.tmp" 147 #line 148 "hb-ot-shape-complex-sea-machine.hh.tmp" 170 #line 63 "../../src/hb-ot-shape-complex-sea-machine.rl" 174 #line 61 "../../src/hb-ot-shape-complex-sea-machine.rl [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/view/ |
_index.html | 15 <dd>Demonstrates how to use GridLayout to create a more complex 19 <dd>Demonstrates how to use GridLayout to create a more complex
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
real_fft.c | 44 // WebRtcSpl_RealInverseFFTC) are real-valued FFT wrappers for complex-valued 54 // The complex-value FFT implementation needs a buffer to hold 2^order 55 // 16-bit COMPLEX numbers, for both time and frequency data. 58 // Insert zeros to the imaginary parts for complex forward FFT input. 68 // complex forward FFT. 81 // Create the buffer specific to complex-valued FFT implementation. 84 // For n-point FFT, first copy the first n + 2 elements into complex 96 // Strip out the imaginary parts of the complex inverse FFT output.
|
/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/eigen/doc/snippets/ |
EigenSolver_EigenSolver_MatrixType.cpp | 8 complex<double> lambda = es.eigenvalues()[0]; 12 cout << "... and A * v = " << endl << A.cast<complex<double> >() * v << endl << endl;
|
/external/eigen/lapack/ |
cladiv.f | 21 * COMPLEX FUNCTION CLADIV( X, Y ) 24 * COMPLEX X, Y 33 *> CLADIV := X / Y, where X and Y are complex. The computation of X / Y 43 *> X is COMPLEX 48 *> Y is COMPLEX 49 *> The complex scalars X and Y. 65 COMPLEX FUNCTION CLADIV( X, Y ) 73 COMPLEX X, Y
|
zladiv.f | 21 * COMPLEX*16 FUNCTION ZLADIV( X, Y ) 24 * COMPLEX*16 X, Y 33 *> ZLADIV := X / Y, where X and Y are complex. The computation of X / Y 43 *> X is COMPLEX*16 48 *> Y is COMPLEX*16 49 *> The complex scalars X and Y. 65 COMPLEX*16 FUNCTION ZLADIV( X, Y ) 73 COMPLEX*16 X, Y
|
/external/libcxx/test/numerics/complex.number/ccmplx/ |
Android.mk | 17 test_makefile := external/libcxx/test/numerics/complex.number/ccmplx/Android.mk 19 test_name := numerics/complex.number/ccmplx/ccomplex
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
Complex.h | 33 template<> struct packet_traits<std::complex<float> > : default_packet_traits 54 template<> struct unpacket_traits<Packet2cf> { typedef std::complex<float> type; enum {size=2}; }; 56 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from) 97 template<> EIGEN_STRONG_INLINE Packet2cf pload <Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_ALIGNED_LOAD return Packet2cf(pload<Packet4f>((const float*)from)); } 98 template<> EIGEN_STRONG_INLINE Packet2cf ploadu<Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_UNALIGNED_LOAD return Packet2cf(ploadu<Packet4f>((const float*)from)); } 100 template<> EIGEN_STRONG_INLINE Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from) 105 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); } 106 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu((float*)to, from.v); [all...] |
/external/iptables/extensions/ |
libipt_realm.man | 1 This matches the routing realm. Routing realms are used in complex routing
|
/external/libcxx/test/numerics/complex.number/complex.member.ops/ |
assignment_scalar.pass.cpp | 10 // <complex> 12 // complex& operator= (const T&); 14 #include <complex> 21 std::complex<T> c;
|
divide_equal_scalar.pass.cpp | 10 // <complex> 12 // complex& operator/=(const T& rhs); 14 #include <complex> 21 std::complex<T> c(1);
|
minus_equal_scalar.pass.cpp | 10 // <complex> 12 // complex& operator-=(const T& rhs); 14 #include <complex> 21 std::complex<T> c;
|
plus_equal_scalar.pass.cpp | 10 // <complex> 12 // complex& operator+=(const T& rhs); 14 #include <complex> 21 std::complex<T> c;
|