Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/builtins/Unit/arm/
Daeabi_cfcmpeq_test.c14 int test__aeabi_cfcmpeq(float a, float b, int expected) in test__aeabi_cfcmpeq() function
30 if (test__aeabi_cfcmpeq(1.0, 1.0, 1)) in main()
32 if (test__aeabi_cfcmpeq(1234.567, 765.4321, 0)) in main()
34 if (test__aeabi_cfcmpeq(-123.0, -678.0, 0)) in main()
36 if (test__aeabi_cfcmpeq(0.0, -0.0, 1)) in main()
38 if (test__aeabi_cfcmpeq(1.0, NAN, 0)) in main()
40 if (test__aeabi_cfcmpeq(NAN, 1.0, 0)) in main()
42 if (test__aeabi_cfcmpeq(NAN, NAN, 0)) in main()
44 if (test__aeabi_cfcmpeq(INFINITY, 1.0, 0)) in main()
46 if (test__aeabi_cfcmpeq(0.0, INFINITY, 0)) in main()
[all …]
/external/compiler-rt/test/builtins/Unit/arm/
Daeabi_cfcmpeq_test.c24 int test__aeabi_cfcmpeq(float a, float b, int expected) in test__aeabi_cfcmpeq() function
40 if (test__aeabi_cfcmpeq(1.0, 1.0, 1)) in main()
42 if (test__aeabi_cfcmpeq(1234.567, 765.4321, 0)) in main()
44 if (test__aeabi_cfcmpeq(-123.0, -678.0, 0)) in main()
46 if (test__aeabi_cfcmpeq(0.0, -0.0, 1)) in main()
48 if (test__aeabi_cfcmpeq(1.0, NAN, 0)) in main()
50 if (test__aeabi_cfcmpeq(NAN, 1.0, 0)) in main()
52 if (test__aeabi_cfcmpeq(NAN, NAN, 0)) in main()
54 if (test__aeabi_cfcmpeq(INFINITY, 1.0, 0)) in main()
56 if (test__aeabi_cfcmpeq(0.0, INFINITY, 0)) in main()
[all …]