Searched defs:test_special_numbers (Results 1 – 12 of 12) sorted by relevance
27 void test_special_numbers(SqrtFunc func) { in test_special_numbers() function
38 void test_special_numbers(SubFunc func) { in test_special_numbers() function
39 void test_special_numbers(AddFunc func) { in test_special_numbers() function
38 void test_special_numbers(DivFunc func) { in test_special_numbers() function
38 void test_special_numbers(MulFunc func) { in test_special_numbers() function
51 void test_special_numbers(FmaFunc func) { in test_special_numbers() function
28 void test_special_numbers(Func func) { in test_special_numbers() function
39 void test_special_numbers(FxBitsFunc func) { in test_special_numbers() function
29 void test_special_numbers(ExpFunc func) { in test_special_numbers() function
28 void test_special_numbers(typename ILogbFunc<T>::Func func) { in test_special_numbers() function
49 void test_special_numbers(Func func) { in test_special_numbers() function
228 def test_special_numbers(self, dtype, device): member in TestFloat8Dtype