Home
last modified time | relevance | path

Searched refs:short_offset (Results 1 – 25 of 102) sorted by relevance

12345

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dmopt.c93 mopt->short_offset = 0; in mopt_init()
131 if(mopt->short_offset) in mopt_get_next_param()
135 cpar += mopt->short_offset; in mopt_get_next_param()
137 if(mopt->short_offset == 1) in mopt_get_next_param()
145 mopt->short_offset = 0; in mopt_get_next_param()
161 mopt->short_offset++; in mopt_get_next_param()
166 mopt->short_offset = 0; in mopt_get_next_param()
174 if(mopt->short_offset == 1) in mopt_get_next_param()
192 mopt->short_offset = 0; in mopt_get_next_param()
261 mopt->short_offset = 0; in mopt_get_next_param()
[all …]
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/fontconfig/fc-case/
H A Dfc-case.py214 short_offset = f['offset'] variable
215 if short_offset < -32367:
216 short_offset += 65536
217 if short_offset > 32368:
218 short_offset -= 65536
221 f['count'], short_offset, '}'))
/dports/x11-fonts/fontconfig/fontconfig-2.13.94/fc-case/
H A Dfc-case.py214 short_offset = f['offset'] variable
215 if short_offset < -32367:
216 short_offset += 65536
217 if short_offset > 32368:
218 short_offset -= 65536
221 f['count'], short_offset, '}'))
/dports/math/eigen3/eigen-3.3.9/test/
H A Drand.cpp61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand() local
92 CALL_SUBTEST(check_all_in_range<short>(11,11+short_offset)); in test_rand()
94 CALL_SUBTEST(check_all_in_range<short>(-11-short_offset,-11)); in test_rand()
95 CALL_SUBTEST(check_all_in_range<short>(-24345,-24345+short_offset)); in test_rand()
96 CALL_SUBTEST(check_all_in_range<short>(24345,24345+short_offset)); in test_rand()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Drand.cpp61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand() local
92 CALL_SUBTEST(check_all_in_range<short>(11,11+short_offset)); in test_rand()
94 CALL_SUBTEST(check_all_in_range<short>(-11-short_offset,-11)); in test_rand()
95 CALL_SUBTEST(check_all_in_range<short>(-24345,-24345+short_offset)); in test_rand()
96 CALL_SUBTEST(check_all_in_range<short>(24345,24345+short_offset)); in test_rand()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Drand.cpp61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand() local
92 CALL_SUBTEST(check_all_in_range<short>(11,11+short_offset)); in test_rand()
94 CALL_SUBTEST(check_all_in_range<short>(-11-short_offset,-11)); in test_rand()
95 CALL_SUBTEST(check_all_in_range<short>(-24345,-24345+short_offset)); in test_rand()
96 CALL_SUBTEST(check_all_in_range<short>(24345,24345+short_offset)); in test_rand()
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Drand.cpp61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand() local
92 CALL_SUBTEST(check_all_in_range<short>(11,11+short_offset)); in test_rand()
94 CALL_SUBTEST(check_all_in_range<short>(-11-short_offset,-11)); in test_rand()
95 CALL_SUBTEST(check_all_in_range<short>(-24345,-24345+short_offset)); in test_rand()
96 CALL_SUBTEST(check_all_in_range<short>(24345,24345+short_offset)); in test_rand()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Drand.cpp61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand() local
92 CALL_SUBTEST(check_all_in_range<short>(11,11+short_offset)); in test_rand()
94 CALL_SUBTEST(check_all_in_range<short>(-11-short_offset,-11)); in test_rand()
95 CALL_SUBTEST(check_all_in_range<short>(-24345,-24345+short_offset)); in test_rand()
96 CALL_SUBTEST(check_all_in_range<short>(24345,24345+short_offset)); in test_rand()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh107 short_offset = 0 == head_table->indexToLocFormat; in init()
115 num_glyphs = MAX (1u, hb_blob_get_length (loca_blob) / (short_offset ? 2 : 4)) - 1; in init()
132 if (short_offset) in get_extents()
162 bool short_offset; member

12345