HomeSort by relevance Sort by last modified time
    Searched full:evaluation (Results 501 - 525 of 1190) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 147 /* The floating-point expression evaluation method.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
boolcond.py 226 result: Evaluation result for the expression
  /external/ceres-solver/examples/
nist.cc 35 // suggested evaluation methodology can be found at:
52 // This dataset was used for an evaluation of Non-linear least squares
67 // In this file, we implement the same evaluation methodology using
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 196 // Do initial cost and Jacobian evaluation.
203 summary->message = "Residual and Jacobian evaluation failed.";
580 summary->message = "Residual and Jacobian evaluation failed.";
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.backends.chrome.oobe.html 85 If&nbsp;evaluation&nbsp;throws&nbsp;in&nbsp;JavaScript,&nbsp;a&nbsp;Python&nbsp;EvaluateException&nbsp;will<br>
88 If&nbsp;the&nbsp;result&nbsp;of&nbsp;the&nbsp;evaluation&nbsp;cannot&nbsp;be&nbsp;JSONized,&nbsp;then&nbsp;an<br>
207 This&nbsp;method&nbsp;is&nbsp;robust&nbsp;against&nbsp;any&nbsp;given&nbsp;Evaluation&nbsp;timing&nbsp;out.<br>
telemetry.internal.browser.extension_page.html 81 If&nbsp;evaluation&nbsp;throws&nbsp;in&nbsp;JavaScript,&nbsp;a&nbsp;Python&nbsp;EvaluateException&nbsp;will<br>
84 If&nbsp;the&nbsp;result&nbsp;of&nbsp;the&nbsp;evaluation&nbsp;cannot&nbsp;be&nbsp;JSONized,&nbsp;then&nbsp;an<br>
203 This&nbsp;method&nbsp;is&nbsp;robust&nbsp;against&nbsp;any&nbsp;given&nbsp;Evaluation&nbsp;timing&nbsp;out.<br>
telemetry.internal.browser.web_contents.html 68 If&nbsp;evaluation&nbsp;throws&nbsp;in&nbsp;JavaScript,&nbsp;a&nbsp;Python&nbsp;EvaluateException&nbsp;will<br>
71 If&nbsp;the&nbsp;result&nbsp;of&nbsp;the&nbsp;evaluation&nbsp;cannot&nbsp;be&nbsp;JSONized,&nbsp;then&nbsp;an<br>
190 This&nbsp;method&nbsp;is&nbsp;robust&nbsp;against&nbsp;any&nbsp;given&nbsp;Evaluation&nbsp;timing&nbsp;out.<br>
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_tables.h 50 * @NFT_CONTINUE: continue evaluation of the current rule
51 * @NFT_BREAK: terminate evaluation of the current rule
243 * @NFT_SET_EVAL: set contains expressions for evaluation
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 127 // value obtained in some computation (such as instruction evaluation).
340 // utilize this should implement the evaluation functions (noted below)
419 // if evaluation succeeded, "false" otherwise.
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumUseChecker.java 21 package proguard.optimize.evaluation;
32 import proguard.evaluation.*;
33 import proguard.evaluation.value.*;
EvaluationShrinker.java 21 package proguard.optimize.evaluation;
33 import proguard.evaluation.TracedStack;
34 import proguard.evaluation.value.*;
41 * on partial evaluation.
150 // TODO: Remove this when the evaluation shrinker has stabilized.
159 System.err.println("Unexpected error while shrinking instructions after partial evaluation:");
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_defs.h 374 (2) When passing the thunk components to an evaluation function
394 requires it, because Memcheck ignores CC_NDEP, and the evaluation
430 so that the evaluation functions can correctly recover the second
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 240 TNC_IMV_Evaluation_Result evaluation)
245 "connectionID=%lu recommendation=%lu evaluation=%lu)",
247 (unsigned long) recommendation, (unsigned long) evaluation);
  /external/mesa3d/src/glsl/
ir.h 620 * expression evaluation.
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go 16 // order of evaluation. Makes walk easier, because it
88 // The clear argument is provided for use when the evaluation
653 // Clean temporaries from condition evaluation at
765 // Doubly special: evaluation order for select is stricter
768 // reordered after the channel evaluation for a different
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go 13 // order of evaluation. Makes walk easier, because it
85 // The clear argument is provided for use when the evaluation
650 // Clean temporaries from condition evaluation at
762 // Doubly special: evaluation order for select is stricter
765 // reordered after the channel evaluation for a different
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go 16 // order of evaluation. Makes walk easier, because it
88 // The clear argument is provided for use when the evaluation
653 // Clean temporaries from condition evaluation at
765 // Doubly special: evaluation order for select is stricter
768 // reordered after the channel evaluation for a different
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go 13 // order of evaluation. Makes walk easier, because it
85 // The clear argument is provided for use when the evaluation
650 // Clean temporaries from condition evaluation at
762 // Doubly special: evaluation order for select is stricter
765 // reordered after the channel evaluation for a different
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 273 * @param a number on which evaluation is done
281 * @param x number on which evaluation is done
335 * @param x number on which evaluation is done
445 * @param x number on which evaluation is done
563 * @param a number on which evaluation is done
571 * @param a number on which evaluation is done
603 * @param a number on which evaluation is done
636 * @param a number on which evaluation is done
645 * @param a number on which evaluation is done
    [all...]
  /external/aac/libFDK/src/
fixpoint_math.cpp 679 /* "+ 1" compensates fMultAddDiv2() of the polynomial evaluation above. */
867 /* The -1 in the right shift of result_m compensates the fMultDiv2() above in the taylor polinomial evaluation loop.*/
872 /* 1 compensates the fMultDiv2() above in the taylor polinomial evaluation loop.*/
  /external/chromium-trace/catapult/telemetry/telemetry/page/
action_runner.py 152 """Returns the evaluation result of the given JavaScript expression.
154 The evaluation results must be convertible to JSON. If the result
164 or the evaluation result can not be JSON-ized.
  /external/clang/lib/Lex/
PPExpressions.cpp 1 //===--- PPExpressions.cpp - Preprocessor Expression Evaluation -----------===//
162 /// evaluation.
455 /// evaluation, such as division by zero warnings.
  /external/mesa3d/src/mesa/main/
eval.c 261 * de Casteljau evaluation schemes.
283 /* horner evaluation and uorder*vorder additional */
326 /* horner evaluation and uorder*vorder additional */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 710 struct evaluation struct in namespace:boost::math::policies
716 struct evaluation<float, Policy> struct in namespace:boost::math::policies
722 struct evaluation<double, Policy> struct in namespace:boost::math::policies
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 144 /* purge negative integers and start evaluation for other x < 0 */

Completed in 2035 milliseconds

<<21222324252627282930>>