Home
last modified time | relevance | path

Searched refs:vc0 (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/xtl-quant-stack/xtl-0.7.4/test/
H A Dtest_xcomplex.cpp112 EXPECT_TRUE(vc0 == vc0); in TEST()
115 EXPECT_FALSE(vc0 != vc0); in TEST()
116 EXPECT_TRUE(vc0 != vc1); in TEST()
124 complex_type c0(vc0); in TEST()
129 complex_type c1(vc0); in TEST()
134 complex_type c2(vc0); in TEST()
139 complex_type c3(vc0); in TEST()
146 complex_type c4(vc0); in TEST()
151 complex_type c5(vc0); in TEST()
156 complex_type c6(vc0); in TEST()
[all …]
/dports/audio/phaserotate-lv2/phaserotate.lv2-0.5.1/cli/
H A Ddsp_peak_calc.h45 float32x4_t vc0; in dsp_compute_peak() local
48 vc0 = vdupq_n_f32 (current); in dsp_compute_peak()
56 vc0 = vmaxq_f32 (vc0, x0); in dsp_compute_peak()
73 vc0 = vmaxq_f32 (vc0, x0); in dsp_compute_peak()
74 vc0 = vmaxq_f32 (vc0, x1); in dsp_compute_peak()
86 vc0 = vmaxq_f32 (vc0, x0); in dsp_compute_peak()
100 vc0 = vmaxq_f32 (vc0, y0); in dsp_compute_peak()
113 vc0 = vmaxq_f32 (vc0, x0); in dsp_compute_peak()
121 float32x2_t vlo = vget_low_f32 (vc0); in dsp_compute_peak()
122 float32x2_t vhi = vget_high_f32 (vc0); in dsp_compute_peak()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/phaserotate.lv2/cli/
H A Ddsp_peak_calc.h45 float32x4_t vc0; in dsp_compute_peak() local
48 vc0 = vdupq_n_f32 (current); in dsp_compute_peak()
56 vc0 = vmaxq_f32 (vc0, x0); in dsp_compute_peak()
73 vc0 = vmaxq_f32 (vc0, x0); in dsp_compute_peak()
74 vc0 = vmaxq_f32 (vc0, x1); in dsp_compute_peak()
86 vc0 = vmaxq_f32 (vc0, x0); in dsp_compute_peak()
100 vc0 = vmaxq_f32 (vc0, y0); in dsp_compute_peak()
113 vc0 = vmaxq_f32 (vc0, x0); in dsp_compute_peak()
121 float32x2_t vlo = vget_low_f32 (vc0); in dsp_compute_peak()
122 float32x2_t vhi = vget_high_f32 (vc0); in dsp_compute_peak()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Darm_neon_functions.cc37 float32x4_t vc0; in arm_neon_compute_peak() local
40 vc0 = vdupq_n_f32(current); in arm_neon_compute_peak()
48 vc0 = vmaxq_f32(vc0, x0); in arm_neon_compute_peak()
65 vc0 = vmaxq_f32(vc0, x0); in arm_neon_compute_peak()
66 vc0 = vmaxq_f32(vc0, x1); in arm_neon_compute_peak()
78 vc0 = vmaxq_f32(vc0, x0); in arm_neon_compute_peak()
93 vc0 = vmaxq_f32(vc0, y0); in arm_neon_compute_peak()
107 vc0 = vmaxq_f32(vc0, x0); in arm_neon_compute_peak()
115 float32x2_t vlo = vget_low_f32(vc0); in arm_neon_compute_peak()
116 float32x2_t vhi = vget_high_f32(vc0); in arm_neon_compute_peak()
/dports/math/R-cran-lme4/lme4/tests/
H A DST.R12 vc0 <- getME(m, 'sigma')^2*tcrossprod(T %*% S) globalVar
14 dimnames(vc0) <- dimnames(vc1)
16 all.equal(vc0, vc1, tolerance = 1e-6)
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dcount_nonzero.cpp257 float32x4_t vc0 = vmovq_n_f32(0); in countNonZero() local
264 int32x4_t vnz = vreinterpretq_s32_u32(vmvnq_u32(vceqq_f32(vln, vc0))); in countNonZero()
312 uint32x4_t vc0 = vmovq_n_u32(0); in countNonZero() local
338 uint32x4_t vequ1 = vceqq_u32(vreinterpretq_u32_u64(vm1), vc0); in countNonZero()
339 uint32x4_t vequ2 = vceqq_u32(vreinterpretq_u32_u64(vm2), vc0); in countNonZero()
340 uint32x4_t vequ3 = vceqq_u32(vreinterpretq_u32_u64(vm3), vc0); in countNonZero()
341 uint32x4_t vequ4 = vceqq_u32(vreinterpretq_u32_u64(vm4), vc0); in countNonZero()
368 uint32x4_t vequ1 = vceqq_u32(vreinterpretq_u32_u64(vm1), vc0); in countNonZero()
369 uint32x4_t vequ2 = vceqq_u32(vreinterpretq_u32_u64(vm2), vc0); in countNonZero()
389 uint32x4_t vequ1 = vceqq_u32(vreinterpretq_u32_u64(vm1), vc0); in countNonZero()
/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dtrianglev_mb.h111 Vec3vf<M> va0 = zero, vb0 = zero, vc0 = zero; in fillMB() local
136 vc0.x[i] = c0.x; vc0.y[i] = c0.y; vc0.z[i] = c0.z; in fillMB()
139 new (this) TriangleMvMB(va0,va1,vb0,vb1,vc0,vc1,vgeomID,vprimID); in fillMB()
147 Vec3vf<M> va0 = zero, vb0 = zero, vc0 = zero; in fillMB() local
178 vc0.x[i] = c01.first .x; vc0.y[i] = c01.first .y; vc0.z[i] = c01.first .z; in fillMB()
181 new (this) TriangleMvMB(va0,va1,vb0,vb1,vc0,vc1,vgeomID,vprimID); in fillMB()
/dports/sysutils/xmbmon/xmbmon205/
H A Dmbmon_small.c21 float vc0, vc1, v33, v50p, v12p, v12n, v50n; local
129 getVolt(&vc0, &vc1, &v33, &v50p, &v50n, &v12p, &v12n);
131 …printf(" Vcore = %4.2f, %4.2f; Volt. = %4.2f, %4.2f, %5.2f, %6.2f, %5.2f\n", vc0, vc1, v33, v50p, …
H A Dmbmon.c288 float vc0, vc1, v33, v50p, v12p, v12n, v50n; local
519 getVolt(&vc0, &vc1, &v33, &v50p, &v50n, &v12p, &v12n);
583 fprintf(out, "VC0 : %+6.2f\n", vc0 ) ;
594 …fprintf(out, "Vcore = %4.2f, %4.2f; Volt. = %4.2f, %4.2f, %5.2f, %6.2f, %5.2f\n", vc0, vc1, v33, v…
/dports/math/tvmet/tvmet-1.7.2/examples/
H A Dmatrix_col.cc22 vector3d vc0( col(m1, 0) ); in main() local
34 cout << vc0 << endl; in main()
/dports/sysutils/healthd/healthd-0.7.9/
H A DgetMBinfo.c194 int getVolt(double *vc0, double *vc1, double *v33,\ in getVolt() argument
213 *vc0 = ReadByte(0x21) * 1.316 / 100; in getVolt()
215 *vc0 = (double)ReadByte(0x20) * 0.016; in getVolt()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dcontour_finding.pyx407 cdef VolumeContainer *vc0 = vcs[nid]
408 cdef int s = (vc0.dims[1]*vc0.dims[0]
409 + vc0.dims[0]*vc0.dims[2]
410 + vc0.dims[1]*vc0.dims[2]) * 18
421 n1 = vc0.dims[ax0]
422 n2 = vc0.dims[ax1]
443 pos[ax] = vc0.dims[ax]
444 my_pos[ax] = vc0.dims[ax]-1
449 index = vc_index(vc0, my_pos[0],
451 m1 = vc0.mask[index]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gradients/
H A DGrDualIntervalGradientColorizer.fp47 auto vc0 = Sk4f::Load(c0.vec());
49 auto scale01 = (vc1 - vc0) / threshold;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gradients/
H A DGrDualIntervalGradientColorizer.fp47 auto vc0 = Sk4f::Load(c0.vec());
49 auto scale01 = (vc1 - vc0) / threshold;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gradients/
H A DGrDualIntervalGradientColorizer.fp47 auto vc0 = Sk4f::Load(c0.vec());
49 auto scale01 = (vc1 - vc0) / threshold;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gradients/
H A DGrDualIntervalGradientColorizer.fp47 auto vc0 = Sk4f::Load(c0.vec());
49 auto scale01 = (vc1 - vc0) / threshold;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gradients/
H A DGrDualIntervalGradientColorizer.fp47 auto vc0 = Sk4f::Load(c0.vec());
49 auto scale01 = (vc1 - vc0) / threshold;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gradients/
H A DGrDualIntervalGradientColorizer.fp47 auto vc0 = Sk4f::Load(c0.vec());
49 auto scale01 = (vc1 - vc0) / threshold;
/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DGollyAppDelegate.m27 UIViewController *vc0 = [[PatternViewController alloc] initWithNibName:nil bundle:nil];
33 tabBarController.viewControllers = [NSArray arrayWithObjects:vc0, vc1, vc2, vc3, nil];
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/
H A Dpermafrostsolutedb.dat3 4.5319e-04 vc0
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gradients/generated/
H A DGrDualIntervalGradientColorizer.cpp135 auto vc0 = Sk4f::Load(c0.vec()); in Make() local
137 auto scale01 = (vc1 - vc0) / threshold; in Make()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gradients/generated/
H A DGrDualIntervalGradientColorizer.cpp135 auto vc0 = Sk4f::Load(c0.vec()); in Make() local
137 auto scale01 = (vc1 - vc0) / threshold; in Make()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gradients/generated/
H A DGrDualIntervalGradientColorizer.cpp135 auto vc0 = Sk4f::Load(c0.vec()); in Make() local
137 auto scale01 = (vc1 - vc0) / threshold; in Make()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gradients/generated/
H A DGrDualIntervalGradientColorizer.cpp135 auto vc0 = Sk4f::Load(c0.vec()); in Make() local
137 auto scale01 = (vc1 - vc0) / threshold; in Make()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gradients/generated/
H A DGrDualIntervalGradientColorizer.cpp135 auto vc0 = Sk4f::Load(c0.vec()); in Make() local
137 auto scale01 = (vc1 - vc0) / threshold; in Make()

12345