Searched refs:_Float32x (Results 1 – 24 of 24) sorted by relevance
/glibc-2.36/sysdeps/ieee754/dbl-64/ ! |
D | s_f32xaddf64.c | 25 _Float32x 28 NARROW_ADD_TRIVIAL (x, y, _Float32x); in __f32xaddf64()
|
D | s_f32xdivf64.c | 25 _Float32x 28 NARROW_DIV_TRIVIAL (x, y, _Float32x); in __f32xdivf64()
|
D | s_f32xmulf64.c | 25 _Float32x 28 NARROW_MUL_TRIVIAL (x, y, _Float32x); in __f32xmulf64()
|
D | s_f32xsubf64.c | 25 _Float32x 28 NARROW_SUB_TRIVIAL (x, y, _Float32x); in __f32xsubf64()
|
/glibc-2.36/sysdeps/i386/fpu/ ! |
D | s_f32xaddf64.c | 24 _Float32x 36 _Float32x ret = math_narrow_eval (x + y); in __f32xaddf64()
|
D | s_f32xsubf64.c | 24 _Float32x 36 _Float32x ret = math_narrow_eval (x - y); in __f32xsubf64()
|
D | s_f32xdivf64.c | 22 _Float32x
|
D | s_f32xmulf64.c | 22 _Float32x
|
/glibc-2.36/math/ ! |
D | test-flt-eval-method.c | 39 typedef _Float32x my_float_t; 40 typedef _Float32x my_double_t;
|
D | complex.h | 79 # define CMPLXF32X(x, y) __builtin_complex ((_Float32x) (x), (_Float32x) (y)) 210 # define _Mdouble_ _Float32x
|
D | math.h | 175 typedef _Float32x float_t; 176 typedef _Float32x double_t; 493 # define _Mdouble_ _Float32x 645 # define _Marg_ _Float32x 695 # define _Marg_ _Float32x 744 # define _Mret_ _Float32x 754 # define _Mret_ _Float32x 764 # define _Mret_ _Float32x 774 # define _Mret_ _Float32x
|
D | test-arg-float32x.h | 24 #define ARG_FLOAT _Float32x
|
D | test-float32x.h | 27 #define FLOAT _Float32x
|
D | tgmath.h | 685 (__extension__ (sizeof ((__tgmath_real_type (X)) 0) > sizeof (_Float32x) \ 690 + (__tgmath_real_type (Y)) 0) > sizeof (_Float32x) \ 696 + (__tgmath_real_type (Z)) 0) > sizeof (_Float32x) \
|
D | Versions | 448 # _Float32, _Float64 and _Float32x functions, for all configurations.
|
/glibc-2.36/bits/ ! |
D | floatn-common.h | 171 # define __CFLOAT32X _Complex _Float32x 268 typedef double _Float32x; typedef
|
/glibc-2.36/wcsmbs/ ! |
D | Versions | 48 # _Float32, _Float64 and _Float32x functions, for all configurations.
|
D | wchar.h | 412 extern _Float32x wcstof32x (const wchar_t *__restrict __nptr, 530 extern _Float32x wcstof32x_l (const wchar_t *__restrict __nptr,
|
/glibc-2.36/stdlib/ ! |
D | tst-strtod.h | 96 (mfunc, f32x, _Float32x, strfromf32x, F32X, f32x, ##__VA_ARGS__)) \
|
D | stdlib.h | 159 extern _Float32x strtof32x (const char *__restrict __nptr, 252 _Float32x __f) 338 extern _Float32x strtof32x_l (const char *__restrict __nptr,
|
D | Versions | 134 # _Float32, _Float64 and _Float32x functions, for all configurations.
|
/glibc-2.36/manual/ ! |
D | math.texi | 69 provided for @code{_Float32}, @code{_Float64} and @code{_Float32x} on
|
/glibc-2.36/ ! |
D | NEWS | 2571 _Float32x types, as defined by ISO/IEC TS 18661-3:2015. These are
|
/glibc-2.36/ChangeLog.old/ ! |
D | ChangeLog.19 | 25873 and _Float32x. 25875 * math/Versions (GLIBC_2.27): Add _Float64 and _Float32x 29302 _Float32, _Float64, _Float32x, _Float64x and _Float128x.
|