Home
last modified time | relevance | path

Searched refs:tmp_y (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/dports/science/py-obspy/obspy-1.2.2/obspy/signal/src/
H A Dcoordtrans.c28 double tmp_x, tmp_y; in utl_geo_km() local
55 tmp_y = (*lat) - orig_lat; in utl_geo_km()
59 tmp_y = tmp_y * lat_fac; in utl_geo_km()
61 *lon = csr*tmp_x - snr*tmp_y; in utl_geo_km()
62 *lat = csr*tmp_y + snr*tmp_x; in utl_geo_km()
77 double tmp_x, tmp_y; in utl_lonlat() local
104 tmp_y = csr*y - snr*x; in utl_lonlat()
106 tmp_y = tmp_y/lat_fac; in utl_lonlat()
107 tmp_y += olat; in utl_lonlat()
109 tmp = atan(DRLT * tan(DRAD * (tmp_y+orig_lat)/120.0)); in utl_lonlat()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/LinAlg/
H A DIpScaledMatrix.cpp39 SmartPtr<Vector> tmp_y = y.MakeNew(); in MultVectorImpl() local
45 matrix_->MultVector(1.0, *tmp_x, 0.0, *tmp_y); in MultVectorImpl()
48 tmp_y->ElementWiseMultiply(*owner_space_->RowScaling()); in MultVectorImpl()
51 y.Axpy(alpha, *tmp_y); in MultVectorImpl()
69 SmartPtr<Vector> tmp_y = y.MakeNew(); in TransMultVectorImpl() local
75 matrix_->TransMultVector(1.0, *tmp_x, 0.0, *tmp_y); in TransMultVectorImpl()
78 tmp_y->ElementWiseMultiply(*owner_space_->ColumnScaling()); in TransMultVectorImpl()
81 y.Axpy(alpha, *tmp_y); in TransMultVectorImpl()
H A DIpSymScaledMatrix.cpp39 SmartPtr<Vector> tmp_y = y.MakeNew(); in MultVectorImpl() local
45 matrix_->MultVector(1.0, *tmp_x, 0.0, *tmp_y); in MultVectorImpl()
48 tmp_y->ElementWiseMultiply(*owner_space_->RowColScaling()); in MultVectorImpl()
51 y.Axpy(alpha, *tmp_y); in MultVectorImpl()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpScaledMatrix.cpp39 SmartPtr<Vector> tmp_y = y.MakeNew(); in MultVectorImpl() local
45 matrix_->MultVector(1.0, *tmp_x, 0.0, *tmp_y); in MultVectorImpl()
48 tmp_y->ElementWiseMultiply(*owner_space_->RowScaling()); in MultVectorImpl()
51 y.Axpy(1.0, *tmp_y); in MultVectorImpl()
69 SmartPtr<Vector> tmp_y = y.MakeNew(); in TransMultVectorImpl() local
75 matrix_->TransMultVector(1.0, *tmp_x, 0.0, *tmp_y); in TransMultVectorImpl()
78 tmp_y->ElementWiseMultiply(*owner_space_->ColumnScaling()); in TransMultVectorImpl()
81 y.Axpy(1.0, *tmp_y); in TransMultVectorImpl()
H A DIpSymScaledMatrix.cpp39 SmartPtr<Vector> tmp_y = y.MakeNew(); in MultVectorImpl() local
45 matrix_->MultVector(1.0, *tmp_x, 0.0, *tmp_y); in MultVectorImpl()
48 tmp_y->ElementWiseMultiply(*owner_space_->RowColScaling()); in MultVectorImpl()
51 y.Axpy(1.0, *tmp_y); in MultVectorImpl()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkRecursiveSphereDirectionEncoder.cxx149 float x, y, z, tmp_x, tmp_y; in InitializeIndexTable() local
195 tmp_y = (float)(2 * i) / (float)(this->InnerSize * 2) - 1.0; in InitializeIndexTable()
217 x = 0.5 * tmp_x - 0.5 * tmp_y; in InitializeIndexTable()
218 y = 0.5 * tmp_x + 0.5 * tmp_y; in InitializeIndexTable()
273 x = 0.5 * (tmp_x - (1.0 / (float)this->InnerSize)) - 0.5 * tmp_y; in InitializeIndexTable()
274 y = 0.5 * (tmp_x - (1.0 / (float)this->InnerSize)) + 0.5 * tmp_y; in InitializeIndexTable()
292 x = 0.5 * (tmp_x + (1.0 / (float)this->InnerSize)) - 0.5 * tmp_y; in InitializeIndexTable()
293 y = 0.5 * (tmp_x + (1.0 / (float)this->InnerSize)) + 0.5 * tmp_y; in InitializeIndexTable()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkRecursiveSphereDirectionEncoder.cxx152 float x, y, z, tmp_x, tmp_y; in InitializeIndexTable() local
204 tmp_y = (float)(2*i)/(float)(this->InnerSize*2) - 1.0; in InitializeIndexTable()
227 x = 0.5 * tmp_x - 0.5 * tmp_y; in InitializeIndexTable()
228 y = 0.5 * tmp_x + 0.5 * tmp_y; in InitializeIndexTable()
283 x = 0.5 * (tmp_x - (1.0/(float)this->InnerSize)) - 0.5 * tmp_y; in InitializeIndexTable()
284 y = 0.5 * (tmp_x - (1.0/(float)this->InnerSize)) + 0.5 * tmp_y; in InitializeIndexTable()
302 x = 0.5 * (tmp_x + (1.0/(float)this->InnerSize)) - 0.5 * tmp_y; in InitializeIndexTable()
303 y = 0.5 * (tmp_x + (1.0/(float)this->InnerSize)) + 0.5 * tmp_y; in InitializeIndexTable()
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkRecursiveSphereDirectionEncoder.cxx158 float x, y, z, tmp_x, tmp_y; in InitializeIndexTable() local
216 tmp_y = (float)(2*i)/(float)(this->InnerSize*2) - 1.0; in InitializeIndexTable()
239 x = 0.5 * tmp_x - 0.5 * tmp_y; in InitializeIndexTable()
240 y = 0.5 * tmp_x + 0.5 * tmp_y; in InitializeIndexTable()
295 x = 0.5 * (tmp_x - (1.0/(float)this->InnerSize)) - 0.5 * tmp_y; in InitializeIndexTable()
296 y = 0.5 * (tmp_x - (1.0/(float)this->InnerSize)) + 0.5 * tmp_y; in InitializeIndexTable()
314 x = 0.5 * (tmp_x + (1.0/(float)this->InnerSize)) - 0.5 * tmp_y; in InitializeIndexTable()
315 y = 0.5 * (tmp_x + (1.0/(float)this->InnerSize)) + 0.5 * tmp_y; in InitializeIndexTable()
/dports/games/tornado/tornado-1.4/
H A Ddraw.c530 int tmp_x, tmp_y; in draw_tornado() local
534 tmp_y = y; in draw_tornado()
546 while(tmp_y < 24) { in draw_tornado()
553 if (tmp_y == 18) width = 2; in draw_tornado()
554 if (tmp_y == 21) width = 1; in draw_tornado()
561 ++tmp_y; in draw_tornado()
574 tmp_y = y; in draw_tornado()
579 while(tmp_y < 24) { in draw_tornado()
586 if (tmp_y == 18) width = 2; in draw_tornado()
587 if (tmp_y == 21) width = 1; in draw_tornado()
[all …]
/dports/x11-wm/pwm/pwm-20070720/
H A Dmoveres.c24 static int tmp_x=0, tmp_y=0, tmp_w=0, tmp_h=0; variable
66 tmp_y=obj->y; in beg_moveres()
299 y=tmp_y; in resize_xor()
349 tmp_x=x; tmp_y=y; in resize_xor()
369 dy+=tmp_y+tmp_dy; in move_xor()
379 tmp_y=dy; in move_xor()
398 set_winobj_pos(obj, tmp_x, tmp_y); in xor_end()
432 tmp_y+=dy+tmp_dy; in move_opaque()
434 check_snap(obj, stepsize, &tmp_x, &tmp_y); in move_opaque()
436 set_winobj_pos(obj, tmp_x, tmp_y); in move_opaque()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/examples/helix/
H A Ddraw_membrane2.c224 tmp_y=y0_x; in main()
235 y_x[i]=tmp_y; in main()
236 tmp_y+=dy; in main()
301 tmp_y=y0_y; in main()
311 y_y[i]=tmp_y; in main()
312 tmp_y+=dy; in main()
361 tmp_y=y0_z; in main()
374 tmp_y+=dy; in main()
426 tmp_y=y0; in main()
438 y[i]=tmp_y; in main()
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/eventchannel/
H A Deventmanager.cpp478 uint16_t tmp_y = event.motion.y; in processMouseEvent() local
481 m_oldY = tmp_y; in processMouseEvent()
492 float dy = static_cast<float>(tmp_y - m_oldY); in processMouseEvent()
506 int16_t tmp_yrel = static_cast<int16_t>(tmp_y - m_oldY); in processMouseEvent()
519 if (tmp_y + y_fact > screen.h) { in processMouseEvent()
520 tmp_y = screen.h; in processMouseEvent()
521 } else if ((tmp_y + y_fact) < screen.y) { in processMouseEvent()
522 tmp_y = screen.y; in processMouseEvent()
524 tmp_y += y_fact; in processMouseEvent()
527 m_oldY = tmp_y; in processMouseEvent()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkcursor-quartz.c253 gint tmp_x, tmp_y; in gdk_cursor_new_from_pixmap() local
277 for (tmp_y = 0; tmp_y < height; tmp_y++) in gdk_cursor_new_from_pixmap()
279 dst_data = [bitmap_rep bitmapData] + tmp_y * dst_stride; in gdk_cursor_new_from_pixmap()
280 mask_data = mask_start + tmp_y * width; in gdk_cursor_new_from_pixmap()
281 src_data = src_start + tmp_y * width; in gdk_cursor_new_from_pixmap()
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-convert.c302 gdouble tmp_x, tmp_y, tmp_z; in gstyle_color_convert_cielab_to_xyz() local
305 tmp_y = (lab->l + 16.0 ) / 116.0; in gstyle_color_convert_cielab_to_xyz()
306 tmp_x = lab->a / 500.0 + tmp_y; in gstyle_color_convert_cielab_to_xyz()
307 tmp_z = tmp_y - lab->b / 200.0; in gstyle_color_convert_cielab_to_xyz()
311 pow3_y = tmp_y * tmp_y * tmp_y; in gstyle_color_convert_cielab_to_xyz()
315 tmp_y = (pow3_y > 0.008856) ? pow3_y : (tmp_y - _16_d_116) / 7.787; in gstyle_color_convert_cielab_to_xyz()
319 xyz->y = tmp_y * D65_yref; in gstyle_color_convert_cielab_to_xyz()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/generators/
H A DGOST3410ParametersGenerator.java89 BigInteger tmp_y[] = new BigInteger[y.length]; //////////////// in procedure_A() local
90 System.arraycopy(y,0,tmp_y,0,y.length); // extension in procedure_A()
92 System.arraycopy(tmp_y,0,y,0,tmp_y.length); //////////////// in procedure_A()
209 BigInteger tmp_y[] = new BigInteger[y.length]; //////////////// in procedure_Aa() local
210 System.arraycopy(y,0,tmp_y,0,y.length); // extension in procedure_Aa()
212 System.arraycopy(tmp_y,0,y,0,tmp_y.length); //////////////// in procedure_Aa()
/dports/net/vino/vino-3.22.0/server/
H A Dvino-cursor.c94 int tmp_x, tmp_y; in vino_cursor_update_timeout() local
105 &tmp_y); in vino_cursor_update_timeout()
109 data->y = tmp_y; in vino_cursor_update_timeout()
/dports/math/nfft/nfft-3.5.2/examples/solver/
H A Dglacier.c.in46 NFFT_R tmp_y; local
71 …f(fp, "%" NFFT__FES__ " %" NFFT__FES__ " %" NFFT__FES__, &p.x[2 * j + 0], &p.x[2 * j + 1], &tmp_y);
72 ip.y[j] = tmp_y;
112 NFFT_R tmp_y, r; local
147 …fp, "%" NFFT__FES__ " %" NFFT__FES__ " %" NFFT__FES__, &cp.x[2 * j + 0], &cp.x[2 * j + 1], &tmp_y);
148 cp_y[j] = tmp_y;
157 ip.y[j] = tmp_y;
/dports/games/warmux/warmux-11.04/src/gui/
H A Dspin_button_picture.cpp107 int tmp_y = center.y + SMALL_R - 3; in Draw() local
110 txt_value_black->DrawCenterTop(Point2i(tmp_x + 1, tmp_y + 1 - value_h/2)); in Draw()
111 txt_value_white->DrawCenterTop(Point2i(tmp_x, tmp_y - value_h/2)); in Draw()
H A Dcombo_box.cpp121 uint tmp_y = center.y + SMALL_R - 3; in Draw() local
124 txt_value_black->DrawCenterTop(Point2i(tmp_x + 1, tmp_y + 1 - value_h/2)); in Draw()
125 txt_value_white->DrawCenterTop(Point2i(tmp_x, tmp_y - value_h/2)); in Draw()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkdevice.c587 gdouble tmp_x, tmp_y; in gdk_device_get_position_double() local
604 &tmp_x, &tmp_y, in gdk_device_get_position_double()
612 *y = tmp_y; in gdk_device_get_position_double()
636 gdouble tmp_x, tmp_y; in gdk_device_get_position() local
642 *y = round (tmp_y); in gdk_device_get_position()
672 gdouble tmp_x, tmp_y; in gdk_device_get_window_at_position_double() local
686 tmp_x, tmp_y, in gdk_device_get_window_at_position_double()
687 &tmp_x, &tmp_y); in gdk_device_get_window_at_position_double()
692 *win_y = tmp_y; in gdk_device_get_window_at_position_double()
722 gdouble tmp_x, tmp_y; in gdk_device_get_window_at_position() local
[all …]
/dports/science/siconos/siconos-4.4.0/mechanics/src/joints/
H A DJointStopR.cpp113 SiconosVector tmp_y(_axisMax - _axisMin + 1); in computeh() local
114 _joint->computehDoF(time, q0, tmp_y, _axisMin); in computeh()
119 y.setValue(i, (tmp_y.getValue((*_axis)[i]) in computeh()
/dports/science/chrono/chrono-7.0.1/src/chrono/timestepper/
H A DChIntegrable.h499 ChState tmp_y(y);
500 y.GetIntegrable()->StateIncrement(y, tmp_y, Dy);
522 ChState tmp_y(y);
523 y.GetIntegrable()->StateIncrement(y, tmp_y, Dy*-1);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/gemm/s8x8s32/
H A Djit_avx512_core_gemv_s8x8s32.cpp69 int32_t *tmp_y = nullptr, *new_y = nullptr; in gemv_threading_driver() local
140 tmp_y = (int32_t *)malloc( in gemv_threading_driver()
143 if (tmp_y == nullptr) { in gemv_threading_driver()
177 loc_y = tmp_y + (NEXT_THR_STRIDE(m, sizeof(int32_t))) * (n_id - 1) in gemv_threading_driver()
221 acc += tmp_y[ii * NEXT_THR_STRIDE(m, sizeof(int32_t)) + j]; in gemv_threading_driver()
226 free(tmp_y); in gemv_threading_driver()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/gemm/s8x8s32/
H A Djit_avx512_core_gemv_s8x8s32.cpp69 int32_t *tmp_y = nullptr, *new_y = nullptr; in gemv_threading_driver() local
140 tmp_y = (int32_t *)malloc( in gemv_threading_driver()
143 if (tmp_y == nullptr) { in gemv_threading_driver()
177 loc_y = tmp_y + (NEXT_THR_STRIDE(m, sizeof(int32_t))) * (n_id - 1) in gemv_threading_driver()
221 acc += tmp_y[ii * NEXT_THR_STRIDE(m, sizeof(int32_t)) + j]; in gemv_threading_driver()
226 free(tmp_y); in gemv_threading_driver()
/dports/graphics/epix/epix-1.2.19/
H A Dspline.cc52 std::vector<double> tmp_y(N+1); // y_k in n_spline() local
66 tmp_y.at(i) = curr.x2(); in n_spline()
109 tmp_k0.at(i) = tmp_y.at(i); in n_spline()

12345678910>>...15