Searched refs:what_kind (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | atof-tahoe.c | 153 atof_tahoe (str, what_kind, words) in atof_tahoe() argument 155 char what_kind; /* 'd', 'f', 'g', 'h' */ 173 if (what_kind_of_float (what_kind, &precision, &exponent_bits)) 196 if (flonum_gen2tahoe (what_kind, &f, words))
|
| D | atof-vax.c | 192 int what_kind, /* 'd', 'f', 'g', 'h' */ in atof_vax() argument 211 if (what_kind_of_float (what_kind, &precision, &exponent_bits)) in atof_vax() 231 else if (flonum_gen2vax (what_kind, &f, words)) in atof_vax()
|
| D | atof-ieee.c | 163 int what_kind, /* 'd', 'f', 'g', 'h'. */ in atof_ieee() argument 193 switch (what_kind) in atof_ieee()
|
| D | tc-tic4x.c | 625 tic4x_atof (str, what_kind, words) in tic4x_atof() argument 627 char what_kind; 656 switch (what_kind)
|
| /mirbsd/src/usr.sbin/mtrace/ |
| D | mtrace.c | 152 int what_kind(struct resp_buf *buf, char *why); 698 what_kind(&base, r->tr_rflags == TR_OLD_ROUTER ? in passive_mode() 768 what_kind(struct resp_buf *buf, char *why) in what_kind() function 1422 what_kind(&base, r->tr_rflags == TR_OLD_ROUTER ? in main() 1459 if (what_kind(&base, "didn't respond")) { in main() 1524 what_kind(&base, r->tr_rflags == TR_OLD_ROUTER ? in main()
|