Searched refs:real_part (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtarghooks.cc2358 tree real_part, imag_part; local
2360 real_part = std_gimplify_va_arg_expr (valist,
2362 real_part = get_initialized_tmp_var (real_part, pre_p);
2368 return build2 (COMPLEX_EXPR, type, real_part, imag_part);
H A Dtree-ssa-math-opts.cc2200 tree real_part, imag_part, addend1, addend2, sum, result; local
2211 real_part = build_and_insert_ref (gsi, loc, type, "cabs",
2214 real_part, real_part);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtarghooks.c2178 tree real_part, imag_part; local
2180 real_part = std_gimplify_va_arg_expr (valist,
2182 real_part = get_initialized_tmp_var (real_part, pre_p);
2188 return build2 (COMPLEX_EXPR, type, real_part, imag_part);
H A Dtree-ssa-math-opts.c2066 tree real_part, imag_part, addend1, addend2, sum, result; local
2077 real_part = build_and_insert_ref (gsi, loc, type, "cabs",
2080 real_part, real_part);
H A Dhsa-gen.c2460 hsa_op_immed *real_part = new hsa_op_immed (TREE_REALPART (rhs)); local
2470 hsa_build_append_simple_mov (real_part_reg, real_part, hbb);
6511 tree real_part = make_temp_ssa_name (rhs_type, NULL, local
6520 gimple_call_set_lhs (cos, real_part);
6532 real_part, imag_part);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc2631 tree real_part, imag_part;
2634 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
2638 real_part = get_initialized_tmp_var (real_part, pre_p, &post);
2644 return build2 (COMPLEX_EXPR, type, real_part, imag_part);
2626 tree real_part, imag_part; local
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc977 tree req = build_float_identity (code, real_part (t1ref),
978 real_part (t2ref));
1557 real_part (tree ce) function
1597 real_part (expr));
2323 tree re = build_call_expr (fmodfn, 2, real_part (arg0), arg1);
H A Dintrinsics.cc698 return compound_expr (exp, real_part (result));
H A Dd-tree.h564 extern tree real_part (tree);
H A Dd-convert.cc209 d_truthvalue_conversion (real_part (t)),
H A Dexpr.cc294 tree req = build_float_identity (code, real_part (t1),
295 real_part (t2));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dintrinsics.cc636 return compound_expr (exp, real_part (result));
H A Dd-codegen.cc916 tree req = build_float_identity (code, real_part (t1ref),
917 real_part (t2ref));
1489 real_part (tree ce) function
2034 tree re = build_call_expr (fmodfn, 2, real_part (arg0), arg1);
H A Dd-tree.h551 extern tree real_part (tree);
H A Dd-convert.cc209 d_truthvalue_conversion (real_part (t)),
H A Dexpr.cc290 tree req = build_float_identity (code, real_part (t1),
291 real_part (t2));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c3259 tree real_part, imag_part;
3261 real_part = xtensa_gimplify_va_arg_expr (valist, TREE_TYPE (type),
3263 real_part = get_initialized_tmp_var (real_part, pre_p, NULL);
3270 return build2 (COMPLEX_EXPR, type, real_part, imag_part);
3257 tree real_part, imag_part; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc3291 tree real_part, imag_part;
3293 real_part = xtensa_gimplify_va_arg_expr (valist, TREE_TYPE (type),
3295 real_part = get_initialized_tmp_var (real_part, pre_p, NULL);
3302 return build2 (COMPLEX_EXPR, type, real_part, imag_part);
3289 tree real_part, imag_part; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c6255 tree real_part, imag_part, real_temp;
6257 real_part = alpha_gimplify_va_arg_1 (TREE_TYPE (type), base,
6262 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL);
6336 tree real_part, imag_part, real_temp;
6341 real_part = alpha_gimplify_va_arg_1 (ptr_type, base,
6343 real_part = build_va_arg_indirect_ref (real_part);
6347 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL);
6241 tree real_part, imag_part, real_temp; local
6322 tree real_part, imag_part, real_temp; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc6255 tree real_part, imag_part, real_temp;
6257 real_part = alpha_gimplify_va_arg_1 (TREE_TYPE (type), base,
6262 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL);
6336 tree real_part, imag_part, real_temp;
6341 real_part = alpha_gimplify_va_arg_1 (ptr_type, base,
6343 real_part = build_va_arg_indirect_ref (real_part);
6347 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL);
6241 tree real_part, imag_part, real_temp; local
6322 tree real_part, imag_part, real_temp; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalprint.c806 struct value *real_part = value_real_part (val);
807 value_print_scalar_formatted (real_part, options, 0, stream);
805 struct value *real_part = value_real_part (val); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalprint.c856 struct value *real_part = value_real_part (val);
857 value_print_scalar_formatted (real_part, options, 0, stream);
855 struct value *real_part = value_real_part (val); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c8066 tree real_part, imag_part;
8069 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
8073 real_part = get_initialized_tmp_var (real_part, pre_p, &post);
8079 return build2 (COMPLEX_EXPR, type, real_part, imag_part);
8059 tree real_part, imag_part; local

Completed in 422 milliseconds