Home
last modified time | relevance | path

Searched refs:test_nans (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-api-binary-operations-arithmetics.cpp89 test_nan_entry_t test_nans[] = in HWTEST_F() local
130 for (uint32_t idx = 0; idx < sizeof (test_nans) / sizeof (test_nan_entry_t); idx++) in HWTEST_F()
132 jerry_value_t result = jerry_binary_operation (test_nans[idx].op, test_nans[idx].lhs, test_nans[idx].rhs); in HWTEST_F()
139 jerry_release_value (test_nans[idx].lhs); in HWTEST_F()
140 jerry_release_value (test_nans[idx].rhs); in HWTEST_F()

Completed in 2 milliseconds