Lines Matching refs:gdb_assert
460 gdb_assert (fmt != NULL); in floatformat_is_negative()
475 gdb_assert (fmt != NULL); in floatformat_is_nan()
526 gdb_assert (fmt != NULL); in floatformat_mantissa()
527 gdb_assert (sizeof res > ((fmt->man_len + 7) / 8) * 2); in floatformat_mantissa()
572 gdb_assert (fmt != NULL); in floatformat_to_doublest()
599 gdb_assert (fmt != NULL); in floatformat_from_doublest()
662 gdb_assert (TYPE_CODE (type) == TYPE_CODE_FLT); in floatformat_from_type()
718 gdb_assert (TYPE_CODE (type) == TYPE_CODE_FLT); in extract_typed_floating()
735 gdb_assert (TYPE_CODE (type) == TYPE_CODE_FLT); in store_typed_floating()
776 gdb_assert (TYPE_CODE (from_type) == TYPE_CODE_FLT); in convert_typed_floating()
777 gdb_assert (TYPE_CODE (to_type) == TYPE_CODE_FLT); in convert_typed_floating()