Searched refs:bits_in_double (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | target.h | 37 extern int bits_in_double;
|
H A D | target.c | 40 int bits_in_double = 64; variable
|
H A D | symbol.c | 776 …{ &double_ctype, SYM_BASETYPE, MOD_LONG, &bits_in_double, &max_fp_alignment, &fp_… 780 …{ &float32x_ctype, SYM_BASETYPE, MOD_LONG, &bits_in_double, &max_fp_alignment, &fp_…
|
H A D | lib.c | 1297 predefined_sizeof("DOUBLE", "", bits_in_double); in predefined_macros()
|