Lines Matching refs:LL_UCMP

320     if ( !LL_UCMP( bigZero, ==, bigZero ))
321 SetFailed( "LL_UCMP", "0 == 0");
323 if ( LL_UCMP( bigZero, >, bigZero ))
324 SetFailed( "LL_UCMP", "0 > 0");
326 if ( LL_UCMP( bigZero, <, bigZero ))
327 SetFailed( "LL_UCMP", "0 < 0");
329 if ( LL_UCMP( bigNumber, <, bigOne ))
330 SetFailed( "LL_UCMP", "n < 1");
332 if ( !LL_UCMP( bigNumber, >, bigOne ))
333 SetFailed( "LL_UCMP", "n < 1");
335 if ( LL_UCMP( bigOne, >, bigNumber ))
336 SetFailed( "LL_UCMP", "1 > n");
338 if ( LL_UCMP( bigMinusNumber, <, bigNumber ))
339 SetFailed( "LL_UCMP", "-n < n");
342 if ( !LL_UCMP( bigInt0, <=, bigInt0 ))
343 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
345 if ( !LL_UCMP( bigInt0, <=, bigInt1 ))
346 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
348 if ( LL_UCMP( bigInt0, <=, bigInt2 ))
349 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
351 if ( !LL_UCMP( bigInt0, <=, bigInt3 ))
352 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
354 if ( !LL_UCMP( bigInt0, <=, bigInt4 ))
355 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
357 if ( !LL_UCMP( bigInt0, <=, bigInt5 ))
358 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
361 if ( !LL_UCMP( bigInt6, <=, bigInt6 ))
362 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
364 if ( !LL_UCMP( bigInt6, <=, bigInt7 ))
365 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
367 if ( LL_UCMP( bigInt6, <=, bigInt8 ))
368 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
370 if ( !LL_UCMP( bigInt6, <=, bigInt9 ))
371 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
373 if ( !LL_UCMP( bigInt6, <=, bigInt10 ))
374 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
376 if ( !LL_UCMP( bigInt6, <=, bigInt11 ))
377 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
380 if ( !LL_UCMP( bigInt0, <=, bigInt6 ))
381 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
383 if ( !LL_UCMP( bigInt0, <=, bigInt7 ))
384 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
386 if ( !LL_UCMP( bigInt0, <=, bigInt8 ))
387 SetFailed( "LL_UCMP", "LL_UCMP(<=) failed");
417 if ( !LL_UCMP( result, ==, bigMinusOne ))
430 if ( !LL_UCMP( result, ==, bigMinusNumber ))
434 if ( !LL_UCMP( result, ==, bigMinusNumber ))
439 if ( LL_UCMP( result, !=, bigZero ))
443 if ( LL_UCMP( result, !=, bigOne ))
447 if ( LL_UCMP( result, !=, bigMinusNumber ))
451 if ( LL_UCMP( result, !=, bigZero ))
457 if ( LL_UCMP( result, !=, bigOne ))
462 if ( LL_UCMP( result, !=, bigNumber ))
467 if ( LL_UCMP( result, !=, bigMinusNumber ))
473 if ( LL_UCMP( result2, !=, bigMinusNumber ))
635 if ( LL_UCMP( resultU, !=, bigZero ))
639 if ( LL_UCMP( resultU, !=, bigZeroFox ))
644 if ( LL_UCMP( resultU, !=, bigFoxZero ))
648 if ( LL_UCMP( resultU, !=, bigEightZero ))
652 if ( LL_UCMP( resultU, !=, big64K ))