Home
last modified time | relevance | path

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

/arch/arm/vfp/
Dvfp.h225 #define VFP_QNAN (VFP_NAN) macro
235 type = VFP_QNAN; in vfp_single_type()
334 type = VFP_QNAN; in vfp_double_type()
Dvfpsingle.c237 if (tn == VFP_SNAN || (tm != VFP_SNAN && tn == VFP_QNAN)) in vfp_propagate_nan()
510 if (tm == VFP_QNAN) in vfp_single_fcvtd()
Dvfpdouble.c229 if (tn == VFP_SNAN || (tm != VFP_SNAN && tn == VFP_QNAN)) in vfp_propagate_nan()
467 if (tm == VFP_QNAN) in vfp_double_fcvts()