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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.h82 : sizeof (x) == sizeof (double) ? isinf_d (x) \
85 static inline int isinf_d (double x) { return isnan (x - x); } function

Completed in 32 milliseconds