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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.h72 : sizeof (x) == sizeof (double) ? isnan_d (x) \
75 static inline int isnan_d (double x) { return x != x; } function

Completed in 48 milliseconds