OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TWO52
(Results
1 - 2
of
2
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_rint.c
32
TWO52
[2]={
53
STRICT_ASSIGN(double,w,
TWO52
[sx]+x);
54
t = w-
TWO52
[sx];
66
* w =
TWO52
[sx]+x, adjust the 0.25 bit to a lower
86
STRICT_ASSIGN(double,w,
TWO52
[sx]+x);
87
return w-
TWO52
[sx];
/external/fdlibm/
s_rint.c
31
TWO52
[2]={
57
w =
TWO52
[sx]+x;
58
t = w-
TWO52
[sx];
82
w =
TWO52
[sx]+x;
83
return w-
TWO52
[sx];
Completed in 51 milliseconds