Home
last modified time | relevance | path

Searched defs:Dual (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/stack/stack-2.7.3/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs28 newtype Dual k a b = Dual { getDual :: k b a } type
31 Dual f `o` Dual g = Dual (g `o` f) function
35 Dual f . Dual g = Dual (g . f) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs28 newtype Dual k a b = Dual { getDual :: k b a } constructor
31 Dual f `o` Dual g = Dual (g `o` f) function
35 Dual f . Dual g = Dual (g . f) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/semigroupoids-5.3.4/src/Data/Semigroupoid/
H A DDual.hs23 newtype Dual k a b = Dual { getDual :: k b a } type
26 Dual f `o` Dual g = Dual (g `o` f) function
30 Dual f . Dual g = Dual (g . f) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs28 newtype Dual k a b = Dual { getDual :: k b a } type
31 Dual f `o` Dual g = Dual (g `o` f) function
35 Dual f . Dual g = Dual (g . f) function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs28 newtype Dual k a b = Dual { getDual :: k b a } function
31 Dual f `o` Dual g = Dual (g `o` f) function
35 Dual f . Dual g = Dual (g . f) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/semigroupoids-5.3.4/src/Data/Semigroupoid/
H A DDual.hs23 newtype Dual k a b = Dual { getDual :: k b a } type
26 Dual f `o` Dual g = Dual (g `o` f) function
30 Dual f . Dual g = Dual (g . f) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs28 newtype Dual k a b = Dual { getDual :: k b a } function
31 Dual f `o` Dual g = Dual (g `o` f) function
35 Dual f . Dual g = Dual (g . f) function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/semigroupoids-5.3.6/src/Data/Semigroupoid/
H A DDual.hs28 newtype Dual k a b = Dual { getDual :: k b a } constructor
31 Dual f `o` Dual g = Dual (g `o` f) function
35 Dual f . Dual g = Dual (g . f) function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/semigroupoids-5.3.4/src/Data/Semigroupoid/
H A DDual.hs23 newtype Dual k a b = Dual { getDual :: k b a } constructor
26 Dual f `o` Dual g = Dual (g `o` f) function
30 Dual f . Dual g = Dual (g . f) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs28 newtype Dual k a b = Dual { getDual :: k b a } type
31 Dual f `o` Dual g = Dual (g `o` f) function
35 Dual f . Dual g = Dual (g . f) function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/semigroupoids-5.3.4/src/Data/Semigroupoid/
H A DDual.hs23 newtype Dual k a b = Dual { getDual :: k b a } type
26 Dual f `o` Dual g = Dual (g `o` f) function
30 Dual f . Dual g = Dual (g . f) function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Ddual.h55 Dual() {} // leave all components uninitialized in Dual() function
105 inline Dual<T>::Dual(const T& value) in Dual() function
112 inline Dual<T>::Dual(const T& value, const T& dx, const T& dy) in Dual() function
122 inline Dual<T>::Dual(const Dual<U>& rhs) in Dual() function
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dgraph_traits_dual_arrangement_on_surface_2.h52 Dual() : Base() {} in Dual() function
55 Dual(const Arrangement& arr) : Base(arr) {} in Dual() function
H A Dgraph_traits_dual_arrangement_on_surface_with_history_2.h53 Dual() : Base() {} in Dual() function
56 Dual(const Arrangement& arr) : Base(arr) {} in Dual() function
H A Dgraph_traits_dual_arrangement_with_history_2.h53 Dual() : Base() {} in Dual() function
56 Dual(const Arrangement& arr) : Base(arr) {} in Dual() function
H A Dgraph_traits_dual_arrangement_2.h51 Dual() : Base() {} in Dual() function
54 Dual(const Arrangement& arr) : Base(arr) {} in Dual() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/framework/
H A Dlattice.rs156 pub struct Dual<T>(pub T); struct
158 impl<T> std::borrow::Borrow<T> for Dual<T> { implementation
164 impl<T> std::borrow::BorrowMut<T> for Dual<T> { implementation
170 impl<T: MeetSemiLattice> JoinSemiLattice for Dual<T> { implementation
176 impl<T: JoinSemiLattice> MeetSemiLattice for Dual<T> { implementation
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Ddual.h243 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual () in Dual() function
249 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual (const T &x) in Dual() function
261 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual (const Dual<F,PARTIALS> &x) in Dual() function
270 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual (const Dual &x) in Dual() function
277 OSL_HOSTDEVICE constexpr Dual (const T &x, const DerivListT & ...derivs) in Dual() function
300 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual (std::initializer_list<T> vals) { in Dual() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Ddual.h243 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual () in Dual() function
249 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual (const T &x) in Dual() function
261 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual (const Dual<F,PARTIALS> &x) in Dual() function
270 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual (const Dual &x) in Dual() function
277 OSL_HOSTDEVICE constexpr Dual (const T &x, const DerivListT & ...derivs) in Dual() function
300 OSL_HOSTDEVICE OSL_CONSTEXPR14 Dual (std::initializer_list<T> vals) { in Dual() function
/dports/lang/ghc/ghc-8.10.7/libraries/base/Data/Semigroup/
H A DInternal.hs110 newtype Dual a = Dual { getDual :: a } type
122 Dual a <> Dual b = Dual (b <> a) function
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dbformatdec.h28 float Dual[sNumBands][MAX_OUTPUT_CHANNELS]; member
/dports/graphics/py-pygal/pygal-2.4.0/pygal/graph/
H A Ddual.py27 class Dual(Graph): class
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/vector/
H A DROL_InactiveSetVector.hpp73 using Dual = InactiveSet_DualVector<Real>; typedef in ROL::InactiveSet_PrimalVector
137 using Dual = InactiveSet_DualVector<Real>; typedef in ROL::InactiveSet_DualVector
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/tcg/hexagon/
H A Dload_unpack.c38 char buf[16] __attribute__((aligned(1 << 16)));
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/hexagon/
H A Ddual_stores.c38 } Dual; typedef

1234