Home
last modified time | relevance | path

Searched refs:GetC (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/dports/graphics/sswf/sswf-1.8.4/src/libas/
H A Dlexer.c++256 c = GetC(); in ReadHex()
265 c = GetC(); in ReadHex()
287 c = GetC(); in ReadOctal()
291 c = GetC(); in ReadOctal()
382 c = GetC(); in Read()
691 c = GetC(); in ReadNumber()
717 c = GetC(); in ReadNumber()
757 c = GetC(); in ReadString()
772 c = GetC(); in ReadString()
785 c = GetC(); in GetNextToken()
[all …]
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/t/
H A Dspecframe.t11 is( $specframe->GetC("Title"), 'Wavelength', "Default Title attribute of SpecFrame");
12 is( $specframe->GetC("System"), 'WAVE', "Default System attribute of SpecFrame");
13 is( $specframe->GetC("Unit"), 'Angstrom', "Default Unit attribute of SpecFrame");
14 is( $specframe->GetC("Label"), 'Wavelength', "Default Label attribute of SpecFrame");
18 is( $specframe->GetC("Unit"), 'micron', "Unit attribute after setting units to microns");
21 is( $specframe->GetC("Unit"), 'GHz', "Unit attribute after setting system to frequency");
H A Ddclone.t19 is( $specframeclone->GetC("Title"), 'Wavelength', "Default Title attribute of SpecFrame");
20 is( $specframeclone->GetC("System"), 'WAVE', "Default System attribute of SpecFrame");
21 is( $specframeclone->GetC("Unit"), 'Angstrom', "Default Unit attribute of SpecFrame");
22 is( $specframeclone->GetC("Label"), 'Wavelength', "Default Label attribute of SpecFrame");
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGMatrix.cpp16 res.SetA(GetA() * secondMatrix.GetA() + GetC() * secondMatrix.GetB()); in Multiply()
18 res.SetC(GetA() * secondMatrix.GetC() + GetC() * secondMatrix.GetD()); in Multiply()
19 res.SetD(GetB() * secondMatrix.GetC() + GetD() * secondMatrix.GetD()); in Multiply()
20 res.SetE(GetA() * secondMatrix.GetE() + GetC() * secondMatrix.GetF() + GetE()); in Multiply()
27 double d = 1.0 / (GetA() * GetD() - GetB() * GetC()); in Inverse()
30 res.SetC(-GetC() * d); in Inverse()
32 res.SetE(-GetE() * res.GetA() - GetF() * res.GetC()); in Inverse()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGMatrix.cpp16 res.SetA(GetA() * secondMatrix.GetA() + GetC() * secondMatrix.GetB()); in Multiply()
18 res.SetC(GetA() * secondMatrix.GetC() + GetC() * secondMatrix.GetD()); in Multiply()
19 res.SetD(GetB() * secondMatrix.GetC() + GetD() * secondMatrix.GetD()); in Multiply()
20 res.SetE(GetA() * secondMatrix.GetE() + GetC() * secondMatrix.GetF() + GetE()); in Multiply()
27 double d = 1.0 / (GetA() * GetD() - GetB() * GetC()); in Inverse()
30 res.SetC(-GetC() * d); in Inverse()
32 res.SetE(-GetE() * res.GetA() - GetF() * res.GetC()); in Inverse()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/syb-0.7.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/syb-0.7.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/syb-0.7.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/syb-0.7.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/syb-0.7.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/syb-0.7.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/syb-0.7.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/stack/stack-2.7.3/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/syb-0.7.2.1/tests/
H A DGetC.hs4 module GetC (tests) where module
52 isC :: (Data a, GetT f a, GetC f) => f -> a -> Bool
84 class GetC f constructor
88 instance (Typeable x, GetC g) => GetC (x -> g)
97 instance Data t => GetC t
/dports/devel/wxformbuilder/source/src/codegen/
H A Dcodegen.cpp168 m_in.GetC(); in ParseIdent()
176 macro += wxChar( m_in.GetC() ); in ParseIdent()
199 m_in.GetC(); in ParsePropertyName()
280 wxChar c( m_in.GetC() ); in ParseText()
283 c = wxChar(m_in.GetC()); in ParseText()
568 m_in.GetC(); in ignore_whitespaces()
678 m_in.GetC(); in ExtractLiteral()
999 c1 = wxChar(m_in.GetC()); in ExtractInnerTemplate()
1000 c2 = wxChar(m_in.GetC()); in ExtractInnerTemplate()
1011 c1 = wxChar(m_in.GetC()); in ExtractInnerTemplate()
[all …]
/dports/graphics/delaboratory/delaboratory-0.8/gui_wx/
H A Ddcraw_support.cc50 c = input->GetC(); in getDcrawVersion()
61 c = input->GetC(); in getDcrawVersion()
104 unsigned char c = input->GetC(); in getRawInfo()
176 char c1 = input->GetC(); in load()
177 char c2 = input->GetC(); in load()
199 c = input->GetC(); in load()
216 c = input->GetC(); in load()
233 c = input->GetC(); in load()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dgifdecod.cpp271 m_restbyte = stream.GetC(); in getcode()
685 type = stream.GetC(); in LoadGIF()
710 switch (stream.GetC()) in LoadGIF()
736 int len = stream.GetC(); in LoadGIF()
755 len = stream.GetC(); in LoadGIF()
857 bits = stream.GetC(); in LoadGIF()
892 type = stream.GetC(); in LoadGIF()
898 (void) stream.GetC(); in LoadGIF()
901 while ((i = stream.GetC()) != 0) in LoadGIF()
935 (void) stream.GetC(); in LoadGIF()
[all …]

12345678910>>...43