Home
last modified time | relevance | path

Searched refs:eend (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dchi_square.h56 double ChiSquare(Iterator it, Iterator end, Expected eit, Expected eend) { in ChiSquare() argument
58 for (; it != end && eit != eend; ++it, ++eit) { in ChiSquare()
69 assert(it == end && eit == eend); in ChiSquare()
/third_party/abseil-cpp/absl/random/internal/
Dchi_square.h56 double ChiSquare(Iterator it, Iterator end, Expected eit, Expected eend) { in ChiSquare() argument
58 for (; it != end && eit != eend; ++it, ++eit) { in ChiSquare()
69 assert(it == end && eit == eend); in ChiSquare()
/third_party/boost/boost/graph/distributed/
Dstrong_components.hpp679 out_edge_iterator estart, eend; in fleischer_hendrickson_pinar_strong_components() local
687 boost::tie(estart, eend) = out_edges(v, g); in fleischer_hendrickson_pinar_strong_components()
688 while (estart != eend && find(vertex_sets[i].begin(), vertex_sets[i].end(), in fleischer_hendrickson_pinar_strong_components()
690 if (estart != eend) { in fleischer_hendrickson_pinar_strong_components()
/third_party/ffmpeg/libavfilter/
Dvf_waveform.c100 int eend[4]; member
395 const int end = s->eend[plane]; in envelope_instant16()
442 const int end = s->eend[plane]; in envelope_instant()
490 const int end = s->eend[plane]; in envelope_peak16()
559 const int end = s->eend[plane]; in envelope_peak()
3352 s->eend[plane] = (offset + s->size - 1); in config_output()
3356 s->emin[plane][k][i] = s->eend[plane]; in config_output()