Home
last modified time | relevance | path

Searched defs:regular (Results 1 – 15 of 15) 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/icu4j/main/classes/core/src/com/ibm/icu/impl/
DValidIdentifiers.java46 regular, enumConstant
/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/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp67 VkSubmitInfo regular; member
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp71 regular, ///< Consider values greater than threshold value enumerator
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_goto_ifs.c53 struct path regular; member
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h51 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp973 …de::MovePtr<tcu::TestCaseGroup> regular (new tcu::TestCaseGroup(testCtx, "regular", "Basic… in createMemoryBindingTests() local
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp1810 Json::String regular(mutant); in JSONTEST_FIXTURE_LOCAL() local