Home | History | Annotate | Download | only in profviz

Lines Matching full:isnumber

202     if (isNumber(target) && isNumber(quantum)) {
204 } else if (isNumber(quantum) && isPowerOfTwo(quantum)) {