Home
last modified time | relevance | path

Searched refs:float16_type_node (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-cppbuiltin.c1249 machine_mode float16_type_mode = (float16_type_node in c_cpp_builtins()
1250 ? TYPE_MODE (float16_type_node) in c_cpp_builtins()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbuiltin-types.def82 DEF_PRIMITIVE_TYPE (BT_FLOAT16, (float16_type_node
83 ? float16_type_node
H A Dtree.c8384 machine_mode float16_type_mode = (float16_type_node in excess_precision_type()
8385 ? TYPE_MODE (float16_type_node) in excess_precision_type()
H A Dtree.h3846 #define float16_type_node global_trees[TI_FLOAT16_TYPE] macro
H A Dbuiltins.c1974 else if (mtype == float16_type_node) in mathfn_built_in_2()