Home
last modified time | relevance | path

Searched refs:wert (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/math/cln/cln-1.3.6/src/integer/conv/
H A Dcl_I_from_UQ.cc51 arrayLSref(ptr->data,3,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
63 arrayLSref(ptr->data,4,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
64 arrayLSref(ptr->data,4,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
75 arrayLSref(ptr->data,5,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
76 arrayLSref(ptr->data,5,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
77 arrayLSref(ptr->data,5,2) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
89 arrayLSref(ptr->data,6,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
90 arrayLSref(ptr->data,6,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
91 arrayLSref(ptr->data,6,2) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
92 arrayLSref(ptr->data,6,3) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UQ()
[all …]
H A Dcl_I_from_Q.cc28 if (wert >= 0) { in cl_I_constructor_from_Q()
52 arrayLSref(ptr->data,3,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
60 arrayLSref(ptr->data,4,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
61 arrayLSref(ptr->data,4,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
70 arrayLSref(ptr->data,5,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
71 arrayLSref(ptr->data,5,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
72 arrayLSref(ptr->data,5,2) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
80 arrayLSref(ptr->data,6,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
81 arrayLSref(ptr->data,6,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
82 arrayLSref(ptr->data,6,2) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_Q()
[all …]
H A Dcl_I_from_UL.cc23 if ((wert & minus_bit(cl_value_len-1)) == 0) in cl_I_constructor_from_UL()
36 arrayLSref(ptr->data,1,0) = wert; in cl_I_constructor_from_UL()
42 arrayLSref(ptr->data,2,0) = (uintD)wert; in cl_I_constructor_from_UL()
53 arrayLSref(ptr->data,3,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UL()
54 arrayLSref(ptr->data,3,1) = (uintD)wert; in cl_I_constructor_from_UL()
65 arrayLSref(ptr->data,4,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UL()
66 arrayLSref(ptr->data,4,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UL()
67 arrayLSref(ptr->data,4,2) = (uintD)wert; in cl_I_constructor_from_UL()
77 arrayLSref(ptr->data,5,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UL()
78 arrayLSref(ptr->data,5,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_UL()
[all …]
H A Dcl_I_from_L.cc20 cl_private_thing cl_I_constructor_from_L (sint32 wert) in cl_I_constructor_from_L() argument
23 var uint32 test = wert & minus_bit(cl_value_len-1); in cl_I_constructor_from_L()
30 arrayLSref(ptr->data,1,0) = wert; in cl_I_constructor_from_L()
46 if (wert >= 0) { in cl_I_constructor_from_L()
56 arrayLSref(ptr->data,1,0) = wert; in cl_I_constructor_from_L()
63 arrayLSref(ptr->data,2,0) = (uintD)wert; in cl_I_constructor_from_L()
71 arrayLSref(ptr->data,3,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_L()
72 arrayLSref(ptr->data,3,1) = (uintD)wert; in cl_I_constructor_from_L()
79 arrayLSref(ptr->data,4,0) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_L()
80 arrayLSref(ptr->data,4,1) = (uintD)wert; wert >>= intDsize; in cl_I_constructor_from_L()
[all …]
H A Dcl_I_from_NDS.cc28 var sint32 wert; in CL_INLINE_DECL() local
32 { wert = get_sint1D_Dptr(MSDptr mspop 1); } in CL_INLINE_DECL()
36 { wert = get_sint2D_Dptr(MSDptr mspop 2); } in CL_INLINE_DECL()
40 { wert = get_sint3D_Dptr(MSDptr mspop 3); } in CL_INLINE_DECL()
44 { wert = get_sint4D_Dptr(MSDptr mspop 4); } in CL_INLINE_DECL()
48 { wert = get_sint4D_Dptr(MSDptr mspop 5); } in CL_INLINE_DECL()
49 return L_to_FN(wert); in CL_INLINE_DECL()
51 var sint64 wert; in CL_INLINE_DECL() local
56 { wert = (sint64)(sintD)mspref(MSDptr,0); } in CL_INLINE_DECL()
66 { wert = (sintD)mspref(MSDptr,0); } in CL_INLINE_DECL()
[all …]
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dmos6522_class.cpp144 IO[adresse & 0xF] = wert; in WriteIO()
154 PB = wert; in WriteIO()
155 wert = ~PB & DDRB; in WriteIO()
156 *FloppyIEC = ((wert << 6) & ((~wert ^ *C64IEC) << 3) & 0x80) | ((wert << 3) & 0x40); in WriteIO()
162 PA = wert; in WriteIO()
167 DDRB = wert; in WriteIO()
169 *FloppyIEC = ((wert << 6) & ((~wert ^ *C64IEC) << 3) & 0x80) | ((wert << 3) & 0x40); in WriteIO()
174 DDRA = wert; in WriteIO()
213 IO[0x0D]&= ~wert; in WriteIO()
236 PB = wert & 0xEF; in WriteIO()
[all …]
H A Dmos6502_class.h65 inline void SET_SR_NZ(unsigned char wert);
66 inline void SET_SIGN(unsigned char wert);
67 inline void SET_ZERO(unsigned char wert);
73 inline void Write(unsigned short adresse, unsigned char wert);
109 #define SetAdresseLo(wert) Adresse = ((Adresse&0xFF00)|wert) argument
110 #define SetAdresseHi(wert) Adresse = ((Adresse&0x00FF)|(wert<<8)) argument
112 #define SetPCLo(wert) PC=((PC&0xFF00)|wert) argument
113 #define SetPCHi(wert) PC=((PC&0x00FF)|(wert<<8)) argument
H A Dmos6581_8085_class.cpp334 LastWriteValue = wert; in WriteIO()
382 if(wert & 0x08) in WriteIO()
390 KeyNext = wert & 0x01; in WriteIO()
440 if(wert&0x08) in WriteIO()
448 KeyNext=wert&0x01; in WriteIO()
498 if(wert&0x08) in WriteIO()
506 KeyNext=wert&0x01; in WriteIO()
547 FilterKey=wert&0x0F; in WriteIO()
551 Voice3Off=wert&0x80; in WriteIO()
552 HpBpLp=(wert>>4)&0x07; in WriteIO()
[all …]
H A Dmos6510_class.h71 inline void SET_SR_NZ(unsigned char wert);
72 inline void SET_SIGN(unsigned char wert);
73 inline void SET_ZERO(unsigned char wert);
79 inline void Write(unsigned short adresse, unsigned char wert);
116 #define SetAdresseLo(wert) Adresse = ((Adresse&0xFF00)|wert) argument
117 #define SetAdresseHi(wert) Adresse = ((Adresse&0x00FF)|(wert<<8)) argument
119 #define SetPCLo(wert) PC=((PC&0xFF00)|wert) argument
120 #define SetPCHi(wert) PC=((PC&0x00FF)|(wert<<8)) argument
H A Dreu_class.cpp283 return wert; in Read()
303 IO[1] = wert; in WriteIO2()
339 IO[2] = wert; in WriteIO2()
342 IO[3] = wert; in WriteIO2()
345 IO[4] = wert; in WriteIO2()
348 IO[5] = wert; in WriteIO2()
351 IO[6] = wert; in WriteIO2()
354 IO[7] = wert; in WriteIO2()
357 IO[8] = wert; in WriteIO2()
360 IO[9] = wert; in WriteIO2()
[all …]
H A Dam29f040_class.cpp33 static uint8_t wert; in Read() local
41 wert = FlashTypes[flash_type].manufactur_id; in Read()
44 wert = FlashTypes[flash_type].device_id; in Read()
47 wert = 0; in Read()
50 wert = data[address]; in Read()
56 wert = static_cast<uint8_t>(WriteOperationStatus()); in Read()
70 wert = data[address]; in Read()
74 last_read = wert; in Read()
75 return wert; in Read()
H A Dmmu_class.h93 void WriteZeroPage(unsigned short adresse, unsigned char wert);
95 void WriteRam(unsigned short adresse, unsigned char wert);
97 void WriteFarbRam(unsigned short adresse, unsigned char wert);
102 void WriteCRT1(unsigned short adresse, unsigned char wert);
104 void WriteCRT2(unsigned short adresse, unsigned char wert);
106 void WriteCRT3(unsigned short adresse, unsigned char wert);
111 void WriteOpenAdress(unsigned short adresse, unsigned char wert);
/dports/math/cln/cln-1.3.6/include/cln/
H A Dnumber.h41 inline _class_::_class_ (const _type_ wert) \
43 word = cl_combine(cl_FN_tag,wert); \
53 word = cl_combine(cl_FN_tag,wert); \
63 inline _class_::_class_ (const long wert) \
66 pointer = cl_I_constructor_from_L(wert); \
71 pointer = cl_I_constructor_from_UL(wert); \
76 inline _class_::_class_ (const long wert) \
79 pointer = cl_I_constructor_from_Q(wert); \
84 pointer = cl_I_constructor_from_UQ(wert); \
95 pointer = cl_I_constructor_from_L(wert); \
[all …]
/dports/math/cln/cln-1.3.6/src/integer/
H A Dcl_I.h183 #define L_to_I(wert) L_to_FN(wert) argument
206 #define UL_to_I(wert) UL_to_FN(wert) argument
283 #define V_to_I(wert) L_to_I(wert) argument
285 #define V_to_I(wert) Q_to_I(wert) argument
293 #define UV_to_I(wert) UL_to_I(wert) argument
295 #define UV_to_I(wert) UQ_to_I(wert) argument
303 #define E_to_I(wert) L_to_I(wert) argument
305 #define E_to_I(wert) Q_to_I(wert) argument
313 #define UE_to_I(wert) UL_to_I(wert) argument
315 #define UE_to_I(wert) UQ_to_I(wert) argument
[all …]
/dports/security/cp2fwb/cp2fwb-0.6/
H A Dcp2fwbuilder440 my ($wert) = '';
498 if ( lc("$wert") eq 'any' ) { $wert = 'Original'; }
514 if ( lc("$wert") eq 'any' ) { $wert = 'Original'; }
525 if ( lc("$wert") eq 'any' ) { $wert = 'Original'; }
572 my ($wert) = '';
606 &SetObjUsed("$wert");
620 &SetObjUsed("$wert");
626 ($wert,$dummy) = split(/\"/,$wert,2) ;
656 &SetSvcUsed("$wert");
661 if ( "$wert" eq '"Client Encrypt"') { $wert = 'clientencrypt' }
[all …]
/dports/games/macopix/macopix-1.7.4/src/
H A Dbmp.c99 FromL (gint32 wert, in FromL() argument
102 bopuffer[0] = (wert & 0x000000ff)>>0x00; in FromL()
103 bopuffer[1] = (wert & 0x0000ff00)>>0x08; in FromL()
104 bopuffer[2] = (wert & 0x00ff0000)>>0x10; in FromL()
105 bopuffer[3] = (wert & 0xff000000)>>0x18; in FromL()
109 FromS (gint16 wert, in FromS() argument
112 bopuffer[0] = (wert & 0x00ff)>>0x00; in FromS()
113 bopuffer[1] = (wert & 0xff00)>>0x08; in FromS()
/dports/games/cuyo/cuyo-2.1.0/datasrc/pics/
H A Dgen_schemen.ml72 (wert -. c1) /. c2
78 let wert = normalisier rand corand wert in
79 if wert <= -1.0
81 else if wert >= 1.0
86 (wert*.wert-.3.0)*.a*.wert+.d
92 let wert = normalisier rand corand wert in
93 if wert <= -1.0 || wert >= 1.0
96 (wert*.wert-.2.0)*.(sonst-.default)*.wert*.wert+.sonst
99 let wert = normalisier rand corand wert in
100 if wert <= -1.0 || wert >= 1.0
[all …]
/dports/irc/evangeline/modules/stats.mod/
H A Dlivestats.c581 b = wert & 0xff; g = (wert & 0xff00) >> 8; r = (wert & 0xff0000) >> 16; in send_livestats()
655 b = wert & 0xff; g = (wert & 0xff00) >> 8; r = (wert & 0xff0000) >> 16; in send_livestats()
657 b2 = wert & 0xff; g2 = (wert & 0xff00) >> 8; r2 = (wert & 0xff0000) >> 16; in send_livestats()
966 b = wert & 0xff; g = (wert & 0xff00) >> 8; r = (wert & 0xff0000) >> 16; in do_toptalkers()
968 b2 = wert & 0xff; g2 = (wert & 0xff00) >> 8; r2 = (wert & 0xff0000) >> 16; in do_toptalkers()
1148 b = wert & 0xff; g = (wert & 0xff00) >> 8; r = (wert & 0xff0000) >> 16; in do_miscstats()
1180 b = wert & 0xff; g = (wert & 0xff00) >> 8; r = (wert & 0xff0000) >> 16; in do_miscstats()
1244 b = wert & 0xff; g = (wert & 0xff00) >> 8; r = (wert & 0xff0000) >> 16; in do_miscstats()
1289 b = wert & 0xff; g = (wert & 0xff00) >> 8; r = (wert & 0xff0000) >> 16; in do_miscstats()
1334 b = wert & 0xff; g = (wert & 0xff00) >> 8; r = (wert & 0xff0000) >> 16; in do_miscstats()
[all …]
/dports/cad/z88/Z88OS-15/src/z88r/common/
H A Dz88cr.c135 FR_DOUBLE wert; in z88cr() local
188 if(FR_FABS(wert) >= 1e-8) in z88cr()
190 rs[jndex]= wert; in z88cr()
209 rs[j]-= wert * GS[i]; in z88cr()
285 if(FR_FABS(wert) >= 1e-8) in z88cr()
297 rs[j]-= wert * GS[i]; in z88cr()
307 rs[j]-= wert * GS[i]; in z88cr()
385 nkn,ifg,iflag1,wert); in z88cr()
389 nkn,ifg,iflag1,wert); in z88cr()
396 nkn,ifg,iflag1,wert); in z88cr()
[all …]
/dports/games/cuyo/cuyo-2.1.0/data/
H A Dbonimali.ld127 wert = (wert-fx)/fdy;
128 if wert_==fy-wert*fdx && wert==fs..fe && !(wert==fls..fle) -> {
134 if wert<fls -> fls=wert;
135 if wert>fle -> fle=wert;
136 wert=fx+wert*fdy;
294 if wert -> {
314 wert=wert_;
509 if wert==fs@@..fe@@ && !(wert==fls@@..fle@@) -> {
510 wert=fy@@-wert*fdx@@;
525 if wert==fs@@..fe@@ && !(wert==fls@@..fle@@) -> {
[all …]
/dports/x11/xloadimage/xloadimage.4.1/
H A Dimg.c209 wert = zgetc(file);
210 switch (wert)
216 switch (wert)
304 if (wert == EOF)
307 i = wert;
310 wert -= i;
318 if (wert)
330 if (wert)
338 if (wert)
343 if (wert & 0x80)
[all …]
/dports/games/ballerburg/ballerburg-1.2.0/src/
H A Dmusic.c290 void s_note(unsigned int wert) in s_note() argument
293 ton_nr=st_ton[ wert>>2 & 63 ]; in s_note()
294 if( wert & 0x4000 ) ton_nr--; in s_note()
295 if( wert & 0x8000 ) ton_nr++; in s_note()
296 if( ( wert & 0xc000 ) == 0xc000 ) in s_note()
298 s_rausch( wert&255 ); in s_note()
305 s_freq( (st_wert[ton_nr]*(4-(wert&3))+st_wert[ton_nr+1]*(wert&3) )>>2 ); in s_note()
306 if( wert & 0x1000 ) s_t_an(); in s_note()
308 if( wert & 0x2000 ) s_r_an(); in s_note()
310 s_laut( (wert>>8 & 15)*lau[kanal]/100 ); in s_note()
/dports/games/xvier/xvier-1.0/
H A Dvier.c320 int *frp, wert; local
374 wert = 100000;
378 if ((zw = comp_schwarz (j, lev + 1, wert)) < wert)
391 return (wert);
398 int *frp, wert; local
452 wert = -100000;
456 if ((zw = comp_weiss (j, lev + 1, wert)) > wert)
468 return (wert);
565 wert = 100000;
570 if ((zw = comp_schwarz (j, 0, wert + 1)) < wert) {
[all …]
/dports/math/cln/cln-1.3.6/src/integer/bitwise/
H A Dcl_I_log_aux.cc26 var uintV wert = FN_to_V(obj); in I_to_DS_n_aux()
32 lsprefnext(destptr) = (uintD)wert; wert = wert >> intDsize; in I_to_DS_n_aux()
35 lsprefnext(destptr) = (uintD)wert; in I_to_DS_n_aux()
/dports/games/cuyo/cuyo-2.1.0/src/
H A Dblop.cpp635 setVariable(v.getNummer(), wert, op); in setVariable()
664 setVariableIntern(vnr, wert, op); in setVariable()
677 case set_code: mDaten[vnr] = wert; break; in setVariableIntern()
678 case add_code: mDaten[vnr] += wert; break; in setVariableIntern()
679 case sub_code: mDaten[vnr] -= wert; break; in setVariableIntern()
680 case mul_code: mDaten[vnr] *= wert; break; in setVariableIntern()
683 case bitset_code: mDaten [vnr] |= wert; break; in setVariableIntern()
708 void Blop::setKindIntern(int wert) { in setKindIntern() argument
709 mDaten[spezvar_kind] = wert; in setKindIntern()
711 switch (ld->mSorten[wert]->getDefaultArt(i)) { in setKindIntern()
[all …]

12345678910>>...16