Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dtest-float.h22 #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag)))
Dtst-CMPLX.c46 C (CMPLXF, float); in do_test()
Dtst-CMPLX2.c112 float, comparecf, CMPLXF); in check_float()
Dcomplex.h58 # define CMPLXF(x, y) __builtin_complex ((float) (x), (float) (y)) macro
/glibc-2.36/conform/data/
Dcomplex.h-data79 macro-function {float complex} CMPLXF (float, float)
/glibc-2.36/
DNEWS5208 + CMPLX, CMPLXF, CMPLXL added
/glibc-2.36/ChangeLog.old/
DChangeLog.1889530 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.