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/ |
| D | addition_float.params.yaml | 49 - { 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/ |
| D | subtraction_float.params.yaml | 54 - { 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/ |
| D | multiplication_float.params.yaml | 52 - { 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/ |
| D | division_float.params.yaml | 64 - { 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/ |
| D | equal_float.params.yaml | 54 - { 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/ |
| D | less_or_equal_float.params.yaml | 54 - { 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/ |
| D | not_equal_float.params.yaml | 54 - { 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/ |
| D | greater_than_float.params.yaml | 54 - { 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/ |
| D | greater_or_equal_float.params.yaml | 54 - { 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/ |
| D | less_than_float.params.yaml | 54 - { 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/ |
| D | f32toi64.yaml | 71 description: It is rounding toward zero. 78 description: Check f32toi64 rounding with various values.
|
| D | f32tou32.yaml | 65 description: It is rounding toward zero. 72 description: Check f32tou32 rounding with various values.
|
| D | f64tou32.yaml | 65 description: It is rounding toward zero. 72 description: Check f64tou32 rounding with various values.
|
| D | f32toi32.yaml | 69 description: It is rounding toward zero. 81 description: Check f32toi32 rounding with various values.
|
| D | f32tou64.yaml | 74 description: It is rounding toward zero. 75 description: Check f64tou64 rounding with various values.
|
| D | f64tou64.yaml | 74 description: It is rounding toward zero. 75 description: Check f64tou64 rounding with various values.
|
| D | f64toi64.yaml | 72 description: It is rounding toward zero. 79 description: Check f64toi64 rounding with various values.
|
| D | f64toi32.yaml | 69 description: It is rounding toward zero. 81 description: Check f64toi32 rounding with various values.
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | f32tou32.yaml | 66 description: It is rounding toward zero. 73 description: Check f32tou32 rounding with various values.
|
| D | f64tou32.yaml | 66 description: It is rounding toward zero. 73 description: Check f64tou32 rounding with various values.
|
| D | f32toi32.yaml | 70 description: It is rounding toward zero. 82 description: Check f32toi32 rounding with various values.
|
| D | f64tou64.yaml | 75 description: It is rounding toward zero. 76 description: Check f64tou64 rounding with various values.
|
| D | f32tou64.yaml | 75 description: It is rounding toward zero. 76 description: Check f64tou64 rounding with various values.
|
| D | f32toi64.yaml | 72 description: It is rounding toward zero. 79 description: Check f32toi64 rounding with various values.
|
| D | f64toi32.yaml | 70 description: It is rounding toward zero. 82 description: Check f64toi32 rounding with various values.
|
12