Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.c41 int bits_in_longdouble = 128; variable
102 bits_in_longdouble = 64; in init_target()
111 bits_in_longdouble = 96; in init_target()
H A Dtarget.h38 extern int bits_in_longdouble;
H A Dsymbol.c777 …{ &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 Dlib.c1292 predefined_sizeof("LONG_DOUBLE", "", bits_in_longdouble); in predefined_macros()