Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dfixunsdfdi_test.c29 int test__fixunsdfdi(double a, du_int expected) in test__fixunsdfdi() function
43 if (test__fixunsdfdi(0.0, 0)) in main()
46 if (test__fixunsdfdi(0.5, 0)) in main()
48 if (test__fixunsdfdi(0.99, 0)) in main()
50 if (test__fixunsdfdi(1.0, 1)) in main()
52 if (test__fixunsdfdi(1.5, 1)) in main()
54 if (test__fixunsdfdi(1.99, 1)) in main()
56 if (test__fixunsdfdi(2.0, 2)) in main()
58 if (test__fixunsdfdi(2.01, 2)) in main()
60 if (test__fixunsdfdi(-0.5, 0)) in main()
[all …]
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dfixunsdfdi_test.c19 int test__fixunsdfdi(double a, du_int expected) in test__fixunsdfdi() function
33 if (test__fixunsdfdi(0.0, 0)) in main()
36 if (test__fixunsdfdi(0.5, 0)) in main()
38 if (test__fixunsdfdi(0.99, 0)) in main()
40 if (test__fixunsdfdi(1.0, 1)) in main()
42 if (test__fixunsdfdi(1.5, 1)) in main()
44 if (test__fixunsdfdi(1.99, 1)) in main()
46 if (test__fixunsdfdi(2.0, 2)) in main()
48 if (test__fixunsdfdi(2.01, 2)) in main()
50 if (test__fixunsdfdi(-0.5, 0)) in main()
[all …]