Home
last modified time | relevance | path

Searched refs:TY_LONG (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dnumlimits.c116 max_long = cross_get_type_properties(TY_LONG); in init_max_digits()
307 return TY_LONG; in check_hex_oct()
344 return TY_LONG; in check_hex_oct()
488 return TY_LONG; in check_dec()
528 return TY_LONG; in check_dec()
H A Dtypemap.c151 { TY_LONG, TOK_KEY_SIGNED, 4, 4, 32, ASCII_32BIT }, /* long */
1690 { TY_LONG, TOK_KEY_SIGNED, 0, 0, 0, ASCII_NONE },
1691 TY_LONG,
1986 case TY_LONG: in type_to_index()
2068 case TY_LONG: in cross_do_conv()
2239 && target_type->type->code == TY_LONG) { in cross_convert_tyval()
2249 *result = make_basic_type(TY_LONG); in cross_convert_tyval()
2251 cross_do_conv(to_change, TY_LONG, 1); in cross_convert_tyval()
3252 case TY_LONG: in get_fmt()
3397 case TY_LONG: in do_print_value()
[all …]
H A Dtoken.h197 #define IS_LONG(val) ((val) == TY_LONG || (val) == TY_ULONG)
199 #define TY_LONG 127 macro
H A Devalexpr.c96 cross_do_conv(ex->const_value, TY_LONG, 1); in addr_add_sub()
98 ex->const_value->type->code = TY_LONG; in addr_add_sub()
129 cross_from_host_long(src.value, val, TY_LONG); in addr_add_sub()
130 src.type = make_basic_type(TY_LONG); in addr_add_sub()
141 cross_from_host_long(src.value, origval, TY_LONG); in addr_add_sub()
1824 TY_LONG, 1);
H A Ddefs.c136 { "long", TOK_KEY_LONG, TY_LONG, C89 },
H A Dtoken.c786 } else if (type == TY_LONG) {
1185 if (real_type == TY_LONG
1208 real_type = TY_LONG;
H A Dtype.c666 { "long", TY_LONG },
1215 else if (code == TY_ULONG) rc = TY_LONG;
H A Dsubexpr.c1075 tmp = const_from_value(&factor, /*NULL*/make_basic_type(TY_LONG)); in do_inc_dec()
1077 tytmp = make_basic_type( /*TY_INT*/ TY_LONG); in do_inc_dec()
1811 ty->code == TY_LONG? "signed long" in do_cast()
/dports/lang/nwcc/nwcc_0.8.3/
H A Dnumlimits.c116 max_long = cross_get_type_properties(TY_LONG); in init_max_digits()
307 return TY_LONG; in check_hex_oct()
344 return TY_LONG; in check_hex_oct()
488 return TY_LONG; in check_dec()
528 return TY_LONG; in check_dec()
H A Dfcatalog.c331 return make_basic_type(TY_LONG); in fcat_get_dummy_typedef()
337 return make_basic_type(TY_LONG); /* XXX */ in fcat_get_dummy_typedef()
339 return make_basic_type(TY_LONG); /* XXX */ in fcat_get_dummy_typedef()
341 return make_basic_type(TY_LONG); /* XXX */ in fcat_get_dummy_typedef()
552 case 'd': return TY_LONG; in get_type_by_fmt()
676 case TY_LONG: in check_format_string()
H A Dabigen.c30 TY_LONG, enumerator
57 case TY_LONG: p = "long"; break; in type_to_text()
77 case TY_LONG: in type_to_fmtstring()
H A Dtypemap.c152 { TY_LONG, TOK_KEY_SIGNED, 4, 4, 32, ASCII_32BIT }, /* long */
1691 { TY_LONG, TOK_KEY_SIGNED, 0, 0, 0, ASCII_NONE },
1692 TY_LONG,
1987 case TY_LONG: in type_to_index()
2069 case TY_LONG: in cross_do_conv()
2240 && target_type->type->code == TY_LONG) { in cross_convert_tyval()
2250 *result = make_basic_type(TY_LONG); in cross_convert_tyval()
2252 cross_do_conv(to_change, TY_LONG, 1); in cross_convert_tyval()
3229 case TY_LONG: in get_fmt()
3375 case TY_LONG: in do_print_value()
[all …]
H A Dtoken.h199 #define IS_LONG(val) ((val) == TY_LONG || (val) == TY_ULONG)
201 #define TY_LONG 127 macro
H A Devalexpr.c127 cross_do_conv(ex->const_value, TY_LONG, 1); in addr_add_sub()
129 ex->const_value->type->code = TY_LONG; in addr_add_sub()
160 cross_from_host_long(src.value, val, TY_LONG); in addr_add_sub()
161 src.type = make_basic_type(TY_LONG); in addr_add_sub()
172 cross_from_host_long(src.value, origval, TY_LONG); in addr_add_sub()
1898 TY_LONG, 1);
H A Ddecl.c750 if (ty->code == TY_LONG || in get_base_type()
802 ty->code = TY_LONG; in get_base_type()
804 } else if (ty->code == TY_LONG) { in get_base_type()
824 ty->code = TY_LONG; in get_base_type()
863 if (ty->code == TY_LONG) { in get_base_type()
1235 } else if (ty->code == TY_LONG) { in get_base_type()
H A Ddefs.c134 { "long", TOK_KEY_LONG, TY_LONG, C89 },
H A Dtoken.c811 } else if (type == TY_LONG) {
1210 if (real_type == TY_LONG
1233 real_type = TY_LONG;
H A Dpower_gen.c372 case TY_LONG: in get_sizeof_basic()
1968 make_basic_type(TY_LONG), il); in icode_make_fcall()
2900 if (from->code < TY_LONG) { in conv_int_to_fp_64()
2906 longcode = TY_LONG; in conv_int_to_fp_64()
3089 || (to->code >= TY_LONG) ) in icode_make_cast()
3110 vreg_set_new_type(int_vreg, make_basic_type(TY_LONG)); in icode_make_cast()
H A Dx86_emit_nasm.c212 case TY_LONG: in print_init_expr()
229 TY_LONG, 'd'); in print_init_expr()
234 TY_LONG, 'd'); in print_init_expr()
326 TY_LONG, 'd'); in print_init_expr()
1487 if (t->type == TY_INT || t->type == TY_LONG) {
H A Dtype.c684 { "long", TY_LONG },
1255 else if (code == TY_ULONG) rc = TY_LONG;
H A Dbuiltins.c947 make_basic_type(backend->arch == ARCH_X86? TY_INT: TY_LONG), in x86_builtin_va_arg_to_icode()
1703 fe_const = const_from_value(&long_size, make_basic_type(TY_LONG)); in amd64_builtin_va_arg_to_icode()
1728 fe_const = const_from_value(&long_size, make_basic_type(TY_LONG)); in amd64_builtin_va_arg_to_icode()
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dimhfile.c137 #define TY_LONG 5 macro
573 case TY_LONG:
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Diraffits.c104 #define TY_LONG 5 macro
657 case TY_LONG: in iraftofits()
/dports/astro/cfitsio/cfitsio-3.49/
H A Diraffits.c104 #define TY_LONG 5 macro
657 case TY_LONG: in iraftofits()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Diraffits.c103 #define TY_LONG 5 macro
656 case TY_LONG: in iraftofits()

12