Home
last modified time | relevance | path

Searched refs:hsg (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/math/R-cran-survey/survey/tests/testoutput/
H A Dapi.Rout.saved62 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
90 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
118 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
145 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
168 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
200 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
212 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
268 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
296 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
324 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
[all …]
H A DDBIcheck.Rout.save105 [26] "acs_46" "acs_core" "pct_resp" "not_hsg" "hsg"
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/exp-sgcheck/tests/
H A DMakefile.am15 hsg.vgtest hsg.stdout.exp hsg.stderr.exp \
24 hsg \
H A Dhsg.vgtest2 prog: hsg
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/exp-sgcheck/tests/
H A DMakefile.am15 hsg.vgtest hsg.stdout.exp hsg.stderr.exp \
24 hsg \
H A Dhsg.vgtest2 prog: hsg
/dports/math/R-cran-survey/survey/tests/
H A Dlonely.psu.Rout.save47 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
110 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
177 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
223 [25] "acs.46" "acs.core" "pct.resp" "not.hsg" "hsg" "some.col"
/dports/emulators/hugo/hugo-2.12/
H A Dcd.c41 HSG2Time (unsigned hsg, int *Min, int *Sec, int *Fra) in HSG2Time() argument
43 Frame2Time (hsg + 150, Min, Sec, Fra); in HSG2Time()
H A Dcd.h70 void HSG2Time(unsigned hsg,
/dports/math/R-cran-survey/survey/man/
H A Dsvyfactanal.Rd73 svyfactanal(~api99+api00+hsg+meals+ell+emer, design=dclus1, factors=2)
75 svyfactanal(~api99+api00+hsg+meals+ell+emer, design=dclus1, factors=2, n="effective")
78 factanal(~api99+api00+hsg+meals+ell+emer, data=apipop, factors=2)
H A Dapi.Rd50 \item{not.hsg}{percent parents not high-school graduates}
51 \item{hsg}{percent parents who are high-school graduates}
H A Dsvyprcomp.Rd78 pc <- svyprcomp(~api99+api00+ell+hsg+meals+emer, design=dclus2,scale=TRUE,scores=TRUE)
H A Dsvypredmeans.Rd57 demog_model <- svyglm(api00~mobility+ell+hsg+meals, design=dstrat)
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/djgppdos/
H A Di_cdmus.c75 static char* hms(int hsg) in hms() argument
80 seconds = hsg / 75; in hms()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/libcda-0.5/
H A Dbcc.c107 static unsigned long hsg(unsigned long value) in hsg() function
193 cdrom_data.endofdisk = hsg (track_data.address); in get_audio_info()
233 cdrom_data.track_position = hsg(track_data.address); in set_track()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMFollicle.h95 void setHairSysGravity(double hsg) in setHairSysGravity() argument
97 if(hsg == 1.0) return; in setHairSysGravity()
98 fprintf(mFile,"\tsetAttr \".hsg\" %f;\n", hsg); in setHairSysGravity()
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/info.d/
H A Dinfo.681 extprun applied to the file gpname.hsg.er, where gpname.hsg is the strong-
82 generator file for H. If gpname.hsg.er is produced by corestricting stable
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dmcd.c1125 hsg2msf(int hsg, bcd_t *msf) in hsg2msf() argument
1128 hsg += 150; in hsg2msf()
1129 F_msf(msf) = bin2bcd(hsg % 75); in hsg2msf()
1130 hsg /= 75; in hsg2msf()
1131 S_msf(msf) = bin2bcd(hsg % 60); in hsg2msf()
1132 hsg /= 60; in hsg2msf()
1133 M_msf(msf) = bin2bcd(hsg); in hsg2msf()
/dports/games/d2x/d2x-0.2.5/arch/dos/
H A Dbcd.c602 static void print_hsg(int hsg) {
604 seconds = hsg / 75;
/dports/biology/jalview/jalview/src/jalview/datamodel/
H A DSequenceGroup.java385 SequenceCollectionI hsg = hiddenReps.get(seq); in getSequences() local
386 for (SequenceI seq2 : hsg.getSequences()) in getSequences()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/arm/dts/
H A Dsun5i-a13-hsg-h702.dts52 compatible = "hsg,h702", "allwinner,sun5i-a13";
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Dsun5i-a13-hsg-h702.dts52 compatible = "hsg,h702", "allwinner,sun5i-a13";
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/boot/dts/
H A Dsun5i-a13-hsg-h702.dts52 compatible = "hsg,h702", "allwinner,sun5i-a13";
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/boot/dts/
H A Dsun5i-a13-hsg-h702.dts52 compatible = "hsg,h702", "allwinner,sun5i-a13";
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_canvas.cc90 ArdourCanvas::ScrollGroup* hsg; in initialize_canvas() local
98 hv_scroll_group = hsg = new ArdourCanvas::ScrollGroup (_track_canvas->root(), in initialize_canvas()
102 _track_canvas->add_scroller (*hsg); in initialize_canvas()

1234567891011