HomeSort by relevance Sort by last modified time
    Searched defs:plt (Results 1 - 19 of 19) sorted by null

  /cts/suite/cts/utils/
grapher.py 19 import matplotlib.pyplot as plt namespace
49 fig = plt.figure()
51 plt.title(benchmark[benchmark.index('#') + 1:])
73 (ymin, ymax) = plt.ylim()
75 plt.ylim(0, 90)
76 plt.xlabel('Iteration')
77 plt.ylabel('FPS')
80 plt.show()
  /cts/suite/audio_quality/test_description/processing/
gen_random.py 21 import matplotlib.pyplot as plt namespace
49 #plt.plot(freq, abs(fft.fft(filteredData)))
50 #plt.plot(filteredData)
51 #plt.show()
99 plt.plot(result)
100 plt.show()
check_spectrum.py 21 import matplotlib.pyplot as plt namespace
50 Phh, freqs = plt.psd(hostData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\
51 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\
53 Pdd, freqs = plt.psd(DUTData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\
54 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\
163 plt.plot(ampRatio)
164 plt.show()
check_spectrum_playback.py 21 import matplotlib.pyplot as plt namespace
49 Phh, freqs = plt.psd(hostData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\
50 window=plt.mlab.window_hanning, noverlap=0, pad_to=None, sides='onesided',\
129 plt.plot(amp)
130 plt.show()
  /external/opencv/cvaux/src/
_cvvectrack.h 90 CvPoint plt = {r1.x, r1.y}; local
92 return (PointInRect(plt, r2) && PointInRect(prb, r2));
  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.cc 132 double plt = (now - actual_load_start_).InMillisecondsF(); local
133 if (plt > 0.0) {
135 (now - pplt_load_start_).InMillisecondsF() / plt;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
vcm_payload_sink_factory.cc 150 const PayloadTypes& plt = stream->payload_types(); local
151 for (PayloadTypesIterator it = plt.begin(); it != plt.end();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp 29 0x3c0f0000, // lui $15, %hi(.got.plt entry)
30 0x8df90000, // l[wd] $25, %lo(.got.plt entry)($15)
32 0x25f80000 // addiu $24, $15, %lo(.got.plt entry)
42 class MipsPLT0 : public PLT::Entry<sizeof(PLT0)>
46 : PLT::Entry<sizeof(PLT0)>(pParent)
53 class MipsPLTA : public PLT::Entry<sizeof(PLTA)>
57 : PLT::Entry<sizeof(PLTA)>(pParent)
65 : PLT(pSection)
123 "The number of PLT Entries and ResolveInfo doesn't match");
129 assert(m_Section.addr() && ".plt base address is NULL!")
133 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it)); local
    [all...]
MipsLDBackend.cpp 101 // initialize .rel.plt
198 // set .rel.plt size
926 // initialize .got.plt
930 // initialize .plt
931 LDSection& plt = fileFormat->getPLT(); local
932 m_pPLT = new MipsPLT(plt);
975 // initialize .got.plt
979 // initialize .plt
980 LDSection& plt = fileFormat->getPLT(); local
981 m_pPLT = new MipsPLT(plt);
    [all...]
MipsRelocator.cpp 434 // Create a PLT entry if the symbol requires it and does not have it.
727 "Symbol does not require a PLT entry");
731 Fragment* plt; local
734 plt = it->second.first;
737 plt = getTarget().getPLT().consume();
746 m_SymPLTMap[&rsym] = PLTDescriptor(plt, got);
749 return getTarget().getPLT().addr() + plt->getOffset();
  /external/blktrace/btt/
btt_plot.py 65 import matplotlib.pyplot as plt namespace
319 fig = plt.figure(figsize=plot_size)
353 plt.savefig(ofile)
  /external/eigen/bench/
bench_norm.cpp 80 Packet4f internal::plt(const Packet4f& a, Packet4f& b) { return _mm_cmplt_ps(a,b); } function in class:internal
81 Packet2d internal::plt(const Packet2d& a, Packet2d& b) { return _mm_cmplt_pd(a,b); } function in class:internal
149 Packet maskBig = internal::plt(pb2,ax);
150 Packet maskSml = internal::plt(ax,pb1);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 106 // Otherwise, got should be seperated to two sections, .got and .got.plt
107 // initialize .got.plt
113 // initialize .plt
114 LDSection& plt = file_format->getPLT(); local
115 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT);
117 // initialize .rela.plt
119 relaplt.setLink(&plt);
223 // set .plt size
236 // set .rela.plt size
250 // apply PLT
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 93 // set .got.plt and .got sizes
98 // set .plt size
108 // set .rel.plt/.rela.plt size
219 assert(NULL != m_pPLT && "PLT section not exist");
225 assert(NULL != m_pPLT && "PLT section not exist");
243 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist");
249 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist")
387 LDSection& plt = file_format->getPLT(); local
678 LDSection& plt = file_format->getPLT(); local
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 39 import matplotlib.pyplot as plt namespace
400 plt.plot(measurements)
401 plt.show()
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 113 // initialize .plt
114 LDSection& plt = file_format->getPLT(); local
115 m_pPLT = new ARMPLT(plt, *m_pGOT);
117 // initialize .rel.plt
119 relplt.setLink(&plt);
240 // set .plt size
253 // set .rel.plt size
267 // apply PLT
269 // Since we already have the size of LDSection PLT, m_pPLT should not be
538 assert(NULL != m_pPLT && "PLT section not exist")
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 329 FX_DWORD plt[2]; local
331 plt[0] = FXCMYK_TODIB(src_plt[0]);
332 plt[1] = FXCMYK_TODIB(src_plt[1]);
334 FX_LPBYTE bgr_ptr = (FX_LPBYTE)plt;
343 pIccModule->TranslateScanline(pIccTransform, gray, (FX_LPCBYTE)plt, 2);
382 FX_DWORD plt[256]; local
385 plt[i] = FXCMYK_TODIB(src_plt[i]);
388 FX_LPBYTE bgr_ptr = (FX_LPBYTE)plt;
396 pIccModule->TranslateScanline(pIccTransform, gray, (FX_LPCBYTE)plt, 256);
497 FX_DWORD plt[256]; local
598 FX_ARGB* plt = dst_plt + i; local
654 FX_DWORD plt[2]; local
701 FX_DWORD plt[256]; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 93 // set .got.plt and .got sizes
99 // set .plt size
109 // set .rela.plt size
253 assert(NULL != m_pPLT && "PLT section not exist");
259 assert(NULL != m_pPLT && "PLT section not exist");
277 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
283 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
315 // set .got.plt size
442 // initialize .got.plt
446 // initialize .plt
447 LDSection& plt = file_format->getPLT(); local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 629 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */
647 #define DT_PLTREL 20 /* Type of reloc in PLT */
650 #define DT_JMPREL 23 /* Address of PLT relocs */
2435 Section *plt; member in struct:TCCState
18833 Section *plt; local
18872 Section *plt; local
    [all...]

Completed in 2131 milliseconds