Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/runtime/test/Unit/
Dadddf3vfp_test.c22 int test__adddf3vfp(double a, double b) in test__adddf3vfp() function
36 if (test__adddf3vfp(1.0, 1.0)) in main()
38 if (test__adddf3vfp(HUGE_VAL, HUGE_VAL)) in main()
40 if (test__adddf3vfp(0.0, HUGE_VAL)) in main()
42 if (test__adddf3vfp(0.0, -0.0)) in main()