OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remainderl
(Results
1 - 5
of
5
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
e_remainderl.c
33
remainderl
(long double x, long double y)
function
/ndk/sources/android/support/src/
math_support.c
85
__attribute__((weak)) long double
remainderl
(long double x, long double y) { return remainder((double)x, (double)y); }
function
/external/bison/darwin-lib/
math.h
2011
# undef
remainderl
macro
[
all
...]
/external/bison/lib/
math.in.h
1685
# undef
remainderl
macro
1686
# define
remainderl
macro
1692
# undef
remainderl
macro
1697
_GL_CXXALIASWARN (
remainderl
);
variable
1699
# undef
remainderl
macro
[
all
...]
/external/bison/linux-lib/
math.h
2011
# undef
remainderl
macro
[
all
...]
Completed in 1486 milliseconds