Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dfixunssfti_test.c31 int test__fixunssfti(float a, tu_int expected) in test__fixunssfti() function
55 if (test__fixunssfti(0.0F, 0)) in main()
58 if (test__fixunssfti(0.5F, 0)) in main()
60 if (test__fixunssfti(0.99F, 0)) in main()
62 if (test__fixunssfti(1.0F, 1)) in main()
64 if (test__fixunssfti(1.5F, 1)) in main()
66 if (test__fixunssfti(1.99F, 1)) in main()
68 if (test__fixunssfti(2.0F, 2)) in main()
70 if (test__fixunssfti(2.01F, 2)) in main()
72 if (test__fixunssfti(-0.5F, 0)) in main()
[all …]