Searched refs:f128 (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/regress/lib/libc/ieeefp/testfloat/ |
| D | systfloat.c | 87 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/ |
| D | float128.c | 22 __float128 f128; variable 31 f128 = 2.375q; in main()
|
| D | floatn.c | 23 _Float128 f128; variable 37 f128 = 3.375f128; in main()
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/rand/ |
| D | t-rand.c | 77 const char *f128[ENTS] = {"0.af66ba932aaf58a071fd8f0742a99a0c@0", "0.73cfa3c664c9c1753507ca60ec6b84… variable 126 {f128, 128},
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | builtins.def | 88 DEF_GCC_BUILTIN (ENUM ## F128, NAME "f128", TYPE_MACRO (FLOAT128), ATTRS) \ 130 DEF_FLOATN_BUILTIN (ENUM ## F128, NAME "f128", TYPE_MACRO (FLOAT128), ATTRS) \
|
| D | ChangeLog-2017 | 8233 built-in names to 'f128'. 8236 'f128' built-in functions handles this. 8244 'f128' built-in functions.
|
| D | ChangeLog-2018 | 7184 double built-in functions to be <func>f128 instead of <func>l.
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | acinclude.m4 | 784 dnl compiler to support hex constants with the f128 or q suffix (this 796 volatile _Float128 x = 0x1.fp+16383f128;
|
| D | configure | 18206 volatile _Float128 x = 0x1.fp+16383f128;
|
| D | ChangeLog | 9419 also changed the suffix of the constants from "q" to "f128".
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | sse.md | 1207 ;; 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/ |
| D | ChangeLog | 3244 (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/ |
| D | NEWS | 5610 and FNx (e.g., 1.2f128 or 2.3F64x). Macros such as FLT128_MAX are
|