Home
last modified time | relevance | path

Searched refs:ldnum (Results 1 – 19 of 19) sorted by relevance

/dports/devel/librevisa/librevisa-0.0.20130412/src/
H A Dbase_vprintf.cpp264 long double ldnum = va_arg(arg_ptr, long double); in base_vprintf() local
268 … bufsiz = snprintf(0, 0, "%*.*Lf", (int)fwidth, (int)prec, ldnum); in base_vprintf()
270 … bufsiz = snprintf(0, 0, "%*Lf", (int)fwidth, ldnum); in base_vprintf()
272 else bufsiz = snprintf(0, 0, "%Lf", ldnum); in base_vprintf()
274 snprintf(buf, bufsiz, "%Lf", ldnum); in base_vprintf()
/dports/games/bsp/bsp-5.2/
H A Dblockmap.c32 IsLineDefInside(int ldnum, int xmin, int ymin, int xmax, int ymax) in IsLineDefInside() argument
34 int x1 = vertices[linedefs[ldnum].start].x; in IsLineDefInside()
35 int y1 = vertices[linedefs[ldnum].start].y; in IsLineDefInside()
36 int x2 = vertices[linedefs[ldnum].end].x; in IsLineDefInside()
37 int y2 = vertices[linedefs[ldnum].end].y; in IsLineDefInside()
/dports/games/yadex/yadex-1.7.0/src/
H A Dobjects.cc591 bool IsLineDefInside (int ldnum, int x0, int y0, int x1, int y1) /* SWAP - needs Vertices & LineDef… in IsLineDefInside() argument
593 int lx0 = Vertices[LineDefs[ldnum].start].x; in IsLineDefInside()
594 int ly0 = Vertices[LineDefs[ldnum].start].y; in IsLineDefInside()
595 int lx1 = Vertices[LineDefs[ldnum].end].x; in IsLineDefInside()
596 int ly1 = Vertices[LineDefs[ldnum].end].y; in IsLineDefInside()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dsounds.cpp433 static uint32_t ldnum; in S_Cleanup() local
436 while (ldnum < odnum) in S_Cleanup()
438 uint32_t num = dq[ldnum++ & (DQSIZE - 1)]; in S_Cleanup()
/dports/textproc/estraier/estraier-1.2.30/
H A Destxview.c1084 int i, err, unit, ldnum, pnum, lnum, date, show; in showdocbywords() local
1123 ldnum = 0; in showdocbywords()
1125 ldnum = words[i].dnum; in showdocbywords()
1142 wnum < 2 ? ldnum : pnum, oddnum(odeum), odwnum(odeum)); in showdocbywords()
H A Destsearch.c1294 int i, wnum, myunit, date, ldnum, pnum, lnum, show, step; in showboolean() local
1344 ldnum = 0; in showboolean()
1346 ldnum = words[i].dnum; in showboolean()
1357 xmlprintf("<span class=\"term\"><em id=\"all\">%d</em> %@", wnum < 2 ? ldnum : pnum, lhits); in showboolean()
H A Destserver.c2252 int i, wnum, myunit, date, ldnum, pnum, lnum, show, step; in showboolean() local
2302 ldnum = 0; in showboolean()
2304 ldnum = words[i].dnum; in showboolean()
2315 xmlprintf("<span class=\"term\"><em id=\"all\">%d</em> %@", wnum < 2 ? ldnum : pnum, lhits); in showboolean()
/dports/emulators/qemu-utils/qemu-4.2.1/target/sh4/
H A Dtranslate.c1456 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1457 case ldnum: \ in _decode_opc()
1481 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1482 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/emulators/qemu5/qemu-5.2.0/target/sh4/
H A Dtranslate.c1456 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1457 case ldnum: \ in _decode_opc()
1481 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1482 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/sh4/
H A Dtranslate.c1456 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1457 case ldnum: \ in _decode_opc()
1481 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1482 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/emulators/qemu42/qemu-4.2.1/target/sh4/
H A Dtranslate.c1456 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1457 case ldnum: \ in _decode_opc()
1481 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1482 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/sh4/
H A Dtranslate.c1455 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1456 case ldnum: \ in _decode_opc()
1480 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1481 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/sh4/
H A Dtranslate.c1456 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1457 case ldnum: \ in _decode_opc()
1481 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1482 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/sh4/
H A Dtranslate.c1449 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1450 case ldnum: \ in _decode_opc()
1474 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1475 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/emulators/qemu/qemu-6.2.0/target/sh4/
H A Dtranslate.c1445 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1446 case ldnum: \ in _decode_opc()
1470 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1471 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/emulators/qemu60/qemu-6.0.0/target/sh4/
H A Dtranslate.c1456 #define LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc() argument
1457 case ldnum: \ in _decode_opc()
1481 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() argument
1482 LD(reg,ldnum,ldpnum,prechk) \ in _decode_opc()
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dis_IS-Icelandic.dic72433ldnum
185425 öldnum
186476 úldnum
/dports/www/dooble/dooble-2021.12.05/Dictionaries/is/
H A Dis.dic72433ldnum
185425 öldnum
186476 úldnum
/dports/devel/cld2/cld-20150505/internal/
H A Dtest_shuffle_1000_48_666.utf839622 Samp is-Latn /heimaslod.is/ gamla húsið hans, nr. 21 við fyrir fáum árum öldnum ~ Valgerður í Holti…