Searched refs:exp_table (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.c55 static GLfloat exp_table[FOG_EXP_TABLE_SIZE]; variable in typeref:typename:GLfloat[]
65 result = exp_table[k] + (f-k)*(exp_table[k+1]-exp_table[k]); \
76 * Initialize the exp_table[] lookup table for approximating exp().
84 exp_table[i] = (GLfloat) exp(-f);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.c54 static GLfloat exp_table[FOG_EXP_TABLE_SIZE]; variable in typeref:typename:GLfloat[]
64 result = exp_table[k] + (f-k)*(exp_table[k+1]-exp_table[k]); \
75 * Initialize the exp_table[] lookup table for approximating exp().
83 exp_table[i] = (GLfloat) exp(-f);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_fog.c52 static GLfloat exp_table[FOG_EXP_TABLE_SIZE]; variable in typeref:typename:GLfloat[]
63 result = exp_table[k] + (f-k)*(exp_table[k+1]-exp_table[k]); \
74 * Initialize the exp_table[] lookup table for approximating exp().
82 exp_table[i] = expf(-f);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_fog.c52 static GLfloat exp_table[FOG_EXP_TABLE_SIZE]; variable in typeref:typename:GLfloat[]
63 result = exp_table[k] + (f-k)*(exp_table[k+1]-exp_table[k]); \
74 * Initialize the exp_table[] lookup table for approximating exp().
82 exp_table[i] = expf(-f);

Completed in 4 milliseconds