Searched refs:float_exceptions (Results 1 – 2 of 2) sorted by relevance
100 if (header.float_exceptions == BIFROST_EXCEPTIONS_DISABLED) in dump_header()102 else if (header.float_exceptions == BIFROST_EXCEPTIONS_PRECISE_DIVISION) in dump_header()104 else if (header.float_exceptions == BIFROST_EXCEPTIONS_PRECISE_SQRT) in dump_header()
127 enum bifrost_exceptions float_exceptions : 2; member