Home
last modified time | relevance | path

Searched refs:INV_SQRTF (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_norm_tmp.h71 GLfloat scale = INV_SQRTF(len); in TAG()
138 GLfloat scale = INV_SQRTF(len); in TAG()
325 len = INV_SQRTF(len); in TAG()
Dm_debug_norm.c168 scale = INV_SQRTF( len ); in ref_norm_transform_normalize()
244 length[i] = INV_SQRTF( LEN_SQUARED_3FV( s[i] ) ); in test_norm_function()
/external/mesa3d/src/mesa/tnl/
Dt_vb_points.c67 const GLfloat atten = (q != 0.0F) ? INV_SQRTF(q) : 1.0F; in run_point_stage()
Dt_vb_texgen.c120 m[i] = 0.5F * INV_SQRTF(m[i]); in build_m3()
149 m[i] = 0.5F * INV_SQRTF(m[i]); in build_m2()
Dt_rasterpos.c274 mInv = 0.5F * INV_SQRTF(m); in compute_texgen()
/external/mesa3d/src/mesa/main/
Dimports.h108 #define INV_SQRTF(X) (1.0F / SQRTF(X)) macro
Dmacros.h723 len = INV_SQRTF(len); in NORMALIZE_3FV()
Dlight.c1039 ctx->_ModelViewInvScale = (GLfloat) INV_SQRTF(f); in update_modelview_scale()
/external/mesa3d/src/mesa/program/
Dprog_execute.c1254 tmp = INV_SQRTF(tmp); in _mesa_execute_program()
1269 tmp = INV_SQRTF(tmp); in _mesa_execute_program()
1450 result[0] = result[1] = result[2] = result[3] = INV_SQRTF(a[0]); in _mesa_execute_program()