Home
last modified time | relevance | path

Searched refs:builtin_define_decimal_float_constants (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c323 builtin_define_decimal_float_constants (const char *name_prefix, in builtin_define_decimal_float_constants() function
1185 builtin_define_decimal_float_constants ("DEC32", "DF", in c_cpp_builtins()
1187 builtin_define_decimal_float_constants ("DEC64", "DD", in c_cpp_builtins()
1189 builtin_define_decimal_float_constants ("DEC128", "DL", in c_cpp_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc334 builtin_define_decimal_float_constants (const char *name_prefix, in builtin_define_decimal_float_constants() function
1275 builtin_define_decimal_float_constants ("DEC32", "DF", in c_cpp_builtins()
1277 builtin_define_decimal_float_constants ("DEC64", "DD", in c_cpp_builtins()
1279 builtin_define_decimal_float_constants ("DEC128", "DL", in c_cpp_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20051134 * c-cppbuiltin.c (builtin_define_decimal_float_constants): New.
1137 Call builtin_define_decimal_float_constants for each type.
H A DChangeLog-200934495 * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust