Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A De_atan2l.c48 int16_t exptx, expsignx, expty, expsigny; in atan2l() local
55 exptx = expsignx & 0x7fff; in atan2l()
57 if ((exptx==BIAS+LDBL_MAX_EXP && in atan2l()
76 if(exptx==0 && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0) in atan2l()
80 if(exptx==BIAS+LDBL_MAX_EXP) { in atan2l()
102 k = expty-exptx; in atan2l()