Sign in
rust
/
rust-lang
/
gcc
/
refs/heads/releases/libgcj-2.95
/
.
/
libjava
/
java
/
lang
/
e_remainder.c
blob: 0c72a6bd8618cabcf70226924abbdf05882f94c5 [
file
] [
log
] [
blame
] [
edit
]
*
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
;