Searched refs:test_i64_sext_i16 (Results 1 – 1 of 1) sorted by relevance
374 test_i64_sext_i16(short in, int64_t expected) { in test_i64_sext_i16() function602 failed += test_i64_sext_i16(-1, -1LL); in main()603 failed += test_i64_sext_i16(10, 10LL); in main()604 failed += test_i64_sext_i16(0x7fff, 0x7fffLL); in main()