Searched refs:EXPF (Results 1 – 3 of 3) sorted by relevance
52 f = EXPF(-d * z); in _swrast_z_to_fogfactor()57 f = EXPF(-(d * d * z * z)); in _swrast_z_to_fogfactor()69 #define EXP_FOG(f, coord) f = EXPF(density * coord)76 f = EXPF(tmp); \
266 #define EXPF(x) expf(x) macro274 #define EXPF(x) ((GLfloat) exp(x)) macro
81 exp_table[i] = EXPF(-f); in init_static_data()