Home
last modified time | relevance | path

Searched defs:smallest (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/numeric/conversion/detail/
Dbounds.hpp28 static N smallest() { return static_cast<N>(1); } in smallest() function in boost::numeric::boundsdetail::Integral
40 static N smallest() { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } in smallest() function in boost::numeric::boundsdetail::Float
/third_party/boost/libs/hana/example/
Dmaximum.cpp21 auto smallest = hana::maximum(hana::tuple_c<int, -1, 0, 2, -4, 6, 9>, [](auto x, auto y) { in main() local
/third_party/flutter/skia/third_party/externals/libpng/intel/
Dfilter_sse2_intrinsics.c257 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
294 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
346 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth4_sse2() local
/third_party/libpng/intel/
Dfilter_sse2_intrinsics.c257 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
294 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
346 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth4_sse2() local
/third_party/skia/third_party/externals/libpng/intel/
Dfilter_sse2_intrinsics.c257 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
294 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
346 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth4_sse2() local
/third_party/boost/libs/hana/example/tutorial/
Dtype.cpp181 struct smallest struct
208 auto smallest = hana::minimum(hana::make_tuple(hana::type_c<T>...), [](auto t, auto u) { in __anon14d4534e0602() variable
/third_party/boost/libs/numeric/conversion/test/
Dbounds_test.cpp33 T smallest = bounds<T>::smallest() ; in test_bounds() local
/third_party/libuv/src/
Dheap-inl.h153 struct heap_node* smallest; in HEAP_EXPORT() local
/third_party/boost/boost/hana/detail/
Dalgorithm.hpp177 ForwardIt smallest = first; in min_element() local
/third_party/flutter/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp195 double smallest = SkTMin(allRoots[0], allRoots[1]); in DEF_TEST() local
DPathOpsAngleIdeas.cpp53 int smallest = -1; in testArc() local
/third_party/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp195 double smallest = std::min(allRoots[0], allRoots[1]); in DEF_TEST() local
DPathOpsAngleIdeas.cpp53 int smallest = -1; in testArc() local
/third_party/json/test/src/
Dunit-regression2.cpp355 constexpr auto smallest = (std::numeric_limits<int64_t>::min)(); variable
/third_party/ffmpeg/libavfilter/
Dvf_deshake.c126 int smallest = INT_MAX; in find_block_motion() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c775 unsigned int smallest; in SDL_FindColor() local
/third_party/ffmpeg/libavcodec/
D4xm.c662 int smallest[2] = { 0, 0 }; in read_huffman_tables() local
/third_party/libsnd/src/
Dcommon.c60 sf_count_t newlen, smallest = INITIAL_HEADER_SIZE ; in psf_bump_header_allocation() local
/third_party/boost/boost/signals2/detail/
Dauto_buffer.hpp349 auto_buffer* smallest = l.size_ == min_size ? &l : &r; in swap_helper() local
/third_party/flutter/skia/src/core/
DSkPath.cpp2345 SkScalar smallest = SkTMin(fCurrPt.fX, SkTMin(fCurrPt.fY, SkTMin(fLastPt.fX, fLastPt.fY))); in directionChange() local
2632 SkScalar smallest = SkTMin(fCurrPt.fX, SkTMin(fCurrPt.fY, SkTMin(fLastPt.fX, fLastPt.fY))); in directionChange() local