Home
last modified time | relevance | path

Searched refs:dot (Results 251 - 275 of 281) sorted by relevance

1...<<1112

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrFragmentOperations.cpp568 return dot(rgb, Vec3(0.3f, 0.59f, 0.11f)); in luminosity()
/kernel/linux/linux-5.10/fs/ext4/
H A Dnamei.c247 struct fake_dirent dot; member
2117 fde = &root->dot; in ext4_check_dx_root()
2230 /* Initialize the root; the dot dirents already exist */ in make_indexed_dir()
4088 * replay code is not yet capable of changing dot dot in ext4_rename()
/third_party/node/deps/llhttp/src/
H A Dllhttp.c7282 state->reason = "Expected dot"; in llhttp__internal__run()
8013 state->reason = "Expected dot"; in llhttp__internal__run()
15216 state->reason = "Expected dot"; in llhttp__internal__run()
15938 state->reason = "Expected dot"; in llhttp__internal__run()
/third_party/python/Modules/
H A D_pickle.c1816 _Py_DECLARE_STR(dot, "."); in get_dotted_path()
1817 dotted_path = PyUnicode_Split(name, &_Py_STR(dot), -1); in get_dotted_path()
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc3986 LogicVRegister Simulator::dot(VectorFormat vform,
4023 return dot(vform, dst, src1, src2, true, true);
4031 return dot(vform, dst, src1, src2, false, false);
4038 return dot(vform, dst, src1, src2, false, true);
H A Dsimulator-aarch64.h4337 LogicVRegister dot(VectorFormat vform,
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs34 use crate::ir::dot;
4498 match dot::write_dot_file(context, path) {
4500 "Your dot file was generated successfully into: {}",
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp452 return dot(c, Vec3(0.3f, 0.59f, 0.11f)); in lumv3()
/third_party/skia/src/core/
H A DSkMatrix.cpp52 // However, these few lines that performed the last add before the "dot", cause
250 return SkScalarNearlyZero(vec[0].dot(vec[1]), SkScalarSquare(tol)); in preservesRightAngles()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp456 return dot(c, Vec3(0.3f, 0.59f, 0.11f)); in lumv3()
/third_party/glfw/deps/
H A Dnuklear.h6760 int dot = 0; in nk_string_float_limit() local
6764 dot = 1; in nk_string_float_limit()
6768 if (dot == (prec+1)) { in nk_string_float_limit()
6772 if (dot > 0) dot++; in nk_string_float_limit()
7145 int num_len = 0, frac_len = 0, dot = 0; in nk_vsnprintf() local
7178 if (dot) frac_len++; in nk_vsnprintf()
7181 if (*num_iter == '.') dot = 1; in nk_vsnprintf()
7188 if (!dot && len < buf_size) { in nk_vsnprintf()
7190 dot in nk_vsnprintf()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12769 * - dot();
13986 function, "dot", tcu::dot); in getFunctionObject()
13989 function, "dot", tcu::dot); in getFunctionObject()
13992 function, "dot", tcu::dot); in getFunctionObject()
15461 { "dot", FUNCTION_DOT }, in init()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1236 float dot = ap.x * ab_dir.x + ap.y * ab_dir.y; in ImLineClosestPoint() local
1237 if (dot < 0.0f) in ImLineClosestPoint()
1240 if (dot > ab_len_sqr) in ImLineClosestPoint()
1242 return a + ab_dir * dot / ab_len_sqr; in ImLineClosestPoint()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp1284 float dot = ap.x * ab_dir.x + ap.y * ab_dir.y; in ImLineClosestPoint() local
1285 if (dot < 0.0f) in ImLineClosestPoint()
1288 if (dot > ab_len_sqr) in ImLineClosestPoint()
1290 return a + ab_dir * dot / ab_len_sqr; in ImLineClosestPoint()
/third_party/python/Lib/
H A Dturtle.py130 'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd',
3368 def dot(self, size=None, *color): member in RawTurtle
3369 """Draw a dot with diameter size, using color.
3375 Draw a circular dot with diameter size, using color.
3379 >>> turtle.dot()
3380 >>> turtle.fd(50); turtle.dot(20, "blue"); turtle.fd(50)
3398 self.undobuffer.push(("dot", item))
3622 elif action in ["wri", "dot"]:
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp1455 DECLARE_BINARY_SCALAR_GENTYPE_FUNCS(dot)
1992 << BuiltinFuncInfo("dot", "dot", F, Value(GT, -5.0f, 5.0f), Value(GT, -5.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(dot) ) in init()
/kernel/linux/linux-6.6/fs/ext4/
H A Dnamei.c248 struct fake_dirent dot; member
2297 /* Initialize the root; the dot dirents already exist */ in make_indexed_dir()
3994 * replay code is not yet capable of changing dot dot in ext4_rename()
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.cpp416 const float dividend = tcu::dot(pr - pa, pb - pa);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c4598 char *dot = "."; in dpp_build_conf_obj_dpp() local
4707 EVP_DigestSignUpdate(md_ctx, dot, 1) != 1 || in dpp_build_conf_obj_dpp()
5591 wpa_printf(MSG_DEBUG, "DPP: Missing dot(1) in signedConnector"); in dpp_process_signed_connector()
5623 "DPP: Missing dot(2) in signedConnector"); in dpp_process_signed_connector()
6489 wpa_printf(MSG_DEBUG, "DPP: Own connector is missing the first dot (.)"); in dpp_peer_intro()
6495 wpa_printf(MSG_DEBUG, "DPP: Own connector is missing the second dot (.)"); in dpp_peer_intro()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable_autogen.cpp3095 constexpr const ImmutableString dot("dot");
9304 BuiltInName::dot,
9312 BuiltInName::dot,
9320 BuiltInName::dot,
9328 BuiltInName::dot,
9336 BuiltInName::dot,
9344 BuiltInName::dot,
9352 BuiltInName::dot,
9360 BuiltInName::dot,
[all...]
H A DSymbolTable_ESSL_autogen.cpp1931 constexpr const ImmutableString dot("dot");
6649 BuiltInName::dot,
6657 BuiltInName::dot,
6665 BuiltInName::dot,
6673 BuiltInName::dot,
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display.c2308 * Enable double wide mode when the dot clock in intel_crtc_compute_pipe_mode()
7898 "enabling pipe %c due to force quirk (vco=%d dot=%d)\n", in i830_enable_pipe()
7899 pipe_name(pipe), clock.vco, clock.dot); in i830_enable_pipe()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex2833 \let\dotaccent=\dot
4960 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp2749 "distance", "dot", "EmitStreamVertex", "EmitVertex", "EndPrimitive", "EndStreamPrimitive", "equal", "exp", "exp2",
10829 GLSL_BFOP(dot);
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js1887 // | 3. | \u0130 | 304 | Upper case I with dot above |
1890 // | 6. | \u0131 | 305 | Lower case i without dot, upper case is I (2nd item) |
1902 * Case insensitive file systems have descripencies in how they handle some characters (eg. turkish Upper case I with dot on top - \u0130)
1904 * It is possible on mac to be able to refer to file name with I with dot on top as a fileName with its lower case form
1905 * But on windows we cannot. Windows can have fileName with I with dot on top next to its lower case and they can not each be referred with the lowercase forms
1910 * So for this function purpose, we go ahead and assume character I with dot on top it as case sensitive since its very unlikely to use lower case form of that special character
2332 if (ch !== 45 /* CharacterCodes.minus */ && ch !== 46 /* CharacterCodes.dot */) {
3268 // > A pre-release version MAY be denoted by appending a hyphen and a series of dot separated
3274 // > Build metadata MAY be denoted by appending a plus sign and a series of dot separated
3320 // > MUST be determined by comparing each dot separate
[all...]

Completed in 304 milliseconds

1...<<1112