Home
last modified time | relevance | path

Searched +defs:w +defs:scale3 (Results 1 – 9 of 9) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dgong_1424.c79 LADSPA_Data *scale3; member
99 waveguide_nl **w; member
125 waveguide_nl **w = plugin_data->w; in activateGong() local
257 waveguide_nl **w = NULL; in instantiateGong() local
335 const LADSPA_Data scale3 = *(plugin_data->scale3); in runGong() local
387 waveguide_nl ** w = plugin_data->w; in runGong() local
499 const LADSPA_Data scale3 = *(plugin_data->scale3); in runAddingGong() local
551 waveguide_nl ** w = plugin_data->w; in runAddingGong() local
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_rtcm2.c235 unsigned int scale3:1; member
475 unsigned int scale3:1; member
570 unsigned int scale3:1; member
804 unsigned int scale3:1; member
858 unsigned int n, w; in rtcm2_unpack() local
1079 static bool preamble_match(isgps30bits_t * w) in preamble_match()
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DImport.cxx1224 float w = drvui->modulate_x[j].atom_occ_crenel[1] / 2.0f; in import_cif() local
3439 float scale3 = 1.0f; in import_exc() local
/dports/science/chrono/chrono-7.0.1/src/chrono_multicore/cuda/
H A Dmatrixf.cuh99 CUDA_HOST_DEVICE static inline float Dot(const float3& v, const float3& w) { in Dot()
733 float scale3 = Length2(make_float3(A.x31, A.x32, A.x33)); in LargestColumnNormalized() local
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslnoise.h959 …FORCEINLINE OSL_HOSTDEVICE T grad (const I &hash, const T &x, const T &y, const T &z, const T &w) { in grad()
1010 OSL_FORCEINLINE OSL_HOSTDEVICE Vec3 grad (const Vec3i &hash, float x, float y, float z, float w) { in grad()
1028 OSL_FORCEINLINE OSL_HOSTDEVICE T scale3 (const T &result) { return 0.9820f * result; } in scale3() function
1429 float w = fade(fz); in perlin() local
1447 const float &x, const float &y, const float &z, const float &w) in perlin()
1625 Dual2<float> w = fade(fz); in perlin() local
1642 const Dual2<float> &z, const Dual2<float> &w) in perlin()
1864 float w = fade(fz); in perlin() local
1939 const float &x, const float &y, const float &z, const float &w) in perlin()
2148 Dual2<float> w = fade(fz); in perlin() local
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslnoise.h959 …FORCEINLINE OSL_HOSTDEVICE T grad (const I &hash, const T &x, const T &y, const T &z, const T &w) { in grad()
1010 OSL_FORCEINLINE OSL_HOSTDEVICE Vec3 grad (const Vec3i &hash, float x, float y, float z, float w) { in grad()
1028 OSL_FORCEINLINE OSL_HOSTDEVICE T scale3 (const T &result) { return 0.9820f * result; } in scale3() function
1429 float w = fade(fz); in perlin() local
1447 const float &x, const float &y, const float &z, const float &w) in perlin()
1625 Dual2<float> w = fade(fz); in perlin() local
1642 const Dual2<float> &z, const Dual2<float> &w) in perlin()
1864 float w = fade(fz); in perlin() local
1939 const float &x, const float &y, const float &z, const float &w) in perlin()
2148 Dual2<float> w = fade(fz); in perlin() local
[all …]
/dports/biology/paml/paml4.9j/src/
H A Dtools.c1776 double u, v, w, c2, r2, t4, sqrt2 = 0.7071067811865475244; in rndt4() local
2618 const double *x = NULL, *w = NULL; /* Gauss-Legendre quadrature points */ in LBinormal() local
2701 const double *x = NULL, *w = NULL; /* Gauss-Legendre quadrature points */ in logLBinormal() local
2899 double a = p, b = q, C1, C2, C3, scale1, scale2, scale3; in probBetaBinomial() local
3056 double a, adj, g, h, pp, prev = 0, qq, r, s, t, tx = 0, w, y, yprev; in QuantileBeta() local
3192 int GaussLegendreRule(const double **x, const double **w, int npoints) in GaussLegendreRule()
4262 const double *x = NULL, *w = NULL; in NIntegrateGaussLegendre() local
4280 int GaussLaguerreRule(const double **x, const double **w, int npoints) in GaussLaguerreRule()
5552 double w0 = x[jU0] - x[jL0], w = w0; in HPDinterval() local
6468 double w, v, alpha, am, h, maxstep = 8; in ming2() local
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/dnn/
H A Dlayers.h1892 auto w = weights(params, 0); in forward() local
1920 auto w = weights(params, 0); in backward() local
2877 template <typename SUBNET> using scale3 = scale<tag3, SUBNET>; variable
/dports/science/dlib-cpp/dlib-19.22/dlib/dnn/
H A Dlayers.h1892 auto w = weights(params, 0); in forward() local
1920 auto w = weights(params, 0); in backward() local
2877 template <typename SUBNET> using scale3 = scale<tag3, SUBNET>; variable