| 2956 | |
| 2957 | |
| 2958 | static void checkForIndeterminant(const Exception& e, const dsc* desc, ErrorFunction err) |
| 2959 | { |
| 2960 | StaticStatusVector st; |
| 2961 | e.stuffException(st); |
| 2962 | if (fb_utils::containsErrorCode(st.begin(), isc_decfloat_invalid_operation)) |
| 2963 | CVT_conversion_error(desc, err, &e); |
| 2964 | } |
| 2965 | |
| 2966 | |
| 2967 | static inline void SINT64_to_SQUAD(const SINT64 input, const SQUAD& value) |
no test coverage detected