Home
last modified time | relevance | path

Searched refs:minuend (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/alnmgr/
H A Daln_rng_coll_list_oper.hpp50 const CAlignRangeCollectionList<TAlnRng>& minuend, in SubtractAlnRngCollections() argument
58 TAlnRngColl difference_on_first(minuend.GetPolicyFlags()); in SubtractAlnRngCollections()
59 for ( auto& minuend_it : minuend.GetIndexByFirst()) { in SubtractAlnRngCollections()
90 difference.insert(minuend); in SubtractOnFirst()
96 trim = (*r_it)->GetFirstFrom() <= minuend.GetFirstFrom(); in SubtractOnFirst()
98 TAlnRng r = minuend; in SubtractOnFirst()
139 const TAlnRng& minuend, in SubtractOnSecond() argument
143 if (minuend.GetSecondFrom() < 0) { in SubtractOnSecond()
144 difference.insert(minuend); in SubtractOnSecond()
158 difference.insert(minuend); in SubtractOnSecond()
[all …]
H A Daln_rng_coll_oper.hpp49 const CAlignRangeCollection<TAlnRng>& minuend, in SubtractAlnRngCollections() argument
60 ITERATE (typename TAlnRngColl, minuend_it, minuend) { in SubtractAlnRngCollections()
140 minuend.GetFirstFrom(), in SubtractOnFirst()
144 difference.insert(minuend); in SubtractOnFirst()
152 TAlnRng r = minuend; in SubtractOnFirst()
217 const TAlnRng& minuend, in SubtractOnSecond() argument
222 if (minuend.GetSecondFrom() < 0) { in SubtractOnSecond()
223 difference.insert(minuend); in SubtractOnSecond()
231 minuend.GetSecondFrom(), in SubtractOnSecond()
235 difference.insert(minuend); in SubtractOnSecond()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/alnmgr/
H A Daln_rng_coll_list_oper.hpp50 const CAlignRangeCollectionList<TAlnRng>& minuend, in SubtractAlnRngCollections() argument
58 TAlnRngColl difference_on_first(minuend.GetPolicyFlags()); in SubtractAlnRngCollections()
59 for ( auto& minuend_it : minuend.GetIndexByFirst()) { in SubtractAlnRngCollections()
90 difference.insert(minuend); in SubtractOnFirst()
96 trim = (*r_it)->GetFirstFrom() <= minuend.GetFirstFrom(); in SubtractOnFirst()
98 TAlnRng r = minuend; in SubtractOnFirst()
139 const TAlnRng& minuend, in SubtractOnSecond() argument
143 if (minuend.GetSecondFrom() < 0) { in SubtractOnSecond()
144 difference.insert(minuend); in SubtractOnSecond()
158 difference.insert(minuend); in SubtractOnSecond()
[all …]
H A Daln_rng_coll_oper.hpp49 const CAlignRangeCollection<TAlnRng>& minuend, in SubtractAlnRngCollections() argument
60 ITERATE (typename TAlnRngColl, minuend_it, minuend) { in SubtractAlnRngCollections()
140 minuend.GetFirstFrom(), in SubtractOnFirst()
144 difference.insert(minuend); in SubtractOnFirst()
152 TAlnRng r = minuend; in SubtractOnFirst()
217 const TAlnRng& minuend, in SubtractOnSecond() argument
222 if (minuend.GetSecondFrom() < 0) { in SubtractOnSecond()
223 difference.insert(minuend); in SubtractOnSecond()
231 minuend.GetSecondFrom(), in SubtractOnSecond()
235 difference.insert(minuend); in SubtractOnSecond()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DImageTool.java114 public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) { in substractImage() argument
115 return subtractImage(minuend, deduction); in substractImage()
126 public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) { in subtractImage() argument
127 return subtractImage(minuend, deduction, 0, 0); in subtractImage()
138 …public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int rel… in substractImage() argument
139 return subtractImage(minuend, deduction, relativeX, relativeY); in substractImage()
152 …public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int rela… in subtractImage() argument
153 int mWidth = minuend.getWidth(); in subtractImage()
154 int mHeight = minuend.getHeight(); in subtractImage()
169 mColor = minuend.getRGB(x, y); in subtractImage()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DImageTool.java114 public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) { in substractImage() argument
115 return subtractImage(minuend, deduction); in substractImage()
126 public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) { in subtractImage() argument
127 return subtractImage(minuend, deduction, 0, 0); in subtractImage()
138 …public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int rel… in substractImage() argument
139 return subtractImage(minuend, deduction, relativeX, relativeY); in substractImage()
152 …public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int rela… in subtractImage() argument
153 int mWidth = minuend.getWidth(); in subtractImage()
154 int mHeight = minuend.getHeight(); in subtractImage()
169 mColor = minuend.getRGB(x, y); in subtractImage()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DImageTool.java114 public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) { in substractImage() argument
115 return subtractImage(minuend, deduction); in substractImage()
126 public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) { in subtractImage() argument
127 return subtractImage(minuend, deduction, 0, 0); in subtractImage()
138 …public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int rel… in substractImage() argument
139 return subtractImage(minuend, deduction, relativeX, relativeY); in substractImage()
152 …public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int rela… in subtractImage() argument
153 int mWidth = minuend.getWidth(); in subtractImage()
154 int mHeight = minuend.getHeight(); in subtractImage()
169 mColor = minuend.getRGB(x, y); in subtractImage()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DImageTool.java114 public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) { in substractImage() argument
115 return subtractImage(minuend, deduction); in substractImage()
126 public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) { in subtractImage() argument
127 return subtractImage(minuend, deduction, 0, 0); in subtractImage()
138 …public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int rel… in substractImage() argument
139 return subtractImage(minuend, deduction, relativeX, relativeY); in substractImage()
152 …public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int rela… in subtractImage() argument
153 int mWidth = minuend.getWidth(); in subtractImage()
154 int mHeight = minuend.getHeight(); in subtractImage()
169 mColor = minuend.getRGB(x, y); in subtractImage()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DImageTool.java114 public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) { in substractImage() argument
115 return subtractImage(minuend, deduction); in substractImage()
126 public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) { in subtractImage() argument
127 return subtractImage(minuend, deduction, 0, 0); in subtractImage()
138 …public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int rel… in substractImage() argument
139 return subtractImage(minuend, deduction, relativeX, relativeY); in substractImage()
152 …public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int rela… in subtractImage() argument
153 int mWidth = minuend.getWidth(); in subtractImage()
154 int mHeight = minuend.getHeight(); in subtractImage()
169 mColor = minuend.getRGB(x, y); in subtractImage()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DImageTool.java114 public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) { in substractImage() argument
115 return subtractImage(minuend, deduction); in substractImage()
126 public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) { in subtractImage() argument
127 return subtractImage(minuend, deduction, 0, 0); in subtractImage()
138 …public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int rel… in substractImage() argument
139 return subtractImage(minuend, deduction, relativeX, relativeY); in substractImage()
152 …public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int rela… in subtractImage() argument
153 int mWidth = minuend.getWidth(); in subtractImage()
154 int mHeight = minuend.getHeight(); in subtractImage()
169 mColor = minuend.getRGB(x, y); in subtractImage()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DImageTool.java114 public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) { in substractImage() argument
115 return subtractImage(minuend, deduction); in substractImage()
126 public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) { in subtractImage() argument
127 return subtractImage(minuend, deduction, 0, 0); in subtractImage()
138 …public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int rel… in substractImage() argument
139 return subtractImage(minuend, deduction, relativeX, relativeY); in substractImage()
152 …public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int rela… in subtractImage() argument
153 int mWidth = minuend.getWidth(); in subtractImage()
154 int mHeight = minuend.getHeight(); in subtractImage()
169 mColor = minuend.getRGB(x, y); in subtractImage()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DImageTool.java114 public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) { in substractImage() argument
115 return subtractImage(minuend, deduction); in substractImage()
126 public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) { in subtractImage() argument
127 return subtractImage(minuend, deduction, 0, 0); in subtractImage()
138 …public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int rel… in substractImage() argument
139 return subtractImage(minuend, deduction, relativeX, relativeY); in substractImage()
152 …public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int rela… in subtractImage() argument
153 int mWidth = minuend.getWidth(); in subtractImage()
154 int mHeight = minuend.getHeight(); in subtractImage()
169 mColor = minuend.getRGB(x, y); in subtractImage()
/dports/audio/poly-lv2/PolyLV2-a363599/basic_modular.lv2/
H A Ddifference.c45 const float* minuend; member
81 plugin->minuend = (const float*)data; in connect_port()
152 const float minuend = *(plugin->minuend); in run() local
161 difference[s] = (minuend_cv[s]+minuend) - (subtrahend_cv[s]+subtrahend); in run()
165 difference[s] = (minuend_cv[s]+minuend) + (subtrahend_cv[s]+subtrahend); in run()
169 difference[s] = (minuend_cv[s]+minuend) / (FLT_EPSILON+subtrahend_cv[s]+subtrahend); in run()
173 difference[s] = (minuend_cv[s]+minuend) * (subtrahend_cv[s]+subtrahend); in run()
177 difference[s] = fmax(minuend_cv[s]+minuend, subtrahend_cv[s]+subtrahend); in run()
181 difference[s] = fmin(minuend_cv[s]+minuend, subtrahend_cv[s]+subtrahend); in run()
185 difference[s] = fabs(minuend_cv[s]+minuend); in run()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/geometry/
H A Dcoord.h164 inline void operator-=(const Coord& minuend)
166 x() -= minuend.x();
172 return Coord(x() - minuend.x());
367 inline void operator-=(const Coord& minuend)
369 x() -= minuend.x();
370 y() -= minuend.y();
376 return Coord(x() - minuend.x(), y() - minuend.y());
594 x() -= minuend.x();
595 y() -= minuend.y();
596 z() -= minuend.z();
[all …]
/dports/textproc/py-rdflib/rdflib-5.0.0/test/DAWG/data-sparql11/negation/
H A Dmanifest.ttl22 :full-minuend
23 :partial-minuend
117 :full-minuend rdf:type mf:QueryEvaluationTest ;
118 mf:name "Subtraction with MINUS from a fully bound minuend" ;
121 [ qt:query <full-minuend.rq> ;
122 qt:data <full-minuend.ttl> ] ;
123 mf:result <full-minuend.srx> .
125 :partial-minuend rdf:type mf:QueryEvaluationTest ;
129 [ qt:query <part-minuend.rq> ;
130 qt:data <part-minuend.ttl> ] ;
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/diffSeries/
H A Dfunction.go62 minuend := minuends[0]
65 r := *minuend
67 r.Values = make([]float64, len(minuend.Values))
69 for i, v := range minuend.Values {
71 if math.IsNaN(minuend.Values[i]) {
78 iSubtrahend := (int64(i) * minuend.StepTime) / s.StepTime
/dports/graphics/gegl/gegl-0.4.34/gegl/buffer/
H A Dgegl-rectangle.c214 const GeglRectangle *minuend, in gegl_rectangle_subtract() argument
225 mx1 = minuend->x; in gegl_rectangle_subtract()
226 mx2 = minuend->x + minuend->width; in gegl_rectangle_subtract()
227 my1 = minuend->y; in gegl_rectangle_subtract()
228 my2 = minuend->y + minuend->height; in gegl_rectangle_subtract()
237 dest[0] = *minuend; in gegl_rectangle_subtract()
275 const GeglRectangle *minuend, in gegl_rectangle_subtract_bounding_box() argument
284 mx1 = minuend->x; in gegl_rectangle_subtract_bounding_box()
285 mx2 = minuend->x + minuend->width; in gegl_rectangle_subtract_bounding_box()
286 my1 = minuend->y; in gegl_rectangle_subtract_bounding_box()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/
H A DCollectionUtilsTest.cpp532 minuend.push_back(1); in TEST()
533 minuend.push_back(3); in TEST()
534 minuend.push_back(4); in TEST()
535 minuend.push_back(5); in TEST()
536 minuend.push_back(7); in TEST()
537 minuend.push_back(8); in TEST()
538 minuend.push_back(8); in TEST()
539 minuend.push_back(8); in TEST()
540 minuend.push_back(8); in TEST()
541 minuend.push_back(9); in TEST()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/backend/x64/
H A Demit_x64_packed.cpp407 code.xor_(minuend, subtrahend); in EmitPackedHalvingSubU8()
409 code.shr(minuend, 1); in EmitPackedHalvingSubU8()
419 code.or_(minuend, 0x80808080); in EmitPackedHalvingSubU8()
420 code.sub(minuend, subtrahend); in EmitPackedHalvingSubU8()
441 code.mov(carry, minuend); in EmitPackedHalvingSubS8()
443 code.shr(minuend, 1); in EmitPackedHalvingSubS8()
455 code.or_(minuend, 0x80808080); in EmitPackedHalvingSubS8()
456 code.sub(minuend, subtrahend); in EmitPackedHalvingSubS8()
458 code.xor_(minuend, carry); in EmitPackedHalvingSubS8()
475 code.psrlw(minuend, 1); in EmitPackedHalvingSubU16()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Demit_x64_packed.cpp407 code.xor_(minuend, subtrahend); in EmitPackedHalvingSubU8()
409 code.shr(minuend, 1); in EmitPackedHalvingSubU8()
419 code.or_(minuend, 0x80808080); in EmitPackedHalvingSubU8()
420 code.sub(minuend, subtrahend); in EmitPackedHalvingSubU8()
441 code.mov(carry, minuend); in EmitPackedHalvingSubS8()
443 code.shr(minuend, 1); in EmitPackedHalvingSubS8()
455 code.or_(minuend, 0x80808080); in EmitPackedHalvingSubS8()
456 code.sub(minuend, subtrahend); in EmitPackedHalvingSubS8()
458 code.xor_(minuend, carry); in EmitPackedHalvingSubS8()
475 code.psrlw(minuend, 1); in EmitPackedHalvingSubU16()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Demit_x64_packed.cpp407 code.xor_(minuend, subtrahend); in EmitPackedHalvingSubU8()
409 code.shr(minuend, 1); in EmitPackedHalvingSubU8()
419 code.or_(minuend, 0x80808080); in EmitPackedHalvingSubU8()
420 code.sub(minuend, subtrahend); in EmitPackedHalvingSubU8()
441 code.mov(carry, minuend); in EmitPackedHalvingSubS8()
443 code.shr(minuend, 1); in EmitPackedHalvingSubS8()
455 code.or_(minuend, 0x80808080); in EmitPackedHalvingSubS8()
456 code.sub(minuend, subtrahend); in EmitPackedHalvingSubS8()
458 code.xor_(minuend, carry); in EmitPackedHalvingSubS8()
475 code.psrlw(minuend, 1); in EmitPackedHalvingSubU16()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/math/linearalgebra/
H A DGF2nElement.java109 public final GFElement subtract(GFElement minuend) in subtract() argument
111 return add(minuend); in subtract()
120 public final void subtractFromThis(GFElement minuend) in subtractFromThis() argument
122 addToThis(minuend); in subtractFromThis()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/include/appleseed/math/
H A Das_math_complex.h63 Complex minuend, in subtract_complex() argument
67 difference.real = minuend.real - subtrahend.real; in subtract_complex()
68 difference.imag = minuend.imag - subtrahend.imag; in subtract_complex()
72 float minuend, in subtract_complex() argument
76 difference.real = minuend - subtrahend.real; in subtract_complex()
81 Complex minuend, in subtract_complex() argument
85 difference.real = minuend.real - subtrahend; in subtract_complex()
86 difference.imag = minuend.imag; in subtract_complex()
/dports/databases/ip4r/ip4r-2.4.1/src/
H A Dip6r_funcs.h194 void ip6_sub(IP6 *minuend, IP6 *subtrahend, IP6 *result) in ip6_sub() argument
196 result->bits[1] = minuend->bits[1] - subtrahend->bits[1]; in ip6_sub()
197 …result->bits[0] = minuend->bits[0] - subtrahend->bits[0] - (minuend->bits[1] < subtrahend->bits[1]… in ip6_sub()
201 void ip6_sub_int(IP6 *minuend, int subtrahend, IP6 *result) in ip6_sub_int() argument
207 res_lo = minuend->bits[1] - (uint64)(subtrahend); in ip6_sub_int()
208 result->bits[0] = minuend->bits[0] - (res_lo > minuend->bits[1]); in ip6_sub_int()
212 res_lo = minuend->bits[1] + (uint64)(-subtrahend); in ip6_sub_int()
213 result->bits[0] = minuend->bits[0] + (res_lo < minuend->bits[1]); in ip6_sub_int()
/dports/lang/seed7/seed7/lib/
H A Dmixarith.s7i53 const func float: (in integer: minuend) - (in float: subtrahend) is
54 return float(minuend) - subtrahend;
61 const func float: (in float: minuend) - (in integer: subtrahend) is
62 return minuend - float(subtrahend);
123 const func rational: (in integer: minuend) - (in rational: subtrahend) is
124 return rational(minuend) - subtrahend;
132 return minuend - rational(subtrahend);
201 const func float: (in rational: minuend) - (in float: subtrahend) is
202 return float(minuend) - subtrahend;
209 const func float: (in float: minuend) - (in rational: subtrahend) is
[all …]

12345678910>>...28