Home
last modified time | relevance | path

Searched refs:upper_delta (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c13946 // within the upper bound. This is tracked by upper_delta: in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13956 int upper_delta = -1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough() local
13987 // Calculate ud, the upper bound's digit, and update upper_delta. in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13989 if (upper_delta < 0) { in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13994 upper_delta = +1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13999 upper_delta = +0; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
14001 } else if (upper_delta == 0) { in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
14006 upper_delta = +1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
14013 (upper_delta > 0) || // in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
14014 ((upper_delta in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c13050 // within the upper bound. This is tracked by upper_delta: in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13060 int upper_delta = -1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough() local
13091 // Calculate ud, the upper bound's digit, and update upper_delta. in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13093 if (upper_delta < 0) { in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13098 upper_delta = +1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13103 upper_delta = +0; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13105 } else if (upper_delta == 0) { in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13110 upper_delta = +1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13117 (upper_delta > 0) || // in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13118 ((upper_delta in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
[all...]

Completed in 63 milliseconds