Home
last modified time | relevance | path

Searched defs:regular (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/histogram/axis/
Dregular.hpp179 class regular : public iterator_mixin<regular<Value, Transform, MetaData, Options>>, class
217 regular(transform_type trans, unsigned n, value_type start, value_type stop, in regular() function in boost::histogram::axis::regular
239 regular(unsigned n, value_type start, value_type stop, metadata_type meta = {}) in regular() function in boost::histogram::axis::regular
256 regular(transform_type trans, step_type<T> step, value_type start, value_type stop, in regular() function in boost::histogram::axis::regular
276 regular(step_type<T> step, value_type start, value_type stop, metadata_type meta = {}) in regular() function in boost::histogram::axis::regular
280 regular(const regular& src, index_type begin, index_type end, unsigned merge) in regular() function in boost::histogram::axis::regular
/third_party/boost/libs/histogram/test/
Daxis_size.cpp15 using regular = axis::regular<>; in main() typedef
Dhistogram_growing_test.cpp23 using regular = axis::regular<double, def, def, axis::option::growth_t>; typedef
/third_party/boost/libs/histogram/benchmark/
Daxis_size.cpp15 using regular = axis::regular<>; in main() typedef
Daxis_index.cpp23 static void regular(benchmark::State& state) { in regular() function
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js610 function operation({ regular = false } = {}) { property
626 operation({ regular: true }) || property
638 operation({ regular: true }) || property
759 operation({ regular: true }) || property
791 operation({ regular: true }) || property
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DValidIdentifiers.java54 regular, enumConstant
/third_party/boost/boost/accumulators/
Dstatistics_fwd.hpp424 struct regular {}; struct
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp71 regular, ///< Consider values greater than threshold value enumerator
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp1810 Json::String regular(mutant); in JSONTEST_FIXTURE_LOCAL() local