Searched refs:dist3 (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | LzcompCompress.java | 164 int[] dist3 = new int[1]; in makeCopyDecision() local 167 int len3 = findMatch(here + len1 - 1, dist3, gain3, costPerByte3); in makeCopyDecision()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | LzcompCompress.java | 164 int[] dist3 = new int[1]; in makeCopyDecision() local 167 int len3 = findMatch(here + len1 - 1, dist3, gain3, costPerByte3); in makeCopyDecision()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 273 void dist3(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp = false);
|
D | VertexProgram.cpp | 275 case Shader::OPCODE_DIST3: dist3(d.x, s0, s1, pp); break; in program()
|
D | PixelProgram.cpp | 255 case Shader::OPCODE_DIST3: dist3(d.x, s0, s1, pp); break; in applyShader()
|
D | ShaderCore.cpp | 986 void ShaderCore::dist3(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp) in dist3() function in sw::ShaderCore
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 656 my $dist3 = $distance[$i - 1][$j - 1]; #replace 657 $distance[$i][$j] = 1 + edit_distance_min($dist1, $dist2, $dist3);
|