Home
last modified time | relevance | path

Searched refs:unit0 (Results 1 – 23 of 23) sorted by relevance

/dports/lang/mosh/mosh-0.2.7/tests/yuni/
H A Dpackunpack-octet.ss14 ((_ mode unit0 unit1 ...)
16 (render-unit mode unit0)
21 ((_ group unit0 ...)
25 (render-units "pack" unit0 ...)
28 (render-units "unpack" unit0 ...)
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DGeometry.h25 double Geo_TriUnitVects(double *pt1,double *pt2,double *pt3,double *unit0,double *unit1,double *uni…
26 double Geo_SphereUnitVects(double *cent,double *top,double *point,int front,double *unit0,double *u…
27 double Geo_CylUnitVects(double *pt1,double *pt2,double *point,double *unit0,double *unit1,double *u…
28 double Geo_DiskUnitVects(double *cent,double *front,double *point,double *unit0,double *unit1,doubl…
H A DGeometry.c259 unit2[0]=unit0[1]*unit1[2]-unit0[2]*unit1[1]; // unit2 is cross product unit0 x unit1 in Geo_TriUnitVects()
260 unit2[1]=unit0[2]*unit1[0]-unit0[0]*unit1[2]; in Geo_TriUnitVects()
261 unit2[2]=unit0[0]*unit1[1]-unit0[1]*unit1[0]; in Geo_TriUnitVects()
271 unit2[1]=unit0[2]*unit1[0]-unit0[0]*unit1[2]; in Geo_SphereUnitVects()
272 unit2[2]=unit0[0]*unit1[1]-unit0[1]*unit1[0]; in Geo_SphereUnitVects()
285 unit2[1]=unit0[2]*unit1[0]-unit0[0]*unit1[2]; in Geo_CylUnitVects()
286 unit2[2]=unit0[0]*unit1[1]-unit0[1]*unit1[0]; in Geo_CylUnitVects()
294 unit0[1]=front[1]; in Geo_DiskUnitVects()
295 unit0[2]=front[2]; in Geo_DiskUnitVects()
301 unit2[1]=unit0[2]*unit1[0]-unit0[0]*unit1[2]; in Geo_DiskUnitVects()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Dfuncs.py273 unit0 = getattr(reps_difs[0], name).unit
275 data_vals = [getattr(x, name).to_value(unit0) for x in reps_difs]
277 concat_vals = concat_vals << unit0
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-descrypt/descrypt/
H A Ddescrypt.ucf28 AREA_GROUP "unit0" RANGE=SLICE_X34Y74:SLICE_X53Y101;
29 AREA_GROUP "unit0" RANGE=RAMB16_X2Y38:RAMB16_X2Y48; # 6 (req. 3 arbiter + 2 word_gen)
30 AREA_GROUP "unit0" RANGE=RAMB8_X2Y38:RAMB8_X2Y49;
31 INST "pkt_comm/units[0].unit/*" AREA_GROUP = "unit0";
/dports/audio/festival/festival/src/modules/clunits/
H A Dclunits.cc90 static float naive_join_cost(CLunit *unit0, CLunit *unit1,
708 static float naive_join_cost(CLunit *unit0, CLunit *unit1, in naive_join_cost() argument
715 u0_move = unit0->end; in naive_join_cost()
718 if (unit0 == unit1) in naive_join_cost()
720 else if (unit1->prev_unit->name == unit0->name) in naive_join_cost()
/dports/math/vampire/vampire-4.5.1/Shell/
H A DRectify.cpp81 FormulaUnit* Rectify::rectify (FormulaUnit* unit0, bool removeUnusedVars) in rectify() argument
84 ASS(!unit0->isClause()); in rectify()
86 FormulaUnit* unit = unit0; in rectify()
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dlog.py63 for i0, unit0 in enumerate(self.units):
65 if unit0.kind == unit1.kind:
66 raise ValueError('The unit of \'%s\' is encountered twice.' % unit0.kind)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/bootstrap/src/
H A DMain.hs114 bfs plan unit0 = do
117 TG.gToVertex g $ P.uId unit0
/dports/math/vampire/vampire-4.5.1/Api/
H A DHelper.cpp318 vstring DefaultHelperCore::toString (const Kernel::Unit* unit0) const in toString()
322 Kernel::Unit* unit = const_cast<Kernel::Unit*>(unit0); in toString()
/dports/math/cadical/cadical-1.0.3-cb89cbf/test/cnf/
H A Drun.sh213 run unit0 10
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha512crypt/
H A DREADME.md204 | unit0 | | unit7 |
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-pipeline.c565 int unit0, unit1; in _cogl_pipeline_layer_and_unit_numbers_equal() local
570 unit0 = _cogl_pipeline_layer_get_unit_index (layer0); in _cogl_pipeline_layer_and_unit_numbers_equal()
572 if (unit0 != unit1) in _cogl_pipeline_layer_and_unit_numbers_equal()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-pipeline.c681 int unit0, unit1; in _cogl_pipeline_layer_and_unit_numbers_equal() local
686 unit0 = _cogl_pipeline_layer_get_unit_index (layer0); in _cogl_pipeline_layer_and_unit_numbers_equal()
688 if (unit0 != unit1) in _cogl_pipeline_layer_and_unit_numbers_equal()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-pipeline.c681 int unit0, unit1; in _cogl_pipeline_layer_and_unit_numbers_equal() local
686 unit0 = _cogl_pipeline_layer_get_unit_index (layer0); in _cogl_pipeline_layer_and_unit_numbers_equal()
688 if (unit0 != unit1) in _cogl_pipeline_layer_and_unit_numbers_equal()
/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmolmolec.c2992 double *****surfdrift,vect[3],drift1,drift2,*pt1,*pt2,dist,unit0[3],unit1[3],unit2[3],top[3]; in moldosurfdrift() local
3037 Geo_TriUnitVects(pnl->point[0],pnl->point[1],pnl->point[2],unit0,unit1,unit2); in moldosurfdrift()
3045 Geo_SphereUnitVects(pnl->point[0],top,mptr->pos,(int)(pnl->front[0]),unit0,unit1,unit2); in moldosurfdrift()
3050 Geo_CylUnitVects(pnl->point[0],pnl->point[1],mptr->pos,unit0,unit1,unit2); in moldosurfdrift()
3058 Geo_SphereUnitVects(pnl->point[0],top,mptr->pos,(int)(pnl->front[0]),unit0,unit1,unit2); in moldosurfdrift()
3063 Geo_DiskUnitVects(pnl->point[0],pnl->front,mptr->pos,unit0,unit1,unit2); in moldosurfdrift()
/dports/audio/sndio/sndio-1.8.1/sndiod/
H A Ddev.c2397 char *str0, int unit0, char *func, in ctl_new() argument
2421 c->node0.unit = unit0; in ctl_new()
/dports/security/op/op-1.34/
H A Dop.paper332 % op tape disable unit0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fFboRenderTest.cpp202 void setUnits (sglr::Context& gl, deUint32 program, int unit0, int unit1) in setUnits() argument
205 gl.uniform1i(gl.getUniformLocation(program, "u_sampler0"), unit0); in setUnits()
/dports/www/calamaris-devel/calamaris-2.99.4.5/
H A Dcalamaris4045 my ($factor0, $factor1, $unit0, $unit1, $min_x, $max_x);
4078 ($factor0, $unit0) = getfactor(max(@$yaxis1_ref[$min_x..$max_x]),9);
4112 %graph_label = ( y1_label => "$unit0 ${$legend_ref}[0]",
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser.pl9207 my $unit0;
9208 $unit0= $1 if $val=~s/([a-zA-Z]+)$//;
9219 { $unit0 ||= $opt->{default_unit};
9222 …$extra= $self->{units}= TextCombo->new(\@ordered_hash, $unit0, sub { $set_digits->($_[0]); &GMB::F…
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/CMprocedures/
H A Dmpfit.pro2324 format=format, unit=unit0, _EXTRA=extra
2327 if n_elements(unit0) EQ 0 then unit = -1 else unit = round(unit0[0])
/dports/graphics/clutter/clutter-1.26.4/
H A DChangeLog.pre-1.48314 material: set ->layer_index on new layers for unit0
8318 normally layers associated with texture unit0 have a layer index of 0