Home
last modified time | relevance | path

Searched refs:max10 (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_print.c581 unsigned long max10; in fmtfp() local
679 max10 = roundv(pow_10(max)); in fmtfp()
682 if (fracpart >= max10) { in fmtfp()
684 fracpart -= max10; in fmtfp()
/third_party/openssl/crypto/bio/
H A Dbio_print.c581 unsigned long max10; in fmtfp() local
679 max10 = roundv(pow_10(max)); in fmtfp()
682 if (fracpart >= max10) { in fmtfp()
684 fracpart -= max10; in fmtfp()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2815 unsigned max10 = (1 << 10) - 1; in lp_build_clamp_border_color() local
2816 max_clamp = lp_build_const_aos(gallivm, vec4_type, max10, max10, in lp_build_clamp_border_color()
2817 max10, (1 << 2) - 1, NULL); in lp_build_clamp_border_color()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c15278 // UINT64_MAX is 18446744073709551615, which is ((10 * max10) + max1). in wuffs_base__parse_number_u64()
15279 const uint64_t max10 = 1844674407370955161u; in wuffs_base__parse_number_u64() local
15292 if ((v > max10) || ((v == max10) && (digit > max1))) { in wuffs_base__parse_number_u64()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c14377 // UINT64_MAX is 18446744073709551615, which is ((10 * max10) + max1). in wuffs_base__parse_number_u64()
14378 const uint64_t max10 = 1844674407370955161u; in wuffs_base__parse_number_u64() local
14391 if ((v > max10) || ((v == max10) && (digit > max1))) { in wuffs_base__parse_number_u64()
[all...]

Completed in 95 milliseconds