Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-libm/
Dtest-libm.c48 double_bits_t computed_bits; in check_double() local
51 computed_bits.value = computed; in check_double()
55 (unsigned int) computed_bits.bits32[1], (unsigned int) computed_bits.bits32[0], in check_double()
65 int64_t diff = (int64_t) (computed_bits.bits64 - expected_bits.bits64); in check_double()