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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixsfti_test.c 29 int test__fixsfti(float a, ti_int expected) function in typeref:typename:int
53 if (test__fixsfti(0.0F, 0))
56 if (test__fixsfti(0.5F, 0))
58 if (test__fixsfti(0.99F, 0))
60 if (test__fixsfti(1.0F, 1))
62 if (test__fixsfti(1.5F, 1))
64 if (test__fixsfti(1.99F, 1))
66 if (test__fixsfti(2.0F, 2))
68 if (test__fixsfti(2.01F, 2))
70 if (test__fixsfti(-0.5F, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixsfti_test.c 29 int test__fixsfti(float a, ti_int expected) function in typeref:typename:int
53 if (test__fixsfti(0.0F, 0))
56 if (test__fixsfti(0.5F, 0))
58 if (test__fixsfti(0.99F, 0))
60 if (test__fixsfti(1.0F, 1))
62 if (test__fixsfti(1.5F, 1))
64 if (test__fixsfti(1.99F, 1))
66 if (test__fixsfti(2.0F, 2))
68 if (test__fixsfti(2.01F, 2))
70 if (test__fixsfti(-0.5F, 0)
    [all...]

Completed in 42 milliseconds