Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dbase.js163 return value.toPrecision(3);
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1040 static deUint32 toPrecision (deUint32 value, int numIntegerBits) in toPrecision() function
1045 static deInt32 toPrecision (deInt32 value, int numIntegerBits) in toPrecision() function
1086 …const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPre… in compare()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp266 static deUint32 toPrecision (deUint32 value, int numIntegerBits) in toPrecision() function
271 static deInt32 toPrecision (deInt32 value, int numIntegerBits) in toPrecision() function
1255 …const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPre… in compare()