Home
last modified time | relevance | path

Searched refs:_Float32x (Results 1 – 24 of 24) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/ !
Ds_f32xaddf64.c25 _Float32x
28 NARROW_ADD_TRIVIAL (x, y, _Float32x); in __f32xaddf64()
Ds_f32xdivf64.c25 _Float32x
28 NARROW_DIV_TRIVIAL (x, y, _Float32x); in __f32xdivf64()
Ds_f32xmulf64.c25 _Float32x
28 NARROW_MUL_TRIVIAL (x, y, _Float32x); in __f32xmulf64()
Ds_f32xsubf64.c25 _Float32x
28 NARROW_SUB_TRIVIAL (x, y, _Float32x); in __f32xsubf64()
/glibc-2.36/sysdeps/i386/fpu/ !
Ds_f32xaddf64.c24 _Float32x
36 _Float32x ret = math_narrow_eval (x + y); in __f32xaddf64()
Ds_f32xsubf64.c24 _Float32x
36 _Float32x ret = math_narrow_eval (x - y); in __f32xsubf64()
Ds_f32xdivf64.c22 _Float32x
Ds_f32xmulf64.c22 _Float32x
/glibc-2.36/math/ !
Dtest-flt-eval-method.c39 typedef _Float32x my_float_t;
40 typedef _Float32x my_double_t;
Dcomplex.h79 # define CMPLXF32X(x, y) __builtin_complex ((_Float32x) (x), (_Float32x) (y))
210 # define _Mdouble_ _Float32x
Dmath.h175 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
Dtest-arg-float32x.h24 #define ARG_FLOAT _Float32x
Dtest-float32x.h27 #define FLOAT _Float32x
Dtgmath.h685 (__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) \
DVersions448 # _Float32, _Float64 and _Float32x functions, for all configurations.
/glibc-2.36/bits/ !
Dfloatn-common.h171 # define __CFLOAT32X _Complex _Float32x
268 typedef double _Float32x; typedef
/glibc-2.36/wcsmbs/ !
DVersions48 # _Float32, _Float64 and _Float32x functions, for all configurations.
Dwchar.h412 extern _Float32x wcstof32x (const wchar_t *__restrict __nptr,
530 extern _Float32x wcstof32x_l (const wchar_t *__restrict __nptr,
/glibc-2.36/stdlib/ !
Dtst-strtod.h96 (mfunc, f32x, _Float32x, strfromf32x, F32X, f32x, ##__VA_ARGS__)) \
Dstdlib.h159 extern _Float32x strtof32x (const char *__restrict __nptr,
252 _Float32x __f)
338 extern _Float32x strtof32x_l (const char *__restrict __nptr,
DVersions134 # _Float32, _Float64 and _Float32x functions, for all configurations.
/glibc-2.36/manual/ !
Dmath.texi69 provided for @code{_Float32}, @code{_Float64} and @code{_Float32x} on
/glibc-2.36/ !
DNEWS2571 _Float32x types, as defined by ISO/IEC TS 18661-3:2015. These are
/glibc-2.36/ChangeLog.old/ !
DChangeLog.1925873 and _Float32x.
25875 * math/Versions (GLIBC_2.27): Add _Float64 and _Float32x
29302 _Float32, _Float64, _Float32x, _Float64x and _Float128x.