Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c13911 // ((l_mantissa) * (2 ** (l_exp2 - 52))) in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13914 // (((2 * l_mantissa) + 1) * (2 ** (l_exp2 - 53))) in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13916 uint64_t l_mantissa = mantissa - 1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough() local
13919 l_mantissa = (2 * mantissa) - 1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13923 &lower, (2 * l_mantissa) + 1, false); 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.c13015 // ((l_mantissa) * (2 ** (l_exp2 - 52))) in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13018 // (((2 * l_mantissa) + 1) * (2 ** (l_exp2 - 53))) in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13020 uint64_t l_mantissa = mantissa - 1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough() local
13023 l_mantissa = (2 * mantissa) - 1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13027 &lower, (2 * l_mantissa) + 1, false); in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
[all...]

Completed in 87 milliseconds