pike.git/
src/
encode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-03
2014-09-03 21:22:40 by Martin Nilsson <nilsson@opera.com>
d0ffd9cfcee8235695c8526b8f95ebd8136942f8 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
frexp is C89 and 4.3BSD
717:
int y; double tmp;
-
tmp =
FREXP
(d, &y);
+
tmp =
frexp
(d, &y);
x = DO_NOT_WARN((INT64)((((INT64)1)<<(sizeof(INT64)*8 - 2))*tmp)); y -= sizeof(INT64)*8 - 2;