calls isfinite,isinf,isnan from the std namespace on the host

Change-Id: Ica2370075b89713eecfd96102e2f4e0ab9961ce4


[ROCm/clr commit: a6ac4e7097]
This commit is contained in:
scchan
2017-02-14 11:52:09 -05:00
orang tua fda8416aff
melakukan 5b1cb0b1c6
2 mengubah file dengan 8 tambahan dan 8 penghapusan
@@ -73,9 +73,9 @@ __host__ void double_precision_math_functions()
frexp(0.0, &iX);
hypot(1.0, 0.0);
ilogb(1.0);
isfinite(0.0);
isinf(0.0);
isnan(0.0);
std::isfinite(0.0);
std::isinf(0.0);
std::isnan(0.0);
j0(0.0);
j1(0.0);
jn(-1.0, 1.0);
@@ -119,7 +119,7 @@ __host__ void double_precision_math_functions()
//rsqrt(1.0);
scalbln(0.0, 1);
scalbn(0.0, 1);
signbit(1.0);
std::signbit(1.0);
sin(0.0);
sincos(0.0, &fX, &fY);
//sincospi(0.0, &fX, &fY);