1 2 3 4 5 6 7 8 9 10
/* Null stubs for coprocessor precision settings */ int sprec() {return 0; } int dprec() {return 0; } int ldprec() {return 0; }