Home
last modified time | relevance | path

Searched refs:position3 (Results 1 – 25 of 58) sorted by relevance

123

/dports/biology/gmap/gmap-2020-09-12/src/
H A Dmatch.c234 Univcoord_T position5, position3; in compute_stretch() local
244 position3 = bound3->position; in compute_stretch()
245 if (position3 > position5) { in compute_stretch()
247 return (double) (position3 - position5)/(double) (querypos3 - querypos5)/3.0; in compute_stretch()
249 return (double) (position3 - position5)/(double) (querypos3 - querypos5); in compute_stretch()
253 return (double) (position5 - position3)/(double) (querypos3 - querypos5)/3.0; in compute_stretch()
255 return (double) (position5 - position3)/(double) (querypos3 - querypos5); in compute_stretch()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/ml/clustering/
H A DKMeansPlusPlusClustererTest.java78 int position3 = position2 + numberOfVariables; in testCertainSpace() local
79 int position4 = position3 + numberOfVariables; in testCertainSpace()
86 int points[] = { position1, position2, position3, position4 }; in testCertainSpace()
95 position3 += numberOfVariables; in testCertainSpace()
/dports/graphics/kdiagram/kdiagram-2.8.0/qtests/CartesianDiagramDataCompressor/
H A DCartesianDiagramDataCompressorTests.cpp168 CachePosition position3( 2, 1 ); in invalidateTest() local
170 compressor.retrieveModelData( position3 ); in invalidateTest()
174 …essor.isCached( position ) && compressor.isCached( position2 ) && compressor.isCached( position3 ), in invalidateTest()
178 …sor.isCached( position ) && ! compressor.isCached( position2 ) && compressor.isCached( position3 ), in invalidateTest()
/dports/editors/calligra/calligra-3.2.1/plugins/textediting/spellcheck/tests/
H A DTestSpellCheck.cpp59 int position3 = cursor.position(); in testFetchMoreText() local
75 QCOMPARE(checker.publicFetchMoreText(), text.mid(position2, position3 - position2)); in testFetchMoreText()
76 QCOMPARE(checker.publicFetchMoreText(), text.mid(position3).trimmed()); in testFetchMoreText()
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/handheld/console-border/shader-files/
H A Dgb-pass3.slang71 0.07528440407628116669052257071979 @position3 0.07528440407628116669052257071979 @position3
85 0.09048808548757942339961181362524 @position3 0.10164546793794160274995705611009 @position3
H A Dgb-pass2.slang71 0.07528440407628116669052257071979 @position3 0.07528440407628116669052257071979 @position3
85 0.09048808548757942339961181362524 @position3 0.10164546793794160274995705611009 @position3
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/handheld/shaders/gameboy/shader-files/
H A Dgb-pass3.slang68 0.07528440407628116669052257071979 @position3 0.07528440407628116669052257071979 @position3
82 0.09048808548757942339961181362524 @position3 0.10164546793794160274995705611009 @position3
H A Dgb-pass2.slang68 0.07528440407628116669052257071979 @position3 0.07528440407628116669052257071979 @position3
82 0.09048808548757942339961181362524 @position3 0.10164546793794160274995705611009 @position3
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/clustering/
H A DKMeansPlusPlusClustererTest.java136 int position3 = position2 + numberOfVariables; in testCertainSpace() local
137 int position4 = position3 + numberOfVariables; in testCertainSpace()
144 int points[] = { position1, position2, position3, position4 }; in testCertainSpace()
153 position3 += numberOfVariables; in testCertainSpace()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dshade.c467 Point position1, position2, position3; in CheckNormalsDirectionField() local
626 position3 = DXPt(pos3->x, pos3->y, 0.0); in CheckNormalsDirectionField()
628 position3 = DXPt(pos3->x, pos3->y, pos3->z); in CheckNormalsDirectionField()
631 vec2 = DXSub(position3, position2); in CheckNormalsDirectionField()
705 position3 = DXPt(pos3->x, pos3->y, 0.0); in CheckNormalsDirectionField()
707 position3 = DXPt(pos3->x, pos3->y, pos3->z); in CheckNormalsDirectionField()
710 vec1 = DXSub(position3, position1); in CheckNormalsDirectionField()
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeCOVER.h40 FieldIndex position3; variable
68 fieldMacros(SFVec3f, position3, ProtoCOVER)
H A DNodeCOVER.cpp44 position3.set( in ProtoCOVER()
/dports/games/qqwing/qqwing-1.3.4/src/java/com/qqwing/
H A DQQWing.java1118 int position3 = rowColumnToCell(row, column2); in handleNakedPairs() local
1119 …if (position3 != position && position3 != position2 && removePossibilitiesInOneFromTwo(position, p… in handleNakedPairs()
1131 int position3 = rowColumnToCell(row2, column); in handleNakedPairs() local
1132 …if (position3 != position && position3 != position2 && removePossibilitiesInOneFromTwo(position, p… in handleNakedPairs()
1146 int position3 = secStart + i + (ROW_COL_SEC_SIZE * j); in handleNakedPairs() local
1147 …if (position3 != position && position3 != position2 && removePossibilitiesInOneFromTwo(position, p… in handleNakedPairs()
/dports/math/vtk8/VTK-8.2.0/Rendering/External/
H A DvtkExternalLight.cxx53 double position3) in SetPosition() argument
55 this->Superclass::SetPosition(position1, position2, position3); in SetPosition()
/dports/math/vtk9/VTK-9.1.0/Rendering/External/
H A DvtkExternalLight.cxx49 void vtkExternalLight::SetPosition(double position1, double position2, double position3) in SetPosition() argument
51 this->Superclass::SetPosition(position1, position2, position3); in SetPosition()
/dports/games/qqwing/qqwing-1.3.4/src/cpp/
H A Dqqwing.cpp1111 int position3 = rowColumnToCell(row,column2); in handleNakedPairs() local
1112 …if (position3 != position && position3 != position2 && removePossibilitiesInOneFromTwo(position, p… in handleNakedPairs()
1124 int position3 = rowColumnToCell(row2,column); in handleNakedPairs() local
1125 …if (position3 != position && position3 != position2 && removePossibilitiesInOneFromTwo(position, p… in handleNakedPairs()
1139 int position3=secStart+i+(ROW_COL_SEC_SIZE*j); in handleNakedPairs() local
1140 …if (position3 != position && position3 != position2 && removePossibilitiesInOneFromTwo(position, p… in handleNakedPairs()
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/handheld/console-border/shader-files/
H A Dgb-pass2.glsl129 0.07528440407628116669052257071979 @position3 0.07528440407628116669052257071979 @position3
143 0.09048808548757942339961181362524 @position3 0.10164546793794160274995705611009 @position3
H A Dgb-pass3.glsl129 0.07528440407628116669052257071979 @position3 0.07528440407628116669052257071979 @position3
143 0.09048808548757942339961181362524 @position3 0.10164546793794160274995705611009 @position3
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/handheld/shaders/gameboy/shader-files/
H A Dgb-pass2.glsl121 0.07528440407628116669052257071979 @position3 0.07528440407628116669052257071979 @position3
135 0.09048808548757942339961181362524 @position3 0.10164546793794160274995705611009 @position3
H A Dgb-pass3.glsl121 0.07528440407628116669052257071979 @position3 0.07528440407628116669052257071979 @position3
135 0.09048808548757942339961181362524 @position3 0.10164546793794160274995705611009 @position3
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/video_tutorials/internal/android/java/src/org/chromium/chrome/browser/video_tutorials/
H A DPlaybackStateObserverUnitTest.java93 MediaPosition position3 = new MediaPosition( in testPlaybackComplete() local
96 mPlaybackStateObserver.mediaSessionPositionChanged(position3); in testPlaybackComplete()
/dports/misc/libpostal/libpostal-1.1-alpha/src/sparkey/
H A Dhashwriter.c128 …uint64_t position3 = read_addr(hashtable, next_pos + hash_header->hash_size, hash_header->address_… in hash_delete() local
129 if (position3 == 0) { in hash_delete()
138 … write_addr(&hashtable[pos3 + hash_header->hash_size], position3, hash_header->address_size); in hash_delete()
188 uint64_t position3 = position2 >> hash_header->entry_block_bits; in hash_put() local
191 RETHROW(sparkey_logiter_seek(ra_iter, log, position3)); in hash_put()
/dports/textproc/libwpd010/libwpd-0.10.3/src/lib/
H A DWP3ResourceFork.cpp74 long position3 = input->tell(); in WP3ResourceFork() local
102 input->seek(position3, librevenge::RVNG_SEEK_SET); in WP3ResourceFork()
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dmagnifier.c90 static unsigned int position = 0, position1 = 0, position2 = 0, position3 = 0; variable
390 if (position3) in btnDownCB()
507 if (position3) in btnMotionCB()
633 position3 = (position&4)>>2; in keyReleaseCB()
772 position3 = (position&4)>>2; in rotateCB()
803 if (position3) in drawCB()
824 if (position3) in drawCB()
935 if (position3) in drawCB()
942 if (position3) in drawCB()
1032 if (position3) in zoom_normal()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/asylum/puzzles/
H A Dtictactoe.h81 uint32 checkPosition(uint32 position1, uint32 position2, uint position3) const;

123