/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | mod.rs | 12 pub mod dot; modules
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_init.c | 134 const char *dot; in init_by_defaults() local 234 dot = strchr(hostname, '.'); in init_by_defaults() 235 if (dot) { in init_by_defaults() 236 /* a dot was found */ in init_by_defaults() 242 channel->domains[0] = ares_strdup(dot + 1); in init_by_defaults()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | genpng.c | 561 double cross, dot; in line_check() local 566 /* The dot product is the distance down the line, the cross product is in line_check() 582 /* Now find the distance *along* the line; this comes from the dot product in line_check() 585 * distance = dot / sqrt(len2) in line_check() 587 dot = lx * x + ly * y; in line_check() 592 * -> dot / sqrt(len2) > sqrt(len2) in line_check() 593 * -> dot > len2 in line_check() 597 return dot > -expand && dot < len2+expand; in line_check()
|
/third_party/node/lib/internal/test_runner/reporter/ |
H A D | dot.js | 4 module.exports = async function* dot(source) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 331 StringRef::iterator *dot) { in skipLeadingZeroesAndAnyDot() 333 *dot = end; in skipLeadingZeroesAndAnyDot() 338 *dot = p++; in skipLeadingZeroesAndAnyDot() 372 StringRef::iterator dot = end; in interpretDecimal() local 374 auto PtrOrErr = skipLeadingZeroesAndAnyDot(begin, end, &dot); in interpretDecimal() 385 if (dot != end) in interpretDecimal() 387 dot = p++; in interpretDecimal() 400 if (dot != end && p - begin == 1) in interpretDecimal() 410 if (dot == end) in interpretDecimal() 411 dot in interpretDecimal() 330 skipLeadingZeroesAndAnyDot(StringRef::iterator begin, StringRef::iterator end, StringRef::iterator *dot) skipLeadingZeroesAndAnyDot() argument [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrPathUtils.cpp | 183 fM[5] = -lineVec.dot(qPts[maxEdge]); in set() 475 SkScalar z0 = -ab.dot(p[0]); in convert_noninflect_cubic_to_quads_with_constraint() 477 SkScalar z1 = -dc.dot(p[3]); in convert_noninflect_cubic_to_quads_with_constraint() 651 // dot(tan0, Tangent_Direction(T)) == 0 in findCubicConvex180Chops() 658 a = grvx::dot(tan0, A); in findCubicConvex180Chops() 659 b_over_minus_2 = -grvx::dot(tan0, B); in findCubicConvex180Chops() 660 c = grvx::dot(tan0, C); in findCubicConvex180Chops()
|
/third_party/ffmpeg/libavcodec/ |
H A D | wmavoice.c | 535 * signals, i.e. the highest dot product between the two), and then 552 float optimal_gain = 0, dot; in kalman_smoothen() local 559 dot = avpriv_scalarproduct_float_c(in, ptr, size); in kalman_smoothen() 560 if (dot > optimal_gain) { in kalman_smoothen() 561 optimal_gain = dot; in kalman_smoothen() 568 dot = avpriv_scalarproduct_float_c(best_hist_ptr, best_hist_ptr, size); in kalman_smoothen() 569 if (dot <= 0) // would be 1.0 in kalman_smoothen() 572 if (optimal_gain <= dot) { in kalman_smoothen() 573 dot = dot / (do in kalman_smoothen() [all...] |
/third_party/skia/src/sksl/lex/ |
H A D | RegexParser.h | 35 * Matches a char literal, parenthesized group, character set, or dot ('.'). 61 * Matches a dot ('.'). 63 void dot();
|
/third_party/skia/docs/examples/ |
H A D | Point_dot.cpp | 18 str.printf("dot = %g", vectors[i][0].dot(vectors[i][1])); in REG_FIDDLE()
|
/third_party/skia/demos.skia.org/demos/textedit/ |
H A D | spiralshader.js | 18 float radius = sqrt(dot(pp, pp));
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 1819 String dot = "."; /* punctuation */ in TestVariableTopSetting() 1833 coll.equals(empty, dot) || in TestVariableTopSetting() 1837 coll.compare(space, dot) >= 0) { in TestVariableTopSetting() 1841 varTop1 = coll.setVariableTop(dot); in TestVariableTopSetting() 1843 logln(String.format("coll.setVariableTop(dot) -> %08x", varTop1)); in TestVariableTopSetting() 1846 !coll.equals(empty, dot) || in TestVariableTopSetting() 1850 coll.compare(dot, degree) >= 0) { in TestVariableTopSetting() 1851 errln("coll.setVariableTop(dot) did not work"); in TestVariableTopSetting() 1859 !coll.equals(empty, dot) || in TestVariableTopSetting() 1872 !coll.equals(empty, dot) || in TestVariableTopSetting() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 1822 String dot = "."; /* punctuation */ in TestVariableTopSetting() 1836 coll.equals(empty, dot) || in TestVariableTopSetting() 1840 coll.compare(space, dot) >= 0) { in TestVariableTopSetting() 1844 varTop1 = coll.setVariableTop(dot); in TestVariableTopSetting() 1846 logln(String.format("coll.setVariableTop(dot) -> %08x", varTop1)); in TestVariableTopSetting() 1849 !coll.equals(empty, dot) || in TestVariableTopSetting() 1853 coll.compare(dot, degree) >= 0) { in TestVariableTopSetting() 1854 errln("coll.setVariableTop(dot) did not work"); in TestVariableTopSetting() 1862 !coll.equals(empty, dot) || in TestVariableTopSetting() 1875 !coll.equals(empty, dot) || in TestVariableTopSetting() [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsQuad.h | 37 return v02.dot(v01) > 0 && v02.dot(v12) > 0; in controlsInside()
|
/third_party/skia/src/gpu/ |
H A D | GrVx.h | 32 static SK_ALWAYS_INLINE float dot(float2 a, float2 b) { in dot() function
|
/third_party/python/Python/ |
H A D | import.c | 1633 Py_ssize_t dot; in resolve_name() local 1639 dot = PyUnicode_FindChar(package, '.', in resolve_name() 1641 if (dot == -2) { in resolve_name() 1644 else if (dot == -1) { in resolve_name() 1647 PyObject *substr = PyUnicode_Substring(package, 0, dot); in resolve_name() 1850 Py_ssize_t dot; in PyImport_ImportModuleLevelObject() local 1852 dot = PyUnicode_FindChar(name, '.', 0, len, 1); in PyImport_ImportModuleLevelObject() 1853 if (dot == -2) { in PyImport_ImportModuleLevelObject() 1857 if (dot == -1) { in PyImport_ImportModuleLevelObject() 1858 /* No dot i in PyImport_ImportModuleLevelObject() [all...] |
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 196 def dot(a, b): return a.dot(b) member in GenMath 263 def dot(self, v): member in Scalar 318 return Scalar(math.sqrt(self.dot(self).x)) 381 def dot(self, v): member in Vec2 467 def dot(self, v): member in Vec3 560 def dot(self, v): member in Vec4
|
/third_party/skia/tests/ |
H A D | PathOpsDVectorTest.cpp | 42 double v1Dot = v1.dot(v1); in DEF_TEST()
|
/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 185 return (dot(ref, i) < T(0)) ? n: -n; in faceForward() 191 return i - T(2) * dot(n, i) * n; in reflect() 197 T cosAngle = dot(n, i); in refract()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 3042 int i, j, k, dot; in www_body() local 3312 dot = 1; in www_body() 3319 dot = -1; in www_body() 3323 switch (dot) { in www_body() 3325 dot = (e[0] == '.') ? 2 : 0; in www_body() 3328 dot = (e[0] == '.') ? 3 : 0; in www_body() 3331 dot = (e[0] == '/' || e[0] == '\\') ? -1 : 0; in www_body() 3334 if (dot == 0) in www_body() 3335 dot = (e[0] == '/' || e[0] == '\\') ? 1 : 0; in www_body() 3337 dot in www_body() [all...] |
/third_party/openssl/apps/ |
H A D | s_server.c | 3037 int i, j, k, dot; in www_body() local 3307 dot = 1; in www_body() 3314 dot = -1; in www_body() 3318 switch (dot) { in www_body() 3320 dot = (e[0] == '.') ? 2 : 0; in www_body() 3323 dot = (e[0] == '.') ? 3 : 0; in www_body() 3326 dot = (e[0] == '/' || e[0] == '\\') ? -1 : 0; in www_body() 3329 if (dot == 0) in www_body() 3330 dot = (e[0] == '/' || e[0] == '\\') ? 1 : 0; in www_body() 3332 dot in www_body() [all...] |
/third_party/tzdata/ |
H A D | localtime.c | 439 char const *dot; in tzloadbody() local 452 for (dot = name; (dot = strchr(dot, '.')); dot++) in tzloadbody() 453 if ((dot == name || dot[-1] == '/') && dot[1] == '.' in tzloadbody() 454 && (dot[2] == '/' || !dot[ in tzloadbody() [all...] |
/third_party/skia/samplecode/ |
H A D | SampleSimpleStroker.cpp | 232 const float cosTheta = before.dot(after); in join() 263 const float cosAlpha = prevUnitTangent.dot(-after); in join() 343 return diff.dot(diff); in squaredLineLength()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | ansi-print.hh | 61 int dot (const color_diff_t &o) in dot() function 199 int dd = diff.dot (diff); 202 int d = diff.dot (image (x, y).diff (bgc));
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
H A D | ignore.js | 5 // Ignores are always parsed in dot:true mode 29 dot: true,
|
/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
H A D | ignore.js | 4 // Ignores are always parsed in dot:true mode 26 dot: true,
|