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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
unordsf2vfp_test.c 23 int test__unordsf2vfp(float a, float b) function in typeref:typename:int
37 if (test__unordsf2vfp(0.0, NAN))
39 if (test__unordsf2vfp(NAN, 1.0))
41 if (test__unordsf2vfp(NAN, NAN))
43 if (test__unordsf2vfp(1.0, 1.0))
unordsf2vfp_test.c 23 int test__unordsf2vfp(float a, float b) function in typeref:typename:int
37 if (test__unordsf2vfp(0.0, NAN))
39 if (test__unordsf2vfp(NAN, 1.0))
41 if (test__unordsf2vfp(NAN, NAN))
43 if (test__unordsf2vfp(1.0, 1.0))
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
unordsf2vfp_test.c 23 int test__unordsf2vfp(float a, float b) function in typeref:typename:int
37 if (test__unordsf2vfp(0.0, NAN))
39 if (test__unordsf2vfp(NAN, 1.0))
41 if (test__unordsf2vfp(NAN, NAN))
43 if (test__unordsf2vfp(1.0, 1.0))
unordsf2vfp_test.c 23 int test__unordsf2vfp(float a, float b) function in typeref:typename:int
37 if (test__unordsf2vfp(0.0, NAN))
39 if (test__unordsf2vfp(NAN, 1.0))
41 if (test__unordsf2vfp(NAN, NAN))
43 if (test__unordsf2vfp(1.0, 1.0))

Completed in 25 milliseconds