Home
last modified time | relevance | path

Searched refs:myisnan (Results 1 – 7 of 7) sorted by relevance

/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dplfortrandemos.inc.in12 function myisnan(x)
16 logical :: myisnan
19 @HAVE_FORTRAN_ISNAN_FALSE@ myisnan = (x.ne.x)
20 @HAVE_FORTRAN_ISNAN_TRUE@ myisnan = isnan(x)
H A Dx21f.f90173 if (myisnan(zg(i,j))) then
184 (.not.myisnan(zg(ii,jj))) ) then
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dplfortrandemos.inc.in12 function myisnan(x)
16 logical :: myisnan
19 @HAVE_FORTRAN_ISNAN_FALSE@ myisnan = (x.ne.x)
20 @HAVE_FORTRAN_ISNAN_TRUE@ myisnan = isnan(x)
H A Dx21f.f90173 if (myisnan(zg(i,j))) then
184 (.not.myisnan(zg(ii,jj))) ) then
/dports/science/luscus/luscus_0.8.6/
H A Dvstring.h139 int myisnan(double);
H A Dgv_functions.h252 int myisnan(double);
H A Dvstring.c565 myisnan(double n) in myisnan() function