Searched defs:F_TO_I (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h315 static inline int F_TO_I(float f) function
322 static inline int F_TO_I(float f) function
332 long F_TO_I(float f);
341 #define F_TO_I(f) IROUND(f) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h313 static inline int F_TO_I(float f) function
320 static inline int F_TO_I(float f) function
330 long F_TO_I(float f);
339 #define F_TO_I(f) IROUND(f) macro

Completed in 428 milliseconds