Home
last modified time | relevance | path

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

/netbsd/src/regress/lib/libc/ieeefp/testfloat/
Dsystfloat.c87 float128 f128; member
140 return uz.f128; in syst_int32_to_float128()
179 return uz.f128; in syst_int64_to_float128()
236 return ub.f128; in syst_float32_to_float128()
346 return uz.f128; in syst_float64_to_float128()
518 const union128 ua = { .f128 = a }; in syst_float128_to_int32_round_to_zero()
527 const union128 ua = { .f128 = a }; in syst_float128_to_int64_round_to_zero()
536 const union128 ua = { .f128 = a }; in syst_float128_to_float32()
546 const union128 ua = { .f128 = a }; in syst_float128_to_float64()
555 const union128 ua = { .f128 = a }, ub = { .f128 = b }; in syst_float128_add()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dfloat128.c22 __float128 f128; variable
31 f128 = 2.375q; in main()
Dfloatn.c23 _Float128 f128; variable
37 f128 = 3.375f128; in main()
/netbsd/src/external/lgpl3/gmp/dist/tests/rand/
Dt-rand.c77 const char *f128[ENTS] = {"0.af66ba932aaf58a071fd8f0742a99a0c@0", "0.73cfa3c664c9c1753507ca60ec6b84… variable
126 {f128, 128},
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.def88 DEF_GCC_BUILTIN (ENUM ## F128, NAME "f128", TYPE_MACRO (FLOAT128), ATTRS) \
130 DEF_FLOATN_BUILTIN (ENUM ## F128, NAME "f128", TYPE_MACRO (FLOAT128), ATTRS) \
DChangeLog-20178233 built-in names to 'f128'.
8236 'f128' built-in functions handles this.
8244 'f128' built-in functions.
DChangeLog-20187184 double built-in functions to be <func>f128 instead of <func>l.
/netbsd/src/external/lgpl3/mpfr/dist/
Dacinclude.m4784 dnl compiler to support hex constants with the f128 or q suffix (this
796 volatile _Float128 x = 0x1.fp+16383f128;
Dconfigure18206 volatile _Float128 x = 0x1.fp+16383f128;
DChangeLog9419 also changed the suffix of the constants from "q" to "f128".
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dsse.md1207 ;; i128 for integer vectors and TARGET_AVX2, f128 otherwise.
1210 [(V16HF "%~128") (V32HF "i64x4") (V16SF "f64x4") (V8SF "f128")
1211 (V8DF "f64x4") (V4DF "f128")
/netbsd/src/external/gpl3/gcc/dist/libgcc/
DChangeLog3244 (COPYSIGN): Use the f128 version instead of the q version.
3249 (COPYSIGN): Use the f128 version instead of the q version.
/netbsd/src/external/gpl3/gcc/dist/
DNEWS5610 and FNx (e.g., 1.2f128 or 2.3F64x). Macros such as FLT128_MAX are