Home
last modified time | relevance | path

Searched refs:igamma_s (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dspecial_functions.cpp96 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()
Dcxx11_tensor_cuda.cu868 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()