Home
last modified time | relevance | path

Searched refs:tempw (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A D808x.c2572 if ((tempw^(tempw>>1))&0x4000) flags|=V_FLAG; in execx86()
2595 if ((tempw^(tempw>>1))&0x4000) flags|=V_FLAG; in execx86()
2602 if ((tempw^(tempw<<1))&0x8000) flags|=V_FLAG; in execx86()
2626 if (tempw&0x4000) tempw|=0x8000; in execx86()
2792 tempw=(tempw<<1)|temp; in execx86()
2807 tempw=(tempw>>1)|tempw2; in execx86()
2814 if ((tempw^(tempw>>1))&0x4000) flags|=V_FLAG; in execx86()
2824 tempw=(tempw<<1)|templ; in execx86()
2842 tempw=(tempw>>1)|tempw2; in execx86()
2898 tempw=(tempw>>1)|tempw2; in execx86()
[all …]
H A Dx86_ops_flag.h146 uint16_t tempw; in opPUSHFD() local
152 if (cpu_CR4_mask & CR4_VME) tempw = eflags & 0x3c; in opPUSHFD()
154 else tempw = eflags & 4; in opPUSHFD()
156 PUSH_L(flags | (tempw << 16)); in opPUSHFD()
164 uint16_t tempw; in opPOPF_286() local
189 uint16_t tempw; in opPOPF() local
197 tempw = POP_W(); in opPOPF()
204 if ((tempw & T_FLAG) || ((tempw & I_FLAG) && (eflags & VIP_FLAG))) in opPOPF()
210 if (tempw & I_FLAG) in opPOPF()
224 tempw = POP_W(); in opPOPF()
[all …]
H A Dx86_ops_mul.h4 int16_t tempw, tempw2; in opIMUL_w_iw_a16() local
8 tempw = geteaw(); if (cpu_state.abrt) return 1; in opIMUL_w_iw_a16()
11 templ = ((int)tempw) * ((int)tempw2); in opIMUL_w_iw_a16()
24 int16_t tempw, tempw2; in opIMUL_w_iw_a32() local
28 tempw = geteaw(); if (cpu_state.abrt) return 1; in opIMUL_w_iw_a32()
31 templ = ((int)tempw) * ((int)tempw2); in opIMUL_w_iw_a32()
86 int16_t tempw, tempw2; in opIMUL_w_ib_a16() local
90 tempw = geteaw(); if (cpu_state.abrt) return 1; in opIMUL_w_ib_a16()
94 templ = ((int)tempw) * ((int)tempw2); in opIMUL_w_ib_a16()
107 int16_t tempw, tempw2; in opIMUL_w_ib_a32() local
[all …]
H A Dx86_ops_bcd.h61 uint16_t tempw; in opDAA() local
77 tempw = flags & (C_FLAG | A_FLAG); in opDAA()
80 flags |= tempw; in opDAA()
89 uint16_t tempw; in opDAS() local
105 tempw = flags & (C_FLAG | A_FLAG); in opDAS()
108 flags |= tempw; in opDAS()
H A Dxtide.c45 uint16_t tempw; in xtide_read() local
50 tempw = readidew(0); in xtide_read()
51 xtide->data_high = tempw >> 8; in xtide_read()
52 return tempw & 0xff; in xtide_read()
H A Dx86_ops_shift.h500 uint16_t tempw = geteaw(); if (cpu_state.abrt) return 1; \
501 int tempc = ((tempw << (count - 1)) & (1 << 15)) ? 1 : 0; \
502 uint32_t templ = (tempw << 16) | cpu_state.regs[cpu_reg].w; \
503 if (count <= 16) tempw = templ >> (16 - count); \
504 else tempw = (templ << count) >> 16; \
505 seteaw(tempw); if (cpu_state.abrt) return 1; \
506 setznp16(tempw); \
528 int tempc = (tempw >> (count - 1)) & 1; \
529 uint32_t templ = tempw | (cpu_state.regs[cpu_reg].w << 16); \
530 tempw = templ >> count; \
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_debug.cpp110 … Bitmap *tempw=BitmapHelper::CreateBitmap(thisroom.walls->GetWidth(),thisroom.walls->GetHeight()); in script_debug() local
111 tempw->Blit(prepare_walkable_areas(-1),0,0,0,0,tempw->GetWidth(),tempw->GetHeight()); in script_debug()
113 stretched->StretchBlt(tempw, in script_debug()
114 …RectWH(-offsetx, -offsety, get_fixed_pixel_size(tempw->GetWidth()), get_fixed_pixel_size(tempw->Ge… in script_debug()
120 delete tempw; in script_debug()
156 …Bitmap *tempw=BitmapHelper::CreateTransparentBitmap(thisroom.walls->GetWidth(),thisroom.walls->Get… in script_debug() local
166tempw->DrawLine(Line(srcx, srcy, targetx, targety), GetVirtualScreen()->GetCompatibleColor(i+1)); in script_debug()
169 screen_bmp->StretchBlt(tempw, in script_debug()
170 …RectWH(-offsetx, -offsety, multiply_up_coordinate(tempw->GetWidth()), multiply_up_coordinate(tempw in script_debug()
173 delete tempw; in script_debug()
H A Droute_finder.cpp100 if (toX >= tempw->GetWidth()) toX = tempw->GetWidth() - 1; in find_nearest_walkable_area()
101 if (toY >= tempw->GetHeight()) toY = tempw->GetHeight() - 1; in find_nearest_walkable_area()
107 if (tempw->GetScanLine(ey)[ex] != 232) in find_nearest_walkable_area()
145 if (tempw == NULL) in is_route_possible()
147 if (!tempw->IsMemoryBitmap()) in is_route_possible()
177 for (dd = 0; dd < tempw->GetWidth(); dd++) { in is_route_possible()
216 tempw->FloodFill(fromx, fromy, 232); in is_route_possible()
217 if (tempw->GetPixel(tox, toy) != 232) in is_route_possible()
227 find_nearest_walkable_area(tempw, 0, 0, tempw->GetWidth(), tempw->GetHeight(), tox, toy, 5); in is_route_possible()
230 delete tempw; in is_route_possible()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcolortemp.cc1133 double tempw; in temp2mul() local
1137 tempw = 6430; in temp2mul()
1141 tempw = 4230; in temp2mul()
1145 tempw = 3450; in temp2mul()
1149 tempw = 2940; in temp2mul()
1153 tempw = 6350; in temp2mul()
1157 tempw = 4150; in temp2mul()
1161 tempw = 6500; in temp2mul()
1165 tempw = 5020; in temp2mul()
1254 …x_DD = -4.6070e9 / (tempw * tempw * tempw) + 2.9678e6 / (tempw * tempw) + 0.09911e3 / tempw + 0.24… in temp2mul()
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A DrsMath.c108 float tempw = q[3]; in rsQuat_preMult() local
110 q[0] = tempw * postQuat[0] + postQuat[3] * tempx + tempy * postQuat[2] - postQuat[1] * tempz; in rsQuat_preMult()
111 q[1] = tempw * postQuat[1] + postQuat[3] * tempy + tempz * postQuat[0] - postQuat[2] * tempx; in rsQuat_preMult()
112 q[2] = tempw * postQuat[2] + postQuat[3] * tempz + tempx * postQuat[1] - postQuat[0] * tempy; in rsQuat_preMult()
113 q[3] = tempw * postQuat[3] - tempx * postQuat[0] - tempy * postQuat[1] - tempz * postQuat[2]; in rsQuat_preMult()
121 float tempw = q[3]; in rsQuat_postMult() local
123 q[0] = preQuat[3] * tempx + tempw * preQuat[0] + preQuat[1] * tempz - tempy * preQuat[2]; in rsQuat_postMult()
124 q[1] = preQuat[3] * tempy + tempw * preQuat[1] + preQuat[2] * tempx - tempz * preQuat[0]; in rsQuat_postMult()
125 q[2] = preQuat[3] * tempz + tempw * preQuat[2] + preQuat[0] * tempy - tempx * preQuat[1]; in rsQuat_postMult()
126 q[3] = preQuat[3] * tempw - preQuat[0] * tempx - preQuat[1] * tempy - preQuat[2] * tempz; in rsQuat_postMult()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dglobal_debug.cpp100 …Bitmap *tempw = BitmapHelper::CreateBitmap(_GP(thisroom).WalkAreaMask->GetWidth(), _GP(thisroom).W… in script_debug() local
101 tempw->Blit(prepare_walkable_areas(-1), 0, 0, 0, 0, tempw->GetWidth(), tempw->GetHeight()); in script_debug()
106 …view_bmp->StretchBlt(tempw, mask_src, RectWH(0, 0, viewport.GetWidth(), viewport.GetHeight()), Sha… in script_debug()
111 delete tempw; in script_debug()
140 …Bitmap *tempw = BitmapHelper::CreateTransparentBitmap(_GP(thisroom).WalkAreaMask->GetWidth(), _GP(… in script_debug() local
150 tempw->DrawLine(Line(srcx, srcy, targetx, targety), MakeColor(i + 1)); in script_debug()
160 …view_bmp->StretchBlt(tempw, mask_src, RectWH(0, 0, viewport.GetWidth(), viewport.GetHeight()), Sha… in script_debug()
165 delete tempw; in script_debug()
H A Droute_finder_impl_legacy.cpp115 assert(tempw != nullptr); in find_nearest_walkable_area()
120 if (toX >= tempw->GetWidth()) toX = tempw->GetWidth() - 1; in find_nearest_walkable_area()
121 if (toY >= tempw->GetHeight()) toY = tempw->GetHeight() - 1; in find_nearest_walkable_area()
125 if (tempw->GetScanLine(ey)[ex] != 232) in find_nearest_walkable_area()
160 if (tempw == nullptr) in is_route_possible()
190 for (dd = 0; dd < tempw->GetWidth(); dd++) { in is_route_possible()
229 tempw->FloodFill(fromx, fromy, 232); in is_route_possible()
230 if (tempw->GetPixel(tox, toy) != 232) { in is_route_possible()
238 find_nearest_walkable_area(tempw, 0, 0, tempw->GetWidth(), tempw->GetHeight(), tox, toy, 5); in is_route_possible()
241 delete tempw; in is_route_possible()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/snes/
H A Dsnes_65816.cpp148 p.c=tempw&0x100;
204 p.c=tempw<=0xFF;
1245 unsigned short tempw; in adcImm8() local
1251 unsigned short tempw; in adcZp8() local
1259 unsigned short tempw; in adcZpx8() local
1267 unsigned short tempw; in adcSp8() local
1275 unsigned short tempw; in adcAbs8() local
1283 unsigned short tempw; in adcAbsx8() local
1291 unsigned short tempw; in adcAbsy8() local
1299 unsigned short tempw; in adcLong8() local
[all …]
H A Dsnes_spc700.cpp148 spc.p.c=tempw&0x100;
154 spc.p.c=tempw<=0xFF;
414 spc.p.z=!tempw; spc.p.n=tempw&0x8000; in execspc()
581 spc.p.z=!tempw; spc.p.n=tempw&0x8000; in execspc()
931 templ=spc.ya.w+tempw; in execspc()
1018 tempw=addr>>13; in execspc()
1119 templ=spc.ya.w-tempw; in execspc()
1208 tempw=addr>>13; in execspc()
1370 tempw=addr>>13; in execspc()
1545 tempw=addr>>13; in execspc()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/inc/
H A Dimage.inc41 $tempw = $fw;
45 $tempw = number_format((($ow*$fh)/$oh), 0);
50 $tempImage = imageCreateTrueColor($tempw, $temph);
53 imagecopyresampled($tempImage, $srcImage, 0, 0, 0, 0, $tempw, $temph, $ow, $oh);
55 $tempImage = imageCreate($tempw, $temph);
56 imagecopyresized($tempImage, $srcImage, 0, 0, 0, 0, $tempw, $temph, $ow, $oh);
66 $offsetx = number_format(($tempw/2)-($fw/2), 0);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/vgl/
H A Dvglm.c403 Widget tempw, tempv, temps, temph; in Vgl_M_fileSelectHandle() local
421 tempw = XtNameToWidget(vcore->fileSelect,"Help"); in Vgl_M_fileSelectHandle()
422 XtUnmanageChild(tempw); in Vgl_M_fileSelectHandle()
426 tempw = XtNameToWidget(vcore->fileSelect,"OK"); in Vgl_M_fileSelectHandle()
427 XtVaSetValues(tempw, XmNfillOnArm, FALSE, NULL); in Vgl_M_fileSelectHandle()
429 XtVaSetValues(tempw, XmNfillOnArm, FALSE, NULL); in Vgl_M_fileSelectHandle()
431 XtVaSetValues(tempw, XmNfillOnArm, FALSE, NULL); in Vgl_M_fileSelectHandle()
442 XmChangeColor (tempw, vcore->buttonBackgrnd); in Vgl_M_fileSelectHandle()
464 XmChangeColor (tempw, vcore->buttonBackgrnd); in Vgl_M_fileSelectHandle()
482 XmChangeColor (tempw, vcore->buttonBackgrnd); in Vgl_M_fileSelectHandle()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/BSE/
H A Dw_sum.f9029 subroutine w_sum(xct,wptcol,ofs1,ofs1p,n1,n1p,temph,tempw,tempb,m11p,indinvigp,ng_eps) argument
36 SCALAR, intent(inout) :: tempw(:,:,:,:), tempb(:,:,:,:), temph(:,:,:), m11p(:,:,:,:)
60 tempw(ig, gi1, gi1p, isv) = wptcol(ig) * m11p_conj(i1, i1p, isv)
69tempw(1, ofs1+1:ofs1+n1, ofs1p+1:ofs1p+n1p, isv) = tempw(1, ofs1+1:ofs1+n1, ofs1p+1:ofs1p+n1p, isv…
H A Dg_sum.f9034 tempw,bsedwing) argument
40 SCALAR, intent(in), optional :: tempw(:,:,:,:)
69 ONE,tempw(:,:,:,isv),xct%ng,mccp(:,:,:,isc),xct%ng, &
78 call X(gemv)('t',xct%ng,invband*invband,ONE,tempw(:,:,:,isv),xct%ng,mccp(:,:,:,isc), &
114 tempw, bsedwing) argument
122 SCALAR, intent(in), optional :: tempw(:,:,:,:)
163 ONE,tempw(:,:,:,isv),xct%ng,m22p(:,:,:,isc),xct%ng, &
170 call X(gemv)('t',xct%ng,n_left**2,ONE,tempw(:,:,:,isv),xct%ng,m22p(:,:,:,isc), &
/dports/graphics/reallyslick/rss-glx_0.9.1/src/rsMath/
H A DrsQuat.cpp115 const float tempw = q[3]; in preMult() local
117 q[0] = tempw * postQuat[0] + postQuat[3] * tempx in preMult()
119 q[1] = tempw * postQuat[1] + postQuat[3] * tempy in preMult()
121 q[2] = tempw * postQuat[2] + postQuat[3] * tempz in preMult()
123 q[3] = tempw * postQuat[3] in preMult()
134 const float tempw = q[3]; in postMult() local
136 q[0] = preQuat[3] * tempx + tempw * preQuat[0] in postMult()
138 q[1] = preQuat[3] * tempy + tempw * preQuat[1] in postMult()
140 q[2] = preQuat[3] * tempz + tempw * preQuat[2] in postMult()
142 q[3] = preQuat[3] * tempw in postMult()
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/examples/autopilot-example/
H A Drun_example_water129 tempw=800,
143 on_step = 691 : tempw=150
144 on_step = 1191 : tempw=300
145 on_step = 1691 : tempw=500
159 on_step = 2441 : tempw=800
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_space_wrtmro.F1 subroutine argos_space_wrtmro(lfnmro,stime,pres,temp,tempw,temps, argument
12 real*8 stime,pres,temp,tempw,temps
19 call argos_space_wtmro(lfnmro,stime,pres,temp,tempw,temps,
H A Dargos_space_rdmri.F2 + temp,tempw,temps,
16 real*8 stime,pres,temp,tempw,temps
21 + temp,tempw,temps,
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_space_wrtmro.F1 subroutine argos_space_wrtmro(lfnmro,stime,pres,temp,tempw,temps, argument
12 real*8 stime,pres,temp,tempw,temps
19 call argos_space_wtmro(lfnmro,stime,pres,temp,tempw,temps,
H A Dargos_space_rdmri.F2 + temp,tempw,temps,
16 real*8 stime,pres,temp,tempw,temps
21 + temp,tempw,temps,
/dports/math/gap/gap-4.11.0/pkg/Thelma-1.02/lib/
H A Dste_realizability.gi195 tempw, zt, a, w1, az;
453 tempw:=ShallowCopy(w);
455 while Size(tempw)< n do Add(tempw,0); od;
543 while Size(tempw)<Size(zlist[Size(zlist)]) do Add(tempw,0); od;
557 while Size(tempw)<Size(zlist[Size(zlist)]) do Add(tempw,0); od;
641 while Size(tempw)<Size(zlist[Size(zlist)]) do Add(tempw,0); od;
653 while Size(tempw)<Size(zlist[Size(zlist)]) do Add(tempw,0); od;
664 while Size(tempw)<Size(zlist[Size(zlist)]) do Add(tempw,0); od;
793 while Size(tempw)<Size(zlist[Size(zlist)]) do Add(tempw,0); od;
805 while Size(tempw)<Size(zlist[Size(zlist)]) do Add(tempw,0); od;
[all …]

12345678