Home
last modified time | relevance | path

Searched refs:dweight (Results 1 – 25 of 68) sorted by relevance

123

/dports/databases/libpqtypes/libpqtypes-1.5.1/src/
H A Dnumerics.c462 int dweight = -1;
518 dweight++;
566 dweight += (int) exponent;
590 if (dweight >= 0)
591 weight = (dweight + 1 + DEC_DIGITS - 1) / DEC_DIGITS - 1;
593 weight = -((-dweight - 1) / DEC_DIGITS + 1);
594 offset = (weight + 1) * DEC_DIGITS - (dweight + 1);
/dports/databases/py-asyncpg/asyncpg-0.25.0/asyncpg/pgproto/codecs/
H A Dnumeric.pyx43 int64_t dweight
78 dweight = num_pydigits + exponent - 1
79 if dweight >= 0:
80 weight = (dweight + DEC_DIGITS) // DEC_DIGITS - 1
82 weight = -((-dweight - 1) // DEC_DIGITS + 1)
90 (weight + 1) * DEC_DIGITS - (dweight + 1)
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex1/
H A Dmiscellaneous_ex1.C378 const std::vector<RealGradient> & dweight = cfe->get_Sobolev_dweight(); in assemble_wave() local
431 (dweight[qp] * phi[i][qp] // Point * Real = Point in assemble_wave()
443 (dweight[qp] * dphase[qp]) // (Point * Point) = Real in assemble_wave()
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_base.h462 { return dweight; } in get_Sobolev_dweight()
708 std::vector<RealGradient> dweight; variable
809 dweight(), in FEGenericBase()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXFont.cpp765 FXint dweight,scalable,dsize; in findmatch() local
801 dweight=1000; in findmatch()
841 dweight=weight-FONTWEIGHT_NORMAL; in findmatch()
842 dweight=FXABS(dweight); in findmatch()
845 dweight=weight-wantedWeight; in findmatch()
846 dweight=FXABS(dweight); in findmatch()
909 …tch=%-3x dw=%-3d ds=%3d sc=%d xres=%-3d yres=%-3d xlfd=\"%s\"\n",f,value,dweight,dsize,scalable,xr… in findmatch()
912 …lue) && (dsize<bestdsize)) || ((value==bestvalue) && (dsize==bestdsize) && (dweight<bestdweight))){ in findmatch()
924 bestdweight=dweight; in findmatch()
/dports/science/octopus/octopus-10.5/src/main/
H A Dtest.F90310 FLOAT, allocatable :: ddot(:,:,:), dweight(:,:)
335 SAFE_ALLOCATE(dweight(1:basis%orbsets(1)%sphere%np,1:epsib%nst_linear))
347 dweight = M_ONE
350 call dorbitalset_add_to_batch(basis%orbsets(1), 1, epsib, .false., dweight)
365 SAFE_DEALLOCATE_A(dweight)
/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dinf_fe.C548 dweight.resize (n_total_qp); in init_shape_functions()
997 dweight[p](0) = dweightdv[p] * dzetadx_map[p]; in compute_shape_functions()
999 dweight[p](1) = dweightdv[p] * dzetady_map[p]; in compute_shape_functions()
1001 dweight[p](2) = dweightdv[p] * dzetadz_map[p]; in compute_shape_functions()
H A Dfe.C523 this->dweight.resize (n_qp); in init_shape_functions()
529 this->dweight[p].zero(); in init_shape_functions()
/dports/math/ogdf/OGDF/src/ogdf/fileformats/
H A DDLParser.cpp81 const bool dweight = (attrs & GraphAttributes::edgeDoubleWeight) != 0; in readMatrixRow() local
97 } else if(e && dweight) { in readMatrixRow()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/nbez-0.1.0/src/
H A Dmacros.rs229 $($left:ident, $right:ident: $dweight:expr),+;
301 F::from_i32($dweight * (COUNT + 1)).unwrap();
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXFont.cpp882 FXint dencoding,dweight,dslant,dsetwidth,dpitch,dscalable,drotatable,dpolymorph,dsize; in match() local
948 dweight=fxabs(weight-wantweight); in match()
951 dweight=fxabs(weight-FXFont::Normal); in match()
1022 …width=%d dscalable=%d dpolymorph=%d xres=%-3d yres=%-3d xlfd=\"%s\"\n",f,dweight,dsize,dslant,dset… in match()
1025 …| ((dpitch==bpitch) && ((dsize<bsize) || ((dsize==bsize) && ((dweight<bweight) || ((dweight==bweig… in match()
1044 bweight=dweight; in match()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXFont.cpp882 FXint dencoding,dweight,dslant,dsetwidth,dpitch,dscalable,drotatable,dpolymorph,dsize; in match() local
948 dweight=fxabs(weight-wantweight); in match()
951 dweight=fxabs(weight-FXFont::Normal); in match()
1022 …width=%d dscalable=%d dpolymorph=%d xres=%-3d yres=%-3d xlfd=\"%s\"\n",f,dweight,dsize,dslant,dset… in match()
1025 …| ((dpitch==bpitch) && ((dsize<bsize) || ((dsize==bsize) && ((dweight<bweight) || ((dweight==bweig… in match()
1044 bweight=dweight; in match()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-fmt.c1002 int dweight; in formatInteger() local
1016 dweight = (int)(n % radix); in formatInteger()
1018 dweight = -(int)(n % -radix); in formatInteger()
1020 addBuffer(out, digitName(dweight, smll), char); in formatInteger()
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex14/
H A Dmiscellaneous_ex14.C443 const std::vector<RealGradient>& dweight = cfe->get_Sobolev_dweight(); in assemble_SchroedingerEquation() local
481 temp = (dweight[qp]*phi[i][qp]+weight[qp]*(dphi[i][qp]-ik*dphase[qp]*phi[i][qp])) in assemble_SchroedingerEquation()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c5371 int dweight = -1; in set_var_from_str() local
5419 dweight++; in set_var_from_str()
5468 dweight += (int) exponent; in set_var_from_str()
5480 if (dweight >= 0) in set_var_from_str()
5483 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5484 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7583 int dweight; in exp_var() local
7614 dweight = (int) (val * 0.434294481903252); in exp_var()
7750 int dweight; in estimate_ln_dweight() local
7754 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c5371 int dweight = -1; in set_var_from_str() local
5419 dweight++; in set_var_from_str()
5468 dweight += (int) exponent; in set_var_from_str()
5480 if (dweight >= 0) in set_var_from_str()
5483 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5484 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7583 int dweight; in exp_var() local
7614 dweight = (int) (val * 0.434294481903252); in exp_var()
7750 int dweight; in estimate_ln_dweight() local
7754 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c5371 int dweight = -1; in set_var_from_str() local
5419 dweight++; in set_var_from_str()
5468 dweight += (int) exponent; in set_var_from_str()
5480 if (dweight >= 0) in set_var_from_str()
5483 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5484 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7583 int dweight; in exp_var() local
7614 dweight = (int) (val * 0.434294481903252); in exp_var()
7750 int dweight; in estimate_ln_dweight() local
7754 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c5371 int dweight = -1; in set_var_from_str() local
5419 dweight++; in set_var_from_str()
5468 dweight += (int) exponent; in set_var_from_str()
5480 if (dweight >= 0) in set_var_from_str()
5483 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5484 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7583 int dweight; in exp_var() local
7614 dweight = (int) (val * 0.434294481903252); in exp_var()
7750 int dweight; in estimate_ln_dweight() local
7754 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c5371 int dweight = -1; in set_var_from_str() local
5419 dweight++; in set_var_from_str()
5468 dweight += (int) exponent; in set_var_from_str()
5480 if (dweight >= 0) in set_var_from_str()
5483 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5484 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7583 int dweight; in exp_var() local
7614 dweight = (int) (val * 0.434294481903252); in exp_var()
7750 int dweight; in estimate_ln_dweight() local
7754 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c5371 int dweight = -1; in set_var_from_str() local
5419 dweight++; in set_var_from_str()
5468 dweight += (int) exponent; in set_var_from_str()
5480 if (dweight >= 0) in set_var_from_str()
5483 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5484 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7583 int dweight; in exp_var() local
7614 dweight = (int) (val * 0.434294481903252); in exp_var()
7750 int dweight; in estimate_ln_dweight() local
7754 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c5371 int dweight = -1; in set_var_from_str() local
5419 dweight++; in set_var_from_str()
5468 dweight += (int) exponent; in set_var_from_str()
5480 if (dweight >= 0) in set_var_from_str()
5483 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5484 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7583 int dweight; in exp_var() local
7614 dweight = (int) (val * 0.434294481903252); in exp_var()
7750 int dweight; in estimate_ln_dweight() local
7754 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXFont.cpp766 FXint dencoding,dweight,dslant,dsetwidth,dpitch,dscalable,drotatable,dpolymorph,dsize; in match() local
832 dweight=Math::iabs(weight-wantweight); in match()
835 dweight=Math::iabs(weight-FXFont::Normal); in match()
906 …width=%d dscalable=%d dpolymorph=%d xres=%-3d yres=%-3d xlfd=\"%s\"\n",f,dweight,dsize,dslant,dset… in match()
909 …| ((dpitch==bpitch) && ((dsize<bsize) || ((dsize==bsize) && ((dweight<bweight) || ((dweight==bweig… in match()
928 bweight=dweight; in match()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXFont.cpp766 FXint dencoding,dweight,dslant,dsetwidth,dpitch,dscalable,drotatable,dpolymorph,dsize; in match() local
832 dweight=Math::iabs(FXint(weight-wantweight)); in match()
835 dweight=Math::iabs(FXint(weight-FXFont::Normal)); in match()
906 …width=%d dscalable=%d dpolymorph=%d xres=%-3d yres=%-3d xlfd=\"%s\"\n",f,dweight,dsize,dslant,dset… in match()
909 …| ((dpitch==bpitch) && ((dsize<bsize) || ((dsize==bsize) && ((dweight<bweight) || ((dweight==bweig… in match()
928 bweight=dweight; in match()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dnumeric.c5454 int dweight = -1; in set_var_from_str() local
5503 dweight++; in set_var_from_str()
5552 dweight += (int) exponent; in set_var_from_str()
5564 if (dweight >= 0) in set_var_from_str()
5567 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5568 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7667 int dweight; in exp_var() local
7698 dweight = (int) (val * 0.434294481903252); in exp_var()
7834 int dweight; in estimate_ln_dweight() local
7838 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dnumeric.c5618 int dweight = -1; in set_var_from_str() local
5667 dweight++; in set_var_from_str()
5716 dweight += (int) exponent; in set_var_from_str()
5728 if (dweight >= 0) in set_var_from_str()
5731 weight = -((-dweight - 1) / DEC_DIGITS + 1); in set_var_from_str()
5732 offset = (weight + 1) * DEC_DIGITS - (dweight + 1); in set_var_from_str()
7835 int dweight; in exp_var() local
7866 dweight = (int) (val * 0.434294481903252); in exp_var()
8002 int dweight; in estimate_ln_dweight() local
8006 dweight = var->weight * DEC_DIGITS; in estimate_ln_dweight()
[all …]

123