Searched defs:evaluation (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/doc/api/ |
| D | repl.md | 86 #### 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/ |
| D | test_uncertainty.py | 124 evaluation = UncertaintyEvaluation(model=network, variable
|
| /third_party/boost/boost/math/policies/ |
| D | policy.hpp | 729 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/ |
| D | mpfr.hpp | 444 struct evaluation<__gmp_expr<T, U>, Policy> struct 446 typedef mpfr_class type;
|
| /third_party/boost/boost/yap/ |
| D | algorithm.hpp | 649 constexpr auto evaluation(T &&... t) in evaluation() function
|
| /third_party/boost/boost/math/differentiation/ |
| D | autodiff.hpp | 2040 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/ |
| D | tncs.c | 238 TNC_IMV_Evaluation_Result evaluation) in TNC_TNCS_ProvideRecommendation()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| D | tncs.c | 238 TNC_IMV_Evaluation_Result evaluation) in TNC_TNCS_ProvideRecommendation()
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 691 …const evaluation = new Function(`${emit.outputFiles[0].text};\r\nreturn (${expr});`)(); // eslint-… constant
|