Home
last modified time | relevance | path

Searched refs:efficiency (Results 1 – 25 of 89) sorted by relevance

1234

/external/compiler-rt/test/esan/
Dlit.cfg11 # Setup default compiler flags used with -fsanitize=efficiency option.
15 frag_cflags = (["-fsanitize=efficiency-cache-frag"] + base_cflags)
16 wset_cflags = (["-fsanitize=efficiency-working-set"] + base_cflags)
21 "-fsanitize=efficiency-working-set"] + base_cxxflags)
/external/eigen/bench/
Danalyze-blocking-sizes.cpp200 float efficiency; member
205 return e1.efficiency < e2.efficiency; in lower_efficiency()
251 entry.efficiency = it->gflops / max_gflops; in import_input_file_range_one_product_size()
306 float efficiency = 1.0f; in efficiency_of_subset() local
319 …iciency_this_entry = min(efficiency_this_entry, preprocessed_inputfiles[*i].entries[e].efficiency); in efficiency_of_subset()
323 efficiency = min(efficiency, efficiency_this_product_size); in efficiency_of_subset()
331 return efficiency; in efficiency_of_subset()
370 …iciency_this_entry = min(efficiency_this_entry, preprocessed_inputfiles[*i].entries[e].efficiency); in dump_table_for_subset()
404 float efficiency = 1.0f; in efficiency_of_partition() local
406 efficiency = min(efficiency, efficiency_of_subset(preprocessed_inputfiles, *s)); in efficiency_of_partition()
[all …]
/external/clang/include/clang/Basic/
DSanitizers.def118 SANITIZER("efficiency-cache-frag", EfficiencyCacheFrag)
119 SANITIZER("efficiency-working-set", EfficiencyWorkingSet)
121 SANITIZER_GROUP("efficiency-all", Efficiency,
/external/curl/docs/cmdline-opts/
Dftp-ssl-control.d7 authentication, but non-encrypted data transfers for efficiency. Fails the
/external/llvm/test/CodeGen/AArch64/
Darm64-sitofp-combine-chains.ll3 ; ARM64ISelLowering.cpp was creating a new (floating-point) load for efficiency
Daddsub.ll3 ; Note that this should be refactored (for efficiency if nothing else)
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.017 compression to tgz files while retaining the I/O efficiency of a compressed
148 This scheme produces a hybrid filesystem, retaining the I/O efficiency
149 of a compressed filesystem, while obtaining the compression efficiency
/external/llvm/test/Instrumentation/EfficiencySanitizer/
Dstr-nobuiltin.ll1 ; Test marking string functions as nobuiltin in efficiency sanitizer.
/external/webrtc/webrtc/base/
Dsigslottester.h.pump45 // do use const-references here for efficiency.
/external/lz4/examples/
Dstreaming_api_basics.md84 For the efficiency, Streaming API doesn't keep mirror copy of dependent (de)compressed memory.
/external/libyuv/files/docs/
Drotation.md55 Implementation (Neon/SSE2) uses 8 x 8 block transpose, so best efficiency is with sizes and pointer…
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt4 efficiency.
/external/icu/icu4c/source/data/translit/
Dmk_mk_Latn_BGN.txt177 # is ignored here for computational efficiency.
Daz_Cyrl_az_BGN.txt157 # is ignored here for computational efficiency.
/external/python/cpython2/Doc/c-api/
Dallocation.rst59 improving the memory management efficiency.
/external/flatbuffers/docs/source/
DCompiler.md86 at the cost of efficiency (object allocation). Recommended only to be used
DFlexBuffers.md18 This is a huge win in efficiency / memory friendly-ness, and allows unique
DCppUsage.md90 FlatBuffers is all about memory efficiency, which is why its base API is written
94 For times when efficiency is less important a more convenient object based API
DFlatBuffers.md22 - **Memory efficiency and speed** - The only memory needed to access
/external/python/cpython2/Doc/library/
Dfilecmp.rst31 portability and efficiency.
Dtextwrap.rst19 otherwise, you should use an instance of :class:`TextWrapper` for efficiency.
/external/llvm/lib/Target/AArch64/
DAArch64InstrAtomics.td26 // standard modes would be valid and may give efficiency gains.
109 // standard modes would be valid and may give efficiency gains.
/external/libpcap/
DREADME.dag47 filtering) for efficiency. This can introduce high latencies on quiet
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod105 support. This is expensive and is by default omitted for efficiency.
/external/lisa/ipynb/tests/
DGeneric_EAS_Tests.ipynb12 …"These tests make estimation of the energy efficiency of task placements, without directly examini…
259 …t the ftrace results from the workload estimation and judge the energy efficiency of the system, c…

1234