Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fma.c80 uint64_t hibits, lobits; in add_adjusted() local
87 EXTRACT_WORD64(lobits, sum.lo); in add_adjusted()
88 hibits += 1 - ((hibits ^ lobits) >> 62); in add_adjusted()
104 uint64_t hibits, lobits; in add_and_denormalize() local
124 EXTRACT_WORD64(lobits, sum.lo); in add_and_denormalize()
125 hibits += 1 - (((hibits ^ lobits) >> 62) & 2); in add_and_denormalize()