HomeSort by relevance Sort by last modified time
    Searched full:isnan_d (Results 1 - 1 of 1) sorted by null

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

Completed in 89 milliseconds