Searched refs:isnanf (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A De_scalbf.c33 if ((isnanf)(x)||(isnanf)(fn)) return x*fn;
H A Ds_isnan.c71 __weak_reference(__isnanf, isnanf);
H A Dmath.h330 int isnanf(float) __pure2;
/freebsd-11-stable/lib/libc/gen/
H A Disnan.c52 __weak_reference(__isnanf, isnanf);
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_pow.c349 ATF_CHECK(isnanf(powf(x, 2.0)) != 0);
362 ATF_CHECK(isnanf(powf(2.0, y)) != 0);
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h169 /* Define to 1 if you have the `isnanf' function. */
971 # define isnanf _isnanf macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtod.c199 ATF_REQUIRE(isnanf(f) != 0);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h577 extern int isnanf(float);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure12903 echo "$as_me:$LINENO: checking for isnanf declaration" >&5
12904 echo $ECHO_N "checking for isnanf declaration... $ECHO_C" >&6
12932 isnanf(0);
12982 for ac_func in isnanf
[all...]

Completed in 267 milliseconds