HomeSort by relevance Sort by last modified time
    Searched full:minimize (Results 126 - 150 of 1660) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 130 LevenbergMarquardtSpace::Status minimize(FVectorType &x);
277 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x) function in class:Eigen::LevenbergMarquardt
361 return minimize(x);
388 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x));
  /external/guava/guava/src/com/google/common/cache/
AbstractLoadingCache.java 29 * This class provides a skeletal implementation of the {@code Cache} interface to minimize the
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLikelySubtags.java 23 import android.icu.util.ULocale.Minimize;
445 private LSR minimizeSubtags(String languageIn, String scriptIn, String regionIn, Minimize fieldToFavor) {
463 } else if (fieldToFavor == Minimize.FAVOR_REGION) {
571 // LSR minNewS = ls.minimizeSubtags(language, script, region, Minimize.FAVOR_SCRIPT);
603 // ULocale minOldS = ULocale.minimizeSubtags(tempLocale, Minimize.FAVOR_SCRIPT);
620 // LSR minNewS = ls.minimizeSubtags(language, script, region, Minimize.FAVOR_SCRIPT);
621 // LSR minNewR = ls.minimizeSubtags(language, script, region, Minimize.FAVOR_REGION);
625 // ULocale minOldS = ULocale.minimizeSubtags(tempLocale, Minimize.FAVOR_SCRIPT);
626 // ULocale minOldR = ULocale.minimizeSubtags(tempLocale, Minimize.FAVOR_REGION);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLikelySubtags.java 22 import com.ibm.icu.util.ULocale.Minimize;
441 private LSR minimizeSubtags(String languageIn, String scriptIn, String regionIn, Minimize fieldToFavor) {
459 } else if (fieldToFavor == Minimize.FAVOR_REGION) {
567 // LSR minNewS = ls.minimizeSubtags(language, script, region, Minimize.FAVOR_SCRIPT);
599 // ULocale minOldS = ULocale.minimizeSubtags(tempLocale, Minimize.FAVOR_SCRIPT);
616 // LSR minNewS = ls.minimizeSubtags(language, script, region, Minimize.FAVOR_SCRIPT);
617 // LSR minNewR = ls.minimizeSubtags(language, script, region, Minimize.FAVOR_REGION);
621 // ULocale minOldS = ULocale.minimizeSubtags(tempLocale, Minimize.FAVOR_SCRIPT);
622 // ULocale minOldR = ULocale.minimizeSubtags(tempLocale, Minimize.FAVOR_REGION);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
ClassAnalyzer.java 38 * shared pool to minimize the number of {@link String} instances
  /external/libbrillo/brillo/
type_name_undecorate.h 39 // Explicitly instantiate GetTypeTag<T>() for common types to minimize static
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
negative_sign.pass.cpp 18 // If customers complain, I'll endeavor to minimize customer complaints
  /external/llvm/lib/Support/
README.txt.system 42 6. Minimize Memory Allocation
  /external/llvm/test/Transforms/LoopVectorize/
optsize.ll 2 ; loop with the optimize for size or the minimize size attributes.
  /external/mesa3d/src/gallium/drivers/i915/
TODO 29 - Schedule instructions to minimize the number of phases. One way is to replace
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_debug.h 54 #define PERF_TEX_MEM 0x1 /* minimize texture cache footprint */
  /external/skia/include/core/
SkRWBuffer.h 89 * current append), to minimize the number of internal allocations.
  /external/skia/src/core/
SkSRGB.h 31 // Constants tuned by brute force to minimize (in order of importance) after truncation:
  /external/skqp/include/core/
SkRWBuffer.h 89 * current append), to minimize the number of internal allocations.
  /external/skqp/src/core/
SkSRGB.h 31 // Constants tuned by brute force to minimize (in order of importance) after truncation:
  /external/swiftshader/third_party/LLVM/lib/Support/
README.txt.system 42 6. Minimize Memory Allocation
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_schedule.h 35 // minimize allocations), and also by ThunkSchedule to determine the thunk
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_scheduling.h 45 // Returns an HloModuleSequence which seeks to minimize the memory required for
  /external/tensorflow/tensorflow/contrib/crf/
README.md 55 train_op = tf.train.GradientDescentOptimizer(0.01).minimize(loss)
  /external/tensorflow/tensorflow/contrib/eager/python/examples/linear_regression/
linear_regression_graph_test.py 54 learning_rate=0.1).minimize(loss)
  /external/v8/src/crankshaft/
lithium-codegen.h 66 // consequently lead to worse code, so it's important to minimize this.
  /external/webrtc/webrtc/modules/desktop_capture/
differ.h 53 // The goal is to minimize the region that covers the dirty blocks.
  /frameworks/base/core/java/android/view/
IDockedStackListener.aidl 38 * Called when window manager decides to minimize the docked stack. The divider should make
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookPullRequest.java 61 // Group insert operations together to minimize inter process communication and improve
  /packages/apps/Calendar/src/com/android/calendar/alerts/
InitAlarmsService.java 38 // Delay for rescheduling the alarms must be great enough to minimize race

Completed in 1086 milliseconds

1 2 3 4 56 7 8 91011>>