HomeSort by relevance Sort by last modified time
    Searched refs:optimization (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/glsl/
test_optpass.cpp 27 * Standalone test for optimization passes.
57 do_optimization(struct exec_list *ir, const char *optimization)
65 if (sscanf(optimization, "do_common_optimization ( %d , %d ) ",
68 } else if (strcmp(optimization, "do_algebraic") == 0) {
70 } else if (strcmp(optimization, "do_constant_folding") == 0) {
72 } else if (strcmp(optimization, "do_constant_variable") == 0) {
74 } else if (strcmp(optimization, "do_constant_variable_unlinked") == 0) {
76 } else if (strcmp(optimization, "do_copy_propagation") == 0) {
78 } else if (strcmp(optimization, "do_copy_propagation_elements") == 0) {
80 } else if (strcmp(optimization, "do_constant_propagation") == 0)
149 const char *optimization = optimizations[i]; local
    [all...]
  /external/mesa3d/src/glsl/
test_optpass.cpp 27 * Standalone test for optimization passes.
57 do_optimization(struct exec_list *ir, const char *optimization)
65 if (sscanf(optimization, "do_common_optimization ( %d , %d ) ",
68 } else if (strcmp(optimization, "do_algebraic") == 0) {
70 } else if (strcmp(optimization, "do_constant_folding") == 0) {
72 } else if (strcmp(optimization, "do_constant_variable") == 0) {
74 } else if (strcmp(optimization, "do_constant_variable_unlinked") == 0) {
76 } else if (strcmp(optimization, "do_copy_propagation") == 0) {
78 } else if (strcmp(optimization, "do_copy_propagation_elements") == 0) {
80 } else if (strcmp(optimization, "do_constant_propagation") == 0)
149 const char *optimization = optimizations[i]; local
    [all...]
  /packages/services/Telecomm/
Android.mk 17 LOCAL_PROGUARD_ENABLED := optimization
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_params.h 120 void set_optimization(eOptimization optimization) {
121 optimization_ = optimization;
123 eOptimization optimization() const { function in class:google::protobuf::compiler::javamicro::Params
  /external/chromium_org/v8/test/mjsunit/
array-push6.js 11 // Test that optimization of Array.push() for non-Arrays works correctly.
array-push4.js 40 // and don't lead to overzealous optimization.
array-push5.js 10 // property detected and don't lead to overzealous optimization.
count-based-osr.js 34 // Trigger OSR. First check if optimization is disabled.
assert-opt-and-deopt.js 47 * The possible optimization states of a function. Must be in sync with the
174 // Let's trigger optimization for another type.
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 78 The ``optlevel`` field is an optimization level *hint*, which is a number
79 (zero and higher). Higher numbers indicate more optimization effort.
80 Setting a higher optimization level will improve the application's
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 52 enum Optimization {
57 void setOptimization(Optimization opt) { optimization=opt; }
109 Optimization optimization; member in class:Normalizer2DataBuilder
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
nomem64.asm 8 ; test sign optimization cases
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 52 enum Optimization {
57 void setOptimization(Optimization opt) { optimization=opt; }
109 Optimization optimization; member in class:Normalizer2DataBuilder
  /external/llvm/lib/Target/AArch64/AsmParser/
Android.mk 37 # Override the default optimization level to work around taking forever (~50m)
  /external/llvm/lib/Target/ARM/AsmParser/
Android.mk 37 # Override the default optimization level to work around taking forever (~50m)
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 49 mcld::OptimizationOptions optimization; local
72 if (!optimization.parse(pConfig))
  /external/chromium_org/android_webview/build/
resources_config.mk 12 # The res_hack folder is necessary to defeat a build system "optimization" which
17 # We defeat the optimization by including an empty values.xml file in the list.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2054.js 31 var N = 1e5; // Number of iterations that trigger optimization.
  /external/chromium_org/v8/test/webkit/
dfg-branch-logical-not-peephole-around-osr-exit.js 25 "Tests that our attempts to do peephole Branch(LogicalNot) optimization doesn't break OSR exit's ability to recover the value of LogicalNot."
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
dfg-int-overflow-large-constants-in-a-line.js 25 "Tests that our optimization to elide overflow checks understands that if we keep adding huge numbers, we could end up creating a number that is not precisely representable using doubles."
dfg-intrinsic-unused-this-method-check.js 25 "This tests that doing intrinsic function optimization does not result in this being lost entirely, if method check optimizations succeed."
dfg-resolve-global-specific-dictionary.js 25 "Tests that the specific value optimization does not break when the relevant structure is a dictionary."
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaBase.cs 36 public const int kNumLenToPosStatesBits = 2; // it's for speed optimization

Completed in 872 milliseconds

1 2 3 4 5