Home
last modified time | relevance | path

Searched defs:mc (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/
DEjdb2FlutterPlugin.java128 private static void executeFirst(DbMethodCall mc) throws Exception { in executeFirst()
132 private static void executeList(DbMethodCall mc) throws Exception { in executeList()
136 private static void executeListImpl(DbMethodCall mc, Long limit) throws Exception { in executeListImpl()
151 private static void executeScalarInt(DbMethodCall mc) throws Exception { in executeScalarInt()
158 private static void executeQuery(DbMethodCall mc) throws Exception { in executeQuery()
189 private static void prepareQuery(DbMethodCall mc, DbQueryHandler qh) throws Exception { in prepareQuery()
275 private static void onlineBackup(DbMethodCall mc) { in onlineBackup()
281 private static void removeFloatIndex(DbMethodCall mc) { in removeFloatIndex()
289 private static void ensureFloatIndex(DbMethodCall mc) { in ensureFloatIndex()
297 private static void removeIntIndex(DbMethodCall mc) { in removeIntIndex()
[all …]
/third_party/boost/libs/math/test/
Dnaive_monte_carlo_test.cpp40 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, error_goal, in test_pi_multithreaded() local
68 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, error_goal, in test_pi() local
92 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, (Real) 0.0001, in test_constant() local
117 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, (Real) 0.0001); in test_exception_from_integrand() local
147 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, (Real) 0.05, true, 1, 888889); in test_cancel_and_restart() local
174 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, (Real) 0.01, true, 1, 1922); in test_finite_singular_boundary() local
192 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, (Real) 0.001, false, 2, 12341); in test_multithreaded_variance() local
210 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, (Real) 0.001, false, 1, 12341); in test_variance() local
237 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, (Real) 0.001, false, 1, 13999); in test_product() local
344 naive_monte_carlo<Real, decltype(g)> mc(g, bounds, (Real) 0.001, true, 1, 8765); in test_upper_bound_infinite() local
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DScale.java34 final MathContext mc; field in Scale
40 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale()
161 public Scale withMathContext(MathContext mc) { in withMathContext()
190 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DScale.java33 final MathContext mc; field in Scale
39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale()
165 public Scale withMathContext(MathContext mc) { in withMathContext()
194 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo() local
/third_party/node/test/parallel/
Dtest-eventtarget-memoryleakwarning.js55 const mc = new MessageChannel(); constant
65 const mc = new MessageChannel(); constant
Dtest-perf-hooks-histogram.js40 const mc = new MessageChannel(); constant
61 const mc = new MessageChannel(); constant
Dtest-blocklist-clone.js20 const mc = new MessageChannel(); constant
/third_party/boost/libs/numeric/ublas/doc/samples/
Dmatrix_column.cpp21 matrix_column<matrix<double> > mc (m, j); in main() local
/third_party/typescript/tests/baselines/reference/
DdeclFileTypeofInAnonymousType.js19 mc: { cl: m1.c }, property
48 mc: { cl: m1.c }, property
/third_party/curl/docs/examples/
Dpop3-multi.c64 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main() local
Dimap-multi.c64 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main() local
Dmulti-double.c66 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main() local
Dmulti-single.c69 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main() local
Dmulti-post.c81 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main() local
Dmulti-formadd.c85 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main() local
Dmulti-app.c75 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main() local
Dmulti-legacy.c80 CURLMcode mc; /* curl_multi_fdset() return code */ in main() local
Dmulti-debugcallback.c151 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main() local
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dmotioncells_wrapper.h55 MotionCells *mc; member
/third_party/boost/libs/math/test/compile_test/
Dnaive_monte_carlo_incl_test.cpp25 naive_monte_carlo<double, decltype(g)> mc(g, bounds, 1.0); in compile_and_link_test() local
Dnaive_monte_carlo_concept_test.cpp23 naive_monte_carlo<std_real_concept, decltype(g)> mc(g, bounds, 1.0); in compile_and_link_test() local
/third_party/typescript/tests/cases/compiler/
DdeclFileTypeofInAnonymousType.ts20 mc: { cl: m1.c }, variable
/third_party/boost/libs/container/example/
Ddoc_type_erasure.cpp66 MyClass mc(7); in main() local
/third_party/curl/tests/libtest/
Dlib1531.c69 CURLMcode mc; /* curl_multi_fdset() return code */ in test() local
/third_party/ffmpeg/libavcodec/
Dvp9dsp.h114 vp9_mc_func mc[5][N_FILTERS][2][2][2]; member

1234