Searched refs:c64 (Results 1 – 1 of 1) sorted by relevance
197 static uint64_t c64 = 0x13ffffffffull; in test_nesting() local199 a64 = c64 / cd; in test_nesting()200 b64 = c64 % cd; in test_nesting()201 if (c64 != a64 * cd + b64) { in test_nesting()