/third_party/boost/libs/convert/test/ |
D | strtol_converter.cpp | 42 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/ |
D | vf_colorcorrect.c | 59 const float imax = 1.f / max; in colorcorrect_slice8() local 99 const float imax = 1.f / max; in colorcorrect_slice16() local
|
D | vf_colorlevels.c | 216 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
|
D | vf_monochrome.c | 88 const float imax = 1.f / max; in monochrome_slice8() local 127 const float imax = 1.f / max; in monochrome_slice16() local
|
D | avf_concat.c | 231 unsigned imax = i + ctx->nb_outputs; in find_next_delta_ts() local
|
D | vf_overlay.c | 355 int i, imax, j, jmax; in blend_slice_packed_rgb() local
|
/third_party/boost/libs/container/test/ |
D | pool_resource_test.hpp | 422 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/ |
D | random_range.c | 730 int imax = 6 * GIG; /* higher than 32 bits */ local 732 int imax = 1048576; local
|
/third_party/ltp/testcases/misc/math/float/ |
D | thread_code.c | 282 int imax, index; in thread_code() local
|
/third_party/optimized-routines/math/test/rtest/ |
D | dotest.c | 1389 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/ |
D | common_infer.c | 357 int imax(int a, int b) { return a < b ? b : a; } in imax() function
|
/third_party/alsa-utils/alsactl/ |
D | state.c | 832 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/ |
D | pcm_extplug.c | 113 int imin, imax; in snd_interval_list() local
|
D | pcm_direct.c | 816 unsigned int imax)
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 786 unsigned imin, imax; in depth_bounds_test_quads() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 132 private static final int imax = 2147483647; field in DiagBigDecimalTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 129 private static final int imax = 2147483647; field in DiagBigDecimalTest
|
/third_party/boost/boost/multiprecision/ |
D | cpp_dec_float.hpp | 1672 …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/ |
D | rational_test.cpp | 1314 boost::int32_t imax = (std::numeric_limits<boost::int32_t>::max)(); in BOOST_AUTO_TEST_CASE() local
|
/third_party/python/Modules/ |
D | selectmodule.c | 266 int imax, omax, emax, max; in select_select_impl() local
|
D | _testbuffer.c | 933 Py_ssize_t imin, imax; in verify_structure() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1087 void ShaderCore::imax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imax() function in sw::ShaderCore
|