Searched refs:ROUND_ceil (Results 1 – 1 of 1) sorted by relevance
15 enum round { ROUND_floor, ROUND_ceil, ROUND_near }; enumerator19 [ROUND_ceil] = "ceil",279 } else if (t->round == ROUND_ceil) { in test_conversion()