powisf2_test.c | 22 int test__powisf2(float a, si_int b, float expected) function in typeref:typename:int 34 if (test__powisf2(0, 0, 1)) 36 if (test__powisf2(1, 0, 1)) 38 if (test__powisf2(1.5, 0, 1)) 40 if (test__powisf2(2, 0, 1)) 42 if (test__powisf2(INFINITY, 0, 1)) 45 if (test__powisf2(-0., 0, 1)) 47 if (test__powisf2(-1, 0, 1)) 49 if (test__powisf2(-1.5, 0, 1)) 51 if (test__powisf2(-2, 0, 1) [all...] |