Searched refs:hmax (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | transpose.c | 82 mpd_size_t hn, hmax; /* halfrow number */ in swap_halfrows_pow2() local 101 hmax = rows; /* cycles start at odd halfrows */ in swap_halfrows_pow2() 103 if ((done = mpd_calloc(hmax/(sizeof *done) + 1, sizeof *done)) == NULL) { in swap_halfrows_pow2() 107 for (hn = 1; hn <= hmax; hn += 2) { in swap_halfrows_pow2()
|
/external/libpng/contrib/gregbook/ |
D | rpng2-x.c | 1091 int k, hmax, max; in rpng2_x_load_bg_image() local 1193 hmax = (bgscale-1)/2; /* half the max weight of a color */ in rpng2_x_load_bg_image() 1194 max = 2*hmax; /* the max weight of a color */ in rpng2_x_load_bg_image() 1205 if (yidx > hmax) in rpng2_x_load_bg_image() 1210 if (xidx > hmax) in rpng2_x_load_bg_image() 1878 int k, hmax, max; in rpng2_x_reload_bg_image() local 1965 hmax = (bgscale-1)/2; /* half the max weight of a color */ in rpng2_x_reload_bg_image() 1966 max = 2*hmax; /* the max weight of a color */ in rpng2_x_reload_bg_image() 1977 if (yidx > hmax) in rpng2_x_reload_bg_image() 1982 if (xidx > hmax) in rpng2_x_reload_bg_image()
|
D | rpng2-win.c | 844 int k, hmax, max; 941 hmax = (bgscale-1)/2; /* half the max weight of a color */ 942 max = 2*hmax; /* the max weight of a color */ 953 if (yidx > hmax) 958 if (xidx > hmax)
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1592 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local 1602 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations() 1619 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local 1629 IVec2(min, hmax), in generateBasic2DCaseIterations() 1631 IVec2(0, hmax), in generateBasic2DCaseIterations() 1632 IVec2(hmax, 0))); in generateBasic2DCaseIterations()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 949 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local 959 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations() 976 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local 986 IVec2(min, hmax), in generateBasic2DCaseIterations() 988 IVec2(0, hmax), in generateBasic2DCaseIterations() 989 IVec2(hmax, 0))); in generateBasic2DCaseIterations()
|
/external/libcxx/include/experimental/ |
D | simd | 173 template <class T, class Abi> T hmax(const simd<T, Abi>&); 174 template <class M, class V> T hmax(const const_where_expression<M, V>&); 1272 _Tp hmax(const simd<_Tp, _Abi>&); 1275 hmax(const const_where_expression<_MaskType, _SimdType>&);
|
/external/llvm-project/libcxx/include/experimental/ |
D | simd | 172 template <class T, class Abi> T hmax(const simd<T, Abi>&); 173 template <class M, class V> T hmax(const const_where_expression<M, V>&); 1274 _Tp hmax(const simd<_Tp, _Abi>&); 1277 hmax(const const_where_expression<_MaskType, _SimdType>&);
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_007.ppm | 2069 7?337,hmax}q &(8:7848>CHK*6:" "#&&::"*
|