Home
last modified time | relevance | path

Searched refs:bmax (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
2667 if (bval > bmax) in compare_two_images()
2668 bmax = bval; in compare_two_images()
2764 else if (bmax >= b->image.colormap_entries) in compare_two_images()
2767 sprintf(pindex, "%d[%u]", bmax, in compare_two_images()
/third_party/libpng/contrib/libtests/
Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
2667 if (bval > bmax) in compare_two_images()
2668 bmax = bval; in compare_two_images()
2764 else if (bmax >= b->image.colormap_entries) in compare_two_images()
2767 sprintf(pindex, "%d[%u]", bmax, in compare_two_images()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
2667 if (bval > bmax) in compare_two_images()
2668 bmax = bval; in compare_two_images()
2764 else if (bmax >= b->image.colormap_entries) in compare_two_images()
2767 sprintf(pindex, "%d[%u]", bmax, in compare_two_images()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c425 int rmax, gmax, bmax; in X11_CreateWindow() local
446 bmax = 0xffff; in X11_CreateWindow()
473 Uint32 blue = (bmax * i) / (ncolors - 1); in X11_CreateWindow()
/third_party/ffmpeg/libavcodec/
Daaccoder.c779 float bmax = bval2bmax(g * 17.0f / sce0->ics.num_swb) / 0.0045f; in search_for_ms() local
864 … mslambda / (minthr * bmax), INFINITY, &b4, NULL, 0); in search_for_ms()
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c2360 float bmax = bval2bmax(g * 17.0f / sce0->ics.num_swb) / 0.0045f; in search_for_ms_mips() local
2445 … mslambda / (minthr * bmax), INFINITY, &b4, NULL, 0); in search_for_ms_mips()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java127 private static final byte bmax = 127; field in DiagBigDecimalTest
2747 …TestFmwk.assertTrue("byv010", ((bmax))==((new ohos.global.icu.math.BigDecimal(bmax)).byteValue())); in diagbyteValue()
2752 …TestFmwk.assertTrue("byv015", ((bmin))==((new ohos.global.icu.math.BigDecimal(bmax+1)).byteValue()… in diagbyteValue()
2753 …TestFmwk.assertTrue("byv016", ((bmax))==((new ohos.global.icu.math.BigDecimal(bmin-1)).byteValue()… in diagbyteValue()
2760 …TestFmwk.assertTrue("byv026", ((bmax))==((new ohos.global.icu.math.BigDecimal(bmax)).byteValueExac… in diagbyteValue()
2795 (new ohos.global.icu.math.BigDecimal(bmax)).add(one).toString(), in diagbyteValue()
2818 (new ohos.global.icu.math.BigDecimal(bmax)).multiply(two) in diagbyteValue()
2822 (new ohos.global.icu.math.BigDecimal(bmax)).multiply(ten) in diagbyteValue()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c16845 int bmin, int bmax) in xmlSchemaCheckParticleRangeOK() argument
16849 if ((bmax != UNBOUNDED) && in xmlSchemaCheckParticleRangeOK()
16850 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()
/third_party/libxml2/
Dxmlschemas.c16901 int bmin, int bmax) in xmlSchemaCheckParticleRangeOK() argument
16905 if ((bmax != UNBOUNDED) && in xmlSchemaCheckParticleRangeOK()
16906 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()