| /third_party/typescript/tests/baselines/reference/ |
| D | contextualSignatureInstantiation2.js | 3 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
|
| D | jsDeclarationsFunctionLikeClasses2.js | 18 dot(other) { method in Vec 97 dot: function (other) { method in Vec
|
| /third_party/typescript/tests/cases/compiler/ |
| D | contextualSignatureInstantiation2.ts | 2 var dot: <T, S>(f: (_: T) => S) => <U>(g: (_: U) => T) => (_: U) => S; variable
|
| D | es6ClassTest8.ts | 24 static dot(v1:Vector, v2:Vector):Vector {return null;} method in Vector
|
| /third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/ |
| D | arm_cosine_distance_f32.c | 52 float32_t pwra,pwrb,dot,tmp; in arm_cosine_distance_f32() local
|
| D | arm_correlation_distance_f32.c | 54 float32_t ma,mb,pwra,pwrb,dot,tmp; in arm_correlation_distance_f32() local
|
| /third_party/glib/gio/ |
| D | giomodule-priv.c | 41 const gchar *dot; in _g_io_module_extract_name() local
|
| /third_party/toybox/toys/lsb/ |
| D | hostname.c | 43 char *hostname = toybuf, *dot; local
|
| /third_party/node/deps/npm/node_modules/glob/ |
| D | common.js | 44 gmatcher = new Minimatch(gpattern, { dot: true }) property 48 matcher: new Minimatch(pattern, { dot: true }), property
|
| /third_party/gettext/gnulib-local/lib/ |
| D | addext.c | 77 char *dot = strchr (s, '.'); in addext() local
|
| /third_party/gn/src/base/files/ |
| 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 = FinalExtensionSeparatorPosition(path_); in RemoveFinalExtension() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| 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); in processTextureCoordinate() local 700 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); in processTextureCoordinate() local
|
| /third_party/glib/glib/libcharset/ |
| D | localcharset.c | 312 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/ |
| D | meson.build | 1 dot = find_program('dot') variable
|
| /third_party/libinput/doc/api/ |
| D | meson.build | 7 dot = find_program('dot', required : false) variable
|
| /third_party/node/deps/npm/lib/utils/completion/ |
| D | file-completion.js | 16 var opts = { mark: true, dot: true, maxDepth: depth } property
|
| /third_party/skia/src/gpu/ |
| D | GrVx.h | 32 static SK_ALWAYS_INLINE float dot(float2 a, float2 b) { in dot() function
|
| /third_party/gettext/gettext-runtime/intl/ |
| D | localcharset.c | 869 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/ |
| D | predef_check.h | 35 const char * dot = "."; variable
|
| /third_party/boost/libs/graph/example/ |
| D | graph-thingie.cpp | 78 const char* dot = "digraph \ in main() local
|
| /third_party/boost/libs/xpressive/tools/ |
| D | perl2xpr.cpp | 23 char const *dot = " ~_n "; in main() local
|
| /third_party/skia/src/sksl/lex/ |
| D | RegexParser.cpp | 102 void RegexParser::dot() { in dot() function in RegexParser
|
| /third_party/flutter/skia/src/sksl/lex/ |
| D | RegexParser.cpp | 101 void RegexParser::dot() { in dot() function in RegexParser
|
| /third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/ |
| D | arm_svm_linear_predict_f32.c | 285 float32_t dot; in arm_svm_linear_predict_f32() local 433 float32_t dot=0; in arm_svm_linear_predict_f32() local
|
| /third_party/python/Modules/_decimal/libmpdec/ |
| D | io.c | 347 #define EXTRACT_DIGIT(s, x, d, dot) \ argument 350 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string() 419 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot() 990 const char *dot, /* location of optional decimal point */ in _mpd_add_sep_dot() 1095 const char *sign = NULL, *intpart = NULL, *dot = NULL; in _mpd_apply_lconv() local
|