Searched refs:positive5_convert_signed_char_to_unsigned_int (Results 1 – 1 of 1) sorted by relevance
135 uint32_t positive5_convert_signed_char_to_unsigned_int(int8_t x) { in positive5_convert_signed_char_to_unsigned_int() function159 positive5_convert_signed_char_to_unsigned_int(0); in test_positives()169 positive5_convert_signed_char_to_unsigned_int(1); in test_positives()185 positive5_convert_signed_char_to_unsigned_int((int8_t)UINT8_MAX); in test_positives()202 positive5_convert_signed_char_to_unsigned_int((int8_t)INT8_MIN); in test_positives()214 positive5_convert_signed_char_to_unsigned_int((int8_t)INT8_MAX); in test_positives()230 positive5_convert_signed_char_to_unsigned_int((int8_t)UINT32_MAX); in test_positives()248 positive5_convert_signed_char_to_unsigned_int((int8_t)INT32_MIN); in test_positives()264 positive5_convert_signed_char_to_unsigned_int((int8_t)(INT32_MIN)); in test_positives()280 positive5_convert_signed_char_to_unsigned_int((int8_t)INT8_MIN); in test_positives()