Home
last modified time | relevance | path

Searched refs:hmin (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/src/
Drtree.c5 hmin(unsigned ha, unsigned hb) in hmin() function
57 rtree->start_level[i] = hmin(RTREE_HEIGHT_MAX - 1 - i, height - in rtree_new()
/external/u-boot/common/
Dedid.c44 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin, in edid_get_ranges() argument
51 *hmin = *hmax = *vmin = *vmax = 0; in edid_get_ranges()
58 *hmin = monitor->data.range_data.horizontal_min; in edid_get_ranges()
/external/u-boot/include/
Dedid.h303 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin,
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1583 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
1595 result.push_back(GatherArgs(componentNdx, IVec2(hmin, 0))); in generateBasic2DCaseIterations()
1610 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
1622 IVec2(hmin, max), in generateBasic2DCaseIterations()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp937 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
949 result.push_back(GatherArgs(componentNdx, IVec2(hmin, 0))); in generateBasic2DCaseIterations()
964 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
976 IVec2(hmin, max), in generateBasic2DCaseIterations()
/external/libcxx/include/experimental/
Dsimd171 template <class T, class Abi> T hmin(const simd<T, Abi>&);
172 template <class M, class V> T hmin(const const_where_expression<M, V>&);
1267 _Tp hmin(const simd<_Tp, _Abi>&);
1270 hmin(const const_where_expression<_MaskType, _SimdType>&);