Searched defs:max_f (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/hof/test/ |
D | fold.cpp | 10 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
|
D | reverse_fold.cpp | 10 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/ |
D | peaks.c | 33 float max_f[PA_CHANNELS_MAX]; member
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_depth.c | 171 GLfloat min_f, max_f; in _swrast_depth_clamp_span() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_range_analysis.c | 1593 float max_f = ceilf(src0_f) * ceilf(src1_f); in nir_unsigned_upper_bound() local
|