Home
last modified time | relevance | path

Searched refs:delta_g (Results 1 – 25 of 50) sorted by relevance

12

/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/
H A DDUPZfactor_liftq.c74 DUPZ Delta, delta_g, tmp; in DUPZfactor_lift_step() local
94 delta_g = DUPZnew(DUPZdeg(f)); in DUPZfactor_lift_step()
95 DUPZcopy2(delta_g, Delta); in DUPZfactor_lift_step()
96 DUPZmod2(delta_g, g, Q); in DUPZfactor_lift_step()
97 DUPZmul3(delta_g, alpha, delta_g); in DUPZfactor_lift_step()
98 DUPZmod2(delta_g, g, Q); in DUPZfactor_lift_step()
99 DUPZmul3(tmp, h, delta_g); in DUPZfactor_lift_step()
102 DUPZmul2z(delta_g, Q); in DUPZfactor_lift_step()
104 DUPZadd3(g, g, delta_g); in DUPZfactor_lift_step()
106 DUPZfree(Delta);DUPZfree(delta_g);DUPZfree(tmp); in DUPZfactor_lift_step()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/
H A DDUPZfactor_liftq.c74 DUPZ Delta, delta_g, tmp; in DUPZfactor_lift_step() local
94 delta_g = DUPZnew(DUPZdeg(f)); in DUPZfactor_lift_step()
95 DUPZcopy2(delta_g, Delta); in DUPZfactor_lift_step()
96 DUPZmod2(delta_g, g, Q); in DUPZfactor_lift_step()
97 DUPZmul3(delta_g, alpha, delta_g); in DUPZfactor_lift_step()
98 DUPZmod2(delta_g, g, Q); in DUPZfactor_lift_step()
99 DUPZmul3(tmp, h, delta_g); in DUPZfactor_lift_step()
102 DUPZmul2z(delta_g, Q); in DUPZfactor_lift_step()
104 DUPZadd3(g, g, delta_g); in DUPZfactor_lift_step()
106 DUPZfree(Delta);DUPZfree(delta_g);DUPZfree(tmp); in DUPZfactor_lift_step()
/dports/graphics/intergif/igsrc/src/
H A Dcolmatch.c50 int delta_b, delta_g, delta_r; in Distance() local
54 delta_g = ((c1>>16)&0xFF) - ((c2>>16)&0xFF); /* g */ in Distance()
61 return 3 * delta_r * delta_r + 10 * delta_g * delta_g + delta_b * delta_b; in Distance()
/dports/science/py-phono3py/phono3py-1.22.3/c/
H A Dtriplet_kpoint.c414 int i, j, smallest_g, smallest_index, sum_g, delta_g[3]; in get_third_q_of_triplets_at_q() local
423 delta_g[i] = 0; in get_third_q_of_triplets_at_q()
425 delta_g[i] += bz_address[j][i]; in get_third_q_of_triplets_at_q()
427 delta_g[i] /= mesh[i]; in get_third_q_of_triplets_at_q()
452 sum_g = (abs(delta_g[0] + bz_search_space[i][0]) + in get_third_q_of_triplets_at_q()
453 abs(delta_g[1] + bz_search_space[i][1]) + in get_third_q_of_triplets_at_q()
454 abs(delta_g[2] + bz_search_space[i][2])); in get_third_q_of_triplets_at_q()
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/Smokeping/
H A DColorspace.pm95 my $delta_g = ((($max - $rgb[1]) / 6) + ($max / 2)) / $delta_max;
98 $h = $delta_b - $delta_g;
102 $h = (2/3) + $delta_g - $delta_r;
/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DSQProblemSchur.hpp274 …virtual returnValue determineStepDirection( const real_t* const delta_g, /**< Step direction of gr…
287 …virtual returnValue determineStepDirection2( const real_t* const delta_g, /**< Step direction of g…
356 …t_t nAC, int_t* FR_idx, int_t* FX_idx, int_t* AC_idx, real_t& rhs_max, const real_t* const delta_g,
380 real_t* const delta_yAC, const real_t* const delta_g,
384 …alue stepCalcDeltayFx( int_t nFR, int_t nFX, int_t nAC, int_t* FX_idx, const real_t* const delta_g,
H A DQProblemB.hpp541 real_t* const delta_g, /**< Output: Step direction of gradient vector. */
896 …returnValue determineStepDirection( const real_t* const delta_g, /**< Step direction of gradient v…
910 returnValue performStep( const real_t* const delta_g, /**< Step direction of gradient. */
H A DQProblem.hpp751 real_t* const delta_g, /**< Output: Step direction of gradient vector. */
764 …virtual returnValue determineStepDirection( const real_t* const delta_g, /**< Step direction of gr…
782 returnValue performStep( const real_t* const delta_g, /**< Step direction of gradient. */
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DSQProblemSchur.hpp333 …virtual returnValue determineStepDirection( const real_t* const delta_g, /**< Step direction of…
346 …virtual returnValue determineStepDirection2( const real_t* const delta_g, /**< Step directio…
415 …t_t nAC, int_t* FR_idx, int_t* FX_idx, int_t* AC_idx, real_t& rhs_max, const real_t* const delta_g,
436 real_t* const delta_yAC, const real_t* const delta_g,
439 …ue stepCalcDeltayFx( int_t nFR, int_t nFX, int_t nAC, int_t* FX_idx, const real_t* const delta_g,
H A DQProblemB.hpp540 … real_t* const delta_g, /**< Output: Step direction of gradient vector. */
895 …returnValue determineStepDirection( const real_t* const delta_g, /**< Step direction of gradien…
909 … returnValue performStep( const real_t* const delta_g, /**< Step direction of gradient. */
H A DQProblem.hpp750 … real_t* const delta_g, /**< Output: Step direction of gradient vector. */
763 …virtual returnValue determineStepDirection( const real_t* const delta_g, /**< Step direction of…
781 …returnValue performStep( const real_t* const delta_g, /**< Step direction of gradient. */
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dframe.c71 rectangle delta_g; member
527 frame_move_resize_mode rmode, rectangle *delta_g) in frame_get_resize_decor_gravities() argument
776 mra->next_g.x += (mra->delta_g.x * i) / mra->anim_steps; in frame_mrs_prepare_vars()
777 mra->next_g.y += (mra->delta_g.y * i) / mra->anim_steps; in frame_mrs_prepare_vars()
1804 &mra->delta_g, &mra->end_g, &mra->start_g); in frame_create_move_resize_args()
1811 whdiff = max(abs(mra->delta_g.width), abs(mra->delta_g.height)); in frame_create_move_resize_args()
1812 xydiff = max(abs(mra->delta_g.x), abs(mra->delta_g.y)); in frame_create_move_resize_args()
1866 &mra->grav, GET_TITLE_DIR(fw), mra->mode, &mra->delta_g); in frame_create_move_resize_args()
1867 if (mra->flags.is_setup && mra->delta_g.x == 0 && mra->delta_g.y == 0 && in frame_create_move_resize_args()
1868 mra->delta_g.width == 0 && mra->delta_g.height == 0) in frame_create_move_resize_args()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dframe.c71 rectangle delta_g; member
527 frame_move_resize_mode rmode, rectangle *delta_g) in frame_get_resize_decor_gravities() argument
776 mra->next_g.x += (mra->delta_g.x * i) / mra->anim_steps; in frame_mrs_prepare_vars()
777 mra->next_g.y += (mra->delta_g.y * i) / mra->anim_steps; in frame_mrs_prepare_vars()
1805 &mra->delta_g, &mra->end_g, &mra->start_g); in frame_create_move_resize_args()
1812 whdiff = max(abs(mra->delta_g.width), abs(mra->delta_g.height)); in frame_create_move_resize_args()
1813 xydiff = max(abs(mra->delta_g.x), abs(mra->delta_g.y)); in frame_create_move_resize_args()
1867 &mra->grav, GET_TITLE_DIR(fw), mra->mode, &mra->delta_g); in frame_create_move_resize_args()
1868 if (mra->flags.is_setup && mra->delta_g.x == 0 && mra->delta_g.y == 0 && in frame_create_move_resize_args()
1869 mra->delta_g.width == 0 && mra->delta_g.height == 0) in frame_create_move_resize_args()
[all …]
/dports/graphics/g2/g2-0.72/src/
H A Dg2_splines.c125 double k, u, delta_g; in g2_c_spline() local
160 delta_g = .5 * (x[i] - x[i-1]) / (x[i+1] - x[i-1]); in g2_c_spline()
161 delta_g = (h[i] - in g2_c_spline()
163 g[i-1] * delta_g - /* 8. - 4 * sqrt(3.) */ in g2_c_spline()
164 g[i+1] * (.5 - delta_g)) * 1.0717967697244907832; in g2_c_spline()
165 g[i] += delta_g; in g2_c_spline()
167 if (fabs(delta_g) > u) u = fabs(delta_g); in g2_c_spline()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAforester/g2-0.72/src/
H A Dg2_splines.c125 double k, u, delta_g; in g2_c_spline() local
160 delta_g = .5 * (x[i] - x[i-1]) / (x[i+1] - x[i-1]); in g2_c_spline()
161 delta_g = (h[i] - in g2_c_spline()
163 g[i-1] * delta_g - /* 8. - 4 * sqrt(3.) */ in g2_c_spline()
164 g[i+1] * (.5 - delta_g)) * 1.0717967697244907832; in g2_c_spline()
165 g[i] += delta_g; in g2_c_spline()
167 if (fabs(delta_g) > u) u = fabs(delta_g); in g2_c_spline()
/dports/math/qposases/qpOASES-3.2.1/src/
H A DQProblemB.cpp1709 delta_g[i] = g_new[i] - g[i]; in determineDataShift()
2437 real_t* delta_g = new real_t[nV]; in solveQP() local
2491 delta_g,delta_lb,delta_ub, in solveQP()
2497 delete[] delta_ub; delete[] delta_lb; delete[] delta_g; in solveQP()
2530 returnvalue = performStep( delta_g,delta_lb,delta_ub, in solveQP()
2626 delete[] delta_ub; delete[] delta_lb; delete[] delta_g; in solveQP()
3091 delta_xFR_TMP[i] = - delta_g[ii]; in determineStepDirection()
3129 delta_xFR_TMP[i] = -delta_g[ii]; in determineStepDirection()
3176 delta_yFX[i] = delta_g[ii]; in determineStepDirection()
3194 delta_yFX[i] = delta_g[ii]; in determineStepDirection()
[all …]
H A DSQProblemSchur.cpp879 real_t *delta_g = new real_t[nV]; in addConstraint_checkLISchur() local
894 A->getRow (number, 0, 1.0, delta_g); in addConstraint_checkLISchur()
937 delete[] delta_g; in addConstraint_checkLISchur()
1293 real_t *delta_g = new real_t[nV]; in addBound_checkLISchur() local
1300 delta_g[ii] = 0.0; in addBound_checkLISchur()
1301 delta_g[number] = 1.0; in addBound_checkLISchur()
1309 delta_g, nul, nul, nul, nul, BT_FALSE, BT_FALSE, in addBound_checkLISchur()
1347 delete[] delta_g; in addBound_checkLISchur()
2489 tempA[i] = delta_g[ii]; in stepCalcRhs()
2728 tempA[i] = delta_g[ii]; in stepCalcResid()
[all …]
H A DQProblem.cpp1520 real_t* delta_g = new real_t[nV]; in solveQP() local
3008 real_t *delta_g = new real_t[nV]; in addConstraint_checkLI() local
3070 delete[] delta_g; in addConstraint_checkLI()
3511 real_t *delta_g = new real_t[nV]; in addBound_checkLI() local
3518 delta_g[ii] = 0.0; in addBound_checkLI()
3567 delete[] delta_g; in addBound_checkLI()
4592 delta_g,delta_lb,delta_ub, in determineDataShift()
4685 tempA[i] = delta_g[ii]; in determineStepDirection()
4890 tempA[i] = delta_g[ii]; in determineStepDirection()
4951 delta_yFX[i] = delta_g[FX_idx[i]]; in determineStepDirection()
[all …]
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DQProblemB.cpp1703 delta_g[i] = g_new[i] - g[i]; in determineDataShift()
2431 real_t* delta_g = new real_t[nV]; in solveQP() local
2491 delete[] delta_ub; delete[] delta_lb; delete[] delta_g; in solveQP()
2524 returnvalue = performStep( delta_g,delta_lb,delta_ub, in solveQP()
2620 delete[] delta_ub; delete[] delta_lb; delete[] delta_g; in solveQP()
3084 delta_xFR_TMP[i] = - delta_g[ii]; in determineStepDirection()
3122 delta_xFR_TMP[i] = -delta_g[ii]; in determineStepDirection()
3169 delta_yFX[i] = delta_g[ii]; in determineStepDirection()
3187 delta_yFX[i] = delta_g[ii]; in determineStepDirection()
3202 returnValue QProblemB::performStep( const real_t* const delta_g, in performStep() argument
[all …]
H A DSQProblemSchur.cpp889 real_t *delta_g = new real_t[nV]; in addConstraint_checkLISchur() local
904 A->getRow (number, 0, 1.0, delta_g); in addConstraint_checkLISchur()
947 delete[] delta_g; in addConstraint_checkLISchur()
1303 real_t *delta_g = new real_t[nV]; in addBound_checkLISchur() local
1310 delta_g[ii] = 0.0; in addBound_checkLISchur()
1311 delta_g[number] = 1.0; in addBound_checkLISchur()
1319 delta_g, nul, nul, nul, nul, BT_FALSE, BT_FALSE, in addBound_checkLISchur()
1357 delete[] delta_g; in addBound_checkLISchur()
2497 tempA[i] = delta_g[ii]; in stepCalcRhs()
2736 tempA[i] = delta_g[ii]; in stepCalcResid()
[all …]
H A DQProblem.cpp1498 real_t* delta_g = new real_t[nV]; in solveQP() local
2978 real_t *delta_g = new real_t[nV]; in addConstraint_checkLI() local
2993 A->getRow (number, 0, 1.0, delta_g); in addConstraint_checkLI()
3040 delete[] delta_g; in addConstraint_checkLI()
3481 real_t *delta_g = new real_t[nV]; in addBound_checkLI() local
3488 delta_g[ii] = 0.0; in addBound_checkLI()
3537 delete[] delta_g; in addBound_checkLI()
4655 tempA[i] = delta_g[ii]; in determineStepDirection()
4860 tempA[i] = delta_g[ii]; in determineStepDirection()
4921 delta_yFX[i] = delta_g[FX_idx[i]]; in determineStepDirection()
[all …]
/dports/science/nest/nest-simulator-3.1/models/
H A Diaf_chxk_2008.cpp409 const double delta_g = delta_dg * dt; in update() local
416 S_.y[ State_::G_AHP ] = delta_g; in update()
422 S_.y[ State_::G_AHP ] += delta_g; in update()
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DGScaler.cpp660 const int delta_g = deltas[(int)upper->g - lower_g]; in scale() local
661 dest->g = lower_g + delta_g; in scale()
684 const int delta_g = deltas[(int)lower[1].g - lower_g]; in scale() local
685 dest->g = lower_g + delta_g; in scale()
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dhistogram-imager.c962 int delta_r, delta_g, delta_b, delta_a; in histogram_imager_get_max_usable_density() local
967 delta_g = self->fgcolor.green - self->bgcolor.green; in histogram_imager_get_max_usable_density()
973 if (delta_g > 0) clamped_g = 65535; else if (delta_g < 0) clamped_g = 0; in histogram_imager_get_max_usable_density()
982 if (delta_g == 0) max_luma_g = 0; in histogram_imager_get_max_usable_density()
983 else max_luma_g = (((double)clamped_g) - self->bgcolor.green) / delta_g; in histogram_imager_get_max_usable_density()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Tools/
H A DVisualColorTools.cpp422 double delta_g = g_x_double - g_y_double; in getDistance() local
424 distance = sqrt((delta_r * delta_r) + (delta_g * delta_g) + (delta_b * delta_b)); in getDistance()

12