Home
last modified time | relevance | path

Searched full:efficiency (Results 1 – 25 of 3015) sorted by relevance

12345678910>>...121

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/
Dtimings.txt16 g++ -c -o efficiency.o -ftemplate-depth-100 -funroll-loops \
17 -O3 -finline-functions -Wno-inline -DNDEBUG efficiency.cpp
19 g++ -o efficiency.exe efficiency.o -Wl,--strip-all
21 efficiency && efficiency && efficiency
52 g++ -c -o efficiency.o -ftemplate-depth-100 -funroll-loops \
53 -O3 -finline-functions -Wno-inline -DNDEBUG efficiency.cpp
55 g++ -o efficiency.exe efficiency.o -Wl,--strip-all
88 cl -O2 efficiency.cpp -EHsc -I\lib\boost\include\boost-1_33
101 cl -O2 efficiency.cpp -EHsc -I\lib\boost\include\boost-1_33
114 g++ -c -o efficiency.o -ftemplate-depth-100 -funroll-loops -O3
[all …]
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dparams.h216 …// For best efficiency, micro-kernel must process a multiple of this number of elements in each ca…
239 …// For best efficiency, micro-kernel must process a multiple of this number of elements in each ca…
259 // For best efficiency, micro-kernel must produce a multiple of this number of rows in each call.
270 // For best efficiency, micro-kernel must produce a multiple of this number of rows in each call.
277 …// For best efficiency, micro-kernel must process a multiple of this number of channels in each ca…
317 // For best efficiency, micro-kernel must produce a multiple of this number of rows in each call.
320 …// For best efficiency, micro-kernel must process a multiple of this number of channels in each ca…
337 …// For best efficiency, multipass micro-kernel must process the number of rows in the primary tile…
341 …// For best efficiency, micro-kernel must process a multiple of this number of channels in each ca…
357 …// For best efficiency, multipass micro-kernel must process the number of rows in the primary tile…
[all …]
/aosp_15_r20/external/clang/test/Driver/
H A Dfsanitize.c91 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,address -pie -fno-rtti %s …
92 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,address -pie -fno-rtti %s…
93 // CHECK-SANE-SANA: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=address'
95 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,leak -pie -fno-rtti %s -##…
96 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,leak -pie -fno-rtti %s -#…
97 // CHECK-SANE-SANL: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=leak'
99 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,thread -pie -fno-rtti %s -…
100 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,thread -pie -fno-rtti %s …
101 // CHECK-SANE-SANT: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=thread'
103 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,memory -pie -fno-rtti %s -…
[all …]
H A Desan.c1 // RUN: %clang -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -…
2 // RUN: %clang -O1 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -…
3 // RUN: %clang -O2 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -…
4 // RUN: %clang -O3 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -…
5 // RUN: %clang -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm …
6 // RUN: %clang -O1 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm …
7 // RUN: %clang -O2 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm …
8 // RUN: %clang -O3 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm …
9 // Verify that -fsanitize=efficiency-* invokes esan instrumentation.
/aosp_15_r20/external/eigen/bench/
H A 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 …]
/aosp_15_r20/external/libaom/
H A DCHANGELOG45 This release includes new codec interfaces, compression efficiency and
69 - Compression Efficiency Improvements
167 This release includes new codec interfaces, compression efficiency and
181 - Compression Efficiency Improvements
310 This release includes new codec interfaces, compression efficiency and
328 - Compression Efficiency Improvements
385 This release includes new codec interfaces, compression efficiency and
411 - Compression Efficiency Improvements
539 This release includes compression efficiency and perceptual quality
559 - Compression Efficiency Improvements
[all …]
/aosp_15_r20/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DEfficientCollectionsChecker.java64 .setMessage("Consider replacing with IntArray for efficiency") in matchNewClass()
68 .setMessage("Consider replacing with LongArray for efficiency") in matchNewClass()
77 .setMessage("Consider replacing with SparseIntArray for efficiency") in matchNewClass()
81 .setMessage("Consider replacing with SparseLongArray for efficiency") in matchNewClass()
85 .setMessage("Consider replacing with SparseBooleanArray for efficiency") in matchNewClass()
89 .setMessage("Consider replacing with SparseArray for efficiency") in matchNewClass()
94 .setMessage("Consider replacing with LongSparseArray for efficiency") in matchNewClass()
H A DEfficientParcelableChecker.java80 + "efficiency; sending as UTF-8 can double throughput") in matchMethodInvocation()
86 + "efficiency; sending as UTF-8 can double throughput") in matchMethodInvocation()
93 + "efficiency; saves 4 bytes for type and overhead of " in matchMethodInvocation()
100 + "efficiency; saves overhead of Parcelable class name") in matchMethodInvocation()
107 + "efficiency; saves overhead of repeated Parcelable class name") in matchMethodInvocation()
113 + "efficiency; saves overhead of repeated Parcelable class name") in matchMethodInvocation()
119 + "efficiency; saves overhead of repeated Parcelable class name") in matchMethodInvocation()
/aosp_15_r20/hardware/interfaces/wifi/hostapd/aidl/android/hardware/wifi/hostapd/
H A DHwModeParams.aidl38 * Whether IEEE 802.11ax (High Efficiency) is enabled or not.
40 * used with High Efficiency.
50 * Whether High Efficiency single user beamformer in enabled or not on softAp.
55 * Whether High Efficiency single user beamformee is enabled or not on softAp.
60 * Whether High Efficiency multiple user beamformer is enabled or not on softAp.
65 * Whether High Efficiency Target Wait Time (TWT) is enabled or not on softAp.
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/hostapd/aidl/android.hardware.wifi.hostapd-V3-java-source/gen/android/hardware/wifi/hostapd/
DHwModeParams.java25 * Whether IEEE 802.11ax (High Efficiency) is enabled or not.
27 * used with High Efficiency.
37 * Whether High Efficiency single user beamformer in enabled or not on softAp.
42 * Whether High Efficiency single user beamformee is enabled or not on softAp.
47 * Whether High Efficiency multiple user beamformer is enabled or not on softAp.
52 * Whether High Efficiency Target Wait Time (TWT) is enabled or not on softAp.
/aosp_15_r20/external/armnn/tests/MemoryStrategyBenchmark/
H A DMemoryStrategyBenchmark.cpp82 float efficiency = static_cast<float>(minSize) / static_cast<float>(memoryUsage); in RunBenchmark() local
83 efficiency*=100; in RunBenchmark()
84 avgEfficiency += efficiency; in RunBenchmark()
93 std::cout << "Memory efficiency: " << std::setprecision(3) << efficiency << "%\n"; in RunBenchmark()
101 std::cout << "Average memory efficiency: " << std::setprecision(3) << avgEfficiency << "%\n"; in RunBenchmark()
/aosp_15_r20/external/compiler-rt/test/esan/
H A 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)
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h188 // efficiency. If block_align is not nullptr, it is called to round up the
247 // is chosen based on the iteration cost and resulting parallel efficiency. If
337 // efficiency. We want blocks to be not too small to mitigate parallelization
360 // Calculate parallel efficiency as fraction of total CPU time used for in CalculateParallelForBlock()
367 // doesn't decrease parallel efficiency. in CalculateParallelForBlock()
381 // Recalculate parallel efficiency. in CalculateParallelForBlock()
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h398 * STRICT_ASSIGN() like we do elsewhere, since the efficiency of this
400 * compilers are correct to be broken -- the efficiency of all floating
408 * reduce their own extra-precision and efficiency problems. In
462 * exercise 19). We gain considerable efficiency by requiring the terms to
531 * underflow, sign and efficiency bugs by rewriting I*y as
584 * this here to reduce those problems, and have not solved the efficiency
587 * centralized here and should copy any solution of the efficiency problems.
615 * extra precision case, usually without losing efficiency. in rnintf()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/
H A DByteBufferAsShortBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
H A DByteBufferAsLongBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
H A DByteBufferAsIntBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
H A DByteBufferAsFloatBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/
DByteBufferAsShortBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
DByteBufferAsLongBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
DByteBufferAsIntBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/
DByteBufferAsLongBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
DByteBufferAsIntBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
DByteBufferAsShortBuffer.java175 // BEGIN Android-added: Improve the efficiency of get().
193 // END Android-added: Improve the efficiency of get().
240 // BEGIN Android-added: Improve the efficiency of put(type$[]).
281 // END Android-added: Improve the efficiency of put(type$[]).
291 // Android-changed: Improve the efficiency. in compact()
/aosp_15_r20/external/clang/include/clang/Basic/
H A DSanitizers.def118 SANITIZER("efficiency-cache-frag", EfficiencyCacheFrag)
119 SANITIZER("efficiency-working-set", EfficiencyWorkingSet)
121 SANITIZER_GROUP("efficiency-all", Efficiency,

12345678910>>...121