Home
last modified time | relevance | path

Searched refs:isinf_ld (Results 1 – 12 of 12) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dfloatmagic.h47 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
52 static inline int isinf_ld (long double x) { return isnan (x - x); } in isinf_ld() function
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/install/util/io/
H A Darith.h47 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
54 static inline int isinf_ld (long double x) in isinf_ld() function
/dports/math/blis/blis-0.8.1/blastest/f2c/
H A Darith.h47 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
54 static inline int isinf_ld (long double x) in isinf_ld() function
/dports/math/mpsolve/mpsolve-3.2.1/include/mps/
H A Dtypes.h46 (sizeof(x) == sizeof(long double) ? isinf_ld (x) \
57 static inline int isinf_ld (long double x) in isinf_ld() function
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/fpu/
H A Dsoftfloat-native.h80 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
85 static inline int isinf_ld (long double x) { return isnan (x - x); } in isinf_ld() function
/dports/graphics/dia/dia-0.97.3/lib/
H A Ddia_xml.c77 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
82 static inline int isinf_ld (long double x) { return isnan (x - x); } in isinf_ld() function
/dports/math/wcalc/wcalc-2.5/src/common/
H A Dcalculator.c42 (sizeof(x) == sizeof(long double) ? isinf_ld(x) \
58 isinf_ld(long double x) in isinf_ld() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/sql/drivers/psql/
H A Dqsql_psql.cpp75 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
80 static inline int isinf_ld (long double x) { return isnan (x - x); } in isinf_ld() function
/dports/shells/bash/bash-5.1/lib/sh/
H A Dsnprintf.c326 static inline int isinf_ld (LONGDOUBLE x) { return !isnan (x) && isnan (x - x); } in isinf_ld() function
328 (sizeof (x) == sizeof (LONGDOUBLE) ? isinf_ld (x) \
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dutilities.h88 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
93 static inline int isinf_ld (long double x) { return isnan (x - x); } in isinf_ld() function
/dports/devel/autoconf/autoconf-2.69/doc/
H A Dautoconf.texi4592 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
4599 static inline int isinf_ld (long double x)
H A Dautoconf.texi.orig4595 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
4602 static inline int isinf_ld (long double x)