Home
last modified time | relevance | path

Searched refs:outputwidth (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/stp/stp-2.3.3/lib/Simplifier/
H A Dconsteval.cpp49 unsigned int outputwidth = inputwidth; in NonMemberBVConstEvaluator() local
114 OutputNode = _bm->CreateBVConst(output, outputwidth); in NonMemberBVConstEvaluator()
189 OutputNode = _bm->CreateBVConst(output, outputwidth); in NonMemberBVConstEvaluator()
209 OutputNode = _bm->CreateBVConst(output, outputwidth); in NonMemberBVConstEvaluator()
225 OutputNode = _bm->CreateBVConst(output, outputwidth); in NonMemberBVConstEvaluator()
233 OutputNode = _bm->CreateBVConst(output, outputwidth); in NonMemberBVConstEvaluator()
242 OutputNode = _bm->CreateBVConst(output, outputwidth); in NonMemberBVConstEvaluator()
249 OutputNode = _bm->CreateBVConst(output, outputwidth); in NonMemberBVConstEvaluator()
263 outputwidth = len; in NonMemberBVConstEvaluator()
277 outputwidth = t0_width + t1_width; in NonMemberBVConstEvaluator()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dgameinfo.c43 int LoadStateSlotScreenshotStream(FILE * fp, int * outputwidth, int * outputheight, u32 ** buffer) in LoadStateSlotScreenshotStream() argument
94 fread_result = fread((void *) outputwidth, sizeof(int), 1, fp); in LoadStateSlotScreenshotStream()
97 totalsize = *outputwidth * *outputheight * sizeof(u32); in LoadStateSlotScreenshotStream()
106 int LoadStateSlotScreenshot(const char * dirpath, const char * itemnum, int slot, int * outputwidth in LoadStateSlotScreenshot() argument
118 status = LoadStateSlotScreenshotStream(fp, outputwidth, outputheight, buffer); in LoadStateSlotScreenshot()
H A Dgameinfo.h44 int LoadStateSlotScreenshotStream(FILE * fp, int * outputwidth, int * outputheight, u32 ** buffer);
45 int LoadStateSlotScreenshot(const char * dirpath, const char * itemnum, int slot, int * outputwidth
H A Dmemory.c1375 int outputwidth; in YabSaveStateStream() local
1439 VIDCore->GetGlSize(&outputwidth, &outputheight); in YabSaveStateStream()
1441 totalsize=outputwidth * outputheight * sizeof(u32); in YabSaveStateStream()
1452 glReadPixels(0, 0, outputwidth, outputheight, GL_RGBA, GL_UNSIGNED_BYTE, buf); in YabSaveStateStream()
1458 ywrite(&check, (void *)&outputwidth, sizeof(outputwidth), 1, fp); in YabSaveStateStream()
1530 int outputwidth; in YabLoadStateStream() local
1696 yread(&check, (void *)&outputwidth, sizeof(outputwidth), 1, fp); in YabLoadStateStream()
1699 totalsize=outputwidth * outputheight * sizeof(u32); in YabLoadStateStream()
1719 …glPixelZoom((float)curroutputwidth / (float)outputwidth, ((float)curroutputheight / (float)outputh… in YabLoadStateStream()
1720 glDrawPixels(outputwidth, outputheight, GL_RGBA, GL_UNSIGNED_BYTE, buf); in YabLoadStateStream()
H A Dvidsoft.c155 static int outputwidth; variable
2255 outputwidth = vdp2width; in VIDSoftSetupGL()
2321 glViewport(0, 0, outputwidth, outputheight); in VIDSoftSetupGL()
2368 outputwidth = w; in VIDSoftResize()
4219 *width = outputwidth; in VIDSoftGetGlSize()
/dports/misc/figlet/figlet-2.2.5/
H A Dfiglet.c222 int outputwidth; variable
458 printf("%d\n",outputwidth);
943 outputwidth = DEFAULTCOLUMNS; in getparams()
1008 outputwidth = columns; in getparams()
1036 outputwidth = columns; in getparams()
1092 outlinelenlimit = outputwidth-1; in getparams()
1302 inchrlinelenlimit = outputwidth*4+100;
1556 if (outputwidth>1) {
1557 if (len>outputwidth-1) {
1558 len = outputwidth-1;
[all …]
/dports/math/asymptote/asymptote-2.67/examples/
H A Dmosaic.asy56 real outputwidth=13cm;
59 size(outputwidth,0);
165 add(kalender.fit(0.75*outputwidth),interp(point(S),point(N),1/13));
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/examples/
H A Dmosaic.asy56 real outputwidth=13cm;
59 size(outputwidth,0);
165 add(kalender.fit(0.75*outputwidth),interp(point(S),point(N),1/13));
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/android/jni/
H A Dyui.c660 int outputwidth, outputheight; in Java_org_yabause_android_YabauseRunnable_stateSlotScreenshot() local
669 if (0 != LoadStateSlotScreenshot(dp, in, slot, &outputwidth, &outputheight, &buffer)) return; in Java_org_yabause_android_YabauseRunnable_stateSlotScreenshot()
681 cur += outputwidth; in Java_org_yabause_android_YabauseRunnable_stateSlotScreenshot()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcurves.c67 int k, l, x, y, component, outputwidth = Q3PatchDimForTess(patchwidth, tesselationwidth); in Q3PatchTesselateFloat() local
100 …v = (float *)((unsigned char *)outputvertices + ((k * ymax / 2 + y) * outputwidth + l * xmax / 2) … in Q3PatchTesselateFloat()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcurves.c67 int k, l, x, y, component, outputwidth = Q3PatchDimForTess(patchwidth, tesselationwidth); in Q3PatchTesselateFloat() local
100 …v = (float *)((unsigned char *)outputvertices + ((k * ymax / 2 + y) * outputwidth + l * xmax / 2) … in Q3PatchTesselateFloat()
/dports/games/darkplaces/darkplaces/
H A Dcurves.c67 int k, l, x, y, component, outputwidth = Q3PatchDimForTess(patchwidth, tesselationwidth); in Q3PatchTesselateFloat() local
100 …v = (float *)((unsigned char *)outputvertices + ((k * ymax / 2 + y) * outputwidth + l * xmax / 2) … in Q3PatchTesselateFloat()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/cocoa/
H A Dvidgcd.c156 static int outputwidth; variable
1556 outputwidth = 320; in VIDGCDInit()
1603 outputwidth = w; in VIDGCDResize()
2954 … glPixelZoom((float)outputwidth / (float)vdp2width, 0 - ((float)outputheight / (float)vdp2height)); in VIDGCDVdp2DrawEnd()
3233 *width = outputwidth; in VIDGCDGetGlSize()
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/
H A DIo.inc220 $outputwidth = 79;
224 $d = wordwrap(ltrim($data['desc']),($outputwidth-$taglen));
235 $ret .= "\n".wordwrap($data['message'],$outputwidth)."\n";
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/java2d/J2DBench/options/
H A Ddefault.opt3 global.env.outputwidth=640
/dports/misc/p5-Text-FIGlet/Text-FIGlet-2.19.4/
H A DCHANGES223 outputwidth. If you run into this *LET ME KNOW*

12