Searched refs:bits_in_longdouble (Results 1 – 17 of 17) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | target-x86.c | 66 .bits_in_longdouble = 96, 97 .bits_in_longdouble = 128, 161 .bits_in_longdouble = 128,
|
D | target.c | 62 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()
|
D | target-s390.c | 40 .bits_in_longdouble = 64, 66 .bits_in_longdouble = 64,
|
D | target-sparc.c | 34 bits_in_longdouble = 128; in init_sparc32() 52 .bits_in_longdouble = 64,
|
D | target.h | 60 extern int bits_in_longdouble; 91 unsigned int bits_in_longdouble; member
|
D | target-xtensa.c | 27 .bits_in_longdouble = 64,
|
D | target-openrisc.c | 27 .bits_in_longdouble = 64,
|
D | target-microblaze.c | 30 .bits_in_longdouble = 64,
|
D | target-m68k.c | 27 .bits_in_longdouble = 96,
|
D | target-nds32.c | 29 .bits_in_longdouble = 64,
|
D | target-h8300.c | 30 .bits_in_longdouble = 64,
|
D | target-sh.c | 32 .bits_in_longdouble = 64,
|
D | target-alpha.c | 29 .bits_in_longdouble = 64,
|
D | target-nios2.c | 42 .bits_in_longdouble = 64,
|
D | target-arm.c | 52 .bits_in_longdouble = 64,
|
D | target-mips.c | 37 .bits_in_longdouble = 64,
|
D | predefine.c | 177 predefined_sizeof("LONG_DOUBLE", "", bits_in_longdouble); in predefined_macros()
|