Searched defs:fastexpf (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dfp.h66 * float fastexpf(float) : a fast approximation of expf(x)
75 inline float fastexpf(float y) __attribute__((const));
77 inline float fastexpf(float y) function in namespace:android::gl

Completed in 272 milliseconds