Searched refs:low_level_convert (Results 1 – 3 of 3) sorted by relevance
464 static result_type low_level_convert ( argument_type s ) { return s ; } in low_level_convert() function495 return RawConverterBase::low_level_convert(s1); in convert()524 return RawConverterBase::low_level_convert(s); in convert()
187 static result_type low_level_convert ( argument_type s ) { return static_cast<result_type>(s) ; } in low_level_convert() function
102 result = converter_t::low_level_convert(converter_t::nearbyint(arg, res)); in noexcept_numeric_convert()