Home
last modified time | relevance | path

Searched defs:dot (Results 1 – 25 of 202) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/
DcontextualSignatureInstantiation2.js3 var dot: <T, S>(f: (_: T) => S) => <U>(g: (_: U) => T) => (_: U) => S; variable
10 var dot; variable
11 dot = function (f) { return function (g) { return function (x) { return f(g(x)); }; }; }; function
DjsDeclarationsFunctionLikeClasses2.js18 dot(other) { method in Vec
97 dot: function (other) { method in Vec
/third_party/typescript/tests/cases/compiler/
DcontextualSignatureInstantiation2.ts2 var dot: <T, S>(f: (_: T) => S) => <U>(g: (_: U) => T) => (_: U) => S; variable
Des6ClassTest8.ts24 static dot(v1:Vector, v2:Vector):Vector {return null;} method in Vector
/third_party/glib/gio/
Dgiomodule-priv.c41 const gchar *dot; in _g_io_module_extract_name() local
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_cosine_distance_f32.c54 float32_t pwra,pwrb,dot,tmp; in arm_cosine_distance_f32() local
Darm_cosine_distance_f16.c67 float16_t pwra,pwrb,dot,tmp; in arm_cosine_distance_f16() local
Darm_correlation_distance_f16.c68 float16_t ma,mb,pwra,pwrb,dot,tmp; in arm_correlation_distance_f16() local
Darm_correlation_distance_f32.c56 float32_t ma,mb,pwra,pwrb,dot,tmp; in arm_correlation_distance_f32() local
/third_party/toybox/toys/lsb/
Dhostname.c43 char *hostname = toybuf, *dot; local
/third_party/node/deps/npm/node_modules/glob/
Dcommon.js44 gmatcher = new Minimatch(gpattern, { dot: true }) property
48 matcher: new Minimatch(pattern, { dot: true }), property
/third_party/gettext/gnulib-local/lib/
Daddext.c77 char *dot = strchr (s, '.'); in addext() local
/third_party/gn/src/base/files/
Dfile_path.cc358 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local
367 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local
378 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local
389 const StringType::size_type dot = FinalExtensionSeparatorPosition(path_); in RemoveFinalExtension() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexPipeline.cpp297 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); in processTextureCoordinate() local
700 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); in processTextureCoordinate() local
/third_party/glib/glib/libcharset/
Dlocalcharset.c312 const char *dot = strchr (locale, '.'); in _g_locale_charset_raw() local
395 const char *dot = strchr (locale, '.'); in _g_locale_charset_raw() local
/third_party/wayland_standard/doc/
Dmeson.build1 dot = find_program('dot') variable
/third_party/libinput/doc/api/
Dmeson.build7 dot = find_program('dot', required : false) variable
/third_party/skia/src/gpu/
DGrVx.h32 static SK_ALWAYS_INLINE float dot(float2 a, float2 b) { in dot() function
/third_party/node/deps/npm/lib/utils/completion/
Dfile-completion.js16 var opts = { mark: true, dot: true, maxDepth: depth } property
/third_party/gettext/gettext-runtime/intl/
Dlocalcharset.c869 const char *dot = strchr (locale, '.'); in locale_charset() local
972 const char *dot = strchr (locale, '.'); in locale_charset() local
/third_party/boost/libs/predef/tools/check/
Dpredef_check.h35 const char * dot = "."; variable
/third_party/boost/libs/graph/example/
Dgraph-thingie.cpp78 const char* dot = "digraph \ in main() local
/third_party/boost/libs/xpressive/tools/
Dperl2xpr.cpp23 char const *dot = " ~_n "; in main() local
/third_party/flutter/skia/src/sksl/lex/
DRegexParser.cpp101 void RegexParser::dot() { in dot() function in RegexParser
/third_party/libwebsockets/lib/plat/windows/
Dwindows-plugins.c43 char sym[96], *dot; in lws_plat_dlopen() local

123456789