INNER CODE UNIT · C
tempOut
AmigaPorts/ACE · src/fixmath/fix16.c:504
tempOut = ((int64_t)inArg0 * (0 - inFract));
tempOut += ((int64_t)inArg1 * inFract);
tempOut >>= 32;
return (fix16_t)tempOut;
}
#endif
INNER CODE UNIT · C
AmigaPorts/ACE · src/fixmath/fix16.c:504
tempOut = ((int64_t)inArg0 * (0 - inFract));
tempOut += ((int64_t)inArg1 * inFract);
tempOut >>= 32;
return (fix16_t)tempOut;
}
#endif