Home
last modified time | relevance | path

Searched refs:wR (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DInternalTypes.hs55 repoLocation :: Repository rt p wR wU wT -> String
58 withRepoLocation :: Repository rt p wR wU wT -> IO a -> IO a
61 repoFormat :: Repository rt p wR wU wT -> RepoFormat
64 repoPristineType :: Repository rt p wR wU wT -> PristineType
67 repoCache :: Repository rt p wR wU wT -> Cache
70 modifyCache :: (Cache -> Cache) -> Repository rt p wR wU wT -> Repository rt p wR wU wT
73 unsafeCoerceRepoType :: Repository rt p wR wU wT -> Repository rt' p wR wU wT
76 unsafeCoercePatchType :: Repository rt p wR wU wT -> Repository rt p' wR wU wT
79 unsafeCoerceR :: Repository rt p wR wU wT -> Repository rt p wR' wU wT
82 unsafeCoerceU :: Repository rt p wR wU wT -> Repository rt p wR wU' wT
[all …]
H A DJob.hs125 => Repository rt p wR wU wR -> IO a)
127 | V1Job (forall wR wU . Repository ('RepoType 'NoRebase) (RepoPatchV1 V1.Prim) wR wU wR -> IO a)
129 … | V2Job (forall rt wR wU . IsRepoType rt => Repository rt (RepoPatchV2 V2.Prim) wR wU wR -> IO a)
136 => Repository rt p wR wU wR -> IO a)
138 …| RebaseAwareJob (forall rt p wR wU . (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree) => Reposit…
139 …| RebaseJob (forall p wR wU . (RepoPatch p, ApplyState p ~ Tree) => Repository ('RepoType 'IsRebas…
140 …| OldRebaseJob (forall p wR wU . (RepoPatch p, ApplyState p ~ Tree) => Repository ('RepoType 'IsRe…
141 …| StartRebaseJob (forall p wR wU . (RepoPatch p, ApplyState p ~ Tree) => Repository ('RepoType 'Is…
144 …-> (forall rt p wR wU . (RepoPatch p, ApplyState p ~ Tree) => (Repository rt p wR wU wR -> IO a) -…
218 runJob2 :: Repository rtDummy pDummy wR wU wR -> RepoJob a -> IO a
[all …]
H A DState.hs231 -> Repository rt p wR wU wR
244 -> Repository rt p wR wU wR
267 => Repository rt p wR wU wR
305 filteredWorking :: Repository rt p wR wU wR
372 => Repository rt p wR wU wR
402 => Repository rt p wR wU wR
462 => Repository rt p wR wU wR
506 => Repository rt p wR wU wR -> IO ()
556 -> Repository rt p wR wU wR
566 getMovedFiles :: Repository rt p wR wU wR
[all …]
H A DClone.hs277 copyBasicRepoNotPacked :: forall rt p wR wU wT.
278 Repository rt p wR wU wT -- remote
291 => Repository rt p wR wU wT -- remote
305 forall rt p wR wU wT.
306 Repository rt p wR wU wT -- remote
334 forall rt p wR wU wT.
335 Repository rt p wR wU wT -- remote
351 => Repository rt p wR wU wT -- remote
366 => Repository rt p wR wU wT
367 -> Repository rt p wR wU wT
[all …]
H A DPending.hs86 readPending :: RepoPatch p => Repository rt p wR wU wT
87 -> IO (Sealed (FL (PrimOf p) wR))
96 readNewPending :: RepoPatch p => Repository rt p wR wU wT
146 writeNewPending :: RepoPatch p => Repository rt p wR wU wT
172 => Repository rt p wR wU wT
186 => Repository rt p wR wU wT
292 => Repository rt p wR wU wT
325 => Repository rt p wR wU wT
338 => Repository rt p wR wU wT
354 => Repository rt p wR wU wT
[all …]
H A DHashed.hs503 => Repository rt p wR wU wT
508 -> IO (Repository rt p wR wU wY)
517 -> Repository rt p wR wU wT
528 -> Repository rt p wR wU wT
644 => Repository rt p wR wU wT
646 -> IO (Repository rt p wR wU wR)
659 revertTentativeRebase :: RepoPatch p => Repository rt p wR wU wR -> IO ()
738 => Repository rt p wR wU wR
751 => Repository rt p wR wU wT
752 -> IO (PatchSet rt p Origin wR)
[all …]
H A DRepair.hs94 => Repository rt p wR wU wT
96 -> FL (PatchInfoAnd rt p) Origin wR
97 -> TreeIO (FL (PatchInfoAnd rt p) Origin wR, Bool)
154 -> Repository rt p wR wU wT
157 -> IO (RepositoryConsistency rt p wR)
182 :: IO (Sealed (FL (PrimOf p) wR))
206 -> Repository rt p wR wU wT
209 -> IO (RepositoryConsistency rt p wR)
227 -> Repository rt p wR wU wT
230 -> (RepositoryConsistency rt p wR -> IO a)
[all …]
H A DMerge.hs232 -> Repository rt p wR wU wR -> String
239 (FL (PatchInfoAnd rt p)) Origin wR wY
325 => Repository rt p wR wU wR -> String
332 (FL (PatchInfoAnd rt p)) Origin wR wY
338 => Repository rt p wR wU wR -> String
345 (FL (PatchInfoAnd rt p)) Origin wR wY
H A DMatch.hs54 => Repository rt p wR wU wT
60 => Repository rt p wR wU wR
73 => Repository rt p wR wU wT
74 -> (PatchSet rt p Origin wR -> DefaultIO ())
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dcperiods.h53 bigcomplex wR, wI, wRI; variable
61 wR(to_bigfloat(0)), wI(to_bigfloat(0)), wRI(to_bigfloat(0)), in Cperiods()
69 wR=2*x; in Cperiods()
75 wR=x; in Cperiods()
78 w1=wR; w2=wRI; in Cperiods()
87 wR(cp.wR), wI(cp.wI), wRI(cp.wRI), in Cperiods()
95 wR=cp.wR; wI=cp.wI; wRI=cp.wRI;
105 bigcomplex get_real_period() const {return wR;} in get_real_period()
109 { wr=wR; wri=wRI; return lattice_type; } in getwRI()
118 os<<"w_R = "<<cp.wR<<"\tw_IR = "<<cp.wRI<<endl; break;
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DApplyPatches.hs62 -> (forall rt p wR wU
66 => (PatchProxy p -> Repository rt p wR wU wR -> IO ()))
70 :: forall rt p wR wU wZ
78 -> Repository rt p wR wU wR
81 (FL (PatchInfoAnd rt p)) Origin wR wZ
94 -> Repository rt p wR wU wR
97 (FL (PatchInfoAnd rt p)) Origin wR wZ
138 -> Repository rt p wR wU wR
/dports/devel/avr-gdb/gdb-7.3.1/sim/arm/
H A Diwmmxt.c34 static ARMdword wR[16]; variable
98 shift = wR [reg]; \
1005 wR [BITS (5, 8)] += r; in TMIAPH()
1477 wR [BITS (12, 15)] = wR [BITS (16, 19)]; in WALIGNI()
1500 wR [BITS (12, 15)] = wR [BITS (16, 19)]; in WALIGNR()
1519 result = wR [BITS (16, 19)] & wR [BITS (0, 3)]; in WAND()
1544 result = wR [BITS (16, 19)] & ~ wR [BITS (0, 3)]; in WANDN()
2530 result = wR [BITS (16, 19)] | wR [BITS (0, 3)]; in WOR()
3528 result = wR [BITS (16, 19)] ^ wR [BITS (0, 3)]; in WXOR()
3714 memcpy (memory, wR + regnum, sizeof wR [0]); in Fetch_Iwmmxt_Register()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Diwmmxt.c32 static ARMdword wR[16]; variable
96 shift = wR [reg]; \
1003 wR [BITS (5, 8)] += r; in TMIAPH()
1475 wR [BITS (12, 15)] = wR [BITS (16, 19)]; in WALIGNI()
1498 wR [BITS (12, 15)] = wR [BITS (16, 19)]; in WALIGNR()
1517 result = wR [BITS (16, 19)] & wR [BITS (0, 3)]; in WAND()
1542 result = wR [BITS (16, 19)] & ~ wR [BITS (0, 3)]; in WANDN()
2528 result = wR [BITS (16, 19)] | wR [BITS (0, 3)]; in WOR()
3526 result = wR [BITS (16, 19)] ^ wR [BITS (0, 3)]; in WXOR()
3712 memcpy (memory, wR + regnum, sizeof wR [0]); in Fetch_Iwmmxt_Register()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Diwmmxt.c32 static ARMdword wR[16]; variable
96 shift = wR [reg]; \
1003 wR [BITS (5, 8)] += r; in TMIAPH()
1475 wR [BITS (12, 15)] = wR [BITS (16, 19)]; in WALIGNI()
1498 wR [BITS (12, 15)] = wR [BITS (16, 19)]; in WALIGNR()
1517 result = wR [BITS (16, 19)] & wR [BITS (0, 3)]; in WAND()
1542 result = wR [BITS (16, 19)] & ~ wR [BITS (0, 3)]; in WANDN()
2528 result = wR [BITS (16, 19)] | wR [BITS (0, 3)]; in WOR()
3526 result = wR [BITS (16, 19)] ^ wR [BITS (0, 3)]; in WXOR()
3712 memcpy (memory, wR + regnum, sizeof wR [0]); in Fetch_Iwmmxt_Register()
[all …]
/dports/math/R-cran-expm/expm/src/
H A Dlogm-eigen.c43 double *wR = (double *) R_alloc(n, sizeof(double)); /* real part of eigenvalues */ in logm_eigen() local
61 F77_CALL(dgeev)("N", "V", &n, z, &n, wR, wI, in logm_eigen()
69 F77_CALL(dgeev)("N", "V", &n, z, &n, wR, wI, in logm_eigen()
83 if(wR[i] == wR[i+1] && wI[i] == -wI[i+1] && wI[i] != 0.0) in logm_eigen()
92 if(wR[i] == wR[i-1] && wI[i] == -wI[i-1] && wI[i] != 0.0) in logm_eigen()
159 logeigval[i * n +j].r = log( sqrt(wR[i] * wR[i] + wI[i] * wI[i]) ) ; in logm_eigen()
160 logeigval[i * n +j].i = atan2( wI[i], wR[i] ) ; in logm_eigen()
H A Dexpm-eigen.c39 double *wR = (double *) R_alloc(n, sizeof(double)); /* real part of eigenvalues */ in expm_eigen() local
57 F77_CALL(dgeev)("N", "V", &n, z, &n, wR, wI, in expm_eigen()
65 F77_CALL(dgeev)("N", "V", &n, z, &n, wR, wI, in expm_eigen()
79 if(wR[i] == wR[i+1] && wI[i] == -wI[i+1] && wI[i] != 0.0) in expm_eigen()
88 if(wR[i] == wR[i-1] && wI[i] == -wI[i-1] && wI[i] != 0.0) in expm_eigen()
156 expeigval[i * n +j].r = exp(wR[i]) * cos(wI[i]); in expm_eigen()
157 expeigval[i * n +j].i = exp(wR[i]) * sin(wI[i]); in expm_eigen()
/dports/devel/gdb761/gdb-7.6.1/sim/arm/
H A Diwmmxt.c33 static ARMdword wR[16]; variable
97 shift = wR [reg]; \
1004 wR [BITS (5, 8)] += r; in TMIAPH()
1476 wR [BITS (12, 15)] = wR [BITS (16, 19)]; in WALIGNI()
1499 wR [BITS (12, 15)] = wR [BITS (16, 19)]; in WALIGNR()
1518 result = wR [BITS (16, 19)] & wR [BITS (0, 3)]; in WAND()
1543 result = wR [BITS (16, 19)] & ~ wR [BITS (0, 3)]; in WANDN()
2532 result = wR [BITS (16, 19)] | wR [BITS (0, 3)]; in WOR()
3530 result = wR [BITS (16, 19)] ^ wR [BITS (0, 3)]; in WXOR()
3716 memcpy (memory, wR + regnum, sizeof wR [0]); in Fetch_Iwmmxt_Register()
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DShowRepo.hs133 => PutInfo -> Repository rt p wR wU wR -> [DarcsFlag] -> IO ()
156 => PutInfo -> Repository rt p wR wU wR -> IO ()
176 showRepoMOTD :: PutInfo -> Repository rt p wR wU wR -> IO ()
181 numPatches :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree) => Repository rt p wR wU wR -> IO I…
H A DRebase.hs250 :: forall p wR wU wX
253 -> Repository ('RepoType 'IsRebase) p wR wU wR
254 -> Suspended p wR wR
255 -> FL (PatchInfoAnd ('RepoType 'IsRebase) p) wX wR
256 -> IO (Repository ('RepoType 'IsRebase) p wR wU wX)
478 => Repository rt p wR wU wR
516 \(_repository :: Repository ('RepoType 'IsRebase) p wR wU wR) -> do
580 \(_repository :: Repository ('RepoType 'IsRebase) p wR wU wR) -> (do
708 :: forall p wR wU wZ
712 -> Repository ('RepoType 'IsRebase) p wR wU wR
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dembedder.cpp127 RECT wR, cR; in Embedder() local
128 GetWindowRect(windowHandle, &wR); in Embedder()
131 originalRect = QRect(wR.left, wR.top, wR.right - wR.left, wR.bottom - wR.top); in Embedder()
545 RECT wR; in checkWindow() local
546 GetWindowRect(windowHandle, &wR); in checkWindow()
547 QRect windowRect(wR.left, wR.top, wR.right - wR.left, wR.bottom - wR.top); in checkWindow()
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dlcasi.c139 float x, yL[3], yR[3], abcL[3], abcR[3], wL, wR; in cryRegPeriodInterpolate_uc_LCASI1D() local
164 wR = x; in cryRegPeriodInterpolate_uc_LCASI1D()
168 wR * (x*(abcR[0]*x + abcR[1]) + abcR[2]); in cryRegPeriodInterpolate_uc_LCASI1D()
217 float x, yL[3], yR[3], abcL[3], abcR[3], wL, wR; in cryRegPeriodInterpolate_uc_LCASI2D() local
255 wR = x; in cryRegPeriodInterpolate_uc_LCASI2D()
260 wR * (x*(abcR[0]*x + abcR[1]) + abcR[2]); in cryRegPeriodInterpolate_uc_LCASI2D()
H A Dlcasif.c265 float x, yL[3], yR[3], abcL[3], abcR[3], wL, wR;
290 wR = x;
294 wR * (x*(abcR[0]*x + abcR[1]) + abcR[2]);
339 float x, yL[3], yR[3], abcL[3], abcR[3], wL, wR;
377 wR = x;
381 wR * (x*(abcR[0]*x + abcR[1]) + abcR[2]);
432 float x, yL[3], yR[3], abcL[3], abcR[3], wL, wR;
471 wR = x;
475 wR * (x*(abcR[0]*x + abcR[1]) + abcR[2]);
/dports/math/eclib/eclib-20210318/libsrc/
H A Dcperiods.cc282 eiperiods(e1,e2,e3,wR,wRI); in Cperiods()
285 cout << "wR = " << wR << " (should be real)\n"; in Cperiods()
290 while(real(wRI)/real(wR)<0) wRI+=wR; in Cperiods()
291 while(real(wRI)/real(wR)>1) wRI+=wR; in Cperiods()
298 w1=wR; w2=wRI; in Cperiods()
301 cout << "wR = " << wR << " (should be real)\n"; in Cperiods()
304 cout << "real(wRI)/real(wR) = "<<real(wRI)/real(wR)<<endl; in Cperiods()
308 cout << "wR = " << wR << " (should be real)\n"; in Cperiods()
444 z1-=wR*floor(real(z1)/real(wR)); in XY_coords()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsactcg.h31 extern int scg_create(int wNumCG, int wWidth, int wHeight, int wR, int wG, int wB, int wBlendRate);
35 extern int scg_create_text(int wNumCG, int wSize, int wR, int wG, int wB, int wText);
36 extern int scg_create_textnum(int wNumCG, int wSize, int wR, int wG, int wB, int wFigs, int wZeroPa…
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NIGHTDLL/
H A Dsactcg.h31 extern int scg_create(int wNumCG, int wWidth, int wHeight, int wR, int wG, int wB, int wBlendRate);
35 extern int scg_create_text(int wNumCG, int wSize, int wR, int wG, int wB, char *cText);
36 extern int scg_create_textnum(int wNumCG, int wSize, int wR, int wG, int wB, int wFigs, int wZeroPa…

12345678910>>...23