Home
last modified time | relevance | path

Searched full:rounding (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/addition/
Daddition_float.params.yaml49 - { left: 1.25, right: 3.75, result: 5.0 } # no rounding errors
50 - { left: -1.25, right: -3.75, result: -5.0 } # no rounding errors
51 - { left: 1.25, right: -3.75, result: -2.5 } # no rounding errors
52 - { left: -1.25, right: 3.75, result: 2.5 } # no rounding errors
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/subtraction/
Dsubtraction_float.params.yaml54 - { left: 1.25, right: 3.75, result: -2.5 } # no rounding errors
55 - { left: -1.25, right: -3.75, result: 2.5 } # no rounding errors
56 - { left: 1.25, right: -3.75, result: 5.0 } # no rounding errors
57 - { left: -1.25, right: 3.75, result: -5.0 } # no rounding errors
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/multiplication/
Dmultiplication_float.params.yaml52 - { left: 1.25, right: 3.75, result: 4.6875 } # no rounding errors
53 - { left: -1.25, right: -3.75, result: 4.6875 } # no rounding errors
54 - { left: 1.25, right: -3.75, result: -4.6875 } # no rounding errors
55 - { left: -1.25, right: 3.75, result: -4.6875 } # no rounding errors
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/division/
Ddivision_float.params.yaml64 - { left: 4.6875, right: 1.25, result: 3.75 } # no rounding errors
65 - { left: 4.6875, right: -1.25, result: -3.75 } # no rounding errors
66 - { left: -4.6875, right: -3.75, result: 1.25 } # no rounding errors
67 - { left: -4.6875, right: 3.75, result: -1.25 } # no rounding errors
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/equal/
Dequal_float.params.yaml54 - { left: 3.1415927, right: 3.14159265, result: "true" } # rounding error
55 - { left: 3.1415927, right: 3.1415928, result: "true" } # rounding error
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/less_or_equal/
Dless_or_equal_float.params.yaml54 - { left: 3.1415927, right: 3.14159265, result: "true" } # rounding error
55 - { left: 3.1415927, right: 3.1415928, result: "true" } # rounding error
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/not_equal/
Dnot_equal_float.params.yaml54 - { left: 3.1415927, right: 3.14159265, result: "false" } # rounding error
55 - { left: 3.1415927, right: 3.1415928, result: "false" } # rounding error
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/greater_than/
Dgreater_than_float.params.yaml54 - { left: 3.1415927, right: 3.14159265, result: "false" } # rounding error
55 - { left: 3.1415927, right: 3.1415928, result: "false" } # rounding error
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/greater_or_equal/
Dgreater_or_equal_float.params.yaml54 - { left: 3.1415927, right: 3.14159265, result: "true" } # rounding error
55 - { left: 3.1415927, right: 3.1415928, result: "true" } # rounding error
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/less_than/
Dless_than_float.params.yaml54 - { left: 3.1415927, right: 3.14159265, result: "false" } # rounding error
55 - { left: 3.1415927, right: 3.1415928, result: "false" } # rounding error
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Df32toi64.yaml71 description: It is rounding toward zero.
78 description: Check f32toi64 rounding with various values.
Df32tou32.yaml65 description: It is rounding toward zero.
72 description: Check f32tou32 rounding with various values.
Df64tou32.yaml65 description: It is rounding toward zero.
72 description: Check f64tou32 rounding with various values.
Df32toi32.yaml69 description: It is rounding toward zero.
81 description: Check f32toi32 rounding with various values.
Df32tou64.yaml74 description: It is rounding toward zero.
75 description: Check f64tou64 rounding with various values.
Df64tou64.yaml74 description: It is rounding toward zero.
75 description: Check f64tou64 rounding with various values.
Df64toi64.yaml72 description: It is rounding toward zero.
79 description: Check f64toi64 rounding with various values.
Df64toi32.yaml69 description: It is rounding toward zero.
81 description: Check f64toi32 rounding with various values.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Df32tou32.yaml66 description: It is rounding toward zero.
73 description: Check f32tou32 rounding with various values.
Df64tou32.yaml66 description: It is rounding toward zero.
73 description: Check f64tou32 rounding with various values.
Df32toi32.yaml70 description: It is rounding toward zero.
82 description: Check f32toi32 rounding with various values.
Df64tou64.yaml75 description: It is rounding toward zero.
76 description: Check f64tou64 rounding with various values.
Df32tou64.yaml75 description: It is rounding toward zero.
76 description: Check f64tou64 rounding with various values.
Df32toi64.yaml72 description: It is rounding toward zero.
79 description: Check f32toi64 rounding with various values.
Df64toi32.yaml70 description: It is rounding toward zero.
82 description: Check f64toi32 rounding with various values.

12