__isnanf
extern int __isnanf(float value);
(sizeof(value) == sizeof(float) ? __isnanf(value) \
B_DEFINE_WEAK_ALIAS(__isnanf, isnanf);