Lines Matching refs:isNumber
1228 ASSERT(type.isNumber()); in convertNumberConstructor()
1256 if (!args[0]->fType.isNumber()) { in convertNumberConstructor()
1290 type.componentType().isNumber() != args[0]->fType.componentType().isNumber()) { in convertCompoundConstructor()
1293 if (type.componentType().isNumber() != in convertCompoundConstructor()
1294 args[i]->fType.componentType().isNumber()) { in convertCompoundConstructor()
1335 if (type.isNumber()) { in convertConstructor()
1363 if (!base->fType.isNumber() && base->fType.kind() != Type::kVector_Kind) { in convertPrefixExpression()
1370 if (!base->fType.isNumber() && base->fType.kind() != Type::kVector_Kind) { in convertPrefixExpression()
1386 if (!base->fType.isNumber()) { in convertPrefixExpression()
1395 if (!base->fType.isNumber()) { in convertPrefixExpression()
1605 if (!base->fType.isNumber()) { in convertSuffixExpression()
1614 if (!base->fType.isNumber()) { in convertSuffixExpression()