Home
last modified time | relevance | path

Searched refs:DoubleAdd (Results 1 – 22 of 22) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/src/
H A Drand.cpp195 static void DoubleAdd( DoubleType *x, unsigned int y ) in DoubleAdd() function
443 DoubleAdd(&d,c); in GenerateSequence()
475 DoubleAdd(&d,c); in NextInt()
493 DoubleAdd(&d,c); in NextFloat()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A DExpenseLog.cpp78 void ExpenseModule::AddOperations(unsigned int IntAdd, unsigned int IntMul, unsigned int DoubleAdd,… in AddOperations() argument
82 this->AddDoubleAdditons(DoubleAdd); in AddOperations()
H A DExpenseLog.h59 …void AddOperations(unsigned int IntAdd, unsigned int IntMul, unsigned int DoubleAdd, unsigned int …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc48 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp47 TEST(MutexSet, DoubleAdd) { in TEST() argument
/dports/science/openbabel/openbabel-3.1.1/scripts/
H A Dopenbabel-csharp.i293 %ignore OpenBabel::DoubleAdd( DoubleType*,unsigned int);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_dispatcher_test.cc1596 TEST_P(QuicDispatcherWriteBlockedListTest, DoubleAdd) { in TEST_P() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_dispatcher_test.cc1787 TEST_P(QuicDispatcherWriteBlockedListTest, DoubleAdd) { in TEST_P() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dlogin_database_unittest.cc1277 TEST_F(LoginDatabaseTest, DoubleAdd) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dlogin_database_unittest.cc1295 TEST_F(LoginDatabaseTest, DoubleAdd) { in TEST_F() argument
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold10177 "DoubleAdd": -7.909489,
/dports/science/openbabel/openbabel-3.1.1/scripts/R/examples/openbabelR/src/
H A Dopenbabel-R.cpp7837 …arg2 = static_cast< unsigned int >(val2); OpenBabel::DoubleAdd(arg1,arg2); r_ans = R_NilValue; vma… in R_swig_DoubleAdd()