Home
last modified time | relevance | path

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

/third_party/boost/libs/algorithm/test/
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()
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()
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()
/third_party/python/Objects/
Dfloatobject.c1280 const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local
1393 exp_start = s; in float_fromhex()
1401 exp = strtol(exp_start, NULL, 10); in float_fromhex()
/third_party/mksh/
Deval.c2012 alt_expand(XPtrV *wp, char *start, char *exp_start, char *end, int fdo) in alt_expand() argument
2017 char *p = exp_start; in alt_expand()