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/src/
e_log10.c
18
/*
__ieee754_log10
(x)
63
__ieee754_log10
(double x)
function
math_private.h
220
#define
__ieee754_log10
log10
macro
Completed in 1710 milliseconds