Searched refs:hmin (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/src/ |
D | rtree.c | 5 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/ |
D | edid.c | 44 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/ |
D | edid.h | 303 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin,
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1583 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/ |
D | vktShaderRenderTextureGatherTests.cpp | 937 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/ |
D | simd | 171 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>&);
|