Home
last modified time | relevance | path

Searched refs:fracf (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c272 static inline float fracf(float f) in fracf() function
396 float yintersect = fracf(v1[0][1]) + x1diff * dydx; in try_setup_line()
415 float yintersect = fracf(v2[0][1]) + x2diff * dydx; in try_setup_line()
497 float xintersect = fracf(v1[0][0]) + y1diff * dxdy; in try_setup_line()
515 float xintersect = fracf(v2[0][0]) + y2diff * dxdy; in try_setup_line()

Completed in 1 milliseconds