Searched defs:maxf (Results 1 – 7 of 7) sorted by relevance
225 static const float maxf = static_cast<float>(max); in unorm() local246 static const float maxf = static_cast<float>(max); in snorm() local277 static const float maxf = static_cast<float>(max); in ucast() local298 static const float maxf = static_cast<float>(max); in scast() local
47 float maxf = FLT_MAX; in DoCode() local
257 static const float maxf = static_cast<float>(max); in unorm() local278 static const float maxf = static_cast<float>(max); in snorm() local309 static const float maxf = static_cast<float>(max); in ucast() local330 static const float maxf = static_cast<float>(max); in scast() local
56 float16_t maxf = FLT16_MAX; in RunImpl() local
59 float maxf = FLT_MAX; in RunImpl() local
23 float minf, float maxf) { in AvgPooling()137 float minf, float maxf) { in MaxPooling()
747 maxf (float a, float b) in maxf() function