Home
last modified time | relevance | path

Searched refs:xtemp (Results 76 – 100 of 302) sorted by relevance

12345678910>>...13

/dports/math/openblas/OpenBLAS-0.3.18/kernel/x86_64/
H A Dsgemv_t_4.c603 FLOAT xtemp = *x_ptr * alpha; in CNAME() local
610 y_ptr[j] += aj[j] * xtemp; in CNAME()
611 y_ptr[j+1] += aj[j+1] * xtemp; in CNAME()
612 y_ptr[j+2] += aj[j+2] * xtemp; in CNAME()
613 y_ptr[j+3] += aj[j+3] * xtemp; in CNAME()
617 y_ptr[j] += aj[j] * xtemp; in CNAME()
633 y_ptr[j] += *aj * xtemp; in CNAME()
634 y_ptr[j+1] += *(aj+lda) * xtemp; in CNAME()
635 y_ptr[j+2] += *(aj+lda2) * xtemp; in CNAME()
642 y_ptr[j] += *aj * xtemp; in CNAME()
[all …]
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_multimin__simplex.c247 gsl_vector *xtemp = state->ws1; in nmsimplex_set() local
249 if (xtemp->size != x->size) in nmsimplex_set()
254 if (xtemp->size != step_size->size) in nmsimplex_set()
275 status = gsl_vector_memcpy (xtemp, x); in nmsimplex_set()
282 val = gsl_vector_get (xtemp, i) + gsl_vector_get (step_size, i); in nmsimplex_set()
283 gsl_vector_set (xtemp, i, val); in nmsimplex_set()
284 val = GSL_MULTIMIN_FN_EVAL (f, xtemp); in nmsimplex_set()
291 gsl_matrix_set_row (state->x1, i + 1, xtemp); in nmsimplex_set()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/base/
H A Dfttrigon.c190 FT_Fixed x, y, xtemp; in ft_trig_pseudo_rotate() local
217 xtemp = x + ( y << 1 ); in ft_trig_pseudo_rotate()
219 x = xtemp; in ft_trig_pseudo_rotate()
224 xtemp = x - ( y << 1 ); in ft_trig_pseudo_rotate()
226 x = xtemp; in ft_trig_pseudo_rotate()
236 xtemp = x + ( y >> i ); in ft_trig_pseudo_rotate()
238 x = xtemp; in ft_trig_pseudo_rotate()
243 xtemp = x - ( y >> i ); in ft_trig_pseudo_rotate()
245 x = xtemp; in ft_trig_pseudo_rotate()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/base/
H A Dfttrigon.c190 FT_Fixed x, y, xtemp; in ft_trig_pseudo_rotate() local
217 xtemp = x + ( y << 1 ); in ft_trig_pseudo_rotate()
219 x = xtemp; in ft_trig_pseudo_rotate()
224 xtemp = x - ( y << 1 ); in ft_trig_pseudo_rotate()
226 x = xtemp; in ft_trig_pseudo_rotate()
236 xtemp = x + ( y >> i ); in ft_trig_pseudo_rotate()
238 x = xtemp; in ft_trig_pseudo_rotate()
243 xtemp = x - ( y >> i ); in ft_trig_pseudo_rotate()
245 x = xtemp; in ft_trig_pseudo_rotate()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/base/
H A Dfttrigon.c190 FT_Fixed x, y, xtemp; in ft_trig_pseudo_rotate() local
217 xtemp = x + ( y << 1 ); in ft_trig_pseudo_rotate()
219 x = xtemp; in ft_trig_pseudo_rotate()
224 xtemp = x - ( y << 1 ); in ft_trig_pseudo_rotate()
226 x = xtemp; in ft_trig_pseudo_rotate()
236 xtemp = x + ( y >> i ); in ft_trig_pseudo_rotate()
238 x = xtemp; in ft_trig_pseudo_rotate()
243 xtemp = x - ( y >> i ); in ft_trig_pseudo_rotate()
245 x = xtemp; in ft_trig_pseudo_rotate()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/base/
H A Dfttrigon.c190 FT_Fixed x, y, xtemp; in ft_trig_pseudo_rotate() local
217 xtemp = x + ( y << 1 ); in ft_trig_pseudo_rotate()
219 x = xtemp; in ft_trig_pseudo_rotate()
224 xtemp = x - ( y << 1 ); in ft_trig_pseudo_rotate()
226 x = xtemp; in ft_trig_pseudo_rotate()
236 xtemp = x + ( y >> i ); in ft_trig_pseudo_rotate()
238 x = xtemp; in ft_trig_pseudo_rotate()
243 xtemp = x - ( y >> i ); in ft_trig_pseudo_rotate()
245 x = xtemp; in ft_trig_pseudo_rotate()
/dports/games/warmux/warmux-11.04/build/android/jni/freetype/src/base/
H A Dfttrigon.c190 FT_Fixed x, y, xtemp; in ft_trig_pseudo_rotate() local
217 xtemp = x + ( y << 1 ); in ft_trig_pseudo_rotate()
219 x = xtemp; in ft_trig_pseudo_rotate()
224 xtemp = x - ( y << 1 ); in ft_trig_pseudo_rotate()
226 x = xtemp; in ft_trig_pseudo_rotate()
236 xtemp = x + ( y >> i ); in ft_trig_pseudo_rotate()
238 x = xtemp; in ft_trig_pseudo_rotate()
243 xtemp = x - ( y >> i ); in ft_trig_pseudo_rotate()
245 x = xtemp; in ft_trig_pseudo_rotate()
/dports/math/openblas/OpenBLAS-0.3.18/kernel/power/
H A Dsgemv_t.c436 FLOAT xtemp = *x_ptr * alpha; in CNAME() local
441 y_ptr[j] += aj[j] * xtemp; in CNAME()
442 y_ptr[j + 1] += aj[j + 1] * xtemp; in CNAME()
443 y_ptr[j + 2] += aj[j + 2] * xtemp; in CNAME()
444 y_ptr[j + 3] += aj[j + 3] * xtemp; in CNAME()
447 y_ptr[j] += aj[j] * xtemp; in CNAME()
458 y_ptr[j] += *aj * xtemp; in CNAME()
459 y_ptr[j + 1] += *(aj + lda) * xtemp; in CNAME()
460 y_ptr[j + 2] += *(aj + lda2) * xtemp; in CNAME()
466 y_ptr[j] += *aj * xtemp; in CNAME()
[all …]
/dports/math/gsl/gsl-2.7/multimin/
H A Dsimplex.c247 gsl_vector *xtemp = state->ws1; in nmsimplex_set() local
249 if (xtemp->size != x->size) in nmsimplex_set()
254 if (xtemp->size != step_size->size) in nmsimplex_set()
275 status = gsl_vector_memcpy (xtemp, x); in nmsimplex_set()
282 val = gsl_vector_get (xtemp, i) + gsl_vector_get (step_size, i); in nmsimplex_set()
283 gsl_vector_set (xtemp, i, val); in nmsimplex_set()
284 val = GSL_MULTIMIN_FN_EVAL (f, xtemp); in nmsimplex_set()
291 gsl_matrix_set_row (state->x1, i + 1, xtemp); in nmsimplex_set()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzteme.c25 doublereal xtemp[36] /* was [6][6] */, m1[36] /* was [6][6] in zzteme_() local
167 zztwovxf_(zj2000, &c__3, xj2000, &c__1, xtemp); in zzteme_()
168 invstm_(xtemp, mt); in zzteme_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzteme.c25 doublereal xtemp[36] /* was [6][6] */, m1[36] /* was [6][6] in zzteme_() local
167 zztwovxf_(zj2000, &c__3, xj2000, &c__1, xtemp); in zzteme_()
168 invstm_(xtemp, mt); in zzteme_()
/dports/math/arpack-ng/arpack-ng-3.8.0/SRC/
H A Ddsaitr.f258 & xtemp(2)
669 xtemp(1) = wnorm
670 xtemp(2) = rnorm
671 call dvout (logfil, 2, xtemp, ndigit,
741 xtemp(1) = rnorm
742 xtemp(2) = rnorm1
743 call dvout (logfil, 2, xtemp, ndigit,
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/arpack/src_f77/
H A Ddsaitr.f258 & xtemp(2) local
669 xtemp(1) = wnorm
670 xtemp(2) = rnorm
671 call dvout (logfil, 2, xtemp, ndigit,
741 xtemp(1) = rnorm
742 xtemp(2) = rnorm1
743 call dvout (logfil, 2, xtemp, ndigit,
H A Dsnaitr.f264 & xtemp(2)
656 xtemp(1) = wnorm
657 xtemp(2) = rnorm
658 call svout (logfil, 2, xtemp, ndigit,
727 xtemp(1) = rnorm
728 xtemp(2) = rnorm1
729 call svout (logfil, 2, xtemp, ndigit,
H A Ddnaitr.f264 & xtemp(2) local
656 xtemp(1) = wnorm
657 xtemp(2) = rnorm
658 call dvout (logfil, 2, xtemp, ndigit,
727 xtemp(1) = rnorm
728 xtemp(2) = rnorm1
729 call dvout (logfil, 2, xtemp, ndigit,
H A Dssaitr.f258 & xtemp(2) local
669 xtemp(1) = wnorm
670 xtemp(2) = rnorm
671 call svout (logfil, 2, xtemp, ndigit,
741 xtemp(1) = rnorm
742 xtemp(2) = rnorm1
743 call svout (logfil, 2, xtemp, ndigit,
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/
H A Ddsaitr.f258 & xtemp(2) local
669 xtemp(1) = wnorm
670 xtemp(2) = rnorm
671 call dvout (logfil, 2, xtemp, ndigit,
741 xtemp(1) = rnorm
742 xtemp(2) = rnorm1
743 call dvout (logfil, 2, xtemp, ndigit,
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dgenerate_voronoi.py135 xtemp = c.lines[edge[0]][2] / c.lines[edge[0]][0]
141 xtemp = bbox.width
143 …[x1, y1, x2, y2] = clip_line(c.vertices[edge[1]][0], c.vertices[edge[1]][1], xtemp, ytemp, bbox.wi…
146 xtemp = 0
149 xtemp = c.lines[edge[0]][2] / c.lines[edge[0]][0]
155 xtemp = 0
157 …[x1, y1, x2, y2] = clip_line(xtemp, ytemp, c.vertices[edge[2]][0], c.vertices[edge[2]][1], bbox.wi…
/dports/math/R-cran-igraph/igraph/src/
H A Ddsaitr.f258 & xtemp(2)
670 xtemp(1) = wnorm
671 xtemp(2) = rnorm
672 call igraphdvout (logfil, 2, xtemp, ndigit,
742 xtemp(1) = rnorm
743 xtemp(2) = rnorm1
744 call igraphdvout (logfil, 2, xtemp, ndigit,
/dports/math/algae/algae-4.3.6/arpack/
H A Ddsaitr.f258 & xtemp(2)
669 xtemp(1) = wnorm
670 xtemp(2) = rnorm
671 call dvout (logfil, 2, xtemp, ndigit,
741 xtemp(1) = rnorm
742 xtemp(2) = rnorm1
743 call dvout (logfil, 2, xtemp, ndigit,
H A Ddnaitr.f264 & xtemp(2)
656 xtemp(1) = wnorm
657 xtemp(2) = rnorm
658 call dvout (logfil, 2, xtemp, ndigit,
727 xtemp(1) = rnorm
728 xtemp(2) = rnorm1
729 call dvout (logfil, 2, xtemp, ndigit,
/dports/science/elmerfem/elmerfem-release-9.0/mathlibs/src/arpack/
H A Ddsaitr.f258 & xtemp(2)
669 xtemp(1) = wnorm
670 xtemp(2) = rnorm
671 call dvout (logfil, 2, xtemp, ndigit,
741 xtemp(1) = rnorm
742 xtemp(2) = rnorm1
743 call dvout (logfil, 2, xtemp, ndigit,
H A Dsnaitr.f264 & xtemp(2)
656 xtemp(1) = wnorm
657 xtemp(2) = rnorm
658 call svout (logfil, 2, xtemp, ndigit,
727 xtemp(1) = rnorm
728 xtemp(2) = rnorm1
729 call svout (logfil, 2, xtemp, ndigit,
/dports/science/getdp/getdp-3.4.0-source/contrib/Arpack/
H A Dsnaitr.f264 & xtemp(2)
656 xtemp(1) = wnorm
657 xtemp(2) = rnorm
658 call svout (logfil, 2, xtemp, ndigit,
727 xtemp(1) = rnorm
728 xtemp(2) = rnorm1
729 call svout (logfil, 2, xtemp, ndigit,
H A Dssaitr.f258 & xtemp(2)
669 xtemp(1) = wnorm
670 xtemp(2) = rnorm
671 call svout (logfil, 2, xtemp, ndigit,
741 xtemp(1) = rnorm
742 xtemp(2) = rnorm1
743 call svout (logfil, 2, xtemp, ndigit,

12345678910>>...13