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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixxfdi_test.c 30 int test__fixxfdi(long double a, di_int expected) function in typeref:typename:int
47 if (test__fixxfdi(0.0, 0))
50 if (test__fixxfdi(0.5, 0))
52 if (test__fixxfdi(0.99, 0))
54 if (test__fixxfdi(1.0, 1))
56 if (test__fixxfdi(1.5, 1))
58 if (test__fixxfdi(1.99, 1))
60 if (test__fixxfdi(2.0, 2))
62 if (test__fixxfdi(2.01, 2))
64 if (test__fixxfdi(-0.5, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixxfdi_test.c 30 int test__fixxfdi(long double a, di_int expected) function in typeref:typename:int
47 if (test__fixxfdi(0.0, 0))
50 if (test__fixxfdi(0.5, 0))
52 if (test__fixxfdi(0.99, 0))
54 if (test__fixxfdi(1.0, 1))
56 if (test__fixxfdi(1.5, 1))
58 if (test__fixxfdi(1.99, 1))
60 if (test__fixxfdi(2.0, 2))
62 if (test__fixxfdi(2.01, 2))
64 if (test__fixxfdi(-0.5, 0)
    [all...]

Completed in 102 milliseconds