Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.h71 : sizeof (x) == sizeof (double) ? isnan_d (x) \
74 static inline int isnan_d (double x) { return x != x; } in isnan_d() function