Home
last modified time | relevance | path

Searched refs:transcendentalPrecision (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Main/
DSwiftConfig.cpp361 …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()
604 config.transcendentalPrecision = integer; in parsePost()
732 config.transcendentalPrecision = ini.getInteger("Quality", "TranscendentalPrecision", 2); in readConfiguration()
791 ini.addValue("Quality", "TranscendentalPrecision", itoa(config.transcendentalPrecision)); in writeConfiguration()
DSwiftConfig.hpp45 int transcendentalPrecision; member
/external/swiftshader/src/Renderer/
DRenderer.cpp2891 switch(configuration.transcendentalPrecision) in updateConfiguration()