| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | sancov.cc | 97 else if (TYPE_MODE (type) == TYPE_MODE (double_type_node)) in instrument_comparison() 100 to_type = double_type_node; in instrument_comparison()
|
| D | cppbuiltin.cc | 162 define_type_sizeof ("__SIZEOF_DOUBLE__", double_type_node); in define_builtin_macros_for_type_sizes()
|
| D | dwarf2ctf.cc | 257 = tree_to_uhwi (TYPE_SIZE (double_type_node)); in gen_ctf_base_type() 303 = tree_to_uhwi (TYPE_SIZE (double_type_node)); in gen_ctf_base_type()
|
| D | convert.cc | 168 && (TYPE_MODE (type) == TYPE_MODE (double_type_node) in convert_to_real_1() 266 && (TYPE_MODE (newtype) == TYPE_MODE (double_type_node) in convert_to_real_1()
|
| D | omp-expand.cc | 2557 && (optab_handler (sqrt_optab, TYPE_MODE (double_type_node)) in expand_omp_for_init_vars() 2592 = fold_build1 (FLOAT_EXPR, double_type_node, in expand_omp_for_init_vars() 2598 tree factord = fold_build1 (FLOAT_EXPR, double_type_node, in expand_omp_for_init_vars() 2603 tree stopvald = fold_build1 (FLOAT_EXPR, double_type_node, in expand_omp_for_init_vars() 2614 t = fold_build2 (RDIV_EXPR, double_type_node, factord, in expand_omp_for_init_vars() 2615 build_real (double_type_node, dconst2)); in expand_omp_for_init_vars() 2616 tree t3 = fold_build2 (MINUS_EXPR, double_type_node, in expand_omp_for_init_vars() 2620 t = fold_build2 (MULT_EXPR, double_type_node, factord, in expand_omp_for_init_vars() 2621 build_real (double_type_node, dconst2)); in expand_omp_for_init_vars() 2622 t = fold_build2 (MULT_EXPR, double_type_node, t, stopvald); in expand_omp_for_init_vars() [all …]
|
| D | builtin-types.def | 83 DEF_PRIMITIVE_TYPE (BT_DOUBLE, double_type_node) 132 (build_qualified_type (double_type_node,
|
| D | tree.cc | 7762 machine_mode double_type_mode = TYPE_MODE (double_type_node); in excess_precision_type() 7778 return double_type_node; in excess_precision_type() 9456 double_type_node = make_node (REAL_TYPE); in build_common_tree_nodes() 9457 TYPE_PRECISION (double_type_node) = DOUBLE_TYPE_SIZE; in build_common_tree_nodes() 9458 layout_type (double_type_node); in build_common_tree_nodes() 9488 double_ptr_type_node = build_pointer_type (double_type_node); in build_common_tree_nodes() 9520 complex_double_type_node = build_complex_type (double_type_node, true); in build_common_tree_nodes() 11932 > TYPE_PRECISION (double_type_node) in strip_float_extensions() 11933 && exact_real_truncate (TYPE_MODE (double_type_node), &orig)) in strip_float_extensions() 11934 type = double_type_node; in strip_float_extensions()
|
| D | trans-mem.cc | 1190 else if (type == double_type_node) in tm_log_emit_stmt() 2188 else if (type == double_type_node) in build_tm_load() 2282 else if (type == double_type_node) in build_tm_store()
|
| D | builtins.cc | 2032 if (mtype == double_type_node) in mathfn_built_in_2() 2104 return double_type_node; \ in mathfn_built_in_type() 2130 return double_type_node; \ in mathfn_built_in_type() 8760 type = double_type_node; in fold_builtin_interclass_mathfn() 8784 type = double_type_node; in fold_builtin_interclass_mathfn() 8821 type = double_type_node; in fold_builtin_interclass_mathfn() 8953 arg = fold_build1_loc (loc, NOP_EXPR, double_type_node, arg); in fold_builtin_classify()
|
| D | gimple-ssa-sprintf.cc | 1642 type = double_type_node; in format_floating() 1837 ? long_double_type_node : double_type_node); in format_floating()
|
| D | asan.cc | 3410 = build_function_type_list (void_type_node, double_type_node, in initialize_sanitizer_builtins() 3411 double_type_node, NULL_TREE); in initialize_sanitizer_builtins()
|
| D | ubsan.cc | 481 || TYPE_MODE (eltype) == TYPE_MODE (double_type_node) in ubsan_type_descriptor()
|
| D | match.pd | 527 (if (types_match (type, double_type_node)) 4844 if (TYPE_PRECISION (type1) > TYPE_PRECISION (double_type_node) 4845 && exact_real_truncate (TYPE_MODE (double_type_node), &orig)) 4846 type1 = double_type_node; 6417 (if (TYPE_MAIN_VARIANT (TREE_TYPE (@0)) == double_type_node)))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-lang.cc | 1002 if (mode == TYPE_MODE (double_type_node)) in lto_type_for_mode() 1003 return double_type_node; in lto_type_for_mode() 1371 NAME_TYPE (double_type_node, "double"); in lto_init()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | typeck2.cc | 1014 && (same_type_p (type, double_type_node) in check_narrowing() 1016 || (same_type_p (ftype, double_type_node) in check_narrowing()
|
| D | rtti.cc | 1600 &float_type_node, &double_type_node, &long_double_type_node, in emit_support_tinfos()
|
| D | cvt.cc | 2007 type = double_type_node; in type_promotes_to()
|
| D | mangle.cc | 2663 else if (type == double_type_node) in write_builtin_type()
|
| D | typeck.cc | 426 if (same_type_p (TYPE_MAIN_VARIANT (t1), double_type_node) in cp_common_type() 427 || same_type_p (TYPE_MAIN_VARIANT (t2), double_type_node)) in cp_common_type() 428 return build_type_attribute_variant (double_type_node, in cp_common_type()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-builtin.cc | 429 else if (type_node == double_type_node) in rs6000_type_string() 522 V2DF_type_node = rs6000_vector_type ("__vector double", double_type_node, 2); in rs6000_init_builtins() 624 double_type_internal_node = double_type_node; in rs6000_init_builtins()
|
| D | rs6000.cc | 5696 bdecl = mathfn_built_in (double_type_node, fn); in rs6000_builtin_vectorized_libmass() 20059 else if (type == double_type_node) in rs6000_handle_altivec_attribute() 27763 tree const_double = build_qualified_type (double_type_node, in rs6000_atomic_assign_expand_fenv() 27778 tree fenv_var = create_tmp_var_raw (double_type_node); in rs6000_atomic_assign_expand_fenv() 27781 build4 (TARGET_EXPR, double_type_node, fenv_var, in rs6000_atomic_assign_expand_fenv() 27808 tree fenv_var = create_tmp_var_raw (double_type_node); in rs6000_atomic_assign_expand_fenv() 27810 tree hold_mffs = build4 (TARGET_EXPR, double_type_node, fenv_var, call_mffs, in rs6000_atomic_assign_expand_fenv() 27818 tree fenv_hold_mtfsf = build1 (VIEW_CONVERT_EXPR, double_type_node, in rs6000_atomic_assign_expand_fenv() 27838 tree fenv_clear = create_tmp_var_raw (double_type_node); in rs6000_atomic_assign_expand_fenv() 27840 tree clear_mffs = build4 (TARGET_EXPR, double_type_node, fenv_clear, in rs6000_atomic_assign_expand_fenv() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390-builtin-types.def | 55 DEF_TYPE (BT_DBL, double_type_node, 0) 56 DEF_TYPE (BT_DBLCONST, double_type_node, 1)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.h | 1633 #define UNITS_PER_DOUBLE (TYPE_PRECISION (double_type_node) / BITS_PER_UNIT)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.cc | 11123 tree v8qi_ftype_df_si = build_function_type_list (v8qi, double_type_node, in sparc_vis_init_builtins() 11125 tree v4hi_ftype_df_si = build_function_type_list (v4hi, double_type_node, in sparc_vis_init_builtins() 11127 tree v2si_ftype_df_si = build_function_type_list (v2si, double_type_node, in sparc_vis_init_builtins() 11164 tree df_ftype_df_df = build_function_type_list (double_type_node, in sparc_vis_init_builtins() 11165 double_type_node, in sparc_vis_init_builtins() 11166 double_type_node, 0); in sparc_vis_init_builtins()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm-builtins.cc | 1460 return double_type_node; in arm_simd_builtin_std_type() 1657 (*lang_hooks.types.register_builtin_type) (double_type_node, in arm_init_simd_builtin_scalar_types()
|