Home | History | Annotate | Download | only in src

Lines Matching refs:manh

85 	if((uy.bits.exp|uy.bits.manh|uy.bits.manl)==0 || /* y=0 */
88 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* or y is NaN */
92 (ux.bits.manh<=uy.bits.manh &&
93 (ux.bits.manh<uy.bits.manh ||
98 if(ux.bits.manh==uy.bits.manh && ux.bits.manl==uy.bits.manl) {
121 hx = SET_NBIT(ux.bits.manh);
122 hy = SET_NBIT(uy.bits.manh);
149 ux.bits.manh = hx; /* The integer bit is truncated here if needed. */