Home
last modified time | relevance | path

Searched refs:bits_in_double (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.h37 extern int bits_in_double;
H A Dtarget.c40 int bits_in_double = 64; variable
H A Dsymbol.c776 …{ &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 Dlib.c1291 predefined_sizeof("DOUBLE", "", bits_in_double); in predefined_macros()