Home
last modified time | relevance | path

Searched refs:kf1 (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/objects/
H A Ddesk.lua72 anim_mgr:setMarker( 64, 0, kf3, 3, kf2, 12, kf1)
73 anim_mgr:setMarker(3248, 0, kf3, 3, kf2, 12, kf1)
74 kf1, kf2, kf3 = {-1, 0}, {-1, -1.1}, {-0.8, -0.9}
75 anim_mgr:setMarker( 58, 0, kf1, 9, kf2, 11, kf3)
76 anim_mgr:setMarker(3242, 0, kf1, 9, kf2, 11, kf3)
77 kf1 = {-0.7, -1}
78 anim_mgr:setMarker( 74, kf1)
79 anim_mgr:setMarker(3258, kf1)
80 kf2, kf1 = {-0.8, -1}, {-1, -2}
81 anim_mgr:setMarker( 66, 0, kf3, 3, kf2, 8, kf1)
[all …]
H A Dsofa.lua80 local kf1, kf2 = {-1, -1}, {-1, -0.6}
81 anim_mgr:setMarker(object.usage_animations.north.begin_use, 0, kf1, 2, kf2)
82 kf1 = {-0.6, 0.3}
83 anim_mgr:setMarker(object.usage_animations.north.begin_use_2, 0, kf2, 2, kf1)
84 anim_mgr:setMarker(object.usage_animations.north.in_use, kf1)
88 kf1, kf2 = {1, -1}, {0.6, -1}
89 anim_mgr:setMarker(object.usage_animations.east.begin_use, 0, kf1, 2, kf2)
90 kf1 = {0.3, -0.6}
91 anim_mgr:setMarker(object.usage_animations.east.begin_use_2, 0, kf2, 3, kf1)
92 anim_mgr:setMarker(object.usage_animations.east.in_use, kf1)
[all …]
H A Dloo.lua111 local kf1, kf2 = {0, 0}, {-0.1, -0.9}
112 anim_mgr:setMarker(object.usage_animations.north.begin_use, 1, kf1, 6, kf2)
113 kf1 = {-0.1, -0.9}
114 anim_mgr:setMarker(object.usage_animations.north.begin_use_2, kf1)
115 anim_mgr:setMarker(object.usage_animations.north.in_use, kf1)
116 anim_mgr:setMarker(object.usage_animations.north.finish_use, kf1)
117 kf1, kf2 = {-0.1, -0.9}, {0, 0}
118 anim_mgr:setMarker(object.usage_animations.north.finish_use_2, 0, kf1, 1, kf1, 6, kf2)
H A Dsink.lua52 local kf1, kf2 = {0, 0}, {0, -0.7}
53 anim_mgr:setMarker({1776, 3160}, 0, kf1, 4, kf2)
55 anim_mgr:setMarker({1784, 3168}, 0, kf2, 34, kf2, 39, kf1)
H A Dlecture_chair.lua45 local kf1, kf2 = {0, 0}, {-1, -0.1}
46 anim_mgr:setMarker(object.usage_animations.north.begin_use, 0, kf1, 10, kf2)
48 anim_mgr:setMarker(object.usage_animations.north.finish_use, 0, kf2, 11, kf2, 18, kf1)
H A Dbed.lua67 local kf1, kf2, kf3 = {1, -1}, {0.4, -1}, {-0.3, -1}
68 anim_mgr:setMarker(object.usage_animations.north.begin_use, 0, kf1, 4, kf2, 12, kf2, 18, kf3)
70 anim_mgr:setMarker(object.usage_animations.north.finish_use, 0, kf3, 6, kf3, 12, kf2, 14, kf1)
H A Dprojector.lua49 local kf1, kf2 = {0, 0}, {-0.4, 0.5}
54 anim_mgr:setMarker(object.usage_animations.north.finish_use_2, 0, kf2, 11, kf2, 16, kf1)
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/behaviors/interpolators/
H A DKBCubicSplineSegment.java236 if (kf0.knot == kf1.knot) { in computeHermiteCoefficients()
311 float adj1 = (kf2.knot - kf1.knot)/(kf3.knot - kf1.knot); in computeHermiteCoefficients()
340 c0.x = kf1.position.x; in computeHermiteCoefficients()
341 c0.y = kf1.position.y; in computeHermiteCoefficients()
342 c0.z = kf1.position.z; in computeHermiteCoefficients()
361 e0.x = kf1.scale.x; in computeHermiteCoefficients()
362 e0.y = kf1.scale.y; in computeHermiteCoefficients()
363 e0.z = kf1.scale.z; in computeHermiteCoefficients()
382 h0 = kf1.heading; in computeHermiteCoefficients()
383 p0 = kf1.pitch; in computeHermiteCoefficients()
[all …]
H A DCubicSplineSegment.java153 keyFrame[1] = new TCBKeyFrame(kf1); in CubicSplineSegment()
217 deltaS.x = kf2.scale.x - kf1.scale.x; in computeHermiteCoefficients()
218 deltaS.y = kf2.scale.y - kf1.scale.y; in computeHermiteCoefficients()
226 if (kf0.knot == kf1.knot) { in computeHermiteCoefficients()
282 float adj1 = (kf2.knot - kf1.knot)/(kf3.knot - kf1.knot); in computeHermiteCoefficients()
303 c0.x = kf1.position.x; in computeHermiteCoefficients()
304 c0.y = kf1.position.y; in computeHermiteCoefficients()
305 c0.z = kf1.position.z; in computeHermiteCoefficients()
324 e0.x = kf1.scale.x; in computeHermiteCoefficients()
325 e0.y = kf1.scale.y; in computeHermiteCoefficients()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/general/
H A Dtest_serialization.cpp104 kin1->getFwdRateConstants(kf1.data()); in TEST()
107 EXPECT_NEAR(kf1[i], kf2[i], 1e-13 * kf1[i]) << "for reaction i = " << i; in TEST()
133 kin1->getFwdRateConstants(kf1.data()); in TEST()
136 EXPECT_NEAR(kf1[i], kf2[i], 1e-13 * kf1[i]) << "for reaction i = " << i; in TEST()
160 kin1->getFwdRateConstants(kf1.data()); in TEST()
163 EXPECT_NEAR(kf1[i], kf2[i], 1e-13 * kf1[i]) << "for reaction i = " << i; in TEST()
190 EXPECT_NEAR(kf1[i], kf2[i], 1e-13 * kf1[i]) << "for reaction i = " << i; in TEST()
262 EXPECT_NEAR(kf1[i], kf2[i], 1e-13 * kf1[i]) << "for reaction i = " << i; in TEST()
321 EXPECT_NEAR(kf1[i], kf2[i], 1e-13 * kf1[i]) << "for tpb reaction i = " << i; in TEST()
333 kf1.resize(ox_kin1->nReactions()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/animator/
H A DKeyframeAnimator.cpp44 fCurrentSegment.kf1->v, in getLERPInfo()
54 kf1 = &fKFs.back(); in find_segment() local
57 while (kf0 + 1 != kf1) { in find_segment()
58 SkASSERT(kf0 < kf1); in find_segment()
59 SkASSERT(kf0->t <= t && t < kf1->t); in find_segment()
61 const auto mid_kf = kf0 + (kf1 - kf0) / 2; in find_segment()
66 kf1 = mid_kf; in find_segment()
70 return {kf0, kf1}; in find_segment()
77 auto w = (t - seg.kf0->t) / (seg.kf1->t - seg.kf0->t); in compute_weight()
81 SkASSERT(seg.kf0->v != seg.kf1->v); in compute_weight()
H A DKeyframeAnimator.h86 const Keyframe* kf1; member
89 SkASSERT(!!kf0 == !!kf1); in contains()
90 SkASSERT(!kf0 || kf1 == kf0 + 1); in contains()
92 return kf0 && kf0->t <= t && t < kf1->t; in contains()
/dports/science/libgridxc/libgridxc-libgridxc-0.9.6/Testers/
H A Dtest5.f9040 real(dp):: kf1, kg1, gn1(3,nspin), gn2(3,nspin), n1(nspin), n2(nspin), & variable
73 kf1 = ikf*dkf
75 kf1 = max(kf1,1.e-6)
81 n1(1) = kf1**3/(3*pi**2)
105 n1n2phi_interp = sum(n1phi*theta2) *(kf1*kf2)**2/n1(1)/n2(1)
110 n1n2phi_exact = vv_vdw_phi_val( kf1, kf2, kg1, kg2, r12 )
111 write(1,'(3f9.3,3e15.6)') r12, kf1, kg1, &
/dports/science/siesta/siesta-4.1.5/Src/SiestaXC/Testers/
H A Dtest5.f9040 real(dp):: kf1, kg1, gn1(3,nspin), gn2(3,nspin), n1(nspin), n2(nspin), & variable
73 kf1 = ikf*dkf
75 kf1 = max(kf1,1.e-6)
81 n1(1) = kf1**3/(3*pi**2)
105 n1n2phi_interp = sum(n1phi*theta2) *(kf1*kf2)**2/n1(1)/n2(1)
110 n1n2phi_exact = vv_vdw_phi_val( kf1, kf2, kg1, kg2, r12 )
111 write(1,'(3f9.3,3e15.6)') r12, kf1, kg1, &
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/kinetics/
H A Dpdep.cpp62 double kf1 = k(1.230000e+05, 1.53, 4737.0); in TEST_F() local
67 EXPECT_NEAR(kf1, kf[1], 1e-9 * kf1); in TEST_F()
95 double kf1 = k(1.3700e+14, -0.79, 17603.0) + k(1.2800e+03, 1.71, 9774.0); in TEST_F() local
98 EXPECT_NEAR(kf1, kf[1], 1e-9 * kf1); in TEST_F()
111 double kf1 = k(1.2600e+17, -1.83, 15003.0) + k(1.2300e+01, 2.68, 6335.0); in TEST_F() local
115 EXPECT_NEAR(kf1, kf[1], 1e-9 * kf1); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/animator/
H A DKeyframe.cpp49 fCurrentSegment.kf1->v, in getLERPInfo()
59 kf1 = &fKFs.back(); in find_segment() local
62 while (kf0 + 1 != kf1) { in find_segment()
63 SkASSERT(kf0 < kf1); in find_segment()
64 SkASSERT(kf0->t <= t && t < kf1->t); in find_segment()
66 const auto mid_kf = kf0 + (kf1 - kf0) / 2; in find_segment()
71 kf1 = mid_kf; in find_segment()
75 return {kf0, kf1}; in find_segment()
82 auto w = (t - seg.kf0->t) / (seg.kf1->t - seg.kf0->t); in compute_weight()
86 SkASSERT(seg.kf0->v != seg.kf1->v); in compute_weight()
H A DKeyframe.h88 const Keyframe* kf1; member
91 SkASSERT(!!kf0 == !!kf1); in contains()
92 SkASSERT(!kf0 || kf1 == kf0 + 1); in contains()
94 return kf0 && kf0->t <= t && t < kf1->t; in contains()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/objects/machines/
H A Dinflator.lua78 local kf1, kf2 = {0, 1}, {0, 0}
79 …er(object.multi_usage_animations["Standard Male Patient - Doctor"].north.begin_use, 0, kf1, 5, kf2)
80 kf1, kf2 = {0, 0}, {1, 0}
81 …(object.multi_usage_animations["Standard Male Patient - Doctor"].north.finish_use, 1, kf1, 11, kf2)
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dtls.c467 if (key_file && (kf2 = strchr(kf1, ','))) in set_cert_stuff()
475 free(kf1); in set_cert_stuff()
479 kf1 = cf1; in set_cert_stuff()
480 if (SSL_CTX_use_PrivateKey_file(ctx, kf1, in set_cert_stuff()
484 if (kf1 != cf1) free(kf1); in set_cert_stuff()
495 kf1, cf1, ERR_reason_error_string(err)); in set_cert_stuff()
496 if (kf1 != cf1) free(kf1); in set_cert_stuff()
506 if (kf1 != cf1) free(kf1); in set_cert_stuff()
516 if (kf1 != cf1) free(kf1); in set_cert_stuff()
528 if (kf1 != cf1) free(kf1); in set_cert_stuff()
[all …]
/dports/audio/mda-lv2/mda-lv2-1.2.6/src/
H A DmdaBeatBox.cpp332 float k, kf1=ksb1, kf2=ksb2, kb1=ksf1, kb2=ksf2; in process() local
360 k = e + (kf1 * kb1) - (kf2 * kb2); in process()
361 kf2 = b3 * ((kf1 * kb2) + (kf2 * kb1)); in process()
362 kf1 = b3 * k; in process()
428 float k, kf1=ksb1, kf2=ksb2, kb1=ksf1, kb2=ksf2; in processReplacing() local
456 k = e + (kf1 * kb1) - (kf2 * kb2); //low filter in processReplacing()
457 kf2 = b3 * ((kf1 * kb2) + (kf2 * kb1)); in processReplacing()
458 kf1 = b3 * k; in processReplacing()
504 kbufpos=kp; ksb1 = kf1; ksb2 = kf2; in processReplacing()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/mda-vst3/source/
H A DmdaBeatBoxProcessor.cpp154 float k, kf1=ksb1, kf2=ksb2, kb1=ksf1, kb2=ksf2; in doProcessing() local
182 k = e + (kf1 * kb1) - (kf2 * kb2); //low filter in doProcessing()
183 kf2 = b3 * ((kf1 * kb2) + (kf2 * kb1)); in doProcessing()
184 kf1 = b3 * k; in doProcessing()
229 kbufpos=kp; ksb1 = kf1; ksb2 = kf2; in doProcessing()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/mda-vst3/source/
H A DmdaBeatBoxProcessor.cpp159 float k, kf1=ksb1, kf2=ksb2, kb1=ksf1, kb2=ksf2; in doProcessing() local
187 k = e + (kf1 * kb1) - (kf2 * kb2); //low filter in doProcessing()
188 kf2 = b3 * ((kf1 * kb2) + (kf2 * kb1)); in doProcessing()
189 kf1 = b3 * k; in doProcessing()
234 kbufpos=kp; ksb1 = kf1; ksb2 = kf2; in doProcessing()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A DcausticTextures.cpp250 int kf0, kf1, kf2, kf3; // keyframe indices in makeFractalAltitudes() local
254 kf1 = keyFrame[k]; in makeFractalAltitudes()
256 diff = kf2 - kf1; in makeFractalAltitudes()
268 for(a=kf1+1; a<kf1+diff; a++){ in makeFractalAltitudes()
269 where = float(a-kf1) / float(diff); in makeFractalAltitudes()
272 y[a][i][j] = interpolate(y[kf0][i][j], y[kf1][i][j], in makeFractalAltitudes()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/filters/
H A DDynamicFilters.cpp1474 c->b[0] = kf1; in build_filter_bank()
1475 c->b[1] = 2.0 * k * tcos * kf1; in build_filter_bank()
1485 c->b[1] = 2.0 * k * tcos * kf1; in build_filter_bank()
1486 c->b[2] = kf1; in build_filter_bank()
1805 c->b[2] = f2 * f2 * kf1; in build_filter_bank()
1820 c->b[0] = kf1; in build_filter_bank()
1867 c->b[0] = kf1; in build_filter_bank()
1868 c->b[1] = 2.0 * k * tcos * kf1; in build_filter_bank()
1879 c->b[2] = kf1; in build_filter_bank()
2029 c->b[2] = f2 * f2 * kf1; in build_filter_bank()
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/kWnn/kd/rk/
H A D2A_CTRL32 (defvar kf1 (list '\x81'))
35 (kf1) (switch hangul)

12345678910>>...13