| /third_party/skia/src/effects/ |
| H A D | SkEmbossMask.cpp | 82 SkFixed dot = numer / denom; in Emboss() local
|
| /third_party/skia/tests/ |
| H A D | Point3Test.cpp | 56 SkScalar dot = xAxis.dot(yAxis); in test_dot() local [all...] |
| H A D | WangsFormulaTest.cpp | 443 const auto dot = [](const Sk2d& a, const Sk2d& b) -> double { in DEF_TEST() local
|
| /third_party/python/Objects/ |
| H A D | capsule.c | 211 char *dot = strchr(trace, '.'); in PyCapsule_Import() local
|
| /third_party/skia/include/core/ |
| H A D | SkPoint.h | 569 SkScalar dot(const SkVector& vec) const { in dot() function
|
| /third_party/rust/crates/nom/src/ |
| H A D | str.rs | 519 fn dot(i: &str) -> IResult<&str, &str> { in utf8_indexing() functions
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| H A D | dir.c | 284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local 318 struct reiserfs_de_head *dot, *dotdot; make_empty_dir_item() local [all...] |
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| H A D | dir.c | 284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local 318 struct reiserfs_de_head *dot, *dotdot; make_empty_dir_item() local [all...] |
| /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
|
| /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/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
|