Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c14452 uint64_t man2 = in wuffs_base__private_implementation__high_prec_dec__to_f64() local
14456 if ((man2 >> 53) != 0) { in wuffs_base__private_implementation__high_prec_dec__to_f64()
14457 man2 >>= 1; in wuffs_base__private_implementation__high_prec_dec__to_f64()
14465 if ((man2 >> 52) == 0) { in wuffs_base__private_implementation__high_prec_dec__to_f64()
14472 uint64_t bits = (man2 & 0x000FFFFFFFFFFFFF) | // (1 << 52) - 1. in wuffs_base__private_implementation__high_prec_dec__to_f64()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c13556 uint64_t man2 = in wuffs_base__private_implementation__high_prec_dec__to_f64() local
13560 if ((man2 >> 53) != 0) { in wuffs_base__private_implementation__high_prec_dec__to_f64()
13561 man2 >>= 1; in wuffs_base__private_implementation__high_prec_dec__to_f64()
13569 if ((man2 >> 52) == 0) { in wuffs_base__private_implementation__high_prec_dec__to_f64()
13576 uint64_t bits = (man2 & 0x000FFFFFFFFFFFFF) | // (1 << 52) - 1. in wuffs_base__private_implementation__high_prec_dec__to_f64()
[all...]

Completed in 87 milliseconds