Lines Matching defs:checkIntAsDouble
51 function checkIntAsDouble(intKey) {87 checkIntAsDouble(0);88 checkIntAsDouble(1);89 checkIntAsDouble(-1);90 checkIntAsDouble(-1234);91 checkIntAsDouble(1234);92 checkIntAsDouble(1 << 29);93 checkIntAsDouble(-(1 << 29));94 checkIntAsDouble(1 << 30);95 checkIntAsDouble(-(1 << 30));