OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ieee754_log10
(Results
1 - 5
of
5
) sorted by null
/external/fdlibm/
w_log10.c
29
return
__ieee754_log10
(x);
32
z =
__ieee754_log10
(x);
e_log10.c
14
/*
__ieee754_log10
(x)
62
double
__ieee754_log10
(double x)
function
64
double
__ieee754_log10
(x)
fdlibm.h
202
extern double
__ieee754_log10
__P((double));
/bionic/libm/upstream-freebsd/lib/msun/src/
e_log10.c
42
__ieee754_log10
(double x)
function
math_private.h
687
#define
__ieee754_log10
log10
macro
Completed in 136 milliseconds