OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rounded_quotient
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/stdlib/
strtod.c
329
#define
rounded_quotient
(a,b) a = rnd_quot(a, b)
macro
337
#define
rounded_quotient
(a,b) a /= b
macro
1562
/* value(rv) = */
rounded_quotient
(value(rv),
[
all
...]
/external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp
154
#define
rounded_quotient
(a, b) a /= b
macro
905
/* rv = */
rounded_quotient
(dval(&rv), tens[-e]);
[
all
...]
/external/chromium/base/third_party/dmg_fp/
dtoa.cc
465
#define
rounded_quotient
(a,b) a = rnd_quot(a, b)
macro
473
#define
rounded_quotient
(a,b) a /= b
macro
[
all
...]
Completed in 38 milliseconds