Home
last modified time | relevance | path

Searched refs:fz1 (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_noise1234.cpp268 float fx0, fy0, fz0, fx1, fy1, fz1; in noise() local
280 fz1 = fz0 - 1.0f; in noise()
293 nxy1 = grad(perm[ix0 + perm[iy0 + perm[iz1]]], fx0, fy0, fz1); in noise()
297 nxy1 = grad(perm[ix0 + perm[iy1 + perm[iz1]]], fx0, fy1, fz1); in noise()
303 nxy1 = grad(perm[ix1 + perm[iy0 + perm[iz1]]], fx1, fy0, fz1); in noise()
320 float fx0, fy0, fz0, fx1, fy1, fz1; in pnoise() local
332 fz1 = fz0 - 1.0f; in pnoise()
373 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in noise() local
387 fz1 = fz0 - 1.0f; in noise()
473 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in pnoise() local
[all …]
/dports/games/instead/instead-3.4.1/src/
H A Dnoise1234.c254 float fx0, fy0, fz0, fx1, fy1, fz1; in noise3() local
266 fz1 = fz0 - 1.0f; in noise3()
279 nxy1 = grad3(perm[ix0 + perm[iy0 + perm[iz1]]], fx0, fy0, fz1); in noise3()
283 nxy1 = grad3(perm[ix0 + perm[iy1 + perm[iz1]]], fx0, fy1, fz1); in noise3()
289 nxy1 = grad3(perm[ix1 + perm[iy0 + perm[iz1]]], fx1, fy0, fz1); in noise3()
307 float fx0, fy0, fz0, fx1, fy1, fz1; in pnoise3() local
319 fz1 = fz0 - 1.0f; in pnoise3()
362 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in noise4() local
376 fz1 = fz0 - 1.0f; in noise4()
447 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in pnoise4() local
[all …]
/dports/devel/love/love-11.3/src/libraries/noise1234/
H A Dnoise1234.cpp258 float fx0, fy0, fz0, fx1, fy1, fz1; in noise() local
270 fz1 = fz0 - 1.0f; in noise()
283 nxy1 = grad(perm[ix0 + perm[iy0 + perm[iz1]]], fx0, fy0, fz1); in noise()
287 nxy1 = grad(perm[ix0 + perm[iy1 + perm[iz1]]], fx0, fy1, fz1); in noise()
293 nxy1 = grad(perm[ix1 + perm[iy0 + perm[iz1]]], fx1, fy0, fz1); in noise()
311 float fx0, fy0, fz0, fx1, fy1, fz1; in pnoise() local
323 fz1 = fz0 - 1.0f; in pnoise()
366 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in noise() local
380 fz1 = fz0 - 1.0f; in noise()
451 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in pnoise() local
[all …]
/dports/devel/love10/love-0.10.2/src/libraries/noise1234/
H A Dnoise1234.cpp258 float fx0, fy0, fz0, fx1, fy1, fz1; in noise() local
270 fz1 = fz0 - 1.0f; in noise()
283 nxy1 = grad(perm[ix0 + perm[iy0 + perm[iz1]]], fx0, fy0, fz1); in noise()
287 nxy1 = grad(perm[ix0 + perm[iy1 + perm[iz1]]], fx0, fy1, fz1); in noise()
293 nxy1 = grad(perm[ix1 + perm[iy0 + perm[iz1]]], fx1, fy0, fz1); in noise()
311 float fx0, fy0, fz0, fx1, fy1, fz1; in pnoise() local
323 fz1 = fz0 - 1.0f; in pnoise()
366 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in noise() local
380 fz1 = fz0 - 1.0f; in noise()
451 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in pnoise() local
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dnoise1234.c266 float fx0, fy0, fz0, fx1, fy1, fz1; in noise3() local
278 fz1 = fz0 - 1.0f; in noise3()
291 nxy1 = grad3(perm[ix0 + perm[iy0 + perm[iz1]]], fx0, fy0, fz1); in noise3()
295 nxy1 = grad3(perm[ix0 + perm[iy1 + perm[iz1]]], fx0, fy1, fz1); in noise3()
301 nxy1 = grad3(perm[ix1 + perm[iy0 + perm[iz1]]], fx1, fy0, fz1); in noise3()
319 float fx0, fy0, fz0, fx1, fy1, fz1; in pnoise3() local
331 fz1 = fz0 - 1.0f; in pnoise3()
374 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in noise4() local
388 fz1 = fz0 - 1.0f; in noise4()
459 float fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in pnoise4() local
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Dnoise.cpp191 T fx0, fy0, fz0, fx1, fy1, fz1; in noise() local
203 fz1 = fz0 - 1.0f; in noise()
216 nxy1 = grad(perm[ix0 + perm[iy0 + perm[iz1]]], fx0, fy0, fz1); in noise()
220 nxy1 = grad(perm[ix0 + perm[iy1 + perm[iz1]]], fx0, fy1, fz1); in noise()
226 nxy1 = grad(perm[ix1 + perm[iy0 + perm[iz1]]], fx1, fy0, fz1); in noise()
240 T fx0, fy0, fz0, fx1, fy1, fz1; in pnoise() local
256 fz1 = fz0 - 1.0f; in pnoise()
294 T fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in noise() local
308 fz1 = fz0 - 1.0f; in noise()
373 T fx0, fy0, fz0, fw0, fx1, fy1, fz1, fw1; in pnoise() local
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/gto/
H A Dderiv2.c53 double fz1[SIMDD*16]; in GTOshell_eval_grid_cart_deriv2() local
96 GTOnabla1(fx1, fy1, fz1, fx0, fy0, fz0, l+1, alpha[k]); in GTOshell_eval_grid_cart_deriv2()
97 GTOnabla1(fx2, fy2, fz2, fx1, fy1, fz1, l , alpha[k]); in GTOshell_eval_grid_cart_deriv2()
146 GTOnabla1(fx1, fy1, fz1, fx0, fy0, fz0, l+1, alpha[k]); in GTOshell_eval_grid_cart_deriv2()
147 GTOnabla1(fx2, fy2, fz2, fx1, fy1, fz1, l , alpha[k]); in GTOshell_eval_grid_cart_deriv2()
226 double fz1[SIMDD*16]; in GTOshell_eval_grid_cart_deriv3() local
282 GTOnabla1(fx1, fy1, fz1, fx0, fy0, fz0, l+2, alpha[k]); in GTOshell_eval_grid_cart_deriv3()
283 GTOnabla1(fx2, fy2, fz2, fx1, fy1, fz1, l+1, alpha[k]); in GTOshell_eval_grid_cart_deriv3()
352 GTOnabla1(fx1, fy1, fz1, fx0, fy0, fz0, l+2, alpha[k]); in GTOshell_eval_grid_cart_deriv3()
353 GTOnabla1(fx2, fy2, fz2, fx1, fy1, fz1, l+1, alpha[k]); in GTOshell_eval_grid_cart_deriv3()
[all …]
H A Dgrid_ao_drv.h60 void GTOnabla1(double *fx1, double *fy1, double *fz1,
62 void GTOx1(double *fx1, double *fy1, double *fz1,
H A Dgrid_ao_drv.c30 void GTOnabla1(double *fx1, double *fy1, double *fz1, in GTOnabla1() argument
38 fz1[n] = a2*fz0[SIMDD+n]; in GTOnabla1()
44 fz1[i*SIMDD+n] = i*fz0[(i-1)*SIMDD+n] + a2*fz0[(i+1)*SIMDD+n]; in GTOnabla1()
51 void GTOx1(double *fx1, double *fy1, double *fz1, in GTOx1() argument
59 fz1[i*SIMDD+n] = ri[2] * fz0[i*SIMDD+n] + fz0[(i+1)*SIMDD+n]; in GTOx1()
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.survival.R147 fz1 <- if ( .r1 == 0) 0 else dnorm(z1) functionVar
153 ((- .r1 * fz1/Fz1 + .r2 * fz2/(1-Fz2)) / sd) / (n*w)
155 ((- .r1 * z1*fz1/Fz1 + .r2 * z2*fz2/(1-Fz2)) / sd) / (n*w)
171 ((fz1*(z1+fz1/Q.1) - fz2*(z2-fz2/Q.2)) / sd^2) / (pee*w)
172 ed2l.dmusd <- ((fz1-fz2 + z1*fz1*(z1+fz1/Q.1) -
175 ((z1*fz1-z2*fz2 + z1^2 *fz1 *(z1+fz1/Q.1) -
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/gto/autocode/
H A Dauto_eval1.c26 double *fz1 = fz0 + SIMDD*16; in shell_eval_GTOval_ig() local
161 double *fz1 = fz0 + SIMDD*16; in shell_eval_GTOval_ipig() local
164 double *fz2 = fz1 + SIMDD*16; in shell_eval_GTOval_ipig()
348 double *fz1 = fz0 + SIMDD*16; in shell_eval_GTOval_sp() local
484 double *fz1 = fz0 + SIMDD*16; in shell_eval_GTOval_ipsp() local
487 double *fz2 = fz1 + SIMDD*16; in shell_eval_GTOval_ipsp()
682 double *fz1 = fz0 + SIMDD*16; in shell_eval_GTOval_ipipsp() local
685 double *fz2 = fz1 + SIMDD*16; in shell_eval_GTOval_ipipsp()
1056 double *fz1 = fz0 + SIMDD*16; in shell_eval_GTOval_iprc() local
1059 double *fz2 = fz1 + SIMDD*16; in shell_eval_GTOval_iprc()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/
H A Dcomp_2p2z.vhd27 fz1 : real := 403.0; -- zero locations to cancel L-C filter poles generic
40 constant wz1 : real := math_2_pi * fz1; -- Zero freq (in radians)
/dports/misc/vxl/vxl-3.3.2/contrib/mul/tools/
H A Dcrop_image_3d.cxx44 double fx1=1, fy1=1, fz1=1; in main2() local
146 fx1 = bbf()[3]; fy1 = bbf()[4]; fz1 = bbf()[5]; in main2()
220 if (fz0 > 1) fz1=1; in main2()
232 auto k1 = static_cast<unsigned>(std::ceil((ir->nk()-1)*fz1)); in main2()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_gather.cpp122 real fxy1 = 0, fz1 = 0; in operator ()() local
128 fz1 += dthz[ithz] * gval; in operator ()()
132 f[ZZ] += tx * ty * fz1; in operator ()()
H A Dpme_gather.cu289 const float fz1 = tdz.y * gridValue; in sumForceComponents() local
292 *fz += tdx.x * tdy.x * fz1; in sumForceComponents()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dtype_benchmark.cc117 auto fz1 = field("zs", duration(TimeUnit::MICRO)); in SampleSchemas() local
121 auto schema1 = ::arrow::schema({fa1, fb1, fc1, fd1, fe1, ff1, fg1, fh1, fz1}); in SampleSchemas()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dtype_benchmark.cc117 auto fz1 = field("zs", duration(TimeUnit::MICRO)); in SampleSchemas() local
121 auto schema1 = ::arrow::schema({fa1, fb1, fc1, fd1, fe1, ff1, fg1, fh1, fz1}); in SampleSchemas()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dtype_benchmark.cc117 auto fz1 = field("zs", duration(TimeUnit::MICRO)); in SampleSchemas() local
121 auto schema1 = ::arrow::schema({fa1, fb1, fc1, fd1, fe1, ff1, fg1, fh1, fz1}); in SampleSchemas()
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Ddmxc_drivers.f90334 REAL(DP) :: fz, fz1, fz2, dmcu, dmcp, aa, bb, cc local
388 fz1 = p43 * ( (1.0_DP + zeta_s)**third - (1.0_DP - zeta_s)**third) &
400 bb = 2.0_DP * fz1 * (vcp - vcu - (ecp - ecu) ) / rhotot(ir)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f103 &fx1(nlq),fy1(nlq),fz1(nlq),fx2(nlq),fy2(nlq),fz2(nlq),
236 fz1(i)=gl31(i)*ft11(i)+gl32(i)*ft12(i)+gl33(i)*ft13(i)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f103 &fx1(nlq),fy1(nlq),fz1(nlq),fx2(nlq),fy2(nlq),fz2(nlq),
236 fz1(i)=gl31(i)*ft11(i)+gl32(i)*ft12(i)+gl33(i)*ft13(i)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f103 &fx1(nlq),fy1(nlq),fz1(nlq),fx2(nlq),fy2(nlq),fz2(nlq),
236 fz1(i)=gl31(i)*ft11(i)+gl32(i)*ft12(i)+gl33(i)*ft13(i)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f103 &fx1(nlq),fy1(nlq),fz1(nlq),fx2(nlq),fy2(nlq),fz2(nlq),
236 fz1(i)=gl31(i)*ft11(i)+gl32(i)*ft12(i)+gl33(i)*ft13(i)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f103 &fx1(nlq),fy1(nlq),fz1(nlq),fx2(nlq),fy2(nlq),fz2(nlq),
236 fz1(i)=gl31(i)*ft11(i)+gl32(i)*ft12(i)+gl33(i)*ft13(i)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f103 &fx1(nlq),fy1(nlq),fz1(nlq),fx2(nlq),fy2(nlq),fz2(nlq),
236 fz1(i)=gl31(i)*ft11(i)+gl32(i)*ft12(i)+gl33(i)*ft13(i)

12345678910>>...18