Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_fmal.c132 int xexp, yexp, zexp; in __fmal() local
143 zexp = (hz & 0x7ff0000000000000LL) >> 52; in __fmal()
147 if (zexp == 0x7ff && xexp != 0x7ff && yexp != 0x7ff) in __fmal()
158 if (xexp == 0x7ff || yexp == 0x7ff || zexp == 0x7ff in __fmal()