Home
last modified time | relevance | path

Searched refs:exp_base (Results 1 – 25 of 55) sorted by relevance

123

/dports/games/liblcf/liblcf-0.7.0/src/
H A Drpg_setup.cpp29 exp_base = exp_base == -1 ? 300 : exp_base; in Setup()
37 exp_base = exp_base == -1 ? 30 : exp_base; in Setup()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dpage-map.h212 elem_count_t **exp_base; /*** exp buffer ***/ member
251 datalen = (*self->exp_base)[(*self->rgns)[self->cur_rgn].data_offset + 2*self->cur_rgn_row]; in PageMapIteratorDataLength()
280 if(self->exp_base != NULL) /** simple random access */ in PageMapIteratorDataOffset()
281 dataoff= (*self->exp_base)[self->cur_row]; in PageMapIteratorDataOffset()
287 … dataoff = (*self->exp_base)[(*self->rgns)[self->cur_rgn].data_offset + 2*self->cur_rgn_row + 1]; in PageMapIteratorDataOffset()
294 … dataoff = (*self->exp_base)[(*self->rgns)[self->cur_rgn].data_offset + self->cur_rgn_row]; in PageMapIteratorDataOffset()
326 …assert( ( ( self->exp_base == NULL ) || ( *self->exp_base == NULL ) ) ? self->cur_row+1 >= self->l… in PageMapIteratorRepeatCount()
328 i< self->last_row && (*self->exp_base)[i]==(*self->exp_base)[self->cur_row]; in PageMapIteratorRepeatCount()
335 elem_count_t* base = (*self->exp_base) + (*self->rgns)[self->cur_rgn].data_offset; in PageMapIteratorRepeatCount()
348 elem_count_t* base = (*self->exp_base) + (*self->rgns)[self->cur_rgn].data_offset; in PageMapIteratorRepeatCount()
H A Dpage-map.c398 exp_base += cself->data_offset; in PageMapRegionGetData()
399 if(data_length) *data_length = exp_base[2*i]; in PageMapRegionGetData()
404 && exp_base[2*i] == exp_base[2*j] in PageMapRegionGetData()
405 && exp_base[2*i+1] == exp_base[2*j+1];j++){} in PageMapRegionGetData()
414 exp_base += cself->data_offset; in PageMapRegionGetData()
415 if(data_offset) *data_offset = exp_base[i]; in PageMapRegionGetData()
418 for(j=i+1;j<cself->numrows && exp_base[i] == exp_base[j];j++){} in PageMapRegionGetData()
917 elem_count_t *exp_base = self->dstorage.base; in PageMapAppendRows() local
923 data_offset = exp_base[2*self->row_count-1]; in PageMapAppendRows()
930 exp_base[2*i] = row_length; in PageMapAppendRows()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dpage-map.h212 elem_count_t **exp_base; /*** exp buffer ***/ member
251 datalen = (*self->exp_base)[(*self->rgns)[self->cur_rgn].data_offset + 2*self->cur_rgn_row]; in PageMapIteratorDataLength()
280 if(self->exp_base != NULL) /** simple random access */ in PageMapIteratorDataOffset()
281 dataoff= (*self->exp_base)[self->cur_row]; in PageMapIteratorDataOffset()
287 … dataoff = (*self->exp_base)[(*self->rgns)[self->cur_rgn].data_offset + 2*self->cur_rgn_row + 1]; in PageMapIteratorDataOffset()
294 … dataoff = (*self->exp_base)[(*self->rgns)[self->cur_rgn].data_offset + self->cur_rgn_row]; in PageMapIteratorDataOffset()
326 …assert( ( ( self->exp_base == NULL ) || ( *self->exp_base == NULL ) ) ? self->cur_row+1 >= self->l… in PageMapIteratorRepeatCount()
328 i< self->last_row && (*self->exp_base)[i]==(*self->exp_base)[self->cur_row]; in PageMapIteratorRepeatCount()
335 elem_count_t* base = (*self->exp_base) + (*self->rgns)[self->cur_rgn].data_offset; in PageMapIteratorRepeatCount()
348 elem_count_t* base = (*self->exp_base) + (*self->rgns)[self->cur_rgn].data_offset; in PageMapIteratorRepeatCount()
H A Dpage-map.c398 exp_base += cself->data_offset; in PageMapRegionGetData()
399 if(data_length) *data_length = exp_base[2*i]; in PageMapRegionGetData()
404 && exp_base[2*i] == exp_base[2*j] in PageMapRegionGetData()
405 && exp_base[2*i+1] == exp_base[2*j+1];j++){} in PageMapRegionGetData()
414 exp_base += cself->data_offset; in PageMapRegionGetData()
415 if(data_offset) *data_offset = exp_base[i]; in PageMapRegionGetData()
418 for(j=i+1;j<cself->numrows && exp_base[i] == exp_base[j];j++){} in PageMapRegionGetData()
917 elem_count_t *exp_base = self->dstorage.base; in PageMapAppendRows() local
923 data_offset = exp_base[2*self->row_count-1]; in PageMapAppendRows()
930 exp_base[2*i] = row_length; in PageMapAppendRows()
[all …]
/dports/math/gmp/gmp-6.2.1/demos/expr/
H A Dexprfa.c53 int mant_base, exp_base; in e_mpf_number() local
78 exp_base = 10; in e_mpf_number()
80 exp_base = 10; in e_mpf_number()
82 exp_base = base; in e_mpf_number()
124 if (! isasciidigit_in_base (e[i], exp_base)) in e_mpf_number()
/dports/math/gap/gap-4.11.0/extern/gmp/demos/expr/
H A Dexprfa.c53 int mant_base, exp_base; in e_mpf_number() local
78 exp_base = 10; in e_mpf_number()
80 exp_base = 10; in e_mpf_number()
82 exp_base = base; in e_mpf_number()
124 if (! isasciidigit_in_base (e[i], exp_base)) in e_mpf_number()
/dports/math/mingw32-libgmp/gmp-6.0.0/demos/expr/
H A Dexprfa.c53 int mant_base, exp_base; in e_mpf_number() local
78 exp_base = 10; in e_mpf_number()
80 exp_base = 10; in e_mpf_number()
82 exp_base = base; in e_mpf_number()
124 if (! isasciidigit_in_base (e[i], exp_base)) in e_mpf_number()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/demos/expr/
H A Dexprfa.c53 int mant_base, exp_base; in e_mpf_number() local
78 exp_base = 10; in e_mpf_number()
80 exp_base = 10; in e_mpf_number()
82 exp_base = base; in e_mpf_number()
124 if (! isasciidigit_in_base (e[i], exp_base)) in e_mpf_number()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dstrtofr.c39 mpfr_exp_t exp_base; /* number of digits before the point, + exponent member
333 pstr->exp_base = 0; in parse_string()
354 pstr->exp_base ++; in parse_string()
379 MPFR_ASSERTD (pstr->exp_base >= 0); in parse_string()
402 MPFR_SADD_OVERFLOW (sum, sum, pstr->exp_base, in parse_string()
409 pstr->exp_base = sum; in parse_string()
428 pstr->exp_base--; in parse_string()
641 MPFR_SADD_OVERFLOW (tmp, pstr->exp_base, -(mpfr_exp_t) pstr_size, in parsed_string_to_mpfr()
666 else if (pstr->exp_base > (mpfr_exp_t) pstr_size) in parsed_string_to_mpfr()
679 pstr->exp_base - pstr_size, ysize); in parsed_string_to_mpfr()
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/tenacity/
H A Dwait.py146 exp_base: typing.Union[int, float] = 2,
152 self.exp_base = exp_base
156 exp = self.exp_base ** (retry_state.attempt_number - 1)
/dports/devel/py-tenacity/tenacity-8.0.1/tenacity/
H A Dwait.py146 exp_base: typing.Union[int, float] = 2,
152 self.exp_base = exp_base
156 exp = self.exp_base ** (retry_state.attempt_number - 1)
/dports/math/gmp/gmp-6.2.1/mpf/
H A Dset_str.c131 int exp_base; in mpf_set_str() local
157 exp_base = base; in mpf_set_str()
161 exp_base = 10; in mpf_set_str()
305 if (dig >= exp_base) in mpf_set_str()
313 while (dig < exp_base) in mpf_set_str()
315 exp_in_base = exp_in_base * exp_base; in mpf_set_str()
/dports/math/gap/gap-4.11.0/extern/gmp/mpf/
H A Dset_str.c132 int exp_base; in mpf_set_str() local
155 exp_base = base; in mpf_set_str()
159 exp_base = 10; in mpf_set_str()
294 if (dig >= exp_base) in mpf_set_str()
302 while (dig < exp_base) in mpf_set_str()
304 exp_in_base = exp_in_base * exp_base; in mpf_set_str()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpf/
H A Dset_str.c132 int exp_base; in mpf_set_str() local
155 exp_base = base; in mpf_set_str()
159 exp_base = 10; in mpf_set_str()
294 if (dig >= exp_base) in mpf_set_str()
302 while (dig < exp_base) in mpf_set_str()
304 exp_in_base = exp_in_base * exp_base; in mpf_set_str()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpf/
H A Dset_str.c131 int exp_base; in mpf_set_str() local
157 exp_base = base; in mpf_set_str()
161 exp_base = 10; in mpf_set_str()
305 if (dig >= exp_base) in mpf_set_str()
313 while (dig < exp_base) in mpf_set_str()
315 exp_in_base = exp_in_base * exp_base; in mpf_set_str()
/dports/games/liblcf/liblcf-0.7.0/src/generated/lcf/rpg/
H A Dclass.h39 int32_t exp_base = 300; variable
56 && l.exp_base == r.exp_base
H A Dactor.h51 int32_t exp_base = -1; variable
85 && l.exp_base == r.exp_base
/dports/math/mpir/mpir-3.0.0/mpf/
H A Dset_str.c201 int exp_base; in mpf_set_str() local
221 exp_base = base; in mpf_set_str()
224 exp_base = 10; in mpf_set_str()
359 exp_in_base = exp_in_base * exp_base + digit; in mpf_set_str()
364 (digit < exp_base); in mpf_set_str()
/dports/games/liblcf/liblcf-0.7.0/src/generated/
H A Dldb_class.cpp66 &rpg::Class::exp_base,
67 LDB_Reader::ChunkClass::exp_base,
H A Dldb_actor.cpp136 &rpg::Actor::exp_base,
137 LDB_Reader::ChunkActor::exp_base,
H A Drpg_class.cpp26 os << ", exp_base="<< obj.exp_base; in operator <<()
H A Drpg_actor.cpp36 os << ", exp_base="<< obj.exp_base; in operator <<()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/snippet/
H A Dinsert.py88 exp_base = expand.Expander(cursor)
98 func = getattr(exp_base, key, None)
/dports/games/liblcf/liblcf-0.7.0/src/generated/lcf/ldb/
H A Dchunks.h64 exp_base = 0x29, enumerator
340 exp_base = 0x29, enumerator

123