Searched refs:transcendentalPrecision (Results 1 – 6 of 6) sorted by relevance
361 …html += "<option value='0'" + (config.transcendentalPrecision == 0 ? selected : empty) + ">Approxi… in page()362 …html += "<option value='1'" + (config.transcendentalPrecision == 1 ? selected : empty) + ">Partial… in page()363 …html += "<option value='2'" + (config.transcendentalPrecision == 2 ? selected : empty) + ">Accurat… in page()364 …html += "<option value='3'" + (config.transcendentalPrecision == 3 ? selected : empty) + ">WHQL</o… in page()365 …html += "<option value='4'" + (config.transcendentalPrecision == 4 ? selected : empty) + ">IEEE</o… in page()603 config.transcendentalPrecision = integer; in parsePost()731 config.transcendentalPrecision = ini.getInteger("Quality", "TranscendentalPrecision", 2); in readConfiguration()789 ini.addValue("Quality", "TranscendentalPrecision", itoa(config.transcendentalPrecision)); in writeConfiguration()
44 int transcendentalPrecision; member
2359 switch(configuration.transcendentalPrecision) in updateConfiguration()
2793 switch(configuration.transcendentalPrecision) in updateConfiguration()