Home
last modified time | relevance | path

Searched refs:CMPLXF128 (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/math/
Dtest-float128.h29 #define BUILD_COMPLEX(real, imag) (CMPLXF128 ((real), (imag)))
Dcomplex.h75 # define CMPLXF128(x, y) __builtin_complex ((_Float128) (x), (_Float128) (y)) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.185269 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF128):