Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/System/
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
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp257 static const float maxf = static_cast<float>(max); in unorm() local
278 static const float maxf = static_cast<float>(max); in snorm() local
309 static const float maxf = static_cast<float>(max); in ucast() local
330 static const float maxf = static_cast<float>(max); in scast() local
/third_party/uboot/u-boot-2020.01/drivers/net/
Dpic32_eth.h46 struct pic32_reg_atomic maxf; /* 0x250*/ member
Dlpc32xx_eth.c84 u32 maxf; /* Maximum Frame register */ member
/third_party/pixman/pixman/
Dpixman-combine-float.c747 maxf (float a, float b) in maxf() function