Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dtst-CMPLX2.c25 #define COMPARE_BODY(A, B, TYPE, COPYSIGN) \ macro
42 COMPARE_BODY (a, b, float, __builtin_copysignf); in comparef()
48 COMPARE_BODY (a, b, double, __builtin_copysign); in compare()
54 COMPARE_BODY (a, b, long double, __builtin_copysignl); in comparel()