Home
last modified time | relevance | path

Searched defs:maxf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/src/System/
H A DMath.hpp225 static const float maxf = static_cast<float>(max); in unorm() local
246 static const float maxf = static_cast<float>(max); in snorm() local
277 static const float maxf = static_cast<float>(max); in ucast() local
298 static const float maxf = static_cast<float>(max); in scast() local
/aosp_15_r20/external/libaom/examples/
H A Dphoton_noise_table.c197 static float maxf(float a, float b) { return a > b ? a : b; } in maxf() function