Home
last modified time | relevance | path

Searched defs:make (Results 251 – 275 of 8560) sorted by relevance

1...<<11121314151617181920>>...343

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dconnode.hpp60 static ConINode* make(int con) { in make() function in ConINode
74 static ConPNode* make(address con) { in make() function in ConPNode
108 static ConLNode* make(jlong con) { in make() function in ConLNode
122 static ConFNode* make(float con) { in make() function in ConFNode
136 static ConDNode* make(double con) { in make() function in ConDNode
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/geometries/
H A Dpoint.hpp307 struct make<model::point<CoordinateType, DimensionCount, CoordinateSystem> > struct
309 typedef model::point<CoordinateType, DimensionCount, CoordinateSystem> point_type;
311 static const bool is_specialized = true;
318 static constexpr point_type apply(CoordinateType const& v0) in apply()
328 static constexpr point_type apply(CoordinateType const& v0, in apply()
339 static constexpr point_type apply(CoordinateType const& v0, in apply()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/geometries/
H A Dpoint.hpp307 struct make<model::point<CoordinateType, DimensionCount, CoordinateSystem> > struct
309 typedef model::point<CoordinateType, DimensionCount, CoordinateSystem> point_type;
311 static const bool is_specialized = true;
318 static constexpr point_type apply(CoordinateType const& v0) in apply()
328 static constexpr point_type apply(CoordinateType const& v0, in apply()
339 static constexpr point_type apply(CoordinateType const& v0, in apply()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/protocol/test/
H A DInterfaceTest.cpp47 static StringPiece make() { return strvalue; } in make() function
52 static ByteRange make() { return ByteRange(strvalue); } in make() function
57 static IOBuf make() { return IOBuf(IOBuf::COPY_BUFFER, strvalue); } in make() function
62 static UniquePtrIOBuf make() { return IOBuf::copyBuffer(strvalue); } in make() function
67 static ConstIOBufPtr make() { return &iobuf; } in make() function
72 static Cursor make() { return Cursor(&iobuf); } in make() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/geometries/
H A Dpoint.hpp307 struct make<model::point<CoordinateType, DimensionCount, CoordinateSystem> > struct
309 typedef model::point<CoordinateType, DimensionCount, CoordinateSystem> point_type;
311 static const bool is_specialized = true;
318 static constexpr point_type apply(CoordinateType const& v0) in apply()
328 static constexpr point_type apply(CoordinateType const& v0, in apply()
339 static constexpr point_type apply(CoordinateType const& v0, in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/geometries/
H A Dpoint.hpp307 struct make<model::point<CoordinateType, DimensionCount, CoordinateSystem> > struct
309 typedef model::point<CoordinateType, DimensionCount, CoordinateSystem> point_type;
311 static const bool is_specialized = true;
318 static constexpr point_type apply(CoordinateType const& v0) in apply()
328 static constexpr point_type apply(CoordinateType const& v0, in apply()
339 static constexpr point_type apply(CoordinateType const& v0, in apply()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/lambda/
H A DTestInnerCtorRef.java40 abstract T make(); in make() method in A
46 public static<T> A<T> make(Supplier<T> factory) { in make() method in A
59 T make() { in make() method in A.Helper
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dactions.cpp25 action_info::sptr action_info::make( in make() function in action_info
47 stream_cmd_action_info::sptr stream_cmd_action_info::make( in make() function in stream_cmd_action_info
60 rx_event_action_info::sptr rx_event_action_info::make( in make() function in rx_event_action_info
84 tx_event_action_info::sptr tx_event_action_info::make( in make() function in tx_event_action_info
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/proto/transform/detail/preprocessed/
H A Dmake.hpp49 struct make<Object()> struct
147 struct make<Object(A0)> struct
245 struct make<Object(A0 , A1)> struct
343 struct make<Object(A0 , A1 , A2)> struct
441 struct make<Object(A0 , A1 , A2 , A3)> struct
539 struct make<Object(A0 , A1 , A2 , A3 , A4)> struct
637 struct make<Object(A0 , A1 , A2 , A3 , A4 , A5)> struct
735 struct make<Object(A0 , A1 , A2 , A3 , A4 , A5 , A6)> struct
833 struct make<Object(A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7)> struct
931 struct make<Object(A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8)> struct
[all …]
/dports/science/colt/colt/src/cern/colt/matrix/
H A DObjectFactory3D.java59 public ObjectMatrix3D make(Object[][][] values) { in make() method in ObjectFactory3D
66 public ObjectMatrix3D make(int slices, int rows, int columns) { in make() method in ObjectFactory3D
73 public ObjectMatrix3D make(int slices, int rows, int columns, Object initialValue) { in make() method in ObjectFactory3D
/dports/devel/xtl-quant-stack/xtl-0.7.4/include/xtl/
H A Dxsequence.hpp56 inline static S make(size_type size) in make() function
61 inline static S make(size_type size, value_type v) in make() function
66 inline static S make(std::initializer_list<value_type> init) in make() function
79 inline static sequence_type make(size_type /*size*/) in make() function
84 inline static sequence_type make(size_type /*size*/, value_type v) in make() function
91 inline static sequence_type make(std::initializer_list<value_type> init) in make() function
/dports/devel/boost-docs/boost_1_72_0/boost/test/data/monomorphic/
H A Dfwd.hpp127 make(DataSet&& ds) in make() function
209 struct make { struct
210 typedef decltype( data::make( declval<DataSet>() ) ) type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/data/monomorphic/
H A Dfwd.hpp127 make(DataSet&& ds) in make() function
209 struct make { struct
210 typedef decltype( data::make( declval<DataSet>() ) ) type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/data/monomorphic/
H A Dfwd.hpp127 make(DataSet&& ds) in make() function
209 struct make { struct
210 typedef decltype( data::make( declval<DataSet>() ) ) type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/data/monomorphic/
H A Dfwd.hpp127 make(DataSet&& ds) in make() function
209 struct make { struct
210 typedef decltype( data::make( declval<DataSet>() ) ) type;
/dports/devel/boost-libs/boost_1_72_0/boost/test/data/monomorphic/
H A Dfwd.hpp127 make(DataSet&& ds) in make() function
209 struct make { struct
210 typedef decltype( data::make( declval<DataSet>() ) ) type;

1...<<11121314151617181920>>...343