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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…