Searched refs:test__gtdf2vfp (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dgtdf2vfp_test.c23 int test__gtdf2vfp(double a, double b) function
37 if (test__gtdf2vfp(0.0, 0.0))
39 if (test__gtdf2vfp(1.0, 0.0))
41 if (test__gtdf2vfp(-1.0, -2.0))
43 if (test__gtdf2vfp(-2.0, -1.0))
45 if (test__gtdf2vfp(HUGE_VALF, 1.0))
47 if (test__gtdf2vfp(1.0, HUGE_VALF))

Completed in 80 milliseconds