Searched defs:max_n (Results 1 – 15 of 15) sorted by relevance
/third_party/boost/libs/random/test/ |
D | test_discrete.cpp | 61 bool do_tests(int repeat, int max_n, long long trials) { in do_tests() 95 int max_n = 10000; in main() local
|
D | test_piecewise_constant.cpp | 96 bool do_tests(int repeat, int max_n, int trials) { in do_tests() 130 int max_n = 10; in main() local
|
D | test_piecewise_linear.cpp | 113 bool do_tests(int repeat, int max_n, int trials) { in do_tests() 147 int max_n = 10; in main() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | parallel_fusion.h | 68 explicit ParallelConfig(size_t max_n) : max_num_for_fuse_(max_n) {} in ParallelConfig()
|
/third_party/boost/libs/math/test/ |
D | condition_number_test.cpp | 32 Real max_n = 10000; in test_summation_condition_number() local
|
D | test_legendre.hpp | 342 int test_legendre_p_zeros_double_ulp(int min_x, int max_n) in test_legendre_p_zeros_double_ulp()
|
/third_party/boost/libs/math/tools/ |
D | hyp_1f1_big_data.cpp | 38 unsigned max_n; in hypergeometric_1f1_generic_series() local
|
D | igamma_temme_large_coef.cpp | 124 unsigned max_n = 0; in calculate_terms() local
|
/third_party/curl/src/ |
D | tool_urlglob.h | 50 unsigned long max_n; member
|
D | tool_urlglob.c | 241 unsigned long max_n = 0; in glob_range() local
|
/third_party/node/src/ |
D | string_search.h | 221 const size_t max_n = (subject.length() - pattern.length() + 1); in FindFirstCharacter() local 269 const size_t max_n = (subject.length() - pattern.length() + 1); in FindFirstCharacter() local
|
/third_party/pixman/test/ |
D | affine-bench.c | 203 uint32_t max_n, in bench()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | ksvideohelpers.c | 273 gint64 max_n, max_d; in ks_video_append_video_stream_cfg_fields() local
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usbd_generic_ep0.c | 608 char *buffer, size_t buflen, int max_n) in generic_ep0_read_events()
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.c | 327 gint min_n = G_MAXINT, min_d = 1, max_n = 0, max_d = 1; in gst_value_fraction_get_extremes() local
|