Searched defs:min_max (Results 1 – 8 of 8) sorted by relevance
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_context.cpp | 405 const std::pair<uint32_t, uint32_t>& min_max) { in ChooseBetweenMinAndMax() argument
|
D | fuzzer_util.cpp | 986 auto min_max = std::minmax_element(arr.begin(), arr.end()); in IsPermutationOfRange() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_context.cpp | 405 const std::pair<uint32_t, uint32_t>& min_max) { in ChooseBetweenMinAndMax() argument
|
D | fuzzer_util.cpp | 986 auto min_max = std::minmax_element(arr.begin(), arr.end()); in IsPermutationOfRange() local
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_context.cpp | 405 const std::pair<uint32_t, uint32_t>& min_max) { in ChooseBetweenMinAndMax() argument
|
D | fuzzer_util.cpp | 986 auto min_max = std::minmax_element(arr.begin(), arr.end()); in IsPermutationOfRange() local
|
/third_party/python/Python/ |
D | bltinmodule.c | 1703 min_max(PyObject *args, PyObject *kwds, int op) in min_max() function
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 2533 float min_max = (v_min >= v_max) ? *v_current_max : ImMin(v_max, *v_current_max); in DragFloatRange2() local 2587 int min_max = (v_min >= v_max) ? *v_current_max : ImMin(v_max, *v_current_max); in DragIntRange2() local
|