Home
last modified time | relevance | path

Searched refs:test__nedf2vfp (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dnedf2vfp_test.c23 int test__nedf2vfp(double a, double b) in test__nedf2vfp() function
37 if (test__nedf2vfp(0.0, 0.0)) in main()
39 if (test__nedf2vfp(1.0, 1.0)) in main()
41 if (test__nedf2vfp(-1.0, -1.0)) in main()
43 if (test__nedf2vfp(HUGE_VAL, 1.0)) in main()
45 if (test__nedf2vfp(1.0, HUGE_VAL)) in main()