Home
last modified time | relevance | path

Searched refs:is_necessary (Results 1 – 14 of 14) sorted by last modified time

/dports/astro/gnuastro/gnuastro-0.16/bin/statistics/
H A Dui.c729 int is_necessary=0; in ui_make_sorted_if_necessary() local
745 is_necessary=1; in ui_make_sorted_if_necessary()
750 if( is_necessary==0 && ( p->sigmaclip || !isnan(p->mirror) ) ) in ui_make_sorted_if_necessary()
751 is_necessary=1; in ui_make_sorted_if_necessary()
757 if(is_necessary) in ui_make_sorted_if_necessary()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/engine/
H A Ddouglas_peucker.cpp52 std::vector<bool> is_necessary(size, false); in douglasPeucker() local
53 BOOST_ASSERT(is_necessary.size() >= 2); in douglasPeucker()
54 is_necessary.front() = true; in douglasPeucker()
55 is_necessary.back() = true; in douglasPeucker()
69 BOOST_ASSERT_MSG(is_necessary[pair.first], "left border must be necessary"); in douglasPeucker()
70 BOOST_ASSERT_MSG(is_necessary[pair.second], "right border must be necessary"); in douglasPeucker()
97 is_necessary[farthest_entry_index] = true; in douglasPeucker()
109 auto simplified_size = std::count(is_necessary.begin(), is_necessary.end(), true); in douglasPeucker()
114 if (is_necessary[idx]) in douglasPeucker()
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Dhttp_response_parser.cpp125 transcode::is_necessary( theCurrentCharset.c_str() ) ) { in parse()
/dports/textproc/zorba/zorba-2.7.0/modules/org/expath/ns/file.xq.src/
H A Dfile.cpp203 if ( transcode::is_necessary( lEncoding.c_str() ) ) in evaluate()
291 if ( transcode::is_necessary( theEncoding.c_str() ) ) in open()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/uris/
H A Duris_impl.cpp64 if (transcode::is_necessary(lCharset.c_str())) in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dpassthru_streambuf.cpp43 bool passthru_streambuf::is_necessary( char const *cc_charset ) { in is_necessary() function in zorba::passthru_streambuf
55 return !is_necessary( cc_charset ); in is_supported()
H A Dicu_streambuf.cpp62 no_conv_( !is_necessary( charset ) ), in icu_streambuf()
105 bool icu_streambuf::is_necessary( char const *cc_charset ) { in is_necessary() function in zorba::icu_streambuf
H A Dicu_streambuf.h87 static bool is_necessary( char const *charset );
H A Dpassthru_streambuf.h68 static bool is_necessary( char const *charset );
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dtranscode_streambuf.cpp90 bool is_necessary( char const *charset ) { in is_necessary() function
91 return internal::transcode::streambuf::is_necessary( charset ); in is_necessary()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/sequences/
H A Dsequences_impl.cpp1991 if (transcode::is_necessary(aEncoding.c_str())) in readDocument()
2139 if (transcode::is_necessary(encodingString.c_str())) in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/base64/
H A Dbase64_impl.cpp73 if (transcode::is_necessary(lEncoding.c_str())) in nextImpl()
103 if (transcode::is_necessary(lEncoding.c_str())) in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/fetch/
H A Dfetch_impl.cpp138 if (transcode::is_necessary(lEncodingStr.c_str())) in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dtranscode_stream.h351 bool is_necessary( char const *charset );