OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fastexpf
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
fp.h
66
* 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
light.cpp
126
return clampF(gglFloatToFixed(
fastexpf
(-e)));
131
return clampF(gglFloatToFixed(
fastexpf
(-e*e)));
Completed in 2070 milliseconds