Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Deqsf2vfp_test.c23 int test__eqsf2vfp(float a, float b) in test__eqsf2vfp() function
37 if (test__eqsf2vfp(0.0, 0.0)) in main()
39 if (test__eqsf2vfp(1.0, 1.0)) in main()
41 if (test__eqsf2vfp(-1.0, -1.0)) in main()
43 if (test__eqsf2vfp(HUGE_VALF, 1.0)) in main()
45 if (test__eqsf2vfp(1.0, HUGE_VALF)) in main()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Deqsf2vfp_test.c13 int test__eqsf2vfp(float a, float b) in test__eqsf2vfp() function
27 if (test__eqsf2vfp(0.0, 0.0)) in main()
29 if (test__eqsf2vfp(1.0, 1.0)) in main()
31 if (test__eqsf2vfp(-1.0, -1.0)) in main()
33 if (test__eqsf2vfp(HUGE_VALF, 1.0)) in main()
35 if (test__eqsf2vfp(1.0, HUGE_VALF)) in main()