Home
last modified time | relevance | path

Searched defs:evaluation (Results 1 – 9 of 9) sorted by relevance

/third_party/node/doc/api/
Drepl.md86 #### JavaScript expressions
103 #### Global and local scope
139 #### Accessing core Node.js modules
150 #### Global uncaught exceptions
182 #### Assignment of the `_` (underscore) variable
218 #### `await` keyword
/third_party/mindspore/tests/st/probability/toolbox/
Dtest_uncertainty.py124 evaluation = UncertaintyEvaluation(model=network, variable
/third_party/boost/boost/math/policies/
Dpolicy.hpp729 struct evaluation struct
731 typedef Real type;
735 struct evaluation<float, Policy> struct
737 typedef typename mpl::if_<typename Policy::promote_float_type, double, float>::type type;
741 struct evaluation<double, Policy> struct
743 typedef typename mpl::if_<typename Policy::promote_double_type, long double, double>::type type;
/third_party/boost/boost/math/bindings/
Dmpfr.hpp444 struct evaluation<__gmp_expr<T, U>, Policy> struct
446 typedef mpfr_class type;
/third_party/boost/boost/yap/
Dalgorithm.hpp649 constexpr auto evaluation(T &&... t) in evaluation() function
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp2040 struct evaluation<fvar_t<float, Order>, Policy> { struct
2041 …type = fvar_t<typename conditional<Policy::promote_float_type::value, double, float>::type, Order>;
2045 struct evaluation<fvar_t<double, Order>, Policy> { struct
2046 using type =
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dtncs.c238 TNC_IMV_Evaluation_Result evaluation) in TNC_TNCS_ProvideRecommendation()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dtncs.c238 TNC_IMV_Evaluation_Result evaluation) in TNC_TNCS_ProvideRecommendation()
/third_party/typescript/src/harness/
DfourslashImpl.ts691 …const evaluation = new Function(`${emit.outputFiles[0].text};\r\nreturn (${expr});`)(); // eslint-… constant