Home
last modified time | relevance | path

Searched refs:lg10 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libm/common/Q/
H A Dexp10l.c57 lg10 = 3.321928094887362347870319429489390175865e+0000L, variable
95 t = anintl(x * lg10); in exp10l()
/titanic_41/usr/src/lib/libm/common/C/
H A Dexp10.c57 #define lg10 C[0] macro
105 t = x * lg10; in exp10()