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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.h81 (sizeof (x) == sizeof (long double) ? isinf_ld (x) \
86 static inline int isinf_ld (long double x) { return isnan (x - x); } function

Completed in 250 milliseconds