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.c78 uint64_t hibits, lobits; in add_adjusted() local
85 EXTRACT_WORD64(lobits, sum.lo); in add_adjusted()
86 hibits += 1 - ((hibits ^ lobits) >> 62); in add_adjusted()
102 uint64_t hibits, lobits; in add_and_denormalize() local
122 EXTRACT_WORD64(lobits, sum.lo); in add_and_denormalize()
123 hibits += 1 - (((hibits ^ lobits) >> 62) & 2); in add_and_denormalize()