Searched refs:assemble_floating_point_snan (Results 1 – 2 of 2) sorted by relevance
579 void __cdecl assemble_floating_point_snan(bool const is_negative, FloatingType& result) throw()590 inline void __cdecl assemble_floating_point_snan(bool const is_negative, floating_point_value const…594 assemble_floating_point_snan(is_negative, result.as_double());598 assemble_floating_point_snan(is_negative, result.as_float());1228 void __cdecl assemble_floating_point_snan (bool is_negative, _LDBL12& result) throw();1739 …case floating_point_parse_result::snan: assemble_floating_point_snan (fp_string._is_ne…
572 void __cdecl assemble_floating_point_snan(bool const is_negative, _LDBL12& result) throw() in assemble_floating_point_snan() function