/third_party/glslang/glslang/MachineIndependent/ |
H A D | Constant.cpp | 1212 double dot; in fold() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_common_4.h | 328 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function
|
H A D | astcenc_vecmathlib_sse_4.h | 1274 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_init.c | 134 const char *dot; in init_by_defaults() local
|
/third_party/skia/src/core/ |
H A D | SkStrokerPriv.cpp | 59 static AngleType Dot2AngleType(SkScalar dot) { in Dot2AngleType() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexPipeline.cpp | 297 Float4 dot; in pipeline() local 348 Float4 dot = Max(dot3(C, normal), Float4(0.0f)); // FIXME: max(dot3(C, normal), 0) in pipeline() local 649 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); processTextureCoordinate() local 700 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); processTextureCoordinate() local [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsPoint.h | 76 double dot(const SkDVector& a) const { in dot() function
|
/third_party/skia/src/shaders/ |
H A D | SkShader.cpp | 263 auto dot = [&,x,y](int row) { in ApplyMatrix() local
|
/third_party/skia/src/utils/ |
H A D | SkCamera.cpp | 123 SkScalar dot = diff.dot({mapPtr[6], mapPtr[7], mapPtr[8]}); in patchToMatrix() local [all...] |
/third_party/skia/tests/ |
H A D | WangsFormulaTest.cpp | 443 const auto dot = [](const Sk2d& a, const Sk2d& b) -> double { in DEF_TEST() local
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | apinames.c | 170 const char* dot; in names_dump() local
|
/third_party/python/Modules/_decimal/tests/ |
H A D | randdec.py | 67 def dot(): function
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 85 inline float dot (float x, float y) { return (x * y); } in dot() function 127 inline T dot (const Vector<T, Size>& a, const Vector<T, Size>& b) in dot() function
|
/third_party/gn/src/base/files/ |
H A D | file_path.cc | 359 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local 368 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local 379 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local 390 const StringType::size_type dot in RemoveFinalExtension() local [all...] |
/third_party/glslang/glslang/Include/ |
H A D | ConstantUnion.h | 918 double dot(const TConstUnionArray& rhs) in dot() function in glslang::TConstUnionArray
|
/third_party/ninja/ |
H A D | configure.py | 611 dot = n.build(built('graph.dot'), 'gendot', ['ninja', 'build.ninja']) variable
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | genpng.c | 561 double cross, dot; in line_check() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 372 StringRef::iterator dot = end; in interpretDecimal() local 330 skipLeadingZeroesAndAnyDot(StringRef::iterator begin, StringRef::iterator end, StringRef::iterator *dot) skipLeadingZeroesAndAnyDot() argument [all...] |
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | CubeActivity.java | 77 public float dot(Vec3 v) { in dot() method in Vec3
|
/third_party/skia/include/core/ |
H A D | SkM44.h | 43 SkScalar dot(SkV2 v) const { return Dot(*this, v); } in dot() function 85 SkScalar dot(const SkV3& v) const { return Dot(*this, v); } in dot() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | texturedspenc.c | 224 int dot = dots[x]; in match_colors() local 330 int dot = block[x * 4 + y * stride + 0] * v_r + in optimize_colors() local
|
/third_party/curl/lib/ |
H A D | doh.c | 136 char *dot = strchr(hostp, '.'); in doh_encode() local [all...] |
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | CollationPerformanceTest.java | 1041 void dot(int i) { in dot() method in CollationPerformanceTest
|
/third_party/libuv/src/unix/ |
H A D | ibmi.c | 481 char* dot = strrchr(temp_name, '.'); in uv_interface_addresses() local
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder.cpp | 252 ir_expression *dot(operand a, operand b) in dot() function
|