Home
last modified time | relevance | path

Searched refs:invLen (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/core/transforms/
H A Dqmath3d_p.h104 Q(0, 0) = m(0, 0) * invLen; in decomposeQMatrix3x3()
105 Q(1, 0) = m(1, 0) * invLen; in decomposeQMatrix3x3()
106 Q(2, 0) = m(2, 0) * invLen; in decomposeQMatrix3x3()
112 invLen = 1.0f / std::sqrt(Q(0, 1) * Q(0, 1) + Q(1, 1) * Q(1, 1) + Q(2, 1) * Q(2, 1)); in decomposeQMatrix3x3()
113 Q(0, 1) *= invLen; in decomposeQMatrix3x3()
114 Q(1, 1) *= invLen; in decomposeQMatrix3x3()
115 Q(2, 1) *= invLen; in decomposeQMatrix3x3()
125 invLen = 1.0f / std::sqrt(Q(0, 2) * Q(0, 2) + Q(1, 2) * Q(1, 2) + Q(2, 2) * Q(2, 2)); in decomposeQMatrix3x3()
126 Q(0, 2) *= invLen; in decomposeQMatrix3x3()
127 Q(1, 2) *= invLen; in decomposeQMatrix3x3()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw20638.pp120 invLen : single;
122 invLen := 1.0 / sqrt(x * x + y * y + z * z);
124 Result.x := x * invLen;
125 Result.y := y * invLen;
126 Result.z := z * invLen;
161 invLen : single;
163 invLen := 1.0 / sqrt(v.x * v.x + v.y * v.y + v.z * v.z);
165 Result.x := v.x * invLen;
166 Result.y := v.y * invLen;
167 Result.z := v.z * invLen;
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A DintervalList.H206 uint32 invLen = 0; // Create a new list to store the in invert() local
216 inv[invLen++] = { invlo, invhi, 1 }; in invert()
237 inv[invLen++] = { invlo, _list[0]._bgn, 1 }; in invert()
244 inv[invLen++] = { bgn, end, 1 }; in invert()
248 inv[invLen++] = { _list[_listLen-1]._end, invhi, 1 }; in invert()
256 _listLen = invLen; in invert()
259 assert(invLen <= invMax); in invert()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/peer/
H A Dlog.go83 invLen := len(invList)
84 if invLen == 0 {
89 if invLen == 1 {
108 return fmt.Sprintf("size %d", invLen)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/peer/
H A Dlog.go83 invLen := len(invList)
84 if invLen == 0 {
89 if invLen == 1 {
108 return fmt.Sprintf("size %d", invLen)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/peer/
H A Dlog.go83 invLen := len(invList)
84 if invLen == 0 {
89 if invLen == 1 {
108 return fmt.Sprintf("size %d", invLen)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/peer/
H A Dlog.go83 invLen := len(invList)
84 if invLen == 0 {
89 if invLen == 1 {
108 return fmt.Sprintf("size %d", invLen)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/peer/
H A Dlog.go83 invLen := len(invList)
84 if invLen == 0 {
89 if invLen == 1 {
108 return fmt.Sprintf("size %d", invLen)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/peer/
H A Dlog.go83 invLen := len(invList)
84 if invLen == 0 {
89 if invLen == 1 {
108 return fmt.Sprintf("size %d", invLen)
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DaddPlanarReflection.py17 invLen = farPlane * 1. / (math.sqrt(rayForward[0] * rayForward[0] + rayForward[1] *
19 rayForward = [invLen * rayForward[0], invLen * rayForward[1], invLen * rayForward[2]]
H A DcreateTexturedMeshVisualShape.py16 invLen = farPlane * 1. / (math.sqrt(rayForward[0] * rayForward[0] + rayForward[1] *
18 rayForward = [invLen * rayForward[0], invLen * rayForward[1], invLen * rayForward[2]]
H A DcreateVisualShapeArray.py16 invLen = farPlane * 1. / (math.sqrt(rayForward[0] * rayForward[0] + rayForward[1] *
18 rayForward = [invLen * rayForward[0], invLen * rayForward[1], invLen * rayForward[2]]
H A DpointCloudFromCameraImage.py23 invLen = farPlane * 1. / lenFwd
24 rayForward = [invLen * rayForward[0], invLen * rayForward[1], invLen * rayForward[2]]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_examples/
H A DcreateVisualShapeArray.py16 invLen = farPlane * 1. / (math.sqrt(rayForward[0] * rayForward[0] + rayForward[1] *
18 rayForward = [invLen * rayForward[0], invLen * rayForward[1], invLen * rayForward[2]]
H A DpointCloudFromCameraImage.py23 invLen = farPlane * 1. / lenFwd
24 rayForward = [invLen * rayForward[0], invLen * rayForward[1], invLen * rayForward[2]]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DQuaternion.h323 float invLen = 1.0f / sqrtf(lenSquared); in Normalize()
324 w_ *= invLen; in Normalize()
325 x_ *= invLen; in Normalize()
326 y_ *= invLen; in Normalize()
327 z_ *= invLen; in Normalize()
349 float invLen = 1.0f / sqrtf(lenSquared); in Normalized()
350 return *this * invLen; in Normalized()
H A DVector2.h284 float invLen = 1.0f / sqrtf(lenSquared); in Normalize() local
285 x_ *= invLen; in Normalize()
286 y_ *= invLen; in Normalize()
326 float invLen = 1.0f / sqrtf(lenSquared); in Normalized() local
327 return *this * invLen; in Normalized()
H A DVector3.h335 float invLen = 1.0f / sqrtf(lenSquared); in Normalize() local
336 x_ *= invLen; in Normalize()
337 y_ *= invLen; in Normalize()
338 z_ *= invLen; in Normalize()
397 float invLen = 1.0f / sqrtf(lenSquared); in Normalized() local
398 return *this * invLen; in Normalized()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dcommon.h240 Float invLen = 1.0f / std::sqrt(a.x() * a.x() + a.z() * a.z()); in coordinate_system() local
241 c = Vector3f(a.z() * invLen, 0.0f, -a.x() * invLen); in coordinate_system()
243 Float invLen = 1.0f / std::sqrt(a.y() * a.y() + a.z() * a.z()); in coordinate_system() local
244 c = Vector3f(0.0f, a.z() * invLen, -a.y() * invLen); in coordinate_system()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/cuda/
H A Drend_lib.h181 float invLen = 1.0f / sqrtf(dot(v, v)); in normalize() local
182 return invLen * v; in normalize()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/cuda/
H A Drend_lib.h181 float invLen = 1.0f / sqrtf(dot(v, v)); in normalize() local
182 return invLen * v; in normalize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lib/flatecut/
H A Dflatecut.go547 invLen := uint32(c.bits.bytes[c.bits.index+2]) | uint32(c.bits.bytes[c.bits.index+3])<<8
548 if length+invLen != 0xFFFF {
568 invLen = 0xFFFF - length
573 c.bits.bytes[c.bits.index+2] = uint8(invLen >> 0)
574 c.bits.bytes[c.bits.index+3] = uint8(invLen >> 8)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lib/flatecut/
H A Dflatecut.go547 invLen := uint32(c.bits.bytes[c.bits.index+2]) | uint32(c.bits.bytes[c.bits.index+3])<<8
548 if length+invLen != 0xFFFF {
568 invLen = 0xFFFF - length
573 c.bits.bytes[c.bits.index+2] = uint8(invLen >> 0)
574 c.bits.bytes[c.bits.index+3] = uint8(invLen >> 8)
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dfield-math.hpp257 double invLen = 1.0f / std::sqrt(a.x() * a.x() + a.z() * a.z()); in coordinate_system() local
258 c = Vector3d(a.z() * invLen, 0.0f, -a.x() * invLen); in coordinate_system()
260 double invLen = 1.0f / std::sqrt(a.y() * a.y() + a.z() * a.z()); in coordinate_system() local
261 c = Vector3d(0.0f, a.z() * invLen, -a.y() * invLen); in coordinate_system()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_linetemp.h262 const GLfloat invLen = 1.0F / numPixels; in NAME() local
267 span.attrStepX[VARYING_SLOT_POS][3] = (invw1 - invw0) * invLen; in NAME()
281 span.attrStepX[attr][c] = da * invLen; in NAME()

123