Home
last modified time | relevance | path

Searched refs:FLOATFUNC (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/math-emu/
Dmath.c15 #define FLOATFUNC(x) extern int x(void *, void *, void *, void *) macro
18 FLOATFUNC(fre);
19 FLOATFUNC(frsqrtes);
20 FLOATFUNC(fsqrt);
21 FLOATFUNC(fsqrts);
22 FLOATFUNC(mtfsf);
23 FLOATFUNC(mtfsfi);
26 #undef FLOATFUNC(x)
27 #define FLOATFUNC(x) static inline int x(void *op1, void *op2, void *op3, \ macro
31 FLOATFUNC(fadd);
[all …]
/linux-4.4.14/arch/sparc/math-emu/
Dmath_32.c79 #define FLOATFUNC(x) extern int x(void *,void *,void *) macro