Home
last modified time | relevance | path

Searched refs:_Float16 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/bits/
Dfloatn-common.h83 # define __f16(x) ((_Float16) x##f)
143 # define __CFLOAT16 _Complex _Float16
199 typedef float _Float16 __attribute__ ((__mode__ (__HF__))); typedef
203 # define __builtin_huge_valf16() ((_Float16) __builtin_huge_val ())
204 # define __builtin_inff16() ((_Float16) __builtin_inf ())
205 # define __builtin_nanf16(x) ((_Float16) __builtin_nan (x))
206 # define __builtin_nansf16(x) ((_Float16) __builtin_nans (x))
/glibc-2.36/math/
Dcomplex.h63 # define CMPLXF16(x, y) __builtin_complex ((_Float16) (x), (_Float16) (y))
162 # define _Mdouble_ _Float16
Dmath.h425 # define _Mdouble_ _Float16
634 # define _Mret_ _Float16
644 # define _Mret_ _Float16
654 # define _Mret_ _Float16
664 # define _Mret_ _Float16
674 # define _Mret_ _Float16
684 # define _Mret_ _Float16
/glibc-2.36/stdlib/
Dtst-strtod.h88 (mfunc, f16, _Float16, strfromf16, F16, f16, ##__VA_ARGS__)) \
Dstdlib.h135 extern _Float16 strtof16 (const char *__restrict __nptr,
228 _Float16 __f)
310 extern _Float16 strtof16_l (const char *__restrict __nptr,
/glibc-2.36/wcsmbs/
Dwchar.h392 extern _Float16 wcstof16 (const wchar_t *__restrict __nptr,
506 extern _Float16 wcstof16_l (const wchar_t *__restrict __nptr,
/glibc-2.36/ChangeLog.old/
DChangeLog.1929301 (GEN_TEST_STRTOD_FOREACH): Conditionally call macros for _Float16,