Lines Matching refs:volat2
326 static volatile long double volat2; variable
343 volat2 = volat1 + m;
344 if (volat2 != volat1)
349 volat2 = volat1 + i * m;
350 if (volat1 != volat2)
351 return volat2;
393 volat2 = (*(fun1)) (x); in monotl()
394 if (volat2 != volat1) in monotl()
398 err = volat2 - test1[i].answer1; in monotl()
414 j, test1[i].name, x, volat2, err); in monotl()
430 volat2 = (*(fun1)) (x); in monotl()
431 if (volat2 != volat1) in monotl()
433 err = volat2 - test1[i].answer1; in monotl()
447 j, test1[i].name, x, volat2, err); in monotl()