Home
last modified time | relevance | path

Searched refs:exp_start (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdio/
H A Dnano-vfscanf_float.c52 char *exp_start = NULL; in _scanf_float() local
199 exp_start = p; in _scanf_float()
301 exp_start = p; in _scanf_float()
304 new_exp = _strtol_r (rptr, (exp_start + 1), NULL, 10) - exp_adjust; in _scanf_float()
310 if (exp_start >= pdata->buf + BUF - MAX_LONG_LEN) in _scanf_float()
311 exp_start = pdata->buf + BUF - MAX_LONG_LEN - 1; in _scanf_float()
312 sprintf (exp_start, "e%ld", new_exp); in _scanf_float()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dnano-vfscanf_float.c53 char *exp_start = NULL; in _scanf_float() local
200 exp_start = p; in _scanf_float()
302 exp_start = p; in _scanf_float()
305 new_exp = _strtol_r (rptr, (exp_start + 1), NULL, 10) - exp_adjust; in _scanf_float()
311 if (exp_start >= pdata->buf + BUF - MAX_LONG_LEN) in _scanf_float()
312 exp_start = pdata->buf + BUF - MAX_LONG_LEN - 1; in _scanf_float()
313 sprintf (exp_start, "e%ld", new_exp); in _scanf_float()
/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/test/
H A Dsearch_test4.cpp69 vec::const_iterator exp_start; in check_one() local
72 exp_start = haystack.begin () + expected; in check_one()
74 exp_start = haystack.end (); // we didn't find it1 in check_one()
76exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
83 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
H A Dsearch_test2.cpp95 vec::const_iterator exp_start; in check_one() local
98 exp_start = haystack.begin () + expected; in check_one()
100 exp_start = haystack.end (); // we didn't find it! in check_one()
102exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
109 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
H A Dsearch_test3.cpp95 vec::const_iterator exp_start; in check_one() local
98 exp_start = haystack.begin () + expected; in check_one()
100 exp_start = haystack.end (); // we didn't find it1 in check_one()
102exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
109 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/test/
H A Dsearch_test4.cpp69 vec::const_iterator exp_start; in check_one() local
72 exp_start = haystack.begin () + expected; in check_one()
74 exp_start = haystack.end (); // we didn't find it1 in check_one()
76exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
83 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
H A Dsearch_test2.cpp95 vec::const_iterator exp_start; in check_one() local
98 exp_start = haystack.begin () + expected; in check_one()
100 exp_start = haystack.end (); // we didn't find it! in check_one()
102exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
109 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
H A Dsearch_test3.cpp95 vec::const_iterator exp_start; in check_one() local
98 exp_start = haystack.begin () + expected; in check_one()
100 exp_start = haystack.end (); // we didn't find it1 in check_one()
102exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
109 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
/dports/devel/boost-python-libs/boost_1_72_0/libs/algorithm/test/
H A Dsearch_test4.cpp69 vec::const_iterator exp_start; in check_one() local
72 exp_start = haystack.begin () + expected; in check_one()
74 exp_start = haystack.end (); // we didn't find it1 in check_one()
76exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
83 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
H A Dsearch_test3.cpp95 vec::const_iterator exp_start; in check_one() local
98 exp_start = haystack.begin () + expected; in check_one()
100 exp_start = haystack.end (); // we didn't find it1 in check_one()
102exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
109 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
H A Dsearch_test2.cpp95 vec::const_iterator exp_start; in check_one() local
98 exp_start = haystack.begin () + expected; in check_one()
100 exp_start = haystack.end (); // we didn't find it! in check_one()
102exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
109 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/test/
H A Dsearch_test4.cpp69 vec::const_iterator exp_start; in check_one() local
72 exp_start = haystack.begin () + expected; in check_one()
74 exp_start = haystack.end (); // we didn't find it1 in check_one()
76exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
83 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
H A Dsearch_test2.cpp95 vec::const_iterator exp_start; in check_one() local
98 exp_start = haystack.begin () + expected; in check_one()
100 exp_start = haystack.end (); // we didn't find it! in check_one()
102exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
109 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
H A Dsearch_test3.cpp95 vec::const_iterator exp_start; in check_one() local
98 exp_start = haystack.begin () + expected; in check_one()
100 exp_start = haystack.end (); // we didn't find it1 in check_one()
102exp_start = std::search ( haystack.begin (), haystack.end (), needle.begin (), needle.end ()); in check_one()
109 exp = std::make_pair(exp_start, exp_start + needle.size()); in check_one()
/dports/shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1/tests/
H A Dtest-highlighting.zsh154 integer exp_start=$expected_highlight_zone[1] exp_end=$expected_highlight_zone[2]
158 … print -r -- "not ok $i - unmatched expectation ($exp_start $exp_end $expected_highlight_zone[3])"
166 [[ $start != $exp_start ]] ||
170 …print -r -- "not ok $i - $desc - expected ($exp_start $exp_end ${(qqq)expected_highlight_zone[3]})…
175 unset exp_start exp_end
/dports/www/ilias/ILIAS-5.4.25/Services/WorkflowEngine/test/detectors/
H A DilTimerDetectorTest.php175 $exp_start = 4712;
179 $detector->setListeningTimeframe($exp_start, $exp_end);
183 $this->assertEquals($exp_start . $exp_end, $act['listening_start'] . $act['listening_end']);
235 $exp_start = 4711; # +5 Minutes from here.
239 $detector->setListeningTimeframe($exp_start, $exp_end);
243 $this->assertEquals($exp_start . $exp_end, $act['listening_start'] . $act['listening_end']);
/dports/www/ilias6/ILIAS-6.14/Services/WorkflowEngine/test/detectors/
H A DilTimerDetectorTest.php177 $exp_start = 4712;
181 $detector->setListeningTimeframe($exp_start, $exp_end);
185 $this->assertEquals($exp_start . $exp_end, $act['listening_start'] . $act['listening_end']);
237 $exp_start = 4711; # +5 Minutes from here.
241 $detector->setListeningTimeframe($exp_start, $exp_end);
245 $this->assertEquals($exp_start . $exp_end, $act['listening_start'] . $act['listening_end']);
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dfloatformat.c184 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
299 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
301 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
499 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
653 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
665 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
672 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
678 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dfloatformat.c184 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
299 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
301 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
482 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
636 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
648 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
655 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
661 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dfloatformat.c185 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
300 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
302 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
483 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
637 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
649 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
656 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
662 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dfloatformat.c183 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
298 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
300 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
472 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
626 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
638 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
645 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
651 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dfloatformat.c184 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
299 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
301 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
482 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
636 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
648 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
655 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
661 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dfloatformat.c185 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
300 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
302 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
483 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
637 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
649 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
656 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
662 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dfloatformat.c184 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
299 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
301 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
499 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
653 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
665 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
672 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
678 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dfloatformat.c184 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
299 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
301 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
482 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
636 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
648 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
655 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
661 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()

1234567