Searched refs:bits_in_longdouble (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | target.c | 41 int bits_in_longdouble = 128; variable 102 bits_in_longdouble = 64; in init_target() 111 bits_in_longdouble = 96; in init_target()
|
H A D | target.h | 38 extern int bits_in_longdouble;
|
H A D | symbol.c | 777 …{ &ldouble_ctype, SYM_BASETYPE, MOD_LONG | MOD_LONGLONG, &bits_in_longdouble, &max_fp_align… 782 …{ &float64x_ctype, SYM_BASETYPE, MOD_LONG | MOD_LONGLONG, &bits_in_longdouble, &max_fp_align…
|
H A D | lib.c | 1298 predefined_sizeof("LONG_DOUBLE", "", bits_in_longdouble); in predefined_macros()
|