HomeSort by: relevance | last modified time | path
    Searched defs:test__powisf2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
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...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
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...]

Completed in 14 milliseconds