OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kind_of_float
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
atof-vax.c
400
char
kind_of_float
;
408
kind_of_float
= 'f';
413
kind_of_float
= 'd';
417
kind_of_float
= 'g';
421
kind_of_float
= 'h';
425
kind_of_float
= 0;
429
if (
kind_of_float
)
434
kind_of_float
,
440
number_of_chars = atof_vax_sizeof (
kind_of_float
);
453
return
kind_of_float
? NULL : _("Unrecognized or unsupported floating point constant")
396
char
kind_of_float
;
local
[
all
...]
Completed in 47 milliseconds