Home
last modified time | relevance | path

Searched defs:cast_from (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/py-libpoly/libpoly-0.1.11/include/polyxx/
H A Drational.h77 inline Rational* cast_from(lp_rational_t* i) { in cast_from() function
81 inline const Rational* cast_from(const lp_rational_t* i) { in cast_from() function
85 inline Rational* cast_from(mpq_class* i) { in cast_from() function
89 inline const Rational* cast_from(const mpq_class* i) { in cast_from() function
H A Dinteger.h100 inline Integer* cast_from(lp_integer_t* i) { in cast_from() function
104 inline const Integer* cast_from(const lp_integer_t* i) { in cast_from() function
108 inline Integer* cast_from(mpz_class* i) { in cast_from() function
112 inline const Integer* cast_from(const mpz_class* i) { in cast_from() function
H A Ddyadic_interval.h83 inline DyadicInterval* cast_from(lp_dyadic_interval_t* i) { in cast_from() function
87 inline const DyadicInterval* cast_from(const lp_dyadic_interval_t* i) { in cast_from() function
H A Dinterval.h70 inline Interval* cast_from(lp_interval_t* i) { in cast_from() function
74 inline const Interval* cast_from(const lp_interval_t* i) { in cast_from() function
H A Ddyadic_rational.h70 inline DyadicRational* cast_from(lp_dyadic_rational_t* i) { in cast_from() function
74 inline const DyadicRational* cast_from(const lp_dyadic_rational_t* i) { in cast_from() function
H A Dalgebraic_number.h65 inline AlgebraicNumber* cast_from(lp_algebraic_number_t* i) { in cast_from() function
69 inline const AlgebraicNumber* cast_from(const lp_algebraic_number_t* i) { in cast_from() function
H A Dvalue.h79 inline Value* cast_from(lp_value_t* i) { in cast_from() function
83 inline const Value* cast_from(const lp_value_t* i) { in cast_from() function
/dports/math/libpoly/libpoly-0.1.11/include/polyxx/
H A Drational.h77 inline Rational* cast_from(lp_rational_t* i) { in cast_from() function
81 inline const Rational* cast_from(const lp_rational_t* i) { in cast_from() function
85 inline Rational* cast_from(mpq_class* i) { in cast_from() function
89 inline const Rational* cast_from(const mpq_class* i) { in cast_from() function
H A Dinteger.h100 inline Integer* cast_from(lp_integer_t* i) { in cast_from() function
104 inline const Integer* cast_from(const lp_integer_t* i) { in cast_from() function
108 inline Integer* cast_from(mpz_class* i) { in cast_from() function
112 inline const Integer* cast_from(const mpz_class* i) { in cast_from() function
H A Ddyadic_interval.h83 inline DyadicInterval* cast_from(lp_dyadic_interval_t* i) { in cast_from() function
87 inline const DyadicInterval* cast_from(const lp_dyadic_interval_t* i) { in cast_from() function
H A Dinterval.h70 inline Interval* cast_from(lp_interval_t* i) { in cast_from() function
74 inline const Interval* cast_from(const lp_interval_t* i) { in cast_from() function
H A Dalgebraic_number.h65 inline AlgebraicNumber* cast_from(lp_algebraic_number_t* i) { in cast_from() function
69 inline const AlgebraicNumber* cast_from(const lp_algebraic_number_t* i) { in cast_from() function
H A Dvalue.h79 inline Value* cast_from(lp_value_t* i) { in cast_from() function
83 inline const Value* cast_from(const lp_value_t* i) { in cast_from() function
H A Ddyadic_rational.h70 inline DyadicRational* cast_from(lp_dyadic_rational_t* i) { in cast_from() function
74 inline const DyadicRational* cast_from(const lp_dyadic_rational_t* i) { in cast_from() function
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dhash_string.h97 static const HashString* cast_from(const char* src) { return (const HashString*)src; } in cast_from() function
98 …static const HashString* cast_from(const std::string& src) { return (const HashString*)src.c_str()… in cast_from() function
100 static HashString* cast_from(char* src) { return (HashString*)src; } in cast_from() function
/dports/net-p2p/rtorrent/rtorrent-0.9.8/rak/
H A Dsocket_address.h123 …static socket_address* cast_from(sockaddr* sa) { return reinterpret_cast<socket_addre… in cast_from() function
124 …static const socket_address* cast_from(const sockaddr* sa) { return reinterpret_cast<const socket… in cast_from() function
/dports/multimedia/librav1e/rav1e-0.5.1/v_frame/src/
H A Dpixel.rs24 fn cast_from(v: T) -> Self; in cast_from() method
/dports/multimedia/rav1e/rav1e-0.5.1/v_frame/src/
H A Dpixel.rs24 fn cast_from(v: T) -> Self; in cast_from() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/v_frame-0.2.2/src/
H A Dpixel.rs24 fn cast_from(v: T) -> Self; in cast_from() method
/dports/x11-fonts/py-cu2qu/cu2qu-1.6.5/Lib/cu2qu/
H A Dcython.py261 def __init__(self, cast_from=_Unspecified, **data): argument
283 def __init__(self, cast_from=_Unspecified, **data): argument
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/
H A DShadow.py265 def __init__(self, cast_from=_Unspecified, **data): argument
287 def __init__(self, cast_from=_Unspecified, **data): argument
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/
H A DShadow.py267 def __init__(self, cast_from=_Unspecified, **data): argument
289 def __init__(self, cast_from=_Unspecified, **data): argument
/dports/lang/cython/Cython-0.29.24/Cython/
H A DShadow.py267 def __init__(self, cast_from=_Unspecified, **data): argument
289 def __init__(self, cast_from=_Unspecified, **data): argument
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/
H A DShadow.py267 def __init__(self, cast_from=_Unspecified, **data): argument
289 def __init__(self, cast_from=_Unspecified, **data): argument
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/rover/
H A Dimage.cpp120 vtkm::cont::ArrayHandle<O> &cast_from) in cast_array_handle()

12