Home
last modified time | relevance | path

Searched refs:mid1 (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/dports/devel/thrust/thrust-1.9.5/thrust/system/tbb/detail/
H A Dmerge.inl67 InputIterator1 mid1 = first1; local
72 mid1 += n1 / 2;
82 r.last1 = mid1;
85 // set second range to [mid1, last1), [mid2, last2), result + (mid1 - first1) + (mid2 - first2)
86 first1 = mid1;
166 InputIterator1 mid1 = keys_first1; local
171 mid1 += n1 / 2;
181 r.keys_last1 = mid1;
184 …second range to [mid1, keys_last1), [mid2, keys_last2), keys_result + (mid1 - keys_first1) + (mid2…
185 keys_first1 = mid1;
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/
H A DMonotoneChainEdge.java110 int mid1 = (start1 + end1) / 2; in computeIntersectsForChain() local
115 if (start1 < mid1) computeIntersectsForChain(start0, mid0, mce, start1, mid1, ei); in computeIntersectsForChain()
116 if (mid1 < end1) computeIntersectsForChain(start0, mid0, mce, mid1, end1, ei); in computeIntersectsForChain()
119 if (start1 < mid1) computeIntersectsForChain(mid0, end0, mce, start1, mid1, ei); in computeIntersectsForChain()
120 if (mid1 < end1) computeIntersectsForChain(mid0, end0, mce, mid1, end1, ei); in computeIntersectsForChain()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DDecompositionUtils.cpp190 double mid1[3]; in getDecomposedQuadTriangleIndices() local
216 mid1[0] = 0.5 * (vertices[1][0] + vertices[3][0]); in getDecomposedQuadTriangleIndices()
217 mid1[1] = 0.5 * (vertices[1][1] + vertices[3][1]); in getDecomposedQuadTriangleIndices()
218 mid1[2] = 0.5 * (vertices[1][2] + vertices[3][2]); in getDecomposedQuadTriangleIndices()
249 mo0[0] = vertices[2][0] - mid1[0]; in getDecomposedQuadTriangleIndices()
250 mo0[1] = vertices[2][1] - mid1[1]; in getDecomposedQuadTriangleIndices()
251 mo0[2] = vertices[2][2] - mid1[2]; in getDecomposedQuadTriangleIndices()
254 mo1[0] = vertices[0][0] - mid1[0]; in getDecomposedQuadTriangleIndices()
255 mo1[1] = vertices[0][1] - mid1[1]; in getDecomposedQuadTriangleIndices()
256 mo1[2] = vertices[0][2] - mid1[2]; in getDecomposedQuadTriangleIndices()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dmus2midi.cpp115 BYTE midStatus, midArgs, mid1, mid2; in ProduceMIDI() local
199 mid1 = t & 127; in ProduceMIDI()
205 mid1 = t & 127; in ProduceMIDI()
215 mid1 = (t & 1) << 6; in ProduceMIDI()
227 mid1 = CtrlTranslate[t]; in ProduceMIDI()
237 mid1 = musBuf[mus_p++] & 127; in ProduceMIDI()
243 mid1 = CtrlTranslate[t]; in ProduceMIDI()
254 mid1 = MIDI_META_EOT; in ProduceMIDI()
266 mid1 = MIDI_META_SSPEC; in ProduceMIDI()
277 outFile.Push(mid1); in ProduceMIDI()
/dports/graphics/geos/geos-3.9.1/src/geomgraph/index/
H A DMonotoneChainEdge.cpp132 size_t mid1 = (start1 + end1) / 2; in computeIntersectsForChain() local
138 if(start1 < mid1) in computeIntersectsForChain()
140 start1, mid1, ei); in computeIntersectsForChain()
141 if(mid1 < end1) in computeIntersectsForChain()
143 mid1, end1, ei); in computeIntersectsForChain()
146 if(start1 < mid1) in computeIntersectsForChain()
148 start1, mid1, ei); in computeIntersectsForChain()
149 if(mid1 < end1) in computeIntersectsForChain()
151 mid1, end1, ei); in computeIntersectsForChain()
/dports/audio/zmusic/ZMusic-1.1.8/source/midisources/
H A Dmidisource_mus.cpp238 uint8_t mid1, mid2; in MakeEvents() local
265 mid1 = t; in MakeEvents()
271 mid1 = t & 127; in MakeEvents()
281 mid1 = (t & 1) << 6; in MakeEvents()
287 mid1 = CtrlTranslate[t]; in MakeEvents()
295 mid1 = MusBuffer[MusP++]; in MakeEvents()
301 mid1 = CtrlTranslate[t]; in MakeEvents()
303 if (mid1 == 7) in MakeEvents()
319 events[2] = status | (mid1 << 8) | (mid2 << 16); in MakeEvents()
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_mus_midiout.cpp272 BYTE mid1, mid2; in MakeEvents() local
299 mid1 = t; in MakeEvents()
305 mid1 = t & 127; in MakeEvents()
315 mid1 = (t & 1) << 6; in MakeEvents()
321 mid1 = CtrlTranslate[t]; in MakeEvents()
329 mid1 = MusBuffer[MusP++]; in MakeEvents()
335 mid1 = CtrlTranslate[t]; in MakeEvents()
337 if (mid1 == 7) in MakeEvents()
353 events[2] = status | (mid1 << 8) | (mid2 << 16); in MakeEvents()
/dports/graphics/geos/geos-3.9.1/src/index/chain/
H A DMonotoneChain.cpp153 size_t mid1 = (start1 + end1) / 2; in computeOverlaps() local
159 if(start1 < mid1) { in computeOverlaps()
160 computeOverlaps(start0, mid0, mc, start1, mid1, overlapTolerance, mco); in computeOverlaps()
162 if(mid1 < end1) { in computeOverlaps()
163 computeOverlaps(start0, mid0, mc, mid1, end1, overlapTolerance, mco); in computeOverlaps()
168 if(start1 < mid1) { in computeOverlaps()
169 computeOverlaps(mid0, end0, mc, start1, mid1, overlapTolerance, mco); in computeOverlaps()
171 if(mid1 < end1) { in computeOverlaps()
172 computeOverlaps(mid0, end0, mc, mid1, end1, overlapTolerance, mco); in computeOverlaps()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/chain/
H A DMonotoneChain.java323 int mid1 = (start1 + end1) / 2; in computeOverlaps() local
328 if (start1 < mid1) computeOverlaps(start0, mid0, mc, start1, mid1, overlapTolerance, mco); in computeOverlaps()
329 if (mid1 < end1) computeOverlaps(start0, mid0, mc, mid1, end1, overlapTolerance, mco); in computeOverlaps()
332 if (start1 < mid1) computeOverlaps(mid0, end0, mc, start1, mid1, overlapTolerance, mco); in computeOverlaps()
333 if (mid1 < end1) computeOverlaps(mid0, end0, mc, mid1, end1, overlapTolerance, mco); in computeOverlaps()
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DHSLtoRGB.c47 int m, sv, fract, vsf, mid1, mid2, sextant; local
58 mid1 = m + vsf;
62 case 0: *r = v; *g = mid1; *b = m; break;
64 case 2: *r = m; *g = v; *b = mid1; break;
66 case 4: *r = mid1; *g = m; *b = v; break;
/dports/emulators/mess/mame-mame0226/3rdparty/softfloat3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/softfloat3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/fp/berkeley-softfloat-3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/qemu5/qemu-5.2.0/tests/fp/berkeley-softfloat-3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/math/reduce/Reduce-svn5758-src/libraries/SoftFloat-3e/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/math/reduce/Reduce-svn5758-src/libraries/SoftFloat-3a/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/fp/berkeley-softfloat-3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/mame/mame-mame0226/3rdparty/softfloat3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/qemu42/qemu-4.2.1/tests/fp/berkeley-softfloat-3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/lang/zig/zig-0.9.0/deps/SoftFloat-3e/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/lang/zig-devel/zig-0.9.0/deps/SoftFloat-3e/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/source/
H A Ds_mul64To128.c47 uint64_t mid1, mid; in softfloat_mul64To128() local
54 mid1 = (uint_fast64_t) a32 * b0; in softfloat_mul64To128()
55 mid = mid1 + (uint_fast64_t) a0 * b32; in softfloat_mul64To128()
57 z.v64 += (uint_fast64_t) (mid < mid1)<<32 | mid>>32; in softfloat_mul64To128()

12345678910>>...28