Home
last modified time | relevance | path

Searched +defs:left +defs:to +defs:right (Results 101 – 125 of 2621) sorted by relevance

12345678910>>...105

/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/atomic/detail/
H A Dstorage_type.hpp35 BOOST_FORCEINLINE void non_atomic_load(T const volatile& from, T& to) BOOST_NOEXCEPT in non_atomic_load()
62 …atomic_load(buffer_storage< Size > const volatile& from, buffer_storage< Size >& to) BOOST_NOEXCEPT in non_atomic_load()
235 BOOST_FORCEINLINE bool operator== (storage128_t const& left, storage128_t const& right) BOOST_NOEXC… in operator ==()
239 BOOST_FORCEINLINE bool operator!= (storage128_t const& left, storage128_t const& right) BOOST_NOEXC… in operator !=()
244 BOOST_FORCEINLINE void non_atomic_load(storage128_t const volatile& from, storage128_t& to) BOOST_N… in non_atomic_load()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/atomic/detail/
H A Dstorage_type.hpp35 BOOST_FORCEINLINE void non_atomic_load(T const volatile& from, T& to) BOOST_NOEXCEPT in non_atomic_load()
62 …atomic_load(buffer_storage< Size > const volatile& from, buffer_storage< Size >& to) BOOST_NOEXCEPT in non_atomic_load()
235 BOOST_FORCEINLINE bool operator== (storage128_t const& left, storage128_t const& right) BOOST_NOEXC… in operator ==()
239 BOOST_FORCEINLINE bool operator!= (storage128_t const& left, storage128_t const& right) BOOST_NOEXC… in operator !=()
244 BOOST_FORCEINLINE void non_atomic_load(storage128_t const volatile& from, storage128_t& to) BOOST_N… in non_atomic_load()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/atomic/detail/
H A Dstorage_type.hpp35 BOOST_FORCEINLINE void non_atomic_load(T const volatile& from, T& to) BOOST_NOEXCEPT in non_atomic_load()
62 …atomic_load(buffer_storage< Size > const volatile& from, buffer_storage< Size >& to) BOOST_NOEXCEPT in non_atomic_load()
235 BOOST_FORCEINLINE bool operator== (storage128_t const& left, storage128_t const& right) BOOST_NOEXC… in operator ==()
239 BOOST_FORCEINLINE bool operator!= (storage128_t const& left, storage128_t const& right) BOOST_NOEXC… in operator !=()
244 BOOST_FORCEINLINE void non_atomic_load(storage128_t const volatile& from, storage128_t& to) BOOST_N… in non_atomic_load()
/dports/games/polyglot/polyglot-1.4.70b/
H A Dsan.c44 int from, to, piece; in move_to_san() local
193 int left, right; in san_to_lan() local
364 int from, to; in move_from_lan() local
510 int from, to, piece; in ambiguity() local
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dsan.cpp66 int from, to, piece; in move_to_san() local
215 int left, right; in san_to_lan() local
386 int from, to; in move_from_lan() local
532 int from, to, piece; in ambiguity() local
/dports/games/scid/scid/src/polyglot/
H A Dsan.cpp48 int from, to, piece; in move_to_san() local
198 int left, right; in san_to_lan() local
369 int from, to; in move_from_lan() local
515 int from, to, piece; in ambiguity() local
/dports/biology/ncbi-toolkit/ncbi/biostruc/cblast/
H A Dcblastgraph.c131 Int2 GetY(OverLoc *head, OverLoc **end, Int2 from, Int2 to, Int2 iClus) in GetY()
167 void GetOverlap2(SeqAnnotPtr sap, Int4 from, Int4 to, OverLoc2Ptr olp) in GetOverlap2()
226 void GetOverlap(SeqAlignPtr salp, Int4 from, Int4 to, OverLoc2Ptr olp) in GetOverlap()
269 Int2 x, y, x1, y1, x2, y2, left, right, i, x0, len; in ChainScaleImg() local
354 Int2 x, y, x1, y1, x2, y2, left, right, i, j, x0, len, x1_1, y1_1, y2_1; in ChainScaleImgA() local
434 Int2 x, y, x1, y1, x2, y2, left, right, i, j, x0, len, x1_1, y1_1, y2_1; in ChainScaleImgB() local
567 Int2 len, len1, len2, right, char_num; in ConsDomImgAndMap() local
671 Int2 x, left, right, x1 = 0, x2 = 0, y1 = 0, y2 = 0; in DrawBlastColorKeyImg() local
741 Int2 left, right; in DrawAlgImgAndMap() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DMatrix_implementation.cpp377 void Matrix_implementation::makeRotate( const Vec3f& from, const Vec3f& to ) in makeRotate()
385 void Matrix_implementation::makeRotate( const Vec3d& from, const Vec3d& to ) in makeRotate()
812 void Matrix_implementation::makeOrtho(double left, double right, in makeOrtho()
826 …ool Matrix_implementation::getOrtho(Matrix_implementation::value_type& left, Matrix_implementation… in getOrtho()
844 …trix_implementation::getOrtho(Matrix_implementation::other_value_type& left, Matrix_implementation… in getOrtho()
865 void Matrix_implementation::makeFrustum(double left, double right, in makeFrustum()
880 …l Matrix_implementation::getFrustum(Matrix_implementation::value_type& left, Matrix_implementation… in getFrustum()
904 …ix_implementation::getFrustum(Matrix_implementation::other_value_type& left, Matrix_implementation… in getFrustum()
930 double right = tan_fovy * aspectRatio * zNear; in makePerspective() local
931 double left = -right; in makePerspective() local
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DMatrix_implementation.cpp377 void Matrix_implementation::makeRotate( const Vec3f& from, const Vec3f& to ) in makeRotate()
385 void Matrix_implementation::makeRotate( const Vec3d& from, const Vec3d& to ) in makeRotate()
856 void Matrix_implementation::makeOrtho(double left, double right, in makeOrtho()
870 …ool Matrix_implementation::getOrtho(Matrix_implementation::value_type& left, Matrix_implementation… in getOrtho()
888 …trix_implementation::getOrtho(Matrix_implementation::other_value_type& left, Matrix_implementation… in getOrtho()
909 void Matrix_implementation::makeFrustum(double left, double right, in makeFrustum()
924 …l Matrix_implementation::getFrustum(Matrix_implementation::value_type& left, Matrix_implementation… in getFrustum()
948 …ix_implementation::getFrustum(Matrix_implementation::other_value_type& left, Matrix_implementation… in getFrustum()
974 double right = tan_fovy * aspectRatio * zNear; in makePerspective() local
975 double left = -right; in makePerspective() local
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/atomic/detail/
H A Dstorage_type.hpp35 BOOST_FORCEINLINE void non_atomic_load(T const volatile& from, T& to) BOOST_NOEXCEPT in non_atomic_load()
62 …atomic_load(buffer_storage< Size > const volatile& from, buffer_storage< Size >& to) BOOST_NOEXCEPT in non_atomic_load()
237 BOOST_FORCEINLINE bool operator== (storage128_t const& left, storage128_t const& right) BOOST_NOEXC… in operator ==()
241 BOOST_FORCEINLINE bool operator!= (storage128_t const& left, storage128_t const& right) BOOST_NOEXC… in operator !=()
246 BOOST_FORCEINLINE void non_atomic_load(storage128_t const volatile& from, storage128_t& to) BOOST_N… in non_atomic_load()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dsort.c98 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp()
139 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
151 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
195 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
267 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
288 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
591 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
717 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) in sort__time_cmp()
928 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf() local
1155 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tlb_cmp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dsort.c98 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp()
139 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
151 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
195 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
267 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
288 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
591 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
717 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) in sort__time_cmp()
928 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf() local
1155 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tlb_cmp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dsort.c98 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp()
139 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
151 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
195 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
267 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
288 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
591 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
717 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) in sort__time_cmp()
928 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf() local
1155 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tlb_cmp()
[all …]
/dports/databases/tarantool-c/tarantool-c-0ab37e8/tnt/
H A Dtnt_auth.c21 tnt_xor(unsigned char *to, const unsigned char *left, in tnt_xor()
22 const unsigned char *right, uint32_t len) in tnt_xor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/stream/
H A DNodes.java121 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
754 protected final T_NODE left; field in Nodes.AbstractConcNode
755 protected final T_NODE right; field in Nodes.AbstractConcNode
758 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
790 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
825 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
854 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
895 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
909 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
923 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/stream/
H A DNodes.java121 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
754 protected final T_NODE left; field in Nodes.AbstractConcNode
755 protected final T_NODE right; field in Nodes.AbstractConcNode
758 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
790 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
825 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
854 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
895 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
909 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
923 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/stream/
H A DNodes.java113 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
746 protected final T_NODE left; field in Nodes.AbstractConcNode
747 protected final T_NODE right; field in Nodes.AbstractConcNode
750 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
782 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
817 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
846 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
887 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
901 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
915 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/stream/
H A DNodes.java121 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
754 protected final T_NODE left; field in Nodes.AbstractConcNode
755 protected final T_NODE right; field in Nodes.AbstractConcNode
758 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
790 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
825 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
854 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
895 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
909 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
923 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/stream/
H A DNodes.java121 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
754 protected final T_NODE left; field in Nodes.AbstractConcNode
755 protected final T_NODE right; field in Nodes.AbstractConcNode
758 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
790 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
825 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
854 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
895 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
909 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
923 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/stream/
H A DNodes.java121 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
754 protected final T_NODE left; field in Nodes.AbstractConcNode
755 protected final T_NODE right; field in Nodes.AbstractConcNode
758 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
790 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
825 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
854 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
895 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
909 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
923 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/stream/
H A DNodes.java121 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
754 protected final T_NODE left; field in Nodes.AbstractConcNode
755 protected final T_NODE right; field in Nodes.AbstractConcNode
758 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
790 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
825 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
854 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
895 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
909 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
923 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/stream/
H A DNodes.java121 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
754 protected final T_NODE left; field in Nodes.AbstractConcNode
755 protected final T_NODE right; field in Nodes.AbstractConcNode
758 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
790 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
825 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
854 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
895 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
909 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
923 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/stream/
H A DNodes.java113 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
746 protected final T_NODE left; field in Nodes.AbstractConcNode
747 protected final T_NODE right; field in Nodes.AbstractConcNode
750 AbstractConcNode(T_NODE left, T_NODE right) { in AbstractConcNode()
782 ConcNode(Node<T> left, Node<T> right) { in ConcNode()
817 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate()
846 OfPrimitive(T_NODE left, T_NODE right) { in OfPrimitive()
887 OfInt(Node.OfInt left, Node.OfInt right) { in OfInt()
901 OfLong(Node.OfLong left, Node.OfLong right) { in OfLong()
915 OfDouble(Node.OfDouble left, Node.OfDouble right) { in OfDouble()
/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Dside.c50 tab_from_to (from, to) in tab_from_to() argument
176 print_1sdiff_line (left, sep, right) in print_1sdiff_line() argument
/dports/x11-wm/openbox/openbox-3.6/obrender/
H A Dgradient.c326 gint left = 0, top = 0, right = w - 1, bottom = h - 1; in gradient_solid() local
424 #define SETUP(x, from, to, w) \ argument
672 RrColor left, right; in gradient_diagonal() local
719 RrColor left, right; in gradient_crossdiagonal() local
766 RrColor left, right; in gradient_pyramid() local

12345678910>>...105