Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCachePruning.h50 CachePruning &setMaxSize(unsigned Percentage) { in setMaxSize() argument
51 PercentageOfAvailableSpace = std::min(100u, Percentage); in setMaxSize()
/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h182 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace() argument
183 if (Percentage) in setMaxCacheSizeRelativeToAvailableSpace()
184 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = 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/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.proto93 // Percentage of theoretical compute performance.
96 // Percentage of theoretical memory performance.
/external/syzkaller/vendor/google.golang.org/grpc/resolver/dns/
Ddns_resolver.go335 Percentage *int `json:"percentage,omitempty"` member
377 !chosenByPercentage(c.Percentage) ||
/external/autotest/client/tests/isic/
Dhelp30 Percentage Opts: [-F frags] [-V <Bad IP Version>]
/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/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp585 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space() argument
586 return unwrap(cg)->setMaxCacheSizeRelativeToAvailableSpace(Percentage); in thinlto_codegen_set_final_cache_size_relative_to_available_space()
/external/google-fruit/
DCONTRIBUTING.md230 * Percentage of lines covered
231 * Percentage of branches covered
/external/tensorflow/tensorflow/tools/graph_transforms/
DREADME.md422 * min_percentile: Percentage cutoff to use to calculate an overall min.
424 * max_percentile: Percentage cutoff to use to calculate an overall max.
/external/python/cpython3/Doc/library/
Dstring.rst529 | ``'%'`` | Percentage. Multiplies the number by 100 and displays |
/external/python/cpython2/Doc/library/
Dstring.rst504 | ``'%'`` | Percentage. Multiplies the number by 100 and displays |
/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.po7039 msgstr "Percentage gereserveerde blokken is op %g%% gezet (%llu blokken)\n"