powixf2_test.c | 24 int test__powixf2(long double a, si_int b, long double expected) function in typeref:typename:int 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(-2, 0, 1) [all...] |