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

/barrelfish-master/lib/compiler-rt/test/
H A Dpowixf2_test.c26 int test__powixf2(long double a, si_int b, long double expected) function
41 if (test__powixf2(0, 0, 1))
43 if (test__powixf2(1, 0, 1))
45 if (test__powixf2(1.5, 0, 1))
47 if (test__powixf2(2, 0, 1))
49 if (test__powixf2(INFINITY, 0, 1))
52 if (test__powixf2(-0., 0, 1))
54 if (test__powixf2(-1, 0, 1))
56 if (test__powixf2(-1.5, 0, 1))
58 if (test__powixf2(
[all...]

Completed in 26 milliseconds