Lines Matching refs:IS_NUMBER
66 if (IS_NUMBER(string) &&
960 if (!IS_NUMBER(this)) {
990 if (!IS_NUMBER(this) && !IS_NUMBER_WRAPPER(this)) {
1000 if (!IS_NUMBER(this)) {
1025 if (!IS_NUMBER(this)) {
1051 if (!IS_NUMBER(this)) {
1075 return IS_NUMBER(number) && NUMBER_IS_FINITE(number);
1087 return IS_NUMBER(number) && NUMBER_IS_NAN(number);