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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
stdtr1c++.h 38 #include <tr1/complex>
  /external/eigen/Eigen/src/Geometry/
Scaling.h 120 static inline UniformScaling<std::complex<RealScalar> > Scaling(const std::complex<RealScalar>& s)
121 { return UniformScaling<std::complex<RealScalar> >(s); }
  /external/eigen/test/
eigensolver_selfadjoint.cpp 28 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex;
130 CALL_SUBTEST_9( selfadjointeigensolver(Matrix<std::complex<double>,Dynamic,Dynamic,RowMajor>(s,s)) );
sparse_solver.h 160 if( internal::is_same<Scalar, std::complex<float> >::value || internal::is_same<Scalar, std::complex<double> >::value )
161 mat_folder = mat_folder + static_cast<string>("/complex/");
202 || internal::is_same<Scalar, std::complex<float> >::value)
281 || internal::is_same<Scalar, std::complex<float> >::value)
  /external/elfutils/backends/
x86_64_retval.c 143 case 4 * 2: /* complex float */
144 case 8 * 2: /* complex double */
147 case 16 * 2: /* complex long double */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedValue.java 38 public static float complexToFloat(int complex)
40 return (complex&(TypedValue.COMPLEX_MANTISSA_MASK
42 * RADIX_MULTS[(complex>>TypedValue.COMPLEX_RADIX_SHIFT)
  /external/v8/test/mjsunit/
string-indexof-1.js 80 // Test complex string indexOf algorithms. Only trigger for long strings.
111 // Search for string long enough to trigger complex search with ASCII pattern
116 var lengths = [1, 4, 15]; // Single char, simple and complex.
  /external/eigen/Eigen/src/Core/
Array.h 245 * and where \c Type can be \c i for integer, \c f for float, \c d for double, \c cf for complex float, \c cd
246 * for complex double.
251 * a fixed-size 1D array of 4 complex floats.
280 EIGEN_MAKE_ARRAY_TYPEDEFS_ALL_SIZES(std::complex<float>, cf)
281 EIGEN_MAKE_ARRAY_TYPEDEFS_ALL_SIZES(std::complex<double>, cd)
  /external/eigen/blas/
ctpmv.f 7 COMPLEX AP(*),X(*)
61 * AP - COMPLEX array of DIMENSION at least
77 * X - COMPLEX array of dimension at least
102 COMPLEX ZERO
106 COMPLEX TEMP
ctpsv.f 7 COMPLEX AP(*),X(*)
64 * AP - COMPLEX array of DIMENSION at least
80 * X - COMPLEX array of dimension at least
105 COMPLEX ZERO
109 COMPLEX TEMP
ztpmv.f 7 DOUBLE COMPLEX AP(*),X(*)
61 * AP - COMPLEX*16 array of DIMENSION at least
77 * X - COMPLEX*16 array of dimension at least
102 DOUBLE COMPLEX ZERO
106 DOUBLE COMPLEX TEMP
ztpsv.f 7 DOUBLE COMPLEX AP(*),X(*)
64 * AP - COMPLEX*16 array of DIMENSION at least
80 * X - COMPLEX*16 array of dimension at least
105 DOUBLE COMPLEX ZERO
109 DOUBLE COMPLEX TEMP
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 305 // the clip if we aren't recording a complex clip (and can thus trust it to be a rect)
314 * When an clipping operation occurs that could cause a complex clip, record the operation and all
317 * the complex clip.
324 DEFER_LOGD("%p Received complex clip operation %p", this, op);
331 DEFER_LOGD(" Starting complex clip region, start is %d", mComplexClipStackStart);
345 * complex clip, and if the flags (kClip_SaveFlag & kClipToLayer_SaveFlag) are set.
358 * barrier if it's needed to properly modify a complex clip
376 * other save() commands which occur as children of a snapshot with complex clip will be deferred,
380 * save/restore and complex canvas modifications (including save/restore) in order.
409 // complex clip has a complex set of expectations on the renderer state - for now, avoid takin
    [all...]
  /external/srec/srec/include/
sp_fft.h 137 TIME: Let M = log2Size be the power-of-two length and N = 2**M be the complex
145 500 runs of paired 256 point complex (512 point real) input FFT
150 Complex: 0.120 sec.
154 Assembly: Real 0.170 sec, Complex 0.140 sec.
155 Microsoft C: Real 0.250 sec, Complex 0.240 sec.
156 Stric C: Real 0.540 sec, Complex 0.441 sec.
234 log2Length -- the power-of-two length of the complex FFT
  /external/eigen/blas/testing/
cblat2.f 3 * Test program for the COMPLEX Level 2 Blas.
72 COMPLEX ZERO, ONE
91 COMPLEX A( NMAX, NMAX ), AA( NMAX*NMAX ),
371 9993 FORMAT( ' TESTS OF THE COMPLEX LEVEL 2 BLAS', //' THE F',
412 COMPLEX ZERO, HALF
423 COMPLEX A( NMAX, NMAX ), AA( NMAX*NMAX ), ALF( NALF ),
431 COMPLEX ALPHA, ALS, BETA, BLS, TRANSL
757 COMPLEX ZERO, HALF
768 COMPLEX A( NMAX, NMAX ), AA( NMAX*NMAX ), ALF( NALF ),
776 COMPLEX ALPHA, ALS, BETA, BLS, TRANS
    [all...]
zblat2.f 3 * Test program for the COMPLEX*16 Level 2 Blas.
72 COMPLEX*16 ZERO, ONE
92 COMPLEX*16 A( NMAX, NMAX ), AA( NMAX*NMAX ),
372 9993 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 2 BLAS', //' THE F',
413 COMPLEX*16 ZERO, HALF
425 COMPLEX*16 A( NMAX, NMAX ), AA( NMAX*NMAX ), ALF( NALF ),
433 COMPLEX*16 ALPHA, ALS, BETA, BLS, TRANSL
759 COMPLEX*16 ZERO, HALF
771 COMPLEX*16 A( NMAX, NMAX ), AA( NMAX*NMAX ), ALF( NALF ),
779 COMPLEX*16 ALPHA, ALS, BETA, BLS, TRANS
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/
libgcc.a     [all...]

Completed in 1527 milliseconds

<<11121314151617181920>>