aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/e_remainder.c
blob: 0c72a6bd8618cabcf70226924abbdf05882f94c5 (plain)
1
2
3
4
5
6
7
 * software is freely granted, provided that this notice
 * Return :
 * 	returns  x REM p  =  x - [x/p]*p as if in infinite
 * 	precise arithmetic, where [x/p] is the (infinite bit)
 * Method :
	int32_t hx,hp;
	uint32_t sx,lx,lp;