Home
last modified time | relevance | path

Searched refs:diffval (Results 1 – 25 of 59) sorted by relevance

123

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dkgraph_map_df_loop.c328 sorttab[partnbr].diffval = diffval; in KGRAPHMAPDFLOOPNAME()
376 diffval = 0.0F; in KGRAPHMAPDFLOOPNAME()
379 migrval = diffval; in KGRAPHMAPDFLOOPNAME()
380 diffval = 0; in KGRAPHMAPDFLOOPNAME()
383 diffval -= migrval; in KGRAPHMAPDFLOOPNAME()
384 diffval = diffval / (velstax[vertnum] * crloval); in KGRAPHMAPDFLOOPNAME()
414 difntax[vertnum].diffval = diffval; in KGRAPHMAPDFLOOPNAME()
460 sorttab[partnbr].diffval = diffval; in KGRAPHMAPDFLOOPNAME()
471 diffval = vanctab[domnnum] - diffval; in KGRAPHMAPDFLOOPNAME()
478 diffval = 0.0F; in KGRAPHMAPDFLOOPNAME()
[all …]
H A Dvdgraph_separate_df.c209 diffval = 0.0F; in vdgraphSeparateDf()
214 diffval *= cdifval; in vdgraphSeparateDf()
219 if (diffval >= 0.0F) { in vdgraphSeparateDf()
220 diffval = (diffval - veloval) * ielsloctax[vertlocnum]; in vdgraphSeparateDf()
221 if (diffval <= 0.0F) in vdgraphSeparateDf()
225 diffval = (diffval + veloval) * ielsloctax[vertlocnum]; in vdgraphSeparateDf()
226 if (diffval >= 0.0F) in vdgraphSeparateDf()
240 diffval = 0.0F; in vdgraphSeparateDf()
249 diffval *= cdifval; in vdgraphSeparateDf()
251 if (diffval >= 0.0F) { in vdgraphSeparateDf()
[all …]
H A Dbdgraph_bipart_df.c231 diffval = 0.0F; in bdgraphBipartDf()
241 diffval *= cdifval; in bdgraphBipartDf()
246 if (diffval >= 0.0F) { in bdgraphBipartDf()
247 diffval = (diffval - veloval) * ielsloctax[vertlocnum]; in bdgraphBipartDf()
248 if (diffval <= 0.0F) in bdgraphBipartDf()
252 diffval = (diffval + veloval) * ielsloctax[vertlocnum]; in bdgraphBipartDf()
253 if (diffval >= 0.0F) in bdgraphBipartDf()
267 diffval = 0.0F; in bdgraphBipartDf()
276 diffval *= cdifval; in bdgraphBipartDf()
278 if (diffval >= 0.0F) { in bdgraphBipartDf()
[all …]
H A Dvgraph_separate_df.c185 float diffval; in vgraphSeparateDf() local
189 diffval = 0.0F; in vgraphSeparateDf()
195 diffval += difotax[edgetax[edgenum]]; in vgraphSeparateDf()
199 diffval *= cdifval; in vgraphSeparateDf()
201 if (diffval >= 0.0F) { in vgraphSeparateDf()
202 diffval -= veloval; in vgraphSeparateDf()
203 if (diffval <= 0.0F) in vgraphSeparateDf()
204 diffval = +VGRAPHSEPARATEDFEPSILON; in vgraphSeparateDf()
207 diffval += veloval; in vgraphSeparateDf()
208 if (diffval >= 0.0F) in vgraphSeparateDf()
[all …]
H A Dbgraph_bipart_df_loop.c225 float diffval; in BGRAPHBIPARTDFLOOPNAME() local
229 diffval = 0.0F; in BGRAPHBIPARTDFLOOPNAME()
235 diffval += difotax[edgetax[edgenum]]; in BGRAPHBIPARTDFLOOPNAME()
237 diffval *= (float) distval; in BGRAPHBIPARTDFLOOPNAME()
265 if (diffval >= 0.0F) { in BGRAPHBIPARTDFLOOPNAME()
266 diffval -= velfval; in BGRAPHBIPARTDFLOOPNAME()
267 if (diffval <= 0.0F) in BGRAPHBIPARTDFLOOPNAME()
268 diffval = +BGRAPHBIPARTDFEPSILON; in BGRAPHBIPARTDFLOOPNAME()
271 diffval += velfval; in BGRAPHBIPARTDFLOOPNAME()
272 if (diffval >= 0.0F) in BGRAPHBIPARTDFLOOPNAME()
[all …]
H A Dkgraph_map_df.h75 …float diffval; /*+ Value to be diffused to everybody … member
85 float diffval; /*+ Value to be diffused +*/ member
H A Dkgraph_map_df.c93 …TSORTCMP(p,q) (((KgraphMapDfSort *) (p))->diffval > ((KgraphMapDfSort *) (q))->diffval)
/dports/math/py-or-tools/or-tools-9.2/examples/contrib/
H A Dleast_diff.py100 diffval = collector.Value(0, diff)
103 print("diff:", diffval)
104 print(xval, "-", yval, "=", diffval)
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo_json.c1409 if (!diffval) return 1;
1410 if (strlen(diffval) == 0) return 0;
1425 if (diffval == -2)
1427 else if (diffval != 0)
1428 sprintbuf(left->_pb, "%d", diffval);
1446 if (diffval == -INT_MAX)
1448 else if (diffval != 0)
1449 sprintbuf(left->_pb, "%d", diffval);
1467 if (diffval == -DBL_MAX)
1469 else if (diffval != 0)
[all …]
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Deca-object-factory_test.h143 SAMPLE_SPECS::sample_t diffval = in test_map() local
146 if (diffval > 0.1f) { in test_map()
152 kvu_numtostr(diffval) + "; type name \"" + in test_map()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_color_quantize.cpp1757 int lowval, highval, diffval; in try_quantize_hdr_luminance_small_range3() local
1783 diffval = highval - lowval; in try_quantize_hdr_luminance_small_range3()
1784 if (diffval < 0 || diffval > 15) in try_quantize_hdr_luminance_small_range3()
1787 v1 = ((lowval >> 3) & 0xF0) | diffval; in try_quantize_hdr_luminance_small_range3()
1820 diffval = highval - lowval; in try_quantize_hdr_luminance_small_range3()
1821 if (diffval < 0 || diffval > 31) in try_quantize_hdr_luminance_small_range3()
1824 v1 = ((lowval >> 2) & 0xE0) | diffval; in try_quantize_hdr_luminance_small_range3()
1853 int val0, val1, diffval; in quantize_hdr_alpha3() local
1872 diffval = val1 - val0; in quantize_hdr_alpha3()
1876 if (diffval < -cutoff || diffval >= cutoff) in quantize_hdr_alpha3()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_color_quantize.cpp1757 int lowval, highval, diffval; in try_quantize_hdr_luminance_small_range3() local
1783 diffval = highval - lowval; in try_quantize_hdr_luminance_small_range3()
1784 if (diffval < 0 || diffval > 15) in try_quantize_hdr_luminance_small_range3()
1787 v1 = ((lowval >> 3) & 0xF0) | diffval; in try_quantize_hdr_luminance_small_range3()
1820 diffval = highval - lowval; in try_quantize_hdr_luminance_small_range3()
1821 if (diffval < 0 || diffval > 31) in try_quantize_hdr_luminance_small_range3()
1824 v1 = ((lowval >> 2) & 0xE0) | diffval; in try_quantize_hdr_luminance_small_range3()
1853 int val0, val1, diffval; in quantize_hdr_alpha3() local
1872 diffval = val1 - val0; in quantize_hdr_alpha3()
1876 if (diffval < -cutoff || diffval >= cutoff) in quantize_hdr_alpha3()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-pru.c714 offsetT diffval; /* valueT is unsigned, so use offsetT. */ in md_apply_fix() local
716 diffval = S_GET_VALUE (fixP->fx_addsy) in md_apply_fix()
732 if (diffval % 4) in md_apply_fix()
735 diffval /= 4; in md_apply_fix()
739 if (diffval % 4) in md_apply_fix()
742 diffval /= 4; in md_apply_fix()
750 value = *valP = diffval; in md_apply_fix()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-pru.c714 offsetT diffval; /* valueT is unsigned, so use offsetT. */ in md_apply_fix() local
716 diffval = S_GET_VALUE (fixP->fx_addsy) in md_apply_fix()
732 if (diffval % 4) in md_apply_fix()
735 diffval /= 4; in md_apply_fix()
739 if (diffval % 4) in md_apply_fix()
742 diffval /= 4; in md_apply_fix()
750 value = *valP = diffval; in md_apply_fix()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-pru.c714 offsetT diffval; /* valueT is unsigned, so use offsetT. */ in md_apply_fix() local
716 diffval = S_GET_VALUE (fixP->fx_addsy) in md_apply_fix()
732 if (diffval % 4) in md_apply_fix()
735 diffval /= 4; in md_apply_fix()
739 if (diffval % 4) in md_apply_fix()
742 diffval /= 4; in md_apply_fix()
750 value = *valP = diffval; in md_apply_fix()
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/contrib/
H A Dleast_diff.ipynb175 "diffval = collector.Value(0, diff)\n",
178 "print(\"diff:\", diffval)\n",
179 "print(xval, \"-\", yval, \"=\", diffval)\n",
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/sys/
H A Dsys_BEM_2D.cpp122 std::vector<Real> & diffval =diffLapSLP0.matrixData()->rEntries_p->values(); in test_Laplace2D() local
125 std::vector<Real>::iterator it = diffval.begin(); in test_Laplace2D()
129 for(; it != diffval.end(); it++) //,ref++) in test_Laplace2D()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtreemodel.c131 SCIP_Real diffval; in SCIP_DECL_SORTINDCOMP() local
136 diffval = value[ind1] - value[ind2]; in SCIP_DECL_SORTINDCOMP()
137 if( diffval < 0.0 ) in SCIP_DECL_SORTINDCOMP()
139 else if( diffval > 0.0) in SCIP_DECL_SORTINDCOMP()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/qmake/library/
H A Dqmakebuiltins.cpp1308 const ProStringList &diffval = *srcvarIt; in testFunc_cache() local
1340 newval = diffval; in testFunc_cache()
1344 newval += diffval; in testFunc_cache()
1346 newval.removeEach(diffval); in testFunc_cache()
1384 if (diffval.count() == 1) { in testFunc_cache()
1386 varstr += quoteValue(diffval.at(0)); in testFunc_cache()
1387 } else if (!diffval.isEmpty()) { in testFunc_cache()
1388 for (const ProString &vval : diffval) { in testFunc_cache()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/qmake/library/
H A Dqmakebuiltins.cpp1308 const ProStringList &diffval = *srcvarIt; in testFunc_cache() local
1340 newval = diffval; in testFunc_cache()
1344 newval += diffval; in testFunc_cache()
1346 newval.removeEach(diffval); in testFunc_cache()
1384 if (diffval.count() == 1) { in testFunc_cache()
1386 varstr += quoteValue(diffval.at(0)); in testFunc_cache()
1387 } else if (!diffval.isEmpty()) { in testFunc_cache()
1388 for (const ProString &vval : diffval) { in testFunc_cache()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/qmake/library/
H A Dqmakebuiltins.cpp1308 const ProStringList &diffval = *srcvarIt; in testFunc_cache() local
1340 newval = diffval; in testFunc_cache()
1344 newval += diffval; in testFunc_cache()
1346 newval.removeEach(diffval); in testFunc_cache()
1384 if (diffval.count() == 1) { in testFunc_cache()
1386 varstr += quoteValue(diffval.at(0)); in testFunc_cache()
1387 } else if (!diffval.isEmpty()) { in testFunc_cache()
1388 for (const ProString &vval : diffval) { in testFunc_cache()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/qmake/library/
H A Dqmakebuiltins.cpp1308 const ProStringList &diffval = *srcvarIt; in testFunc_cache() local
1340 newval = diffval; in testFunc_cache()
1344 newval += diffval; in testFunc_cache()
1346 newval.removeEach(diffval); in testFunc_cache()
1384 if (diffval.count() == 1) { in testFunc_cache()
1386 varstr += quoteValue(diffval.at(0)); in testFunc_cache()
1387 } else if (!diffval.isEmpty()) { in testFunc_cache()
1388 for (const ProString &vval : diffval) { in testFunc_cache()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/qmake/library/
H A Dqmakebuiltins.cpp1308 const ProStringList &diffval = *srcvarIt; in testFunc_cache() local
1340 newval = diffval; in testFunc_cache()
1344 newval += diffval; in testFunc_cache()
1346 newval.removeEach(diffval); in testFunc_cache()
1384 if (diffval.count() == 1) { in testFunc_cache()
1386 varstr += quoteValue(diffval.at(0)); in testFunc_cache()
1387 } else if (!diffval.isEmpty()) { in testFunc_cache()
1388 for (const ProString &vval : diffval) { in testFunc_cache()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/qmake/library/
H A Dqmakebuiltins.cpp1308 const ProStringList &diffval = *srcvarIt; in testFunc_cache() local
1340 newval = diffval; in testFunc_cache()
1344 newval += diffval; in testFunc_cache()
1346 newval.removeEach(diffval); in testFunc_cache()
1384 if (diffval.count() == 1) { in testFunc_cache()
1386 varstr += quoteValue(diffval.at(0)); in testFunc_cache()
1387 } else if (!diffval.isEmpty()) { in testFunc_cache()
1388 for (const ProString &vval : diffval) { in testFunc_cache()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/qmake/library/
H A Dqmakebuiltins.cpp1308 const ProStringList &diffval = *srcvarIt; in testFunc_cache() local
1340 newval = diffval; in testFunc_cache()
1344 newval += diffval; in testFunc_cache()
1346 newval.removeEach(diffval); in testFunc_cache()
1384 if (diffval.count() == 1) { in testFunc_cache()
1386 varstr += quoteValue(diffval.at(0)); in testFunc_cache()
1387 } else if (!diffval.isEmpty()) { in testFunc_cache()
1388 for (const ProString &vval : diffval) { in testFunc_cache()

123