Lines Matching refs:IF
29 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
117 // 2^52, even if they're representable integers - check the rest of the bits
324 if (3 != strings[i].length) throw 'fail!';
325 if (i != strings[i].charCodeAt(1)) throw 'fail!';
331 if (strings[i] != strings[i]) throw 'fail!';
332 if (strings[i] == strings[(i + 1) % 65536]) throw 'fail!';
347 if (!isNaN(jspb.utils.joinFloat32(jspb.utils.split64Low,
358 if (goog.isDef(opt_bits)) {
359 if (opt_bits != jspb.utils.split64Low) throw 'fail!';
361 if (truncate(x) != jspb.utils.joinFloat32(jspb.utils.split64Low,
413 if (!isNaN(jspb.utils.joinFloat64(jspb.utils.split64Low,
425 if (goog.isDef(opt_highBits)) {
426 if (opt_highBits != jspb.utils.split64High) throw 'fail!';
428 if (goog.isDef(opt_lowBits)) {
429 if (opt_lowBits != jspb.utils.split64Low) throw 'fail!';
431 if (x != jspb.utils.joinFloat64(jspb.utils.split64Low,