Searched refs:to_t (Results 1 – 1 of 1) sorted by relevance
311 switch (to_t) { in range_cast_u64()332 switch (to_t) { in range_cast_s64()354 switch (to_t) { in range_cast_u32()358 return range(to_t, a, b); in range_cast_u32()371 switch (to_t) { in range_cast_s32()376 return unkn[to_t]; in range_cast_s32()377 return range(to_t, a, b); in range_cast_s32()392 case U64: return range_cast_u64(to_t, from); in range_cast()393 case U32: return range_cast_u32(to_t, from); in range_cast()394 case S64: return range_cast_s64(to_t, from); in range_cast()[all …]