Home | History | Annotate | Download | only in config

Lines Matching full:fresult

4570 		  volatile float fresult;
4582 fresult = (*math_entry->proc) (farg1, farg2);
4585 sprintf (value, "%d", (int) fresult);
4587 sprintf (value, "%f", fresult);