Searched refs:logp (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
D | ios_debug_cmd.py | 20 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/ |
D | lstmbe.cpp | 668 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/ |
D | ShaderCore.hpp | 352 void logp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel);
|
D | VertexProgram.cpp | 208 case Shader::OPCODE_LOGP: logp(d, s0, shaderModel); break; in program()
|
D | ShaderCore.cpp | 1728 void ShaderCore::logp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel) in logp() function in sw::ShaderCore
|