Searched refs:igamma_s (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | special_functions.cpp | 96 Scalar igamma_s[][6] = {{0.0, nan, nan, nan, nan, nan}, in array_special_functions() local 119 if ((std::isnan)(igamma_s[i][j])) { in array_special_functions() 122 VERIFY_IS_APPROX(numext::igamma(a_s[i], x_s[j]), igamma_s[i][j]); in array_special_functions()
|
D | cxx11_tensor_cuda.cu | 868 Scalar igamma_s[][6] = {{0.0, nan, nan, nan, nan, nan}, in test_cuda_igamma() local 907 if ((std::isnan)(igamma_s[i][j])) { in test_cuda_igamma() 910 VERIFY_IS_APPROX(out(i, j), igamma_s[i][j]); in test_cuda_igamma()
|