Home
last modified time | relevance | path

Searched refs:Percentage (Results 1 – 17 of 17) sorted by relevance

/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst78 The size, in bytes, of the module block. Percentage is relative to File Size.
82 The size, in bytes, of all the function blocks. Percentage is relative to File
87 The size, in bytes, of the Global Types Pool. Percentage is relative to File
92 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
98 Percentage is relative to File Size.
103 Percentage is relative to File Size. Note that this value is also included in
109 Percentage is relative to File Size. Note that this value is also included in
114 The size, in bytes, of all the symbol tables in all the functions. Percentage is
120 The size, in bytes, of the list of dependent libraries in the module. Percentage
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h148 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace() argument
149 if (Percentage) in setMaxCacheSizeRelativeToAvailableSpace()
150 CacheOptions.MaxPercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-bcanalyzer.pod79 The size, in bytes, of the module block. Percentage is relative to File Size.
83 The size, in bytes, of all the function blocks. Percentage is relative to File
88 The size, in bytes, of the Global Types Pool. Percentage is relative to File
93 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
99 Percentage is relative to File Size.
104 Percentage is relative to File Size. Note that this value is also included in
110 Percentage is relative to File Size. Note that this value is also included in
115 The size, in bytes, of all the symbol tables in all the functions. Percentage is
121 The size, in bytes, of the list of dependent libraries in the module. Percentage
/external/llvm/include/llvm/Support/
DCachePruning.h50 CachePruning &setMaxSize(unsigned Percentage) { in setMaxSize() argument
51 PercentageOfAvailableSpace = std::min(100u, Percentage); in setMaxSize()
/external/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp66 unsigned Percentage = (Count * 100) / TotalCount; in isPromotionProfitable() local
67 return (Percentage >= ICPPercentThreshold); in isPromotionProfitable()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/expr/
DLiteralStringValueExprTest.java24 import org.assertj.core.data.Percentage;
147 assertThat(posFloat.asDouble()).isCloseTo(3.4028235e38f, Percentage.withPercentage(1)); in lowerAndUpperBoundDoublesAreConverted()
148 assertThat(negFloat.asDouble()).isCloseTo(1.40e-45f, Percentage.withPercentage(1)); in lowerAndUpperBoundDoublesAreConverted()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_performance_data.proto89 // Percentage of theoretical compute performance.
92 // Percentage of theoretical memory performance.
/external/llvm/tools/lto/
Dlto.cpp542 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space() argument
543 return unwrap(cg)->setMaxCacheSizeRelativeToAvailableSpace(Percentage); in thinlto_codegen_set_final_cache_size_relative_to_available_space()
/external/autotest/client/tests/isic/
Dhelp30 Percentage Opts: [-F frags] [-V <Bad IP Version>]
/external/tensorflow/tensorflow/tools/graph_transforms/
DREADME.md421 * min_percentile: Percentage cutoff to use to calculate an overall min.
423 * max_percentile: Percentage cutoff to use to calculate an overall max.
/external/python/cpython3/Doc/library/
Dstring.rst502 | ``'%'`` | Percentage. Multiplies the number by 100 and displays |
/external/lisa/ipynb/examples/trace_analysis/
DTraceAnalysis_IdleStates.ipynb643 "# Percentage of time spent in each idle state\n",
989 "# Percentage of time spent in each idle state for CPUs in the big and LITTLE clusters\n",
/external/python/cpython2/Doc/library/
Dstring.rst503 | ``'%'`` | Percentage. Multiplies the number by 100 and displays |
/external/fio/
DHOWTO1156 Percentage of a mixed workload that should be reads. Default: 50.
1160 Percentage of a mixed workload that should be writes. If both
/external/python/cpython2/Doc/whatsnew/
D2.6.rst821 ``%`` Percentage. Multiplies the number by 100 and displays in fixed ('f')
/external/python/cpython3/Doc/whatsnew/
D2.6.rst825 ``%`` Percentage. Multiplies the number by 100 and displays in fixed ('f')
/external/e2fsprogs/po/
Dnl.po6875 msgstr "Percentage gereserveerde blokken is op %g%% gezet (%llu blokken)\n"