Home
last modified time | relevance | path

Searched refs:f_w (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/databases/grass7/grass-7.8.6/lib/gmath/
H A Dbrent.c46 double f_v, f_w; member
68 const double f_w = state->f_w; in brent() local
86 q = (z - v) * (f_z - f_w); in brent()
153 state->f_v = f_w; in brent()
155 state->f_w = f_z; in brent()
160 else if (f_u <= f_w || w == z) { in brent()
162 state->f_v = f_w; in brent()
164 state->f_w = f_u; in brent()
211 itstate.f_w = f_vw; in brent_iterate()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_min__brent.c39 double f_v, f_w;
72 state->f_w = f_vw;
92 const double f_w = state->f_w;
111 q = (z - v) * (f_z - f_w);
175 state->f_v = f_w;
177 state->f_w = f_z;
197 if (f_u <= f_w || w == z)
200 state->f_v = f_w;
202 state->f_w = f_u;
/dports/math/gsl/gsl-2.7/min/
H A Dbrent.c39 double f_v, f_w; member
72 state->f_w = f_vw; in brent_init()
92 const double f_w = state->f_w; in brent_iterate() local
111 q = (z - v) * (f_z - f_w); in brent_iterate()
175 state->f_v = f_w; in brent_iterate()
177 state->f_w = f_z; in brent_iterate()
195 if (f_u <= f_w || w == z) in brent_iterate()
198 state->f_v = f_w; in brent_iterate()
200 state->f_w = f_u; in brent_iterate()
/dports/x11-wm/awesome/awesome-4.3/tests/examples/wibox/
H A Dtemplate.lua20 local f_w, f_h = container:fit({dpi=96}, 9999, 9999)
24 f_w, f_h = f_w+10, f_h+10
27 local img = surface["widget_to_"..image_type](container, image_path.."."..image_type, w or f_w, h o…
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Ddepthwise_convolution_tf.cuh154 CUDA_UNROLL for (int f_w = 0; f_w < filter_width; ++f_w) { in DepthwiseConv2dForwardKernel() local
155 const int in_w = input_w_start + f_w; in DepthwiseConv2dForwardKernel()
166 CUDA_UNROLL for (int f_w = 0; f_w < filter_width; ++f_w) { in DepthwiseConv2dForwardKernel() local
167 const int in_w = input_w_start + f_w; in DepthwiseConv2dForwardKernel()
171 const int in_w = input_w_start + f_w; in DepthwiseConv2dForwardKernel()
375 const int f_w = in_w + pad_width - out_w * stride_width; in DepthwiseConv2dBackwardDataKernel() local
376 const int filter_offset = filter_offset_h + f_w; in DepthwiseConv2dBackwardDataKernel()
441 CUDA_UNROLL for (int f_w = 0; f_w < filter_width; ++f_w) { in DepthwiseConv2dBackwardFilterKernel() local
442 const int in_col = in_col_start + f_w; in DepthwiseConv2dBackwardFilterKernel()
459 CUDA_UNROLL for (int f_w = 0; f_w < filter_width; ++f_w) { in DepthwiseConv2dBackwardFilterKernel() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Ddepthwise_convolution_tf.cuh154 CUDA_UNROLL for (int f_w = 0; f_w < filter_width; ++f_w) { in DepthwiseConv2dForwardKernel() local
155 const int in_w = input_w_start + f_w; in DepthwiseConv2dForwardKernel()
166 CUDA_UNROLL for (int f_w = 0; f_w < filter_width; ++f_w) { in DepthwiseConv2dForwardKernel() local
167 const int in_w = input_w_start + f_w; in DepthwiseConv2dForwardKernel()
171 const int in_w = input_w_start + f_w; in DepthwiseConv2dForwardKernel()
375 const int f_w = in_w + pad_width - out_w * stride_width; in DepthwiseConv2dBackwardDataKernel() local
376 const int filter_offset = filter_offset_h + f_w; in DepthwiseConv2dBackwardDataKernel()
441 CUDA_UNROLL for (int f_w = 0; f_w < filter_width; ++f_w) { in DepthwiseConv2dBackwardFilterKernel() local
442 const int in_col = in_col_start + f_w; in DepthwiseConv2dBackwardFilterKernel()
459 CUDA_UNROLL for (int f_w = 0; f_w < filter_width; ++f_w) { in DepthwiseConv2dBackwardFilterKernel() local
[all …]
/dports/mail/batv-milter/batv-milter-0.5.0/libsm/
H A Dfvwrite.c134 && (size_t) fp->f_w < len)
153 fp->f_w += tsize - fp->f_bf.smb_size;
158 w = fp->f_w;
165 fp->f_w -= w;
199 fp->f_w -= w;
231 w = fp->f_w + fp->f_bf.smb_size;
260 fp->f_w -= w;
H A Dsetvbuf.c136 fp->f_w = 0;
178 fp->f_w = 0;
182 fp->f_w = size;
187 fp->f_w = 0;
/dports/mail/libmilter/sendmail-8.16.1/libsm/
H A Dfvwrite.c132 && (size_t) fp->f_w < len)
151 fp->f_w += tsize - fp->f_bf.smb_size;
156 w = fp->f_w;
163 fp->f_w -= w;
197 fp->f_w -= w;
229 w = fp->f_w + fp->f_bf.smb_size;
258 fp->f_w -= w;
H A Dsetvbuf.c134 fp->f_w = 0;
176 fp->f_w = 0;
180 fp->f_w = size;
185 fp->f_w = 0;
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/dnn_objdetect/scripts/
H A Dpascal_preprocess.py10 f_h, f_w = float(out_shape)/h, float(out_shape)/w
11 trans_img = transform.rescale(img, (f_h, f_w))
20 ann[idx * 5 + 0] = int(f_w * ann[idx * 5 + 0])
22 ann[idx * 5 + 2] = int(f_w * ann[idx * 5 + 2])
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_manyvector/
H A Dark_brusselator1D_manyvec.c331 realtype *f_u=NULL, *f_v=NULL, *f_w=NULL; in fe() local
346 f_w = N_VGetArrayPointer(N_VGetSubvector_ManyVector(ydot, 2)); in fe()
347 if (check_flag((void *) f_w, "N_VGetArrayPointer", 0)) return 1; in fe()
364 f_w[i] = (y_w[i-1] - TWO*y_w[i] + y_w[i+1])*wconst; in fe()
368 f_u[0] = f_v[0] = f_w[0] = ZERO; in fe()
369 f_u[N-1] = f_v[N-1] = f_w[N-1] = ZERO; in fe()
383 realtype *f_u=NULL, *f_v=NULL, *f_w=NULL; in fi() local
397 f_w = N_VGetArrayPointer(N_VGetSubvector_ManyVector(ydot, 2)); in fi()
412 f_w[i] = (b-y_w[i])/ep - y_w[i]*y_u[i]; in fi()
416 f_u[0] = f_v[0] = f_w[0] = ZERO; in fi()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_manyvector/
H A Dark_brusselator1D_manyvec.c331 realtype *f_u=NULL, *f_v=NULL, *f_w=NULL; in fe() local
346 f_w = N_VGetArrayPointer(N_VGetSubvector_ManyVector(ydot, 2)); in fe()
347 if (check_flag((void *) f_w, "N_VGetArrayPointer", 0)) return 1; in fe()
364 f_w[i] = (y_w[i-1] - TWO*y_w[i] + y_w[i+1])*wconst; in fe()
368 f_u[0] = f_v[0] = f_w[0] = ZERO; in fe()
369 f_u[N-1] = f_v[N-1] = f_w[N-1] = ZERO; in fe()
383 realtype *f_u=NULL, *f_v=NULL, *f_w=NULL; in fi() local
397 f_w = N_VGetArrayPointer(N_VGetSubvector_ManyVector(ydot, 2)); in fi()
412 f_w[i] = (b-y_w[i])/ep - y_w[i]*y_u[i]; in fi()
416 f_u[0] = f_v[0] = f_w[0] = ZERO; in fi()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/goacc/
H A Dkernels-decompose-2.f9525 integer, external :: f_w variable
119 b(j) = f_w (c(j))
135 b(j) = y + f_w (c(j)) ! { dg-optimized "assigned OpenACC worker vector loop parallelism" }
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/goacc/
H A Dkernels-decompose-2.f9522 integer, external :: f_w variable
116 b(j) = f_w (c(j))
131 b(j) = y + f_w (c(j)) ! { dg-optimized "assigned OpenACC worker vector loop parallelism" }
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/goacc/
H A Dkernels-decompose-2.f9522 integer, external :: f_w variable
116 b(j) = f_w (c(j))
131 b(j) = y + f_w (c(j)) ! { dg-optimized "assigned OpenACC worker vector loop parallelism" }
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/goacc/
H A Dkernels-decompose-2.f9522 integer, external :: f_w variable
116 b(j) = f_w (c(j))
131 b(j) = y + f_w (c(j)) ! { dg-optimized "assigned OpenACC worker vector loop parallelism" }
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dam_map.c224 static int f_w; variable
312 m_w = FTOM(f_w); in AM_activateNewScale()
533 if (f_x + f_w > SCREENWIDTH) in AM_SetPosition()
534 f_w = SCREENWIDTH - f_x; in AM_SetPosition()
540 f_w = f_w * viewwidth / SCREENWIDTH; in AM_SetPosition()
581 m_w = FTOM(f_w); in AM_initVariables()
1223 tmp.x = f_x+f_w-1; in AM_clipMline()
1978 line.a.x = f_x+(f_w/2)-1; in AM_drawCrosshair()
1980 line.b.x = f_x+(f_w/2)+1; in AM_drawCrosshair()
1986 line.a.x = f_x+(f_w/2); in AM_drawCrosshair()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dam_map.c211 static int f_w; variable
299 m_w = FTOM(f_w); in AM_activateNewScale()
385 a = FixedDiv(f_w<<FRACBITS, max_w); in AM_findMinMaxBoundaries()
442 m_w = FTOM(f_w); in AM_initVariables()
525 f_w = finit_width; in AM_LevelInit()
859 memset(fb, color, f_w*f_h*sizeof(*fb)); in AM_clearFB()
897 else if ((mx) >= f_w) (oc) |= RIGHT; in AM_clipMline()
968 tmp.x = f_w-1; in AM_clipMline()
1024 if ( fl->a.x < 0 || fl->a.x >= f_w in AM_drawFline()
1026 || fl->b.x < 0 || fl->b.x >= f_w in AM_drawFline()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dam_map.c187 static int f_w; variable
276 m_w = FTOM(f_w); in AM_activateNewScale()
362 a = FixedDiv(f_w<<FRACBITS, max_w); in AM_findMinMaxBoundaries()
419 m_w = FTOM(f_w); in AM_initVariables()
504 f_w = SCREENWIDTH;//finit_width; in AM_LevelInit()
851 memset(fb, color, f_w*f_h); in AM_clearFB()
889 else if ((mx) >= f_w) (oc) |= RIGHT; in AM_clipMline()
960 tmp.x = f_w-1; in AM_clipMline()
1016 if ( fl->a.x < 0 || fl->a.x >= f_w in AM_drawFline()
1018 || fl->b.x < 0 || fl->b.x >= f_w in AM_drawFline()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dam_map.c187 static int f_w; variable
276 m_w = FTOM(f_w); in AM_activateNewScale()
362 a = FixedDiv(f_w<<FRACBITS, max_w); in AM_findMinMaxBoundaries()
419 m_w = FTOM(f_w); in AM_initVariables()
504 f_w = finit_width; in AM_LevelInit()
851 memset(fb, color, f_w*f_h); in AM_clearFB()
889 else if ((mx) >= f_w) (oc) |= RIGHT; in AM_clipMline()
960 tmp.x = f_w-1; in AM_clipMline()
1016 if ( fl->a.x < 0 || fl->a.x >= f_w in AM_drawFline()
1018 || fl->b.x < 0 || fl->b.x >= f_w in AM_drawFline()
[all …]
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DMirror_Elliptic_Bispectral.comp90 double f_w;
128 double f_w;
173 f_w=(focus_end_w-focus_start_w)*0.5;
174 asquared_w=f_w*f_w+b_w*b_w;
178 xprime_start_w=old_x-f_w-focus_start_w+mirror_start;
282 f_w=(focus_end_w-focus_start_w)*0.5;
283 asquared_w=f_w*f_w+b_w*b_w;
456 double f_w;
486 f_w=(focus_2_w-focus_1_w)*0.5;
487 asquared_w=f_w*f_w+b_w*b_w;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/goacc/
H A Dkernels-decompose-2.c23 f_w (int);
115 b[j] = f_w (c[j]); in main()
129 … b[j] = y + f_w (c[j]); /* { dg-optimized "assigned OpenACC worker vector loop parallelism" } */ in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/goacc/
H A Dkernels-decompose-2.c23 f_w (int);
115 b[j] = f_w (c[j]); in main()
129 … b[j] = y + f_w (c[j]); /* { dg-optimized "assigned OpenACC worker vector loop parallelism" } */ in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/goacc/
H A Dkernels-decompose-2.c23 f_w (int);
115 b[j] = f_w (c[j]); in main()
129 … b[j] = y + f_w (c[j]); /* { dg-optimized "assigned OpenACC worker vector loop parallelism" } */ in main()

12345678910