Searched refs:r16Mul (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/xfractint/xfractint-20.04p16/headers/ |
H A D | fmath.h | 106 far r16Mul(long x, long y), 127 #define fMul16(x, y, z) (void)((*(long*)&z) = r16Mul(*(long*)&x, *(long*)&y))
|
H A D | mpmath.h | 60 #define fMul16(x, y, z) (void)((*(long*)&z) = r16Mul(*(long*)&x, *(long*)&y))
|
H A D | prototyp.h | 54 extern long far cdecl r16Mul(long , long );
|
/dports/graphics/xfractint/xfractint-20.04p16/unix/ |
H A D | fpu087.c | 193 long r16Mul(x,y) in r16Mul() function
|