OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_e
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libm/complex/
catrig.c
62
m_e
= 2.7182818284590452e0, /* 0x15bf0a8b145769.0p-51 */
501
return (CMPLX(log(hypot(x /
m_e
, y /
m_e
)) + 1, atan2(y, x)));
catrigf.c
76
m_e
= 2.7182818285e0, /* 0xadf854.0p-22 */
307
return (CMPLXF(logf(hypotf(x /
m_e
, y /
m_e
)) + 1,
catrigl.c
112
m_e
= 2.71828182845904523536028747135266250e0L, /* 0x15bf0a8b1457695355fb8ac404e7a.0p-111 */
variable in typeref:typename:const long double
336
return (CMPLXL(logl(hypotl(x /
m_e
, y /
m_e
)) + 1, atan2l(y, x)));
Completed in 166 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025