Home
last modified time | relevance | path

Searched refs:intex (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/fpc-numlib/fpc-3.2.2/packages/numlib/tests/
H A Dintge2te.pas229 intex: boolean;
234 if intex then
243 if intex then
288 intex := True;
351 intex := True;
361 intex := True;
370 intex := True;
379 intex := True;
388 intex := True;
397 intex := True;
[all …]
H A Dintge1te.pas332 intex, First: boolean;
353 if intex then
359 if intex then
367 if intex then
377 if intex then
433 intex := True;
439 intex := alfa > 0;
445 intex := alfa > 1;
451 intex := alfa > 1;
459 intex := alfa > 0;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/numlib/tests/
H A Dintge2te.pas229 intex: boolean;
234 if intex then
243 if intex then
288 intex := True;
351 intex := True;
361 intex := True;
370 intex := True;
379 intex := True;
388 intex := True;
397 intex := True;
[all …]
H A Dintge1te.pas332 intex, First: boolean;
353 if intex then
359 if intex then
367 if intex then
377 if intex then
433 intex := True;
439 intex := alfa > 0;
445 intex := alfa > 1;
451 intex := alfa > 1;
459 intex := alfa > 0;
[all …]
/dports/games/neverball/neverball-1.6.0/contrib/
H A Dcurve.c40 char intex [256]; variable
292 side(x00, y00, z0, x01, y01, z0, x00, y00, z1, intex); in lump()
358 …y00, z0+zmod0+((outerdrop+ctho1)*ct), x01, y01, z0+zmod1+((outerdrop+ctho2)*ct), intex); in lump()
376 strcpy(intex, "mtrl/invisible"); in gettextures()
392 if (strcmp(c1,"IN") == 0) sprintf(intex, "mtrl/%s",c2); in gettextures()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/3ds/
H A Dshader.v.pica36 .alias intex v1
55 mov outtex, intex
/dports/games/scummvm/scummvm-2.5.1/backends/platform/3ds/
H A Dshader.v.pica36 .alias intex v1
55 mov outtex, intex
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dvol.h54 void * newscalarvol(void * intex, vector min, vector max,
H A Dvol.cpp72 void * newscalarvol(void * intex, vector min, vector max, in newscalarvol() argument
78 tex=(texture *)intex; in newscalarvol()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dvol.h54 void * newscalarvol(void * intex, vector min, vector max,
H A Dvol.cpp72 void * newscalarvol(void * intex, vector min, vector max, in newscalarvol() argument
78 tex=(texture *)intex; in newscalarvol()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dvol.hpp53 void *newscalarvol(void *intex,
H A Dvol.cpp73 void *newscalarvol(void *intex, in newscalarvol() argument
85 tex = (texture *)intex; in newscalarvol()
/dports/graphics/tachyon/tachyon/src/
H A Dvol.h9 void * newscalarvol(void * intex, vector min, vector max,
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dscor2prt.for1194 logical intex
1243 intex = .true.
1244 c print*,'intex+>',intex
1247 if (intex) then
1255 c print*,'Internal exit, intex, ntindex:',intex,ntindex
1256 else if (intex .and. tline(ic+1:ic+2).eq.char(92)//' ') then
1257 intex = .false.
1258 c print*,'intex+>',intex
1259 else if (.not.intex .and. tline(ic+1:ic+2).eq.' '//char(92))
1261 intex = .true.
[all …]
H A Dscor2prt.c2083 static logical intex; in ntindex_() local
2156 intex = TRUE_; in ntindex_()
2161 if (intex) { in ntindex_()
2174 if (intex && s_cmp(tline + i__3, "\\ ", ic + 2 - i__3, ( in ntindex_()
2176 intex = FALSE_; in ntindex_()
2180 if (! intex && s_cmp(tline + i__3, " \\", ic + 2 - i__3, ( in ntindex_()
2182 intex = TRUE_; in ntindex_()
H A Dpmxab.c28373 static logical intex; in ntindex_() local
28390 intex = TRUE_; in ntindex_()
28394 if (intex) { in ntindex_()
28410 if (intex && s_cmp(line + i__2, ch__2, ic + 2 - i__2, (ftnlen) in ntindex_()
28412 intex = FALSE_; in ntindex_()
28420 if (! intex && s_cmp(line + i__2, ch__2, ic + 2 - i__2, ( in ntindex_()
28422 intex = TRUE_; in ntindex_()
H A Dpmx270.for18442 logical intex
18453 intex = .true.
18456 if (intex) then
18463 else if (intex .and. line(ic+1:ic+2).eq.chax(92)//' ') then
18464 intex = .false.
18465 else if (.not.intex .and. line(ic+1:ic+2).eq.' '//chax(92))
18467 intex = .true.
/dports/emulators/citra/citra-ac98458e0/externals/nihstro/docs/
H A Dnihcode_spec.md25 .alias intex v1 // alias declaration
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/docs/
H A Dnihcode_spec.md25 .alias intex v1 // alias declaration
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dgl_rmain.c6602 rtexture_t *intex; in R_Bloom_MakeTexture() local
6657 intex = r_fb.bloomtexture[r_fb.bloomindex]; in R_Bloom_MakeTexture()
6675 R_SetupShader_Generic(intex, NULL, GL_MODULATE, 1, false, true, false); in R_Bloom_MakeTexture()
6695 intex = r_fb.bloomtexture[r_fb.bloomindex]; in R_Bloom_MakeTexture()
6702 R_SetupShader_Generic(intex, NULL, GL_MODULATE, 1, false, true, false); in R_Bloom_MakeTexture()
/dports/games/darkplaces/darkplaces/
H A Dgl_rmain.c6504 rtexture_t *intex; in R_Bloom_MakeTexture() local
6560 intex = r_fb.bloomtexture[r_fb.bloomindex]; in R_Bloom_MakeTexture()
6578 R_SetupShader_Generic(intex, NULL, GL_MODULATE, 1, false, true, false); in R_Bloom_MakeTexture()
6598 intex = r_fb.bloomtexture[r_fb.bloomindex]; in R_Bloom_MakeTexture()
6605 R_SetupShader_Generic(intex, NULL, GL_MODULATE, 1, false, true, false); in R_Bloom_MakeTexture()
/dports/security/hydra/thc-hydra-9.2/
H A Ddpl4hydra_local.csv3566 intex,organizer,,,,,,,
3567 intex,organizer,,Admin,,,,,
3568 intex,organizer,,Multi,,,Admin,,
H A Ddpl4hydra_full.csv3566 intex,organizer,,,,,,,
3567 intex,organizer,,Admin,,,,,
3568 intex,organizer,,Multi,,,Admin,,
/dports/www/ufdbguard/ufdbGuard-1.35.3/test/blacklist/
H A Durls3595 intex.net/pcm

12