Home
last modified time | relevance | path

Searched refs:c_long_double (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dconfig.d80 alias c_long_double = real; in version() local
190 alias c_long_double = real;
192 alias c_long_double = real; // 64-bit real for MSVC targets
196 alias c_long_double = real; in version()
198 alias c_long_double = real; in version()
210 alias __c_long_double c_long_double; in version() local
216 alias real c_long_double; in version() local
221 alias real c_long_double; in version()
223 alias real c_long_double; in version()
225 alias real c_long_double; in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diso-c-binding.def115 NAMED_REALCST (ISOCBINDING_LONG_DOUBLE, "c_long_double", \
H A Dgfortran.h2374 unsigned int c_long_double : 1; member
H A Dtrans-types.c847 info->c_long_double = 1; in gfc_build_real_type()
H A Dtrans-intrinsic.c866 else if (gfc_real_kinds[n].c_long_double) in gfc_get_intrinsic_lib_fndecl()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Diso-c-binding.def115 NAMED_REALCST (ISOCBINDING_LONG_DOUBLE, "c_long_double", \
H A Dgfortran.h2663 unsigned int c_long_double : 1; member
H A Dtrans-types.cc875 info->c_long_double = 1; in gfc_build_real_type()
H A DChangeLog1659 (gfc_build_real_type): Don't set c_long_double if c_float128 is
H A DChangeLog-2004660 (gfc_real_info): Add mode_precision, c_float, c_double, c_long_double.
H A Dtrans-intrinsic.cc874 else if (gfc_real_kinds[n].c_long_double) in gfc_get_intrinsic_lib_fndecl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Ddassert.d265 import core.stdc.config : LD = c_long_double; in miniFormat()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtoh.d1984 else if (ed.ident == DMDType.c_long_double)
3055 __gshared Identifier c_long_double;
3068 c_long_double = Identifier.idPool("__c_long_double");