Home
last modified time | relevance | path

Searched refs:r_double (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/math/cppad/CppAD-20210000.8/speed/sacado/
H A Ddet_minor.cpp69 typedef Sacado::Rad::ADvar<double> r_double; in link_det_minor() typedef
70 typedef CppAD::vector<r_double> r_vector; in link_det_minor()
73 CppAD::det_by_minor<r_double> r_det(size); in link_det_minor()
82 r_double r_detA; in link_det_minor()
97 r_double::Gradcomp(); in link_det_minor()
/dports/math/scilab/scilab-6.1.1/scilab/modules/spreadsheet/tests/nonreg_tests/
H A Dbug_2.dia.ref7 r_double = csvRead(SCI+"/modules/spreadsheet/" + "tests/nonreg_tests/bug_2.csv", ",", ".", "double"…
9 assert_checkequal(size(r_string, "c"), size(r_double, "c"));
10 assert_checkequal(size(r_string, "r"), size(r_double, "r"));
14 assert_checkequal(and(r_double == eye(100,100)), %T);
H A Dbug_2.tst7 r_double = csvRead(SCI+"/modules/spreadsheet/" + "tests/nonreg_tests/bug_2.csv", ",", ".", "double"…
9 assert_checkequal(size(r_string, "c"), size(r_double, "c"));
10 assert_checkequal(size(r_string, "r"), size(r_double, "r"));
14 assert_checkequal(and(r_double == eye(100,100)), %T);
H A Dbug_3.dia.ref7 r_double = csvRead(SCI+"/modules/spreadsheet/" + "tests/nonreg_tests/bug_3.csv", ",", ".", "double"…
8 assert_checkequal(size(r_string, "c"), size(r_double, "c"));
9 assert_checkequal(size(r_string, "r"), size(r_double, "r"));
13 assert_checkequal(isnan(r_double(100, 100)), %T);
H A Dbug_3.tst7 r_double = csvRead(SCI+"/modules/spreadsheet/" + "tests/nonreg_tests/bug_3.csv", ",", ".", "double"…
8 assert_checkequal(size(r_string, "c"), size(r_double, "c"));
9 assert_checkequal(size(r_string, "r"), size(r_double, "r"));
13 assert_checkequal(isnan(r_double(100, 100)), %T);
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/tests/pb/
H A Dtest_decoder.proto31 repeated double r_double = 536869912; field
70 repeated double r_double = 536869912; field
110 repeated double r_double = 536869912; field
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/tests/pb/
H A Dtest_decoder.proto31 repeated double r_double = 536869912; field
70 repeated double r_double = 536869912; field
110 repeated double r_double = 536869912; field
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/search/non-minified-js/
H A Dhungarian-stemmer.js342 function r_double() { function
388 if (!r_double())
506 if (!r_double())
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/search/non-minified-js/
H A Dhungarian-stemmer.js342 function r_double() { function
388 if (!r_double())
506 if (!r_double())
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/search/non-minified-js/
H A Dhungarian-stemmer.js342 function r_double() { function
388 if (!r_double())
506 if (!r_double())
/dports/databases/xapian-core/xapian-core-1.4.18/languages/
H A Dhungarian.h10 int r_double();
/dports/databases/xapian-core12/xapian-core-1.2.25/languages/
H A Dhungarian.h10 int r_double();
H A Dhungarian.cc657 int Xapian::InternalStemHungarian::r_double() { /* backwardmode */ in r_double() function in Xapian::InternalStemHungarian
694 { int ret = r_double(); /* call double, line 78 */ in r_instrum()
699 { int ret = r_double(); /* call double, line 79 */ in r_instrum()
801 { int ret = r_double(); /* call double, line 134 */ in r_factive()
806 { int ret = r_double(); /* call double, line 135 */ in r_factive()
/dports/www/zola/zola-0.15.2/cargo-crates/rust-stemmers-1.2.0/src/snowball/algorithms/
H A Dhungarian.rs351 fn r_double(env: &mut SnowballEnv, context: &mut Context) -> bool {
408 if !r_double(env, context) {
414 if !r_double(env, context) {
561 if !r_double(env, context) {
567 if !r_double(env, context) {
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/snowball/libstemmer/
H A Dstem_ISO_8859_1_hungarian.c13 static int r_double(struct SN_env * z);
565 static int r_double(struct SN_env * z) { in r_double() function
603 { int ret = r_double(z); in r_instrum()
609 { int ret = r_double(z); in r_instrum()
726 { int ret = r_double(z); in r_factive()
732 { int ret = r_double(z); in r_factive()
H A Dstem_UTF_8_hungarian.c13 static int r_double(struct SN_env * z);
567 static int r_double(struct SN_env * z) { in r_double() function
607 { int ret = r_double(z); in r_instrum()
613 { int ret = r_double(z); in r_instrum()
730 { int ret = r_double(z); in r_factive()
736 { int ret = r_double(z); in r_factive()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/snowball/libstemmer/
H A Dstem_UTF_8_hungarian.c13 static int r_double(struct SN_env * z);
567 static int r_double(struct SN_env * z) { in r_double() function
607 { int ret = r_double(z); in r_instrum()
613 { int ret = r_double(z); in r_instrum()
730 { int ret = r_double(z); in r_factive()
736 { int ret = r_double(z); in r_factive()
H A Dstem_ISO_8859_1_hungarian.c13 static int r_double(struct SN_env * z);
565 static int r_double(struct SN_env * z) { in r_double() function
603 { int ret = r_double(z); in r_instrum()
609 { int ret = r_double(z); in r_instrum()
726 { int ret = r_double(z); in r_factive()
732 { int ret = r_double(z); in r_factive()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/snowball/libstemmer/
H A Dstem_UTF_8_hungarian.c13 static int r_double(struct SN_env * z);
567 static int r_double(struct SN_env * z) { in r_double() function
607 { int ret = r_double(z); in r_instrum()
613 { int ret = r_double(z); in r_instrum()
730 { int ret = r_double(z); in r_factive()
736 { int ret = r_double(z); in r_factive()
H A Dstem_ISO_8859_1_hungarian.c13 static int r_double(struct SN_env * z);
565 static int r_double(struct SN_env * z) { in r_double() function
603 { int ret = r_double(z); in r_instrum()
609 { int ret = r_double(z); in r_instrum()
726 { int ret = r_double(z); in r_factive()
732 { int ret = r_double(z); in r_factive()
/dports/lang/swi-pl/swipl-8.2.3/packages/nlp/libstemmer_c/src_c/
H A Dstem_UTF_8_hungarian.c13 static int r_double(struct SN_env * z);
567 static int r_double(struct SN_env * z) { in r_double() function
607 { int ret = r_double(z); in r_instrum()
613 { int ret = r_double(z); in r_instrum()
730 { int ret = r_double(z); in r_factive()
736 { int ret = r_double(z); in r_factive()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/snowball/libstemmer/
H A Dstem_ISO_8859_1_hungarian.c13 static int r_double(struct SN_env * z);
565 static int r_double(struct SN_env * z) { in r_double() function
603 { int ret = r_double(z); in r_instrum()
609 { int ret = r_double(z); in r_instrum()
726 { int ret = r_double(z); in r_factive()
732 { int ret = r_double(z); in r_factive()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/snowball/libstemmer/
H A Dstem_ISO_8859_1_hungarian.c13 static int r_double(struct SN_env * z);
565 static int r_double(struct SN_env * z) { in r_double() function
603 { int ret = r_double(z); in r_instrum()
609 { int ret = r_double(z); in r_instrum()
726 { int ret = r_double(z); in r_factive()
732 { int ret = r_double(z); in r_factive()
H A Dstem_UTF_8_hungarian.c13 static int r_double(struct SN_env * z);
567 static int r_double(struct SN_env * z) { in r_double() function
607 { int ret = r_double(z); in r_instrum()
613 { int ret = r_double(z); in r_instrum()
730 { int ret = r_double(z); in r_factive()
736 { int ret = r_double(z); in r_factive()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/snowball/libstemmer/
H A Dstem_ISO_8859_1_hungarian.c13 static int r_double(struct SN_env * z);
565 static int r_double(struct SN_env * z) { in r_double() function
603 { int ret = r_double(z); in r_instrum()
609 { int ret = r_double(z); in r_instrum()
726 { int ret = r_double(z); in r_factive()
732 { int ret = r_double(z); in r_factive()

1234567891011