Home | Sort by: relevance | last modified time | path |
/src/lib/libm/noieee_src/ | |
n_exp2f.c | 72 * exp2f(x): compute the base 2 exponential of x 80 * Thus we have exp2f(x) = 2**k * exp2(y). 98 exp2f(float x) function in typeref:typename:float |
/src/lib/libm/src/ | |
s_exp2f.c | 92 * exp2f(x): compute the base 2 exponential of x 100 * Thus we have exp2f(x) = 2**k * exp2(y). 118 exp2f(float x) function in typeref:typename:float |