Home
last modified time | relevance | path

Searched defs:get_min_max (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-base-table.hh235 void get_min_max (const BaseCoord **min, const BaseCoord **max) const in get_min_max() function
289 void get_min_max (hb_tag_t feature_tag, in get_min_max() function
418 const MinMax &get_min_max (const void* base) const { return base+minMax; } in get_min_max() function
453 const MinMax &get_min_max (hb_tag_t language_tag) const in get_min_max() function
647 bool get_min_max (hb_tag_t script_tag, in get_min_max() function
800 bool get_min_max (hb_font_t *font, in get_min_max() function
/external/executorch/backends/xnnpack/test/runtime/
Dtest_runtime_utils.cpp82 TEST(TestUtils, get_min_max) { in TEST() argument
/external/ComputeLibrary/arm_compute/core/
DUtils.h564 inline std::tuple<PixelValue, PixelValue> get_min_max(DataType dt) in get_min_max() function
/external/executorch/backends/apple/mps/test/
Dtest_mps_linear.py308 def get_min_max(self, n_bit: int = 4): member in TestLinear.ManualDQLinear