Searched defs:fabs (Results 1 – 8 of 8) sorted by relevance
7 fabs(u32 *frD, u32 *frB) in fabs() function
29 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs() function
38 #define fabs(x) __builtin_fabs(x) macro
363 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs() function
704 #define fabs(Val) __TGMATH_UNARY_REAL_IMAG_RET_REAL (Val, fabs, cabs) macro
13460 fabs: label
3090 UNARY_OP_FUNCTOR(fabs, number_kind_floating_point) in UNARY_OP_FUNCTOR() argument