Searched refs:neg_first (Results 1 – 1 of 1) sorted by relevance
95 static void init_test_data_s8(bool neg_first) in init_test_data_s8() argument101 neg_first ? "neg first" : "pos first"); in init_test_data_s8()103 *ptr++ = get_byte(i, neg_first); in init_test_data_s8()105 *ptr++ = get_byte(i, !neg_first); in init_test_data_s8()374 static bool read_test_data_s8(int offset, bool neg_first) in read_test_data_s8() argument388 if (neg_first && first < 0 && second > 0) { in read_test_data_s8()391 } else if (!neg_first && first > 0 && second < 0) { in read_test_data_s8()395 ml_printf("Error %d %c %d\n", first, neg_first ? '<' : '>', second); in read_test_data_s8()403 static bool read_test_data_s16(int offset, bool neg_first) in read_test_data_s16() argument410 offset, neg_first ? "neg" : "pos"); in read_test_data_s16()[all …]