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

/external/compiler-rt/test/builtins/Unit/
H A Dpowixf2_test.c24 int test__powixf2(long double a, si_int b, long double expected) function
39 if (test__powixf2(0, 0, 1))
41 if (test__powixf2(1, 0, 1))
43 if (test__powixf2(1.5, 0, 1))
45 if (test__powixf2(2, 0, 1))
47 if (test__powixf2(INFINITY, 0, 1))
50 if (test__powixf2(-0., 0, 1))
52 if (test__powixf2(-1, 0, 1))
54 if (test__powixf2(-1.5, 0, 1))
56 if (test__powixf2(
[all...]

Completed in 167 milliseconds