Searched refs:target_float_ops_kind (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c2191 enum target_float_ops_kind enum
2205 static enum target_float_ops_kind
2216 return target_float_ops_kind::host_float;
2218 return target_float_ops_kind::host_double;
2220 return target_float_ops_kind::host_long_double;
2223 return target_float_ops_kind::binary;
2229 return target_float_ops_kind::decimal;
2239 get_target_float_ops (enum target_float_ops_kind kind)
2245 case target_float_ops_kind::host_float:
2251 case target_float_ops_kind
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c2191 enum target_float_ops_kind enum
2205 static enum target_float_ops_kind
2216 return target_float_ops_kind::host_float;
2218 return target_float_ops_kind::host_double;
2220 return target_float_ops_kind::host_long_double;
2223 return target_float_ops_kind::binary;
2229 return target_float_ops_kind::decimal;
2239 get_target_float_ops (enum target_float_ops_kind kind)
2245 case target_float_ops_kind::host_float:
2251 case target_float_ops_kind
[all...]

Completed in 187 milliseconds