Home
last modified time | relevance | path

Searched refs:ldouble_ctype (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_sval.c81 ret.type = &ldouble_ctype; in sval_type_fval()
101 ret.type = &ldouble_ctype; in sval_from_fval()
168 if (sval.type == &ldouble_ctype) in fp_is_min()
196 if (sval.type == &ldouble_ctype) in fp_is_max()
366 } else if (type == &ldouble_ctype) { in cast_to_fp()
394 else if (sval.type == &ldouble_ctype) in cast_from_fp()
780 else if (sval.type == &ldouble_ctype) { in fp_to_str()
H A Dbuiltin.c432 declare_builtin("__builtin_huge_vall", &ldouble_ctype, 0, NULL); in declare_builtins()
436 declare_builtin("__builtin_infl", &ldouble_ctype, 0, NULL); in declare_builtins()
459 declare_builtin("__builtin_nanl", &ldouble_ctype, 0, &const_string_ctype, NULL); in declare_builtins()
H A Dsymbol.c696 float_ctype, double_ctype, ldouble_ctype, variable
777 …{ &ldouble_ctype, SYM_BASETYPE, MOD_LONG | MOD_LONGLONG, &bits_in_longdouble, &max_fp_align…
H A Dsymbol.h273 float_ctype, double_ctype, ldouble_ctype,
H A Dsmatch.h1329 type == &ldouble_ctype); in type_is_fp()
1402 if (one.type == &ldouble_ctype) { in fp_cmp()
H A Dsmatch_type.c810 {&ldouble_ctype, "ldouble"},
H A Dexpression.c359 expr->ctype = &ldouble_ctype; in get_number_value()
H A Dshow-parse.c255 { &ldouble_ctype,"long double", "L" },
H A Dsmatch_ranges.c442 else if (type == &ldouble_ctype) in parse_val()
H A Dparse.c1568 {&float_ctype, &double_ctype, &ldouble_ctype};