Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-x86.c66 .bits_in_longdouble = 96,
97 .bits_in_longdouble = 128,
161 .bits_in_longdouble = 128,
Dtarget.c62 int bits_in_longdouble = 128; variable
263 if (target->bits_in_longdouble) in target_init()
264 bits_in_longdouble = target->bits_in_longdouble; in target_init()
Dtarget-s390.c40 .bits_in_longdouble = 64,
66 .bits_in_longdouble = 64,
Dtarget-sparc.c34 bits_in_longdouble = 128; in init_sparc32()
52 .bits_in_longdouble = 64,
Dtarget.h60 extern int bits_in_longdouble;
91 unsigned int bits_in_longdouble; member
Dtarget-xtensa.c27 .bits_in_longdouble = 64,
Dtarget-openrisc.c27 .bits_in_longdouble = 64,
Dtarget-microblaze.c30 .bits_in_longdouble = 64,
Dtarget-m68k.c27 .bits_in_longdouble = 96,
Dtarget-nds32.c29 .bits_in_longdouble = 64,
Dtarget-h8300.c30 .bits_in_longdouble = 64,
Dtarget-sh.c32 .bits_in_longdouble = 64,
Dtarget-alpha.c29 .bits_in_longdouble = 64,
Dtarget-nios2.c42 .bits_in_longdouble = 64,
Dtarget-arm.c52 .bits_in_longdouble = 64,
Dtarget-mips.c37 .bits_in_longdouble = 64,
Dpredefine.c177 predefined_sizeof("LONG_DOUBLE", "", bits_in_longdouble); in predefined_macros()