Lines Matching +defs:mode +defs:line +defs:format
61 const char *format; /* floating point format - float modes only */ member
72 unsigned int line; /* for error reporting */ member
102 struct mode_data *mode; member
106 unsigned int line; member
160 const char *file, unsigned int line) in new_mode()
218 const char *file, unsigned int line) in new_adjust()
220 struct mode_data *mode = find_mode (name); in new_adjust() local
263 #define validate_field_(mname, fname, req, val, unset, file, line) do { \ argument
436 const char *file, unsigned int line) in make_complex_modes()
496 unsigned int order, const char *file, unsigned int line) in make_vector_modes()
548 unsigned int line) in make_vector_bool_mode()
572 const char *file, unsigned int line) in make_special_mode()
584 const char *file, unsigned int line) in make_int_mode()
612 const char *file, unsigned int line) in make_fixed_point_mode()
627 const char *format, in make_float_mode()
628 const char *file, unsigned int line) in make_float_mode()
644 const char *format, in make_decimal_float_mode()
645 const char *file, unsigned int line) in make_decimal_float_mode()
656 reset_float_format (const char *name, const char *format, in reset_float_format()
657 const char *file, unsigned int line) in reset_float_format()
678 const char *file, unsigned int line) in make_int_n()
708 const char *file, unsigned int line) in make_partial_integer_mode()
736 const char *file, unsigned int line) in make_vector_mode()
1198 get_mode_class (struct mode_data *mode) in get_mode_class()