Lines Matching full:val
41 _fromvtype val; \46 val = GET_REGISTER##_fromrtype(vsrc1); \49 result = (_tovtype) val; \50 if (val >= intMax) /* +inf */ \52 else if (val <= intMin) /* -inf */ \54 else if (val != val) /* NaN */ \57 result = (_tovtype) val; \