OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Float128
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/
kinds-override.h
29
# error "Where has
_Float128
gone?"
34
typedef
_Float128
GFC_REAL_17;
35
typedef _Complex
_Float128
GFC_COMPLEX_17;
libgfortran.h
250
may not support (like
_Float128
). */
1963
extern
_Float128
__acoshieee128 (
_Float128
)
1965
extern
_Float128
__acosieee128 (
_Float128
)
1967
extern
_Float128
__asinhieee128 (
_Float128
)
1969
extern
_Float128
__asinieee128 (
_Float128
)
1971
extern
_Float128
__atan2ieee128 (_Float128
[
all
...]
configure
26025
_Float128
__acoshieee128 (
_Float128
);
26026
_Float128
(*ptr)(
_Float128
) = __acoshieee128;
26067
_Float128
__acosieee128 (
_Float128
);
26068
_Float128
(*ptr)(
_Float128
) = __acosieee128;
26109
_Float128
__asinhieee128 (
_Float128
);
[
all
...]
/src/external/gpl3/gcc/dist/fixincludes/tests/base/bits/
floatn.h
46
typedef __float128
_Float128
;
50
typedef __float128
_Float128
;
59
# define __CFLOAT128 _Complex
_Float128
63
_Complex
_Float128
. */
67
# define __CFLOAT128 _Complex
_Float128
83
typedef long double
_Float128
;
/src/external/lgpl3/mpfr/dist/src/
get_float128.c
2
number to a
_Float128
number
29
_Float128
34
return (
_Float128
) mpfr_get_d (x, rnd_mode);
37
_Float128
r; /* result */
38
_Float128
m;
65
/* First round x to the target
_Float128
precision, taking the
86
r *= 1 / (2 * (
_Float128
) MPFR_LIMB_HIGHBIT);
set_float128.c
1
/* mpfr_set_float128 -- convert a machine
_Float128
number to
30
/*
_Float128
type from ISO/IEC TS 18661 */
40
mpfr_set_float128 (mpfr_ptr r,
_Float128
d, mpfr_rnd_t rnd_mode)
45
_Float128
p[14], q[14];
69
else if (MPFR_UNLIKELY (d == (
_Float128
) 0.0))
132
d *= 2 * (
_Float128
) MPFR_LIMB_HIGHBIT;
mpfr.h
479
__MPFR_DECLSPEC int mpfr_set_float128 (mpfr_ptr,
_Float128
, mpfr_rnd_t);
480
__MPFR_DECLSPEC
_Float128
mpfr_get_float128 (mpfr_srcptr, mpfr_rnd_t);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
floatn.c
23
_Float128
f128;
29
_Complex
_Float128
c128;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
floatn.c
23
_Float128
f128;
29
_Complex
_Float128
c128;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
std_abs.h
119
constexpr
_Float128
120
abs(
_Float128
__x)
123
constexpr
_Float128
124
abs(
_Float128
__x)
cpp_type_traits.h
348
struct __is_floating<
_Float128
>
/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
quad-float128.h
31
same IEEE 128-bit type (either long double or
_Float128
) for both the
36
We can't use _Compelx
_float128
since GCC doesn't allow it. It only allows
37
_Complex for
_Float128
or for long double.
39
We use
_Float128
when long double is IBM double-double or 64-bit, and long
44
_Float128
).
46
Even though the type
_Float128
and long double (when long double uses IEEE
51
either be a synonym for
_Float128
(when long double is IBM) or for long
59
#define TFtype
_Float128
60
#define TCtype _Complex
_Float128
211
_Float128
instead of TFmode because _strtokf and _strfromkf must be compile
[
all
...]
/src/external/lgpl3/mpfr/dist/tests/
tset_float128.c
36
_Float128
f;
165
_Float128
f, e;
180
f = f - (
_Float128
) 1.0;
261
_Float128
e, f;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
type_traits.h
213
struct __promote<
_Float128
>
214
{ typedef
_Float128
__type; };
/src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
quad-float128.h
195
_Float128
instead of TFmode because _strtokf and _strfromkf must be compiled
197
extern
_Float128
__strtokf (const char *, char **);
199
_Float128
);
/src/external/lgpl3/mpc/dist/tools/mpcheck/
mpcheck-float128.c
50
#define TYPE
_Float128
/src/external/gpl3/gcc/dist/libgcc/
dfp-bit.h
298
#define BFP_TYPE
_Float128
300
#define BFP_VIA_TYPE
_Float128
302
extern
_Float128
__strtoieee128 (const char *, char **);
/src/external/gpl3/gcc.old/dist/libgcc/
dfp-bit.h
298
#define BFP_TYPE
_Float128
300
#define BFP_VIA_TYPE
_Float128
302
extern
_Float128
__strtoieee128 (const char *, char **);
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc
69
extern "C"
_Float128
__strtof128(const char*, char**)
689
else if constexpr (is_same_v<T,
_Float128
>)
693
tmpval =
_Float128
(std::strtold(str, &endptr));
1329
// Overload for
_Float128
is not defined inline in <charconv>, define it here.
1331
from_chars(const char* first, const char* last,
_Float128
& value,
floating_to_chars.cc
48
extern "C" int __strfromf128(char*, size_t, const char*,
_Float128
)
92
using F128_type =
_Float128
;
1063
if constexpr (is_same_v<T,
_Float128
>)
1873
to_chars(char* first, char* last,
_Float128
value) noexcept
1879
to_chars(char* first, char* last,
_Float128
value, chars_format fmt) noexcept
1885
to_chars(char* first, char* last,
_Float128
value, chars_format fmt,
/src/external/gpl3/gcc/dist/fixincludes/
inclhack.def
2122
typedef __float128
_Float128
;
2126
typedef __float128
_Float128
;
2145
# define __CFLOAT128 _Complex
_Float128
2149
_Complex
_Float128
. */
2153
# define __CFLOAT128 _Complex
_Float128
2172
"[ \t]*typedef[ \t]+[^\n]*[ \t]+
_Float128
;)";
2177
typedef long double
_Float128
;
2187
"([ \t]*#[ \t]+error \"
_Float128
[xX] supported but no )";
/src/external/gpl3/gcc/dist/libgfortran/io/
write_float.def
902
gfor_strfromf128 (char *buffer, size_t size, int kind, int prec,
_Float128
val)
/src/external/gpl3/gcc/dist/libgfortran/caf/
single.c
479
typedef
_Float128
real128t;
480
typedef _Complex
_Float128
complex128t;
/src/external/lgpl3/mpfr/dist/
configure
1520
(
_Float128
or __float128) [default=autodetect]
18197
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if
_Float128
with hex constants is supported" >&5
18198
printf %s "checking if
_Float128
with hex constants is supported... " >&6; }
18206
volatile
_Float128
x = 0x1.fp+16383f128;
18228
#define
_Float128
__float128
18234
volatile
_Float128
x = 0x1.fp+16383q;
18249
printf "%s\n" "#define
_Float128
__float128" >>confdefs.h
18255
as_fn_error $? "compiler doesn't know
_Float128
or __float128 with hex constants.
Completed in 68 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026