Home
last modified time | relevance | path

Searched defs:test_special_numbers (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/math/smoke/
H A DSqrtTest.h27 void test_special_numbers(SqrtFunc func) { in test_special_numbers() function
H A DSubTest.h38 void test_special_numbers(SubFunc func) { in test_special_numbers() function
H A DAddTest.h39 void test_special_numbers(AddFunc func) { in test_special_numbers() function
H A DDivTest.h38 void test_special_numbers(DivFunc func) { in test_special_numbers() function
H A DMulTest.h38 void test_special_numbers(MulFunc func) { in test_special_numbers() function
H A DFmaTest.h51 void test_special_numbers(FmaFunc func) { in test_special_numbers() function
H A DILogbTest.h28 void test_special_numbers(Func func) { in test_special_numbers() function
/aosp_15_r20/external/llvm-libc/test/src/stdfix/
H A DFxBitsTest.h39 void test_special_numbers(FxBitsFunc func) { in test_special_numbers() function
H A DExpTest.h29 void test_special_numbers(ExpFunc func) { in test_special_numbers() function
/aosp_15_r20/external/llvm-libc/test/src/math/
H A DILogbTest.h28 void test_special_numbers(typename ILogbFunc<T>::Func func) { in test_special_numbers() function
H A DHypotTest.h49 void test_special_numbers(Func func) { in test_special_numbers() function
/aosp_15_r20/external/pytorch/test/quantization/core/experimental/
H A Dtest_float8.py228 def test_special_numbers(self, dtype, device): member in TestFloat8Dtype