Searched refs:ldouble_ctype (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | builtin.c | 699 { "__builtin_fmal", &ldouble_ctype, 0, { &ldouble_ctype, &ldouble_ctype, &ldouble_ctype }}, 704 { "__builtin_huge_vall", &ldouble_ctype, 0 }, 708 { "__builtin_infl", &ldouble_ctype, 0 }, 734 { "__builtin_nanl", &ldouble_ctype, 0, { &const_string_ctype }},
|
D | target-ppc.c | 17 if (ldouble_ctype.bit_size == 128) { in predefine_ppc()
|
D | symbol.c | 826 float_ctype, double_ctype, ldouble_ctype, variable 917 { &ldouble_ctype, T_FLOAT( 1, longdouble) },
|
D | symbol.h | 299 float_ctype, double_ctype, ldouble_ctype,
|
D | expression.c | 371 expr->ctype = &ldouble_ctype; in get_number_value()
|
D | show-parse.c | 265 { &ldouble_ctype,"long double", "L" },
|
D | parse.c | 1492 {&float_ctype, &double_ctype, &ldouble_ctype};
|