Home
last modified time | relevance | path

Searched defs:max_f (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/hof/test/
Dfold.cpp10 struct max_f struct
31 static_assert(noexcept(boost::hof::fold(max_f(), 0)(2, 3, 4, 5)), "noexcept fold"); in BOOST_HOF_TEST_CASE() argument
Dreverse_fold.cpp10 struct max_f struct
31 …static_assert(noexcept(boost::hof::reverse_fold(max_f(), 0)(2, 3, 4, 5)), "noexcept reverse_fold"); in BOOST_HOF_TEST_CASE() argument
/third_party/pulseaudio/src/pulsecore/resampler/
Dpeaks.c33 float max_f[PA_CHANNELS_MAX]; member
/third_party/mesa3d/src/mesa/swrast/
Ds_depth.c171 GLfloat min_f, max_f; in _swrast_depth_clamp_span() local
/third_party/mesa3d/src/compiler/nir/
Dnir_range_analysis.c1593 float max_f = ceilf(src0_f) * ceilf(src1_f); in nir_unsigned_upper_bound() local