Home
last modified time | relevance | path

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

/arch/arm/vfp/
Dvfp.h221 #define VFP_INFINITY (1<<3) macro
233 type = VFP_INFINITY; in vfp_single_type()
332 type = VFP_INFINITY; in vfp_double_type()
Dvfpsingle.c323 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()
Dvfpdouble.c275 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()