/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/ |
FastFourierTransformer.java | 64 * Transform the given real data set. 69 * @param f the real data array to be transformed 79 * Transform the given real function, sampled on the given interval. 117 * Transform the given real data set. 122 * @param f the real data array to be transformed 134 * Transform the given real function, sampled on the given interval. 176 * Inversely transform the given real data set. 181 * @param f the real data array to be inversely transformed 193 * Inversely transform the given real function, sampled on the given interval. 235 * Inversely transform the given real data set [all...] |
/external/cblas/testing/ |
c_sblat1.f | 2 * Test program for the REAL Level 1 CBLAS. 12 REAL SFAC 51 99999 FORMAT (' Real CBLAS Test Program Results',/1X) 87 REAL SFAC 92 REAL SA, SB, SC, SS 95 REAL DA1(8), DATRUE(8), DB1(8), DBTRUE(8), DC1(8), 148 REAL SFAC 155 REAL DTRUE1(5), DTRUE3(5), DTRUE5(8,5,2), DV(8,5,2), 159 REAL SASUMTEST, SNRM2TEST 242 REAL SFA [all...] |
/system/core/logd/ |
LogKlog.cpp | 280 log_time real; local 281 const char *ep = real.strptime(real_string, "%Y-%m-%d %H:%M:%S.%09q UTC"); 282 if (!ep || (ep > &real_string[len]) || (real > log_time(CLOCK_REALTIME))) { 288 time_t now = real.tv_sec; 293 if ((tm.tm_gmtoff < 0) && ((-tm.tm_gmtoff) > (long)real.tv_sec)) { 294 real = log_time::EPOCH; 296 real.tv_sec += tm.tm_gmtoff; 298 if (monotonic > real) { 301 correction = real - monotonic; 367 log_time real(CLOCK_REALTIME) 373 log_time real; local [all...] |
/prebuilts/misc/android-arm/gdbserver/ |
gdbserver | |
/prebuilts/misc/android-mips/gdbserver/ |
gdbserver | |
/prebuilts/misc/android-x86/gdbserver/ |
gdbserver | |
/bionic/libc/malloc_debug/ |
GuardData.cpp | 58 const uint8_t* real = reinterpret_cast<const uint8_t*>(data); local 60 if (real[i] != expected[i]) { 61 error_log(" allocation[%d] = 0x%02x (expected 0x%02x)", pointer_idx, real[i], expected[i]);
|
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/ |
DemoActivity.java | 27 * real devices, this is mainly due to the following facts: 33 * - on a real device, the GPU bus is the real bottleneck
|
/external/autotest/server/cros/faft/ |
rpc_proxy.py | 15 """Class to save the name of the RPC method instead of the real object. 18 can be evalulated to a real object while it is called. Its purpose is to 58 """Return a _Method object only, not its real object."""
|
/external/curl/tests/data/ |
test1030 | 22 This is not the real page 34 This IS the real page! 52 This IS the real page!
|
test1215 | 26 This is not the real page either! 37 Finally, this is the real page! 52 Finally, this is the real page!
|
test150 | 25 This is not the real page either! 36 Finally, this is the real page! 51 Finally, this is the real page!
|
test154 | 25 This is not the real page 37 This IS the real page! 55 This IS the real page!
|
test155 | 36 This is not the real page either! 47 Finally, this is the real page! 70 Finally, this is the real page!
|
test267 | 24 This is not the real page either! 35 Finally, this is the real page! 50 Finally, this is the real page!
|
test67 | 24 This is not the real page either! 35 Finally, this is the real page! 50 Finally, this is the real page!
|
test81 | 23 This is not the real page either! 34 Finally, this is the real page! 49 Finally, this is the real page!
|
test91 | 32 This is not the real page either! 43 Finally, this is the real page! 67 Finally, this is the real page!
|
/external/eigen/Eigen/src/Core/ |
GenericPacketMath.h | 220 /** \internal \returns \a a with real and imaginary part flipped (for complex type only) */ 223 // FIXME: uncomment the following in case we drop the internal imag and real functions. 225 // using std::real; 226 return Packet(imag(a),real(a)); 340 { return std::complex<float>(real(a)*real(b) - imag(a)*imag(b), imag(a)*real(b) + real(a)*imag(b)); } 343 { return std::complex<double>(real(a)*real(b) - imag(a)*imag(b), imag(a)*real(b) + real(a)*imag(b)); [all...] |
/external/eigen/test/ |
eigensolver_complex.cpp | 21 typedef typename NumTraits<typename VectorType::Scalar>::Real RealScalar; 43 typedef typename NumTraits<Scalar>::Real RealScalar; 55 // Note: If MatrixType is real then a.eigenvalues() uses EigenSolver and thus
|
eigensolver_generic.cpp | 25 typedef typename NumTraits<Scalar>::Real RealScalar; 27 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex; 120 V(0,0) = solver.eigenvectors()(0,0).real();
|
/external/eigen/unsupported/doc/examples/ |
PolynomialSolver1.cpp | 23 cout << "Real roots: " << mapRR.transpose() << endl; 44 std::complex<float> castedRoot( psolve6d.roots()[i].real(), psolve6d.roots()[i].imag() ); 51 std::complex<float> castedRoot( psolve6d.roots()[5].real(), psolve6d.roots()[5].imag() );
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_client.cc | 34 // Will return -errno like a real system call. 56 // Of course, the real security check needs to be on the other side of the 109 // We have a real file descriptor to return.
|
/external/llvm/docs/HistoricalNotes/ |
2001-04-16-DynamicCompilation.txt | 26 the real world, because using such optimization tunes that application 27 to one particular usage pattern, whereas real programs (as opposed to 49 increase in effective system performance for real world environments.
|
/external/opencv3/samples/cpp/ |
kalman.cpp | 19 " Measurement is the real point angle + gaussian noise.\n" 20 " The real and the estimated points are connected with yellow line segment,\n" 21 " the real and the measured points are connected with red line segment.\n"
|