/external/opencv3/samples/python2/ |
kalman.py | 6 Measurement is the real point angle + gaussian noise. 7 The real and the estimated points are connected with yellow line segment, 8 the real and the measured points are connected with red line segment.
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
real_fft.c | 44 // WebRtcSpl_RealInverseFFT) are real-valued FFT wrappers for complex-valued 67 // For real FFT output, use only the first N + 2 elements from 85 // FFT, then construct the remaining n - 2 elements by real FFT's
|
/ndk/sources/cxx-stl/stlport/src/ |
complex_io.cpp | 31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; } 36 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; } 42 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
|
/packages/apps/ExactCalculator/docs/ |
implementation-overview.html | 14 real") arithmetic implementation. Numbers are represented primarily as objects with a method that 28 saving, restoring, and evaluation of expressions. Evaluation produces a constructive real (CR) 41 display is then notified when the real result becomes available.</p>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
fixed-value.h | 24 #include "real.h" 83 /* Convert to a fixed-point mode from a real. */ 87 /* Convert to a real mode from a fixed-point. */
|
/external/aac/libFDK/src/arm/ |
qmf_arm.cpp | 92 FIXP_QMF *rSubband ) /*!< Real Output */ 478 FIXP_DBL A, B, real, imag, sta0; local 480 real = *--realSlot; 486 sta[0] = SMLAWB( sta[1], real, A ); sta++; /* index=316...........6 */ 489 sta[0] = SMLAWT( sta[1], real, A ); sta++; /* index=317...........7 */ 492 sta[0] = SMLAWB( sta[1], real, A ); sta++; /* index=318...........8 */ 495 sta[0] = SMLAWT( sta[1], real, A ); sta++; /* index=9...........319 */ 498 result = SMLAWT( sta0, real, A ); /* index=315...........5 */ 502 real = *--realSlot; 506 result = SMLAWB( sta[0], real, A ); /* index=310...........0 * 562 FIXP_DBL A, B, real, imag; local [all...] |
/external/cblas/ |
Makefile | 21 @ echo "slib1 --- make an archive of level 1 REAL." 27 @ echo "slib2 --- make an archive of level 2 REAL." 33 @ echo "slib3 --- make an archive of level 3 REAL." 41 @ echo "stest1 -- Compiles the tester for level 1 REAL." 47 @ echo "stest2 -- Compiles the tester for level 2 REAL." 53 @ echo "stest3 -- Compiles the tester for level 3 REAL."
|
/external/curl/tests/data/ |
test2026 | 25 This is not the real page! 46 Finally, this is the real page! 58 This is not the real page! 91 Finally, this is the real page! 115 Finally, this is the real page! 144 Finally, this is the real page!
|
test1071 | 39 This IS the real page! 58 This IS the real page!
|
/external/valgrind/coregrind/m_syswrap/ |
syscall-s390x-linux.S | 109 lg %r2, OFFSET_s390x_r2(%r9) /* guest r2 --> real r2 */ 110 lg %r3, OFFSET_s390x_r3(%r9) /* guest r3 --> real r3 */ 111 lg %r4, OFFSET_s390x_r4(%r9) /* guest r4 --> real r4 */ 112 lg %r5, OFFSET_s390x_r5(%r9) /* guest r5 --> real r5 */ 113 lg %r6, OFFSET_s390x_r6(%r9) /* guest r6 --> real r6 */ 114 lg %r7, OFFSET_s390x_r7(%r9) /* guest r7 --> real r7 */
|
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/ |
StoreBackendImpl.java | 57 // In a real world, better to send some error message to the user 73 // We just ignore the provided password here, but in real life, it is registered to the
|
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/ |
StoreBackendImpl.java | 57 // In a real world, better to send some error message to the user 73 // We just ignore the provided password here, but in real life, it is registered to the
|
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/ |
VoiceRecognitionService.java | 39 // A real recognizer would do something to shut down recognition here. 44 // A real recognizer would probably utilize a lot of the other listener callback
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
StoreBackendImpl.java | 57 // In a real world, better to send some error message to the user 73 // We just ignore the provided password here, but in real life, it is registered to the
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
FirstOrderDifferentialEquations.java | 24 * <p>This interface should be implemented by all real first order 35 * <p>For real problems, the derivative depends also on parameters
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerTraceWriter.java | 28 * This class wraps the real writer, it only purpose is to send 48 /** The real writer to immediately write to. 106 * listener. These characters are never written to the real writer 139 // send to the real writer 153 // send to the real writer 175 // send to the real writer 218 // send to the real writer 273 // send to the real writer
|
/external/chromium-trace/catapult/third_party/coverage/coverage/fullcoverage/ |
encodings.py | 7 instrumentation and then replaces itself with the real encodings module. 52 # sys.modules; and re-import "encodings", which will be the real package
|
/external/clang/include/clang/Basic/ |
FileManager.h | 119 /// \brief Cache for existing real directories. 122 /// \brief Cache for existing real files. 133 /// \brief A cache that maps paths to directory entries (either real or 136 /// The actual Entries for real directories/files are 143 /// \brief A cache that maps paths to file entries (either real or 198 /// \brief Lookup, cache, and verify the specified directory (real or 208 /// \brief Lookup, cache, and verify the specified file (real or 252 /// \brief Remove the real file \p Entry from the cache.
|
/external/compiler-rt/lib/dfsan/ |
dfsan_interceptors.cc | 21 void *res = REAL(mmap)(addr, length, prot, flags, fd, offset); 29 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);
|
/external/compiler-rt/lib/interception/ |
interception_win.h | 43 (::__interception::uptr *)&REAL(func)) 48 (::__interception::uptr *)&REAL(func))
|
/external/eigen/bench/ |
benchFFT.cpp | 46 typedef typename NumTraits<T>::Real Scalar; 84 cout << "real ";
|
/external/eigen/lapack/ |
second_NONE.f | 11 * REAL FUNCTION SECOND( ) 38 REAL FUNCTION SECOND( )
|
/external/eigen/test/ |
eigen2support.cpp | 48 using numext::real; 51 VERIFY_IS_EQUAL(ei_real(s1), real(s1));
|
/external/eigen/unsupported/test/ |
NumericalDiff.cpp | 79 // real one 100 // real one
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUResourceTableAccess.java | 50 break; // possible real exception 66 break; // possible real exception
|