Home
last modified time | relevance | path

Searched defs:dot (Results 1 - 25 of 96) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DcontextualSignatureInstantiation2.js3 var dot: <T, S>(f: (_: T) => S) => <U>(g: (_: U) => T) => (_: U) => S; variable
10 var dot; function
H A DjsDeclarationsFunctionLikeClasses2.js
/third_party/skia/src/gpu/
H A DGrVx.h32 static SK_ALWAYS_INLINE float dot(float2 a, float2 b) { in dot() function
/third_party/toybox/toys/lsb/
H A Dhostname.c43 char *hostname = toybuf, *dot; in hostname_main() local
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dalgebra.hpp154 dot(U &&u, V &&v) { in dot() function
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
H A Dignore.js
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
H A Dindex.js
/third_party/node/deps/npm/node_modules/glob/dist/esm/
H A Dignore.js
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-id.cc39 const UChar dot = '.'; in V8DebuggerId() local
H A Dremote-object-id.cc27 const UChar dot = '.'; in parseId() local
/third_party/python/Tools/demo/
H A Dvector.py83 def dot(self, other): member in Vec
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dansi-print.hh61 int dot (const color_diff_t &o) in dot() function
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-plugins.c43 char sym[96], *dot; in lws_plat_dlopen() local
/third_party/skia/src/shaders/
H A DSkTransformShader.cpp33 auto dot = [&,x,y](int row) { in applyMatrix() local
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dmod.rs12 pub mod dot; modules
/third_party/libabigail/include/
H A Dabg-viz-dot.h93 struct dot struct
104 dot(const std::string &__title) in dot() function
/third_party/skia/src/gpu/tessellate/
H A DTessellation.h38 AI float dot(float2 a, float2 b) { in dot() function
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp102 void RegexParser::dot() { in dot() function in RegexParser
/third_party/skia/include/core/
H A DSkPoint3.h141 SkScalar dot(const SkPoint3& vec) const { in dot() function
H A DSkPoint.h569 SkScalar dot(const SkVector& vec) const { in dot() function
/third_party/skia/third_party/externals/angle2/src/common/
H A Dvector_utils.h462 Type VectorBase<Dimension, Type>::dot(const VectorBase<Dimension, Type> &other) const in dot() function in angle::VectorBase
/third_party/skia/src/effects/
H A DSkEmbossMask.cpp82 SkFixed dot = numer / denom; in Emboss() local
/third_party/skia/tests/
H A DPoint3Test.cpp56 SkScalar dot = xAxis.dot(yAxis); in test_dot() local
[all...]
/third_party/python/Objects/
H A Dcapsule.c211 char *dot = strchr(trace, '.'); in PyCapsule_Import() local
/third_party/rust/crates/nom/src/
H A Dstr.rs519 fn dot(i: &str) -> IResult<&str, &str> { in utf8_indexing() functions

Completed in 9 milliseconds

1234