Searched refs:CLASS_SNAN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c128 const fp_number_type __thenan_sf = { CLASS_SNAN, 0, 0, {(fractype) 0} };
130 const fp_number_type __thenan_df = { CLASS_SNAN, 0, 0, {(fractype) 0} };
132 const fp_number_type __thenan_tf = { CLASS_SNAN, 0, 0, {(fractype) 0} };
159 return __builtin_expect (x->class == CLASS_SNAN || x->class == CLASS_QNAN,
582 dst->class = CLASS_SNAN;
H A Dfp-bit.h349 CLASS_SNAN, enumerator in enum:__anon1231

Completed in 107 milliseconds