OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ieee754_cosh
(Results
1 - 5
of
5
) sorted by null
/external/fdlibm/
w_cosh.c
28
return
__ieee754_cosh
(x);
31
z =
__ieee754_cosh
(x);
e_cosh.c
14
/*
__ieee754_cosh
(x)
44
double
__ieee754_cosh
(double x)
function
46
double
__ieee754_cosh
(x)
fdlibm.h
195
extern double
__ieee754_cosh
__P((double));
/bionic/libm/src/
e_cosh.c
18
/*
__ieee754_cosh
(x)
45
__ieee754_cosh
(double x)
function
math_private.h
213
#define
__ieee754_cosh
cosh
macro
Completed in 65 milliseconds