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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixxfti_test.c 30 int test__fixxfti(long double a, ti_int expected) function in typeref:typename:int
54 if (test__fixxfti(0.0, 0))
57 if (test__fixxfti(0.5, 0))
59 if (test__fixxfti(0.99, 0))
61 if (test__fixxfti(1.0, 1))
63 if (test__fixxfti(1.5, 1))
65 if (test__fixxfti(1.99, 1))
67 if (test__fixxfti(2.0, 2))
69 if (test__fixxfti(2.01, 2))
71 if (test__fixxfti(-0.5, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixxfti_test.c 30 int test__fixxfti(long double a, ti_int expected) function in typeref:typename:int
54 if (test__fixxfti(0.0, 0))
57 if (test__fixxfti(0.5, 0))
59 if (test__fixxfti(0.99, 0))
61 if (test__fixxfti(1.0, 1))
63 if (test__fixxfti(1.5, 1))
65 if (test__fixxfti(1.99, 1))
67 if (test__fixxfti(2.0, 2))
69 if (test__fixxfti(2.01, 2))
71 if (test__fixxfti(-0.5, 0)
    [all...]

Completed in 14 milliseconds