Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
Dtest-api-binary-operations-arithmetics.c63 test_nan_entry_t test_nans[] = in main() local
104 for (uint32_t idx = 0; idx < sizeof (test_nans) / sizeof (test_nan_entry_t); idx++) in main()
106 …jerry_value_t result = jerry_binary_operation (test_nans[idx].op, test_nans[idx].lhs, test_nans[id… in main()
113 jerry_release_value (test_nans[idx].lhs); in main()
114 jerry_release_value (test_nans[idx].rhs); in main()