/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 867 * Calculates the dot product of this vector and another vector. 869 * @param {lunr.Vector} otherVector - The vector to compute the dot product with. 872 lunr.Vector.prototype.dot = function (otherVector) { 903 return this.dot(otherVector) / this.magnitude() || 0
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 761 Instruction *dot = emit(sw::Shader::OPCODE_DP(size), result, 0, left, 0, right, i); in visitBinary() local 762 dot->dst.mask = 1 << i; in visitBinary() 906 Instruction *dot = emit(dpOpcode, result, 0, left, 0, right, i); in visitBinary() local 907 dot->dst.mask = 1 << i; in visitBinary()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 821 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos)); in getChannelUint() 839 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 820 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos)); in getChannelUint() 838 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos));
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 721 wpa_printf(MSG_DEBUG, "DPP: Missing dot(1) in signedConnector"); in dpp_process_signed_connector() 752 "DPP: Missing dot(2) in signedConnector"); in dpp_process_signed_connector() 1880 char *dot = "."; in dpp_build_conn_signature() local 1887 vector[1] = (const u8 *) dot; in dpp_build_conn_signature()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_types.h | 644 int dot; member
|
/third_party/glslang/glslang/Include/ |
H A D | ConstantUnion.h | 918 double dot(const TConstUnionArray& rhs) in dot() function in glslang::TConstUnionArray
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_sse_4.h | 1264 * @brief Return the dot product for the full 4 lanes, returning scalar. 1272 * @brief Return the dot product for the full 4 lanes, returning vector. 1274 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function 1280 * @brief Return the dot product for the bottom 3 lanes, returning scalar. 1288 * @brief Return the dot product for the bottom 3 lanes, returning vector.
|
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 863 parser.add_option("--dot", 866 help="produce dot output (WIP) [default: %default]") 965 if options.dot:
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 561 return dot(swizzle_xyz(smear(tmp0)), swizzle_xyz(smear(tmp1))); in emit_combine()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comp.rs | 6 use super::dot::DotAttributes;
|
H A D | item.rs | 12 use super::dot::DotAttributes;
|
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.cpp | 1126 // m = v1.cross(v2) / v1.dot(v2) in tangentsDiverge() 1129 double s0dt0 = sweep[0].dot(tweep[0]); in tangentsDiverge()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | mod.rs | 558 pub fn dot(bytes: bool) -> Hir { in dot() functions 576 /// `dot` method.
|
H A D | translate.rs | 73 /// Enable or disable the "dot matches any character" flag (`s`) by 722 Hir::dot(!unicode) in hir_dot() 1528 fn dot() { in dot() functions
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 7719 /* Get channels per dot and channel's size in bytes */ in Scan_Read_BufferA() 7939 /* read channels per dot from registers */ in Reading_BufferSize_Get() 8877 case 3: /* 3 channels per dot */ in RTS_Setup_Shading() 8895 case 2: /* 2 channels per dot */ in RTS_Setup_Shading() 12331 SANE_Int dot; in Calib_AdcOffsetRT() local 12333 for (dot = 0; in Calib_AdcOffsetRT() 12334 dot < (calibcfg->OffsetNPixel - lf104 + 1) / 2; in Calib_AdcOffsetRT() 12335 dot++) in Calib_AdcOffsetRT() 12338 (dot * (channels_per_dot * 2))]; in Calib_AdcOffsetRT() 12449 SANE_Int dot; in Calib_AdcOffsetRT() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 1165 BA1(dot); 2170 FD(dot) in create_builtins() 6438 body.emit(ret(sqrt(dot(x, x)))); in _length() 6455 body.emit(ret(sqrt(dot(p, p)))); in _distance() 6496 body.emit(ret(mul(x, rsq(dot(x, x))))); in _normalize() 6522 body.emit(if_tree(less(dot(Nref, I), IMM_FP(type, 0.0)), in _faceforward() 6535 /* I - 2 * dot(N, I) * N */ in _reflect() 6536 body.emit(ret(sub(I, mul(IMM_FP(type, 2.0), mul(dot(N, I), N))))); in _reflect() 6550 body.emit(assign(n_dot_i, dot(N, I))); in _refract() 6553 * k = 1.0 - eta * eta * (1.0 - dot( in _refract() [all...] |
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 954 /** @brief Test vfloat4 dot. */ 955 TEST(vfloat4, dot) in TEST() 959 vfloat4 r1 = dot(a1, b1); in TEST() 973 vfloat4 r2 = dot(a2, b2); in TEST()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 591 clock.dot = DIV_ROUND_CLOSEST(clock.vco, clock.p); in bxt_vgpu_get_dp_bitrate() 593 dp_br = clock.dot; in bxt_vgpu_get_dp_bitrate()
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 1136 // calling SkScalarSinSnapToZero will make sin(endAngle) be 0 which will then draw a dot. in arcTo() 1346 double cosh = befored.dot(afterd); in arcTo() 2209 return fLastVec.dot(curVec) < 0 ? kBackwards_DirChange : kStraight_DirChange; in directionChange()
|
/third_party/skia/src/gpu/ops/ |
H A D | GrOvalOpFactory.cpp | 210 "half clip = half(saturate(circleEdge.z * dot(circleEdge.xy, " 214 "clip *= half(saturate(circleEdge.z * dot(circleEdge.xy, " 219 "clip = saturate(clip + half(saturate(circleEdge.z * dot(circleEdge.xy," 649 fragBuilder->codeAppend("float test = dot(offset, offset) - 1.0;"); 656 fragBuilder->codeAppend("float grad_dot = dot(grad, grad);"); 676 fragBuilder->codeAppend("test = dot(offset, offset) - 1.0;"); 683 fragBuilder->codeAppend("grad_dot = dot(grad, grad);"); 841 fragBuilder->codeAppend("float test = dot(scaledOffset, scaledOffset) - 1.0;"); 852 fragBuilder->codeAppend("float grad_dot = 4.0*dot(grad, grad);"); 874 fragBuilder->codeAppend("test = dot(scaledOffse [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 819 DECLARE_BINARY_SCALAR_GENTYPE_FUNCS(dot) 1135 << 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()
|
/third_party/python/Objects/ |
H A D | typeobject.c | 79 const char *dot; in find_signature() local 88 dot = strrchr(name, '.'); in find_signature() 89 if (dot) in find_signature() 90 name = dot + 1; in find_signature()
|
/third_party/skia/samplecode/ |
H A D | SampleVariableWidthStroker.cpp | 791 const float cosTheta = before.dot(after);
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.h | 400 const char *dot; /* decimal point */ member
|