Searched refs:VFP_INFINITY (Results 1 – 3 of 3) sorted by relevance
218 #define VFP_INFINITY (1<<3) macro230 type = VFP_INFINITY; in vfp_single_type()329 type = VFP_INFINITY; in vfp_double_type()
323 if (tm & (VFP_NAN|VFP_INFINITY)) { in vfp_single_fsqrt()508 if (tm & (VFP_INFINITY|VFP_NAN)) { in vfp_single_fcvtd()739 if (tn & tm & VFP_INFINITY) { in vfp_single_fadd_nonnumber()755 } else if (tn & VFP_INFINITY && tm & VFP_NUMBER) { in vfp_single_fadd_nonnumber()1085 if (tm & tn & (VFP_INFINITY|VFP_ZERO)) in vfp_single_fdiv()1091 if (tn & VFP_INFINITY) in vfp_single_fdiv()1103 if (tm & VFP_INFINITY || tn & VFP_ZERO) in vfp_single_fdiv()
275 if (tm & (VFP_NAN|VFP_INFINITY)) { in vfp_double_fsqrt()465 if (tm & (VFP_INFINITY|VFP_NAN)) { in vfp_double_fcvts()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()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()