Home
last modified time | relevance | path

Searched refs:HS (Results 1 – 25 of 3234) sorted by relevance

12345678910>>...130

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Dhebrewnumber.cs314 … new HS[] {HS.S400, HS.X00, HS.X00, HS.X0, HS.X, HS.X,…
317 …0_X00 */ new HS[] {HS._err, HS._err, HS._err, HS.S400_X00_X0, HS._err, HS._e…
319 …_DQ */ new HS[] {HS._err, HS._err, HS._err, HS.END, HS.END, HS.EN…
320 …0_X00_X0 */new HS[] {HS._err, HS._err, HS._err, HS._err, HS._err, HS._e…
321 …DQ */ new HS[] {HS._err, HS._err, HS._err, HS._err, HS.END, HS.EN…
322 …/ new HS[] {HS._err, HS._err, HS._err, HS._err, HS._err, HS._e…
323 …*/ new HS[] {HS._err, HS._err, HS._err, HS._err, HS._err, HS._e…
325 …S400_DQ */ new HS[] {HS.END, HS.END, HS.END, HS.END, HS.END, HS.…
326 …S400_400_DQ*/new HS[] {HS._err, HS._err, HS.END, HS.END, HS.END, HS.…
328 … S9 */ new HS[] {HS._err, HS._err, HS._err, HS._err, HS._err, HS
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DHebrewNumber.cs335HS.S400, HS.X00, HS.X00, HS.X0, HS.X, HS.X, HS.X, HS.S9, …
341HS._err, HS._err, HS._err, HS.S400_X00_X0, HS._err, HS._err, HS._err, HS.X00_S…
343HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err,…
345HS._err, HS._err, HS._err, HS.END, HS.END, HS.END, HS.END, HS.END, …
347HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err,…
349HS._err, HS._err, HS._err, HS._err, HS.END, HS.END, HS.END, HS.END, …
351HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err,…
353HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err,…
357HS.END, HS.END, HS.END, HS.END, HS.END, HS.END, HS.END, HS.END, …
359HS._err, HS._err, HS.END, HS.END, HS.END, HS.END, HS.END, HS.END, …
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DHebrewNumber.cs335HS.S400, HS.X00, HS.X00, HS.X0, HS.X, HS.X, HS.X, HS.S9, …
341HS._err, HS._err, HS._err, HS.S400_X00_X0, HS._err, HS._err, HS._err, HS.X00_S…
343HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err,…
345HS._err, HS._err, HS._err, HS.END, HS.END, HS.END, HS.END, HS.END, …
347HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err,…
349HS._err, HS._err, HS._err, HS._err, HS.END, HS.END, HS.END, HS.END, …
351HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err,…
353HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err, HS._err,…
357HS.END, HS.END, HS.END, HS.END, HS.END, HS.END, HS.END, HS.END, …
359HS._err, HS._err, HS.END, HS.END, HS.END, HS.END, HS.END, HS.END, …
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/MAlonzo/
H A DMisc.hs165 hsPrimOp s = HS.QVarOp $ HS.UnQual $ HS.Symbol s
167 hsPrimOpApp :: String -> HS.Exp -> HS.Exp -> HS.Exp
171 hsInt n = HS.Lit (HS.Int n)
179 hsLet :: HS.Name -> HS.Exp -> HS.Exp -> HS.Exp
181 HS.Let (HS.BDecls [HS.FunBind [HS.Match x [] (HS.UnGuardedRhs e) emptyBinds]]) b
183 hsVarUQ :: HS.Name -> HS.Exp
196 hsLambda :: [HS.Pat] -> HS.Exp -> HS.Exp
200 hsMapAlt :: (HS.Exp -> HS.Exp) -> HS.Alt -> HS.Alt
203 hsMapRHS :: (HS.Exp -> HS.Exp) -> HS.Rhs -> HS.Rhs
235 mazCoerce = HS.Var $ HS.UnQual $ HS.Ident mazCoerceName
[all …]
H A DPretty.hs34 pretty HS.ImportDecl{ HS.importModule = m
50 HS.TypeDecl f xs t ->
61 prDer (d, ts) = pretty (foldl HS.TyApp (HS.TyCon d) ts)
62 HS.TypeSig fs t ->
75 pretty HS.Strict = "!"
76 pretty HS.Lazy = empty
123 HS.TyForall xs t ->
127 HS.TyFun a b ->
132 HS.TyApp (HS.TyCon (HS.UnQual (HS.Ident "[]"))) t ->
134 t@HS.TyApp{} ->
[all …]
H A DCompiler.hs421 … , HS.FunBind [HS.Match d (vars HS.PVar np) (HS.UnGuardedRhs HS.unit_con) emptyBinds] ] ++
436 … , HS.FunBind [HS.Match d (vars HS.PVar np) (HS.UnGuardedRhs HS.unit_con) emptyBinds] ] ++
580 fbWithType :: HS.Type -> HS.Exp -> [HS.Decl]
584 fb :: HS.Exp -> [HS.Decl]
659 let pat = HS.PApp (HS.UnQual $ HS.Ident hsc) $ replicate a HS.PWildCard
663 let rhs = HS.Case (HS.Var $ HS.UnQual $ HS.Ident "x") cs
666 , HS.FunBind [HS.Match (unqhname "cover" q) [HS.PVar $ HS.Ident "x"]
811 HS.Var (HS.UnQual (HS.Ident eq)) `HS.App`
857 litString s = HS.Ann (HS.Lit (HS.String s))
886 HS.PApp (HS.Qual mazRTE $ HS.Ident "QName")
[all …]
H A DHaskellTypes.hs41 hsQCon m f = HS.TyCon $ HS.Qual (HS.ModuleName m) (HS.Ident f)
44 hsCon = HS.TyCon . HS.UnQual . HS.Ident
49 hsVar :: HS.Name -> HS.Type
50 hsVar = HS.TyVar
52 hsApp :: HS.Type -> [HS.Type] -> HS.Type
55 hsForall :: HS.Name -> HS.Type -> HS.Type
56 hsForall x = HS.TyForall [HS.UnkindedVar x]
59 hsFun :: HS.Type -> HS.Type -> HS.Type
60 hsFun a (HS.TyForall vs b) = HS.TyForall vs $ hsFun a b
237 tyCon = HS.TyCon . HS.UnQual . HS.Ident
[all …]
/dports/math/calc/calc-2.14.0.14/
H A Dhist.c839 echo_string(HS.pos, HS.end - HS.pos); in echo_rest_of_line()
855 HS.pos = HS.end; in goto_end_of_line()
863 if (HS.mark && (HS.mark > HS.end)) in decrement_end()
880 HS.pos = HS.buf; in flush_input()
1050 savetext(HS.pos, HS.end - HS.pos); in kill_line()
1082 HS.pos = HS.buf; in new_line()
1083 HS.end = HS.buf; in new_line()
1232 echo_string(HS.buf, HS.end - HS.buf); in refresh_line()
1246 if ((HS.pos <= HS.buf) || (HS.pos >= HS.end)) in swap_chars()
1262 HS.mark = HS.pos; in set_mark()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAdaptor/
H A DGeomAdaptor.cxx107 switch ( HS.GetType()) in Handle()
110 S = new Geom_Plane(HS.Plane()); in Handle()
118 S = new Geom_ConicalSurface(HS.Cone()); in Handle()
139 (GeomAdaptor::MakeCurve(*HS.BasisCurve()),HS.AxeOfRevolution()); in Handle()
144 (GeomAdaptor::MakeCurve(*HS.BasisCurve()),HS.Direction()); in Handle()
163 if ((HS.FirstUParameter() != U1 ) || in Handle()
164 (HS.LastUParameter () != U2 ) || in Handle()
165 (HS.FirstVParameter() != V1 ) || in Handle()
166 (HS.LastVParameter () != V2 ) ) { in Handle()
169 (S,HS.FirstUParameter(),HS.LastUParameter(), in Handle()
[all …]
/dports/science/aircraft-datcom/aircraft-datcom-ed877bb/src/
H A Dblockd.f40 4 4HR ,4HS ,4HP ,4HI ,4HN ,4HF ,4HS ,4HT ,
68 3 4HT ,4HS ,4HS ,4HP ,4HN ,4HS ,4HS ,4HP ,
69 4 4HN ,4HE ,4HS ,4HS ,4HP ,4HN ,4HO ,4HP ,
70 5 4HS ,4HA ,4HV ,4HS ,4HI ,4HS ,4HA ,4HV ,
71 6 4HS ,4HO ,4HS ,4HW ,4HA ,4HF ,4HP ,4HT ,
73 8 4HE ,4HS ,4HS ,4HP ,4HN ,4HD ,4HD ,4HD ,
75 A 4HA ,4HD ,4HO ,4HS ,4HH ,4HB ,4HS ,4HE ,
77 C 4HW ,4HB ,4HS ,4HV ,4HB ,4HS ,4HV ,4HH ,
152 5 4HE ,4HR ,4HB ,4HA ,4HS ,4HS ,4HB ,4HA ,
156 9 4HS ,4HB ,4HS ,4HS ,4HB ,4HS ,4HL ,4HB ,
[all …]
H A Dxnam4.f21 2 4HD ,4HT ,4HP ,4HC ,4HH ,4HS ,4HT ,4HA ,
22 3 4HT ,4HS ,4HS ,4HP ,4HN ,4HS ,4HS ,4HP ,
23 4 4HN ,4HE ,4HS ,4HS ,4HP ,4HN ,4HO ,4HP ,
24 5 4HS ,4HA ,4HV ,4HS ,4HI ,4HS ,4HA ,4HV ,
25 6 4HS ,4HO ,4HS ,4HW ,4HA ,4HF ,4HP ,4HT ,
26 7 4HW ,4HI ,4HS ,4HT ,4HA ,4HT ,4HY ,4HP ,
27 8 4HE ,4HS ,4HS ,4HP ,4HN ,4HD ,4HD ,4HD ,
H A Dxnam20.f23 DATA PLNF /4HC ,4HH ,4HR ,4HD ,4HT ,4HP ,4HS ,
24 1 4HS ,4HP ,4HN ,4HO ,4HP ,4HS ,4HS ,4HP ,
25 2 4HN ,4HE ,4HS ,4HS ,4HP ,4HN ,4HC ,
27 4 4HD ,4HR ,4HS ,4HA ,4HV ,4HS ,4HI ,4HC ,
28 5 4HH ,4HS ,4HT ,4HA ,4HT ,4HS ,4HW ,4HA ,
29 6 4HF ,4HP ,4HT ,4HW ,4HI ,4HS ,4HT ,4HA ,
30 7 4HS ,4HS ,4HP ,4HN ,4HD ,4HD ,4HD ,4HH ,
32 9 4HD ,4HO ,4HT ,4HY ,4HP ,4HE ,4HS ,4HA ,
33 A 4HV ,4HS ,4HO ,4HS ,4HV ,4HW ,4HB ,4HS ,
34 B 4HV ,4HB ,4HS ,4HV ,4HH ,4HB /
H A Dxnam9.f22 DATA PLNF /4HC ,4HH ,4HR ,4HD ,4HT ,4HP ,4HS ,
23 1 4HS ,4HP ,4HN ,4HO ,4HP ,4HS ,4HS ,4HP ,
24 2 4HN ,4HE ,4HS ,4HS ,4HP ,4HN ,4HC ,
26 4 4HD ,4HR ,4HS ,4HA ,4HV ,4HS ,4HI ,4HC ,
27 5 4HH ,4HS ,4HT ,4HA ,4HT ,4HS ,4HW ,4HA ,
28 6 4HF ,4HP ,4HT ,4HW ,4HI ,4HS ,4HT ,4HA ,
29 7 4HS ,4HS ,4HP ,4HN ,4HD ,4HD ,4HD ,4HH ,
31 9 4HD ,4HO ,4HT ,4HY ,4HP ,4HE ,4HS ,4HA ,
32 A 4HV ,4HS ,4HO ,4HS ,4HV ,4HW ,4HB ,4HS ,
33 B 4HV ,4HB ,4HS ,4HV ,4HH ,4HB /
H A Dxnam7.f19 2 4HR ,4HD ,4HT ,4HP ,4HC ,4HH ,4HS ,
20 3 4HT ,4HA ,4HT ,4HS ,4HS ,4HP ,4HN ,
21 4 4HS ,4HS ,4HP ,4HN ,4HE ,4HS ,4HS ,
22 5 4HP ,4HN ,4HO ,4HP ,4HS ,4HA ,4HV ,
23 6 4HS ,4HI ,4HS ,4HA ,4HV ,4HS ,4HO ,
24 7 4HS ,4HW ,4HA ,4HF ,4HP ,4HT ,4HW ,
25 8 4HI ,4HS ,4HT ,4HA ,4HT ,4HY ,4HP ,
26 9 4HE ,4HS ,4HS ,4HP ,4HN ,4HD ,4HD ,
29 C 4HP ,4HH ,4HS ,4HH ,4HB ,4HS ,4HE ,
H A Dxnam13.f17 DATA LARWB / 4HZ ,4HB ,4HS ,4HR ,4HE ,4HF ,
18 1 4HD ,4HE ,4HL ,4HT ,4HE ,4HP ,4HS ,4HF ,
21 4 4HA ,4HL ,4HL ,4HS ,4HW ,4HE ,4HT ,4HP ,
22 5 4HE ,4HR ,4HB ,4HA ,4HS ,4HS ,4HB ,4HA ,
23 6 4HS ,4HE ,4HH ,4HB ,4HB ,4HB ,4HB ,4HL ,
26 9 4HS ,4HB ,4HS ,4HS ,4HB ,4HS ,4HL ,4HB ,
27 A 4HX ,4HC ,4HE ,4HN ,4HS ,4HB ,4HX ,4HC ,
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/operations/jacobian/
H A Dhecmw_Jacob_361.f9078 HS(1)=-.125*RM*TM
79 HS(2)=-.125*RP*TM
80 HS(3)= .125*RP*TM
81 HS(4)= .125*RM*TM
82 HS(5)=-.125*RM*TP
99 XJ21=HS(1)*XX(1)+HS(2)*XX(2)+HS(3)*XX(3)+HS(4)*XX(4) &
100 & +HS(5)*XX(5)+HS(6)*XX(6)+HS(7)*XX(7)+HS(8)*XX(8)
106 XJ22=HS(1)*YY(1)+HS(2)*YY(2)+HS(3)*YY(3)+HS(4)*YY(4) &
107 & +HS(5)*YY(5)+HS(6)*YY(6)+HS(7)*YY(7)+HS(8)*YY(8)
113 XJ23=HS(1)*ZZ(1)+HS(2)*ZZ(2)+HS(3)*ZZ(3)+HS(4)*ZZ(4) &
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dmakefile.windows13 HS = \
177 $(OBJDIR)/wcm.res: $(HW) $(HS) $(HN) src/wcm.rc
183 $(OBJDIR)/dircalc.o: $(HW) $(HS) $(HN) src/dircalc.cpp
189 $(OBJDIR)/globals.o: $(HW) $(HS) $(HN) src/globals.cpp
192 $(OBJDIR)/ncvfs.o: $(HW) $(HS) $(HN) src/ncvfs.cpp
225 $(OBJDIR)/help.o: $(HW) $(HS) $(HN) src/help.cpp
231 $(OBJDIR)/ltext.o: $(HW) $(HS) $(HN) src/ltext.cpp
279 $(OBJDIR)/shl.o: $(HW) $(HS) $(HN) src/shl.cpp
292 $(OBJDIR)/vfs.o: $(HW) $(HS) $(HN) src/vfs/vfs.cpp
347 $(OBJDIR)/panel.o: $(HW) $(HS) $(HN) src/panel.cpp
[all …]
H A Dmakefile.linux53 HS = \
245 $(OBJDIR)/globals.o: $(HW) $(HS) $(HN) src/globals.cpp
248 $(OBJDIR)/ncvfs.o: $(HW) $(HS) $(HN) src/ncvfs.cpp
285 $(OBJDIR)/fontdlg.o: $(HW) $(HS) $(HN) src/fontdlg.cpp
288 $(OBJDIR)/help.o: $(HW) $(HS) $(HN) src/help.cpp
294 $(OBJDIR)/ltext.o: $(HW) $(HS) $(HN) src/ltext.cpp
342 $(OBJDIR)/shl.o: $(HW) $(HS) $(HN) src/shl.cpp
355 $(OBJDIR)/vfs.o: $(HW) $(HS) $(HN) src/vfs/vfs.cpp
410 $(OBJDIR)/panel.o: $(HW) $(HS) $(HN) src/panel.cpp
420 $(OBJDIR)/ncwin.o: $(HW) $(HS) $(HN) src/ncwin.cpp
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dheat_LIB_DFLUX.f90632 XJ21=HS(1)*XX(1)+HS(2)*XX(2)+HS(3)*XX(3)+HS(4)*XX(4)
635 XJ22=HS(1)*YY(1)+HS(2)*YY(2)+HS(3)*YY(3)+HS(4)*YY(4)
638 XJ23=HS(1)*ZZ(1)+HS(2)*ZZ(2)+HS(3)*ZZ(3)+HS(4)*ZZ(4)
1095 HS(1)= 0.0
1098 HS(4)= 0.0
1110 XJ21=HS(1)*XX(1)+HS(2)*XX(2)+HS(3)*XX(3)+HS(4)*XX(4) &
1111 +HS(5)*XX(5)+HS(6)*XX(6)
1116 XJ22=HS(1)*YY(1)+HS(2)*YY(2)+HS(3)*YY(3)+HS(4)*YY(4) &
1117 +HS(5)*YY(5)+HS(6)*YY(6)
1122 XJ23=HS(1)*ZZ(1)+HS(2)*ZZ(2)+HS(3)*ZZ(3)+HS(4)*ZZ(4) &
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/HLRTest/
H A DHLRTest.cxx86 if (!HS.IsNull()) return HS->OutLiner(); in Handle()
159 if (HS.IsNull()) { in hfil()
170 HS->Fill(P,MST,nbIso); in hfil()
186 if (HS.IsNull()) { in sori()
206 if (HS.IsNull()) { in sout()
229 if (HS.IsNull()) { in hloa()
233 hider->Load(HS); in hloa()
249 if (HS.IsNull()) { in hrem()
381 V = HS.VCompound(); in hres()
386 H = HS.HCompound(); in hres()
[all …]
/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/tests/
H A DtestEventHelpersStorage.lua372 hs = HS()
383 hs = HS()
399 hs = HS()
411 hs = HS()
425 hs = HS()
456 hs = HS()
490 hs = HS()
505 hs = HS()
555 hs = HS()
574 hs = HS()
[all …]
/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-symmetric-mac-hmac.adb31 Initialize(This.HS);
32 Update(This => This.HS,
50 Update(This => This.HS,
65 Tag := Final_Round(This => This.HS,
70 Initialize(This.HS);
71 Update(This.HS,
77 Tag := Final_Round(This => This.HS,
89 Update(This.HS,
108 Initialize(This.HS);
109 Update(This.HS, This.K xor Opad);
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/share/
H A Ddictionary.hillstone35 VALUE Hillstone-User-Type HS-User-l2tp 1
36 VALUE Hillstone-User-Type HS-User-8021x 2
37 VALUE Hillstone-User-Type HS-User-smartvpn 4
38 VALUE Hillstone-User-Type HS-User-normal 8
39 VALUE Hillstone-User-Type HS-User-Admin 16
41 VALUE Hillstone-User-Login-Type HS-Admin-Console 1
42 VALUE Hillstone-User-Login-Type HS-Admin-Telnet 2
43 VALUE Hillstone-User-Login-Type HS-Admin-SSH 4
44 VALUE Hillstone-User-Login-Type HS-Admin-HTTP 8
45 VALUE Hillstone-User-Login-Type HS-Admin-HTTPS 16
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/quickcheck-instances-0.3.25.2/src/Test/QuickCheck/Instances/
H A DUnorderedContainers.hs14 import qualified Data.HashSet as HS
20 instance (Hashable a, Eq a, Arbitrary a) => Arbitrary (HS.HashSet a) where
21 arbitrary = HS.fromList <$> arbitrary
22 shrink hashset = HS.fromList <$> shrink (HS.toList hashset)
24 instance CoArbitrary a => CoArbitrary (HS.HashSet a) where
25 coarbitrary = coarbitrary . HS.toList
27 instance (Hashable a, Eq a, Function a) => Function (HS.HashSet a) where
28 function = functionMap HS.toList HS.fromList
/dports/astro/stellarium/stellarium-0.21.3/plugins/Quasars/util/
H A Dquasars.tsv63 HS 2358+0615 ;00 01 23.8;+06 32 31; ; 0.046; 1.030; ;17.40; ;-26.3
140 HS 0012+3719 ;00 15 27.0;+37 36 25; ; ; 0.400; ;16.60; ;-24.7
155 HS 0014+0504 ;00 17 22.7;+05 21 10; ; ; 0.110;S1 ;16.20; ;-22.2
165 HS 0017+2116 ;00 20 10.7;+21 32 53; ; ; 2.020; ;17.60; ;-27.5
208 HS 0025+0828 ;00 27 48.3;+08 44 46; ; ; 1.520; ;17.80; ;-26.7
209 HS 0025+0650 ;00 27 49.9;+07 06 40; ; ; 0.840; ;17.70; ;-25.6
214 HS 0026+3824 ;00 29 04.3;+38 41 27; ; ; 1.380; ;18.00; ;-26.4
231 HS 0029+3725 ;00 32 10.1;+37 42 32; ; 0.002; 1.850; ;17.60; ;-27.3
237 HS 0030+0815 ;00 32 59.9;+08 31 50; ; ; 0.420; ;17.90; ;-23.7
253 HS 0033+0533 ;00 36 12.4;+05 49 52; ; ; 0.410; ;16.60; ;-24.8
[all …]

12345678910>>...130