Home
last modified time | relevance | path

Searched refs:expty (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
52 expty = expsigny & 0x7fff; in atan2l()
59 (expty==BIAS+LDBL_MAX_EXP && in atan2l()
67 if(expty==0 && ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)==0) { in atan2l()
81 if(expty==BIAS+LDBL_MAX_EXP) { in atan2l()
98 if(expty==BIAS+LDBL_MAX_EXP) in atan2l()
102 k = expty-exptx; in atan2l()