Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dtgmath_h.c34 #define TGMATHC(f_) f_(f1); f_(d1); f_(ld1); f_(fc1); f_(dc1); f_(ldc1);
35 #define TGMATHCONLY(f_) f_(fc1); f_(dc1); f_(ldc1);
37 #define TGMATH2C(f_) f_(f1, f2); f_(d1, d2); f_(ld1, ld2); f_(fc1, fc2); f_(dc1, dc2); f_(ldc1, ldc…
51 long double complex ldc1, ldc2, ldc3; in tgmath_h() local
52 ldc1 = ldc2 = ldc3 = 0; in tgmath_h()