Home
last modified time | relevance | path

Searched refs:logp (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/infra/bots/recipe_modules/flavor/resources/
Dios_debug_cmd.py20 logp = subprocess.Popen(['idevicesyslog'], stdout=subprocess.PIPE, bufsize=-1) variable
25 out = logp.stdout.read().decode('utf-8')
38 logp.terminate()
/third_party/node/deps/icu-small/source/common/
Dlstmbe.cpp668 Array1D logp(4, status); in divideUpDictionaryRange() local
726 logp.assign(fData->fOutputB).addDotProduct(fbRow, fData->fOutputW); in divideUpDictionaryRange()
731 logp.print(); in divideUpDictionaryRange()
735 LSTMClass current = (LSTMClass)logp.maxIndex(); in divideUpDictionaryRange()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp352 void logp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel);
DVertexProgram.cpp208 case Shader::OPCODE_LOGP: logp(d, s0, shaderModel); break; in program()
DShaderCore.cpp1728 void ShaderCore::logp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel) in logp() function in sw::ShaderCore