Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimdrover.c78 static bool read_long(long* z, char* str);
168 static bool read_long(long* z, char* str) { in read_long() function
348 if (!read_long(&v, str + 2)) return false; in parse_result_code()
390 if (!read_long(&v, tok) || v > UCHAR_MAX || v < 0) return -1; in parse_binary()
1383 ACHECK(read_long(&radix, t->input[1])); in test_qtostr()
1417 ACHECK(read_long(&radix, t->input[1])); in test_qtodec()
1418 ACHECK(read_long(&prec, t->input[2])); in test_qtodec()
1419 ACHECK(read_long(&m, t->input[3])); in test_qtodec()
1443 ACHECK(read_long(&radix, t->input[1])); in test_qrdec()