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

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

Completed in 34 milliseconds