Home
last modified time | relevance | path

Searched defs:imax (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/convert/test/
Dstrtol_converter.cpp42 unsigned int const imax = (std::numeric_limits<unsigned int>::max)(); in test_str_to_uint() local
104 int const imax = (std::numeric_limits<int>::max)(); in test_int_to_str() local
/third_party/ffmpeg/libavfilter/
Dvf_colorcorrect.c59 const float imax = 1.f / max; in colorcorrect_slice8() local
99 const float imax = 1.f / max; in colorcorrect_slice16() local
Dvf_colorlevels.c216 int imax = lrint(r->in_max * UINT8_MAX); in filter_frame() local
256 int imax = lrint(r->in_max * UINT16_MAX); in filter_frame() local
Dvf_monochrome.c88 const float imax = 1.f / max; in monochrome_slice8() local
127 const float imax = 1.f / max; in monochrome_slice16() local
Davf_concat.c231 unsigned imax = i + ctx->nb_outputs; in find_next_delta_ts() local
Dvf_overlay.c355 int i, imax, j, jmax; in blend_slice_packed_rgb() local
/third_party/boost/libs/container/test/
Dpool_resource_test.hpp422 for(std::size_t i = 0, imax = pool_count, s = minimum_size; i != imax; s*=2, ++i){ in test_release() local
459 for(std::size_t i = 0, imax = pool_count, s = minimum_size; i != imax; s*=2, ++i){ in test_destructor() local
/third_party/ltp/lib/
Drandom_range.c730 int imax = 6 * GIG; /* higher than 32 bits */ local
732 int imax = 1048576; local
/third_party/ltp/testcases/misc/math/float/
Dthread_code.c282 int imax, index; in thread_code() local
/third_party/optimized-routines/math/test/rtest/
Ddotest.c1389 uint32 imin, imax; in pow_cases() local
1479 uint32 imin, imax; in pow_cases_float() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dcommon_infer.c357 int imax(int a, int b) { return a < b ? b : a; } in imax() function
/third_party/alsa-utils/alsactl/
Dstate.c832 long *imin, long *imax, long *istep) in get_comment_range()
902 long imin, imax, istep; in add_user_control() local
/third_party/alsa-lib/src/pcm/
Dpcm_extplug.c113 int imin, imax; in snd_interval_list() local
Dpcm_direct.c816 unsigned int imax)
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c786 unsigned imin, imax; in depth_bounds_test_quads() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java132 private static final int imax = 2147483647; field in DiagBigDecimalTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java129 private static final int imax = 2147483647; field in DiagBigDecimalTest
/third_party/boost/boost/multiprecision/
Dcpp_dec_float.hpp1672 …const boost::int32_t imax = (std::min)(static_cast<boost::int32_t>(static_cast<boost::int32_t>(xn.… in extract_signed_long_long() local
1730 …const boost::int32_t imax = (std::min)(static_cast<boost::int32_t>(static_cast<boost::int32_t>(xn.… in extract_unsigned_long_long() local
/third_party/boost/libs/rational/test/
Drational_test.cpp1314 boost::int32_t imax = (std::numeric_limits<boost::int32_t>::max)(); in BOOST_AUTO_TEST_CASE() local
/third_party/python/Modules/
Dselectmodule.c266 int imax, omax, emax, max; in select_select_impl() local
D_testbuffer.c933 Py_ssize_t imin, imax; in verify_structure() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1087 void ShaderCore::imax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imax() function in sw::ShaderCore