Searched refs:Random2 (Results 1 – 1 of 1) sorted by relevance
993 FLOAT Y, Y1, Y2, Random2; member1719 Random2 = (U2 + U1) + One; in main()1720 Z = Random1 * Random2; in main()1721 Y = Random2 * Random1; in main()2571 Random2 = V9; in TstPtUf()2573 if ((Z == Random1) && (Z == Random2) && (Z == V9)) in TstPtUf()2585 if (!((Z == Random2) || (Random2 == Random1))) in TstPtUf()2586 printf ("1 * Z == %s\n", Random2.str()); in TstPtUf()2589 if (Random2 != Random1) in TstPtUf()2593 printf ("\tComparison alleges that 1 * Z = %s\n", Random2.str()); in TstPtUf()