Searched refs:x_int (Results 1 – 1 of 1) sorted by relevance
25 FLOAT x_int, result; in M_DECL_FUNC() local28 __asm ("fintrz%.x %1, %0" : "=f" (x_int) : "f" (x)); in M_DECL_FUNC()29 *iptr = x_int; in M_DECL_FUNC()40 result = x - x_int; in M_DECL_FUNC()
Completed in 3 milliseconds