Home
last modified time | relevance | path

Searched refs:x_w (Results 1 – 25 of 106) sorted by relevance

12345

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/
H A Dpardgsimplexquadrature.hh24 : nop(nop), degree(degree), x_w( nop ) in Quadrature()
28 for(int l=0; l<=dim; l++) x_w[i][l] = x[i][l]; in Quadrature()
40 x_w.resize( nop ); in Quadrature()
43 for(int l=0; l<=dim; l++) x_w[i][l] = quad.x_w[i][l]; in Quadrature()
75 return x_w[i]; in x()
81 return x_w[i][dim]; in w()
92 std::vector< Point > x_w; member in Dune::Fem::ParDGSimplexQuadrature::Quadrature
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/impl/
H A Dbilateral_upsampling.hpp108 for (int x_w = start_window_x; x_w < end_window_x; ++ x_w) in performProcessing() local
111 …val_exp_depth = val_exp_depth_matrix (static_cast<Eigen::MatrixXf::Index> (x - x_w + window_size_), in performProcessing()
115 … std::abs ((*input_)[y_w * input_->width + x_w].r - (*input_)[y * input_->width + x].r) + in performProcessing()
116 … std::abs ((*input_)[y_w * input_->width + x_w].g - (*input_)[y * input_->width + x].g) + in performProcessing()
117 … std::abs ((*input_)[y_w * input_->width + x_w].b - (*input_)[y * input_->width + x].b)); in performProcessing()
121 if (std::isfinite ((*input_)[y_w*input_->width + x_w].z)) in performProcessing()
123 sum += val_exp_depth * val_exp_rgb * (*input_)[y_w*input_->width + x_w].z; in performProcessing()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dascii.c203 int x_w,y_w; in PosDrawString() local
209 x_w = GKTextWidth(F,S,strlen(S)); in PosDrawString()
213 ZDrawLine(TkGate.D,GatePainter_drawable(painter),gc,x - x_w/2,y - 2*y_w/3, in PosDrawString()
214 x + x_w/2,y - 2*y_w/3); in PosDrawString()
216 ZDrawLine(TkGate.D,GatePainter_drawable(painter),gc,x - x_w,y - 2*y_w/3, in PosDrawString()
220 x + x_w,y - 2*y_w/3); in PosDrawString()
223 x_w = GKTextWidth(F,S,strlen(S)); in PosDrawString()
226 x -= x_w/2; in PosDrawString()
228 x -= x_w; in PosDrawString()
240 return x_w + x; in PosDrawString()
/dports/graphics/freeglut/freeglut-3.2.1/src/wayland/
H A Dfg_input_devices_wl.c155 wl_fixed_t x_w, wl_fixed_t y_w ) in fghTouchDown() argument
158 win->State.MouseX = wl_fixed_to_int( x_w ); in fghTouchDown()
177 wl_fixed_t x_w, wl_fixed_t y_w ) in fghTouchMotion() argument
180 win->State.MouseX = wl_fixed_to_int( x_w ); in fghTouchMotion()
207 wl_fixed_t x_w, wl_fixed_t y_w ) in fghPointerEnter() argument
211 win->State.MouseX = wl_fixed_to_int( x_w ); in fghPointerEnter()
224 wl_fixed_t x_w, wl_fixed_t y_w ) in fghPointerMotion() argument
227 win->State.MouseX = wl_fixed_to_int( x_w ); in fghPointerMotion()
/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dretrieve.c269 c3_w i_w, x_w; in _mug_words_in() local
272 x_w = wod_w[i_w]; in _mug_words_in()
285 x_w = wod_w[nwd_w - 1]; in _mug_words_in()
287 if ( x_w ) { in _mug_words_in()
289 x_w >>= 8; in _mug_words_in()
291 if ( x_w ) { in _mug_words_in()
293 x_w >>= 8; in _mug_words_in()
295 if ( x_w ) { in _mug_words_in()
297 x_w >>= 8; in _mug_words_in()
299 if ( x_w ) { in _mug_words_in()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/generic_sensor/
H A Dorientation_euler_angles_fusion_algorithm_using_quaternion.cc37 double x_w = 2 * x * w; in ComputeRotationMatrixFromQuaternion() local
44 r[5] = y_z - x_w; in ComputeRotationMatrixFromQuaternion()
46 r[7] = y_z + x_w; in ComputeRotationMatrixFromQuaternion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/generic_sensor/
H A Dorientation_euler_angles_fusion_algorithm_using_quaternion.cc37 double x_w = 2 * x * w; in ComputeRotationMatrixFromQuaternion() local
44 r[5] = y_z - x_w; in ComputeRotationMatrixFromQuaternion()
46 r[7] = y_z + x_w; in ComputeRotationMatrixFromQuaternion()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/ffi/
H A Dffi_mp.cpp200 int botan_mp_equal(const botan_mp_t x_w, const botan_mp_t y_w) in botan_mp_equal() argument
202 return BOTAN_FFI_RETURNING(Botan::BigInt, x_w, x, { return x == safe_get(y_w); }); in botan_mp_equal()
220 int botan_mp_cmp(int* result, const botan_mp_t x_w, const botan_mp_t y_w) in botan_mp_cmp() argument
222 return BOTAN_FFI_DO(Botan::BigInt, x_w, x, { *result = x.cmp(safe_get(y_w)); }); in botan_mp_cmp()
225 int botan_mp_swap(botan_mp_t x_w, botan_mp_t y_w) in botan_mp_swap() argument
227 return BOTAN_FFI_DO(Botan::BigInt, x_w, x, { x.swap(safe_get(y_w)); }); in botan_mp_swap()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi_mp.cpp200 int botan_mp_equal(const botan_mp_t x_w, const botan_mp_t y_w) in botan_mp_equal() argument
202 return BOTAN_FFI_RETURNING(Botan::BigInt, x_w, x, { return x == safe_get(y_w); }); in botan_mp_equal()
220 int botan_mp_cmp(int* result, const botan_mp_t x_w, const botan_mp_t y_w) in botan_mp_cmp() argument
222 return BOTAN_FFI_DO(Botan::BigInt, x_w, x, { *result = x.cmp(safe_get(y_w)); }); in botan_mp_cmp()
225 int botan_mp_swap(botan_mp_t x_w, botan_mp_t y_w) in botan_mp_swap() argument
227 return BOTAN_FFI_DO(Botan::BigInt, x_w, x, { x.swap(safe_get(y_w)); }); in botan_mp_swap()
/dports/security/botan2/Botan-2.18.2/src/lib/ffi/
H A Dffi_mp.cpp200 int botan_mp_equal(const botan_mp_t x_w, const botan_mp_t y_w) in botan_mp_equal() argument
202 return BOTAN_FFI_RETURNING(Botan::BigInt, x_w, x, { return x == safe_get(y_w); }); in botan_mp_equal()
220 int botan_mp_cmp(int* result, const botan_mp_t x_w, const botan_mp_t y_w) in botan_mp_cmp() argument
222 return BOTAN_FFI_DO(Botan::BigInt, x_w, x, { *result = x.cmp(safe_get(y_w)); }); in botan_mp_cmp()
225 int botan_mp_swap(botan_mp_t x_w, botan_mp_t y_w) in botan_mp_swap() argument
227 return BOTAN_FFI_DO(Botan::BigInt, x_w, x, { x.swap(safe_get(y_w)); }); in botan_mp_swap()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ec_group/
H A Dcurve_gfp.h180 void mul(BigInt& z, const word x_w[], size_t x_size, in mul() argument
183 m_repr->curve_mul_words(z, x_w, x_size, y, ws); in mul()
191 void sqr(BigInt& z, const word x_w[], size_t x_size, secure_vector<word>& ws) const in sqr() argument
193 m_repr->curve_sqr_words(z, x_w, x_size, ws); in sqr()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ec_group/
H A Dcurve_gfp.h180 void mul(BigInt& z, const word x_w[], size_t x_size, in mul() argument
183 m_repr->curve_mul_words(z, x_w, x_size, y, ws); in mul()
191 void sqr(BigInt& z, const word x_w[], size_t x_size, secure_vector<word>& ws) const in sqr() argument
193 m_repr->curve_sqr_words(z, x_w, x_size, ws); in sqr()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ec_group/
H A Dcurve_gfp.h180 void mul(BigInt& z, const word x_w[], size_t x_size, in mul() argument
183 m_repr->curve_mul_words(z, x_w, x_size, y, ws); in mul()
191 void sqr(BigInt& z, const word x_w[], size_t x_size, secure_vector<word>& ws) const in sqr() argument
193 m_repr->curve_sqr_words(z, x_w, x_size, ws); in sqr()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Djangou_blitter.cpp48 map(0x02, 0x02).w(FUNC(jangou_blitter_device::x_w)); in blit_v1_regs()
61 map(0x03, 0x03).w(FUNC(jangou_blitter_device::x_w)); in blit_v2_regs()
230 void jangou_blitter_device::x_w(uint8_t data) { m_x = data; } in x_w() function in jangou_blitter_device
H A Djangou_blitter.h52 void x_w(uint8_t data);
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Djangou_blitter.cpp48 map(0x02, 0x02).w(FUNC(jangou_blitter_device::x_w)); in blit_v1_regs()
61 map(0x03, 0x03).w(FUNC(jangou_blitter_device::x_w)); in blit_v2_regs()
230 void jangou_blitter_device::x_w(uint8_t data) { m_x = data; } in x_w() function in jangou_blitter_device
H A Djangou_blitter.h52 void x_w(uint8_t data);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dsimple-touch.c163 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument
166 float x = wl_fixed_to_double(x_w); in touch_handle_down()
180 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument
183 float x = wl_fixed_to_double(x_w); in touch_handle_motion()
/dports/graphics/weston/weston-1.9.0/clients/
H A Dsimple-touch.c161 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument
164 float x = wl_fixed_to_double(x_w); in touch_handle_down()
178 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument
181 float x = wl_fixed_to_double(x_w); in touch_handle_motion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dsimple-touch.c163 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument
166 float x = wl_fixed_to_double(x_w); in touch_handle_down()
180 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument
183 float x = wl_fixed_to_double(x_w); in touch_handle_motion()
/dports/emulators/mess/mame-mame0226/src/devices/bus/pc1512/
H A Dmouse.h76 void x_w(uint8_t data) { m_write_x(data); } in x_w() function
105 DECLARE_INPUT_CHANGED_MEMBER( mouse_x_changed ) { m_port->x_w(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
/dports/emulators/mame/mame-mame0226/src/devices/bus/pc1512/
H A Dmouse.h76 void x_w(uint8_t data) { m_write_x(data); } in x_w() function
105 DECLARE_INPUT_CHANGED_MEMBER( mouse_x_changed ) { m_port->x_w(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
/dports/devel/sgb/sgb-20090810_1/
H A Dgb_plane.w416 $$\left\vert\matrix{x_u&y_u&1\cr x_v&y_v&1\cr x_w&y_w&1\cr}
417 \right\vert=\left\vert\matrix{x_u-x_w&y_u-y_w\cr x_v-x_w&y_v-y_w\cr}
433 {@+register long wx=w->x_coord, wy=w->y_coord; /* $x_w$, $y_w$ */
465 x_w&y_w&x_w^2+y_w^2&1\cr}\right\vert=
466 \left\vert\matrix{x_t-x_w&y_t-y_w&(x_t-x_w)^2+(y_t-y_w)^2\cr
467 x_u-x_w&y_u-y_w&(x_u-x_w)^2+(y_u-y_w)^2\cr
468 x_v-x_w&y_v-y_w&(x_v-x_w)^2+(y_v-y_w)^2\cr}
513 \matrix{x_t-x_v&(x_t-x_w)^2+(y_t-y_w)^2-(x_v-x_w)^2-(y_v-y_w)^2\cr
514 x_u-x_v&(x_u-x_w)^2+(y_u-y_w)^2-(x_v-x_w)^2-(y_v-y_w)^2\cr}
517 \matrix{y_t-y_v&(x_t-x_w)^2+(y_t-y_w)^2-(x_v-x_w)^2-(y_v-y_w)^2\cr
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dgalgame.cpp55 void x_w(uint16_t data);
200 void galaxygame_state::x_w(uint16_t data) in x_w() function in galaxygame_state
300 map(0xff5a, 0xff5b).rw(FUNC(galaxygame_state::x_r), FUNC(galaxygame_state::x_w)); // 177532 X in galaxygame_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dgalgame.cpp55 void x_w(uint16_t data);
200 void galaxygame_state::x_w(uint16_t data) in x_w() function in galaxygame_state
300 map(0xff5a, 0xff5b).rw(FUNC(galaxygame_state::x_r), FUNC(galaxygame_state::x_w)); // 177532 X in galaxygame_map()

12345