Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/flt-32/ !
De_exp10f.c132 #define InvLn10N (0x3.5269e12f346e2p0 * N) /* log(10)/log(2) to nearest */ macro
176 z = InvLn10N * xd; in __exp10f()