Lines Matching refs:tn
211 int tn, tm = 0; in vfp_propagate_nan() local
213 tn = vfp_double_type(vdn); in vfp_propagate_nan()
229 if (tn == VFP_SNAN || (tm != VFP_SNAN && tn == VFP_QNAN)) in vfp_propagate_nan()
244 return tn == VFP_SNAN || tm == VFP_SNAN ? FPSCR_IOC : VFP_NAN_FLAG; in vfp_propagate_nan()
688 int tn, tm; in vfp_double_fadd_nonnumber() local
690 tn = vfp_double_type(vdn); in vfp_double_fadd_nonnumber()
693 if (tn & tm & VFP_INFINITY) { in vfp_double_fadd_nonnumber()
709 } else if (tn & VFP_INFINITY && tm & VFP_NUMBER) { in vfp_double_fadd_nonnumber()
1011 int tm, tn; in vfp_double_fdiv() local
1018 tn = vfp_double_type(&vdn); in vfp_double_fdiv()
1024 if (tn & VFP_NAN) in vfp_double_fdiv()
1037 if (tm & tn & (VFP_INFINITY|VFP_ZERO)) in vfp_double_fdiv()
1043 if (tn & VFP_INFINITY) in vfp_double_fdiv()
1055 if (tm & VFP_INFINITY || tn & VFP_ZERO) in vfp_double_fdiv()
1058 if (tn & VFP_DENORMAL) in vfp_double_fdiv()