Searched refs:finites (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/tests/msun/
H A Dcexp_test.c92 static const float finites[] = variable
119 for (i = 0; i < nitems(finites); i++) {
121 testall(CMPLXL(finites[i], NAN), CMPLXL(NAN, NAN),
123 if (finites[i] == 0.0)
126 testall(CMPLXL(NAN, finites[i]), CMPLXL(NAN, NAN),
151 for (i = 0; i < nitems(finites); i++) {
153 testall(CMPLXL(finites[i], INFINITY), CMPLXL(NAN, NAN),
192 for (i = 0; i < nitems(finites); i++) {
195 test(cexp, CMPLXL(finites[i], 0.0),
196 CMPLXL(exp(finites[
[all...]
H A Dctrig_test.c228 static const long double finites[] = { local
254 for (i = 0; i < sizeof(finites) / sizeof(finites[0]); i++) {
255 z = CMPLXL(INFINITY, finites[i]);
256 c = INFINITY * cosl(finites[i]);
257 s = finites[i] == 0 ? finites[i] : INFINITY * sinl(finites[i]);
260 testall_odd(ctanh, z, CMPLXL(1, 0 * sin(finites[i] * 2)),
262 z = CMPLXL(finites[
[all...]

Completed in 102 milliseconds