Searched refs:SQRTF (Results 1 – 9 of 9) sorted by relevance
102 #define SQRTF(X) (float) sqrt((float) (X)) macro108 #define INV_SQRTF(X) (1.0F / SQRTF(X))
707 return SQRTF(LEN_SQUARED_3FV(v)); in LEN_3FV()713 return SQRTF(LEN_SQUARED_2FV(v)); in LEN_2FV()
1041 ctx->_ModelViewInvScale = (GLfloat) SQRTF(f); in update_modelview_scale()
74 ; CHECK-NEXT: [[SQRTF:%[a-z0-9]+]] = call float @sqrtf(float %x) [[NUW_RO]]75 ; CHECK-NEXT: [[FABSF:%[a-z0-9]+]] = call float @fabsf(float [[SQRTF]]) [[NUW_RO]]
121 line.len = SQRTF(line.dx * line.dx + line.dy * line.dy); in NAME()
422 GLfloat x = SQRTF(dudx * dudx + dvdx * dvdx); in _swrast_compute_lambda()423 GLfloat y = SQRTF(dudy * dudy + dvdy * dvdy); in _swrast_compute_lambda()
1798 numSamples = ceil(SQRTF(Px2)); in sample_2d_footprint()1803 numSamples = ceil(SQRTF(Py2)); in sample_2d_footprint()
432 SQRTF( eye[0]*eye[0] + eye[1]*eye[1] + eye[2]*eye[2] ); in _tnl_RasterPos()
859 const GLfloat mag = SQRTF(x * x + y * y + z * z); in _math_matrix_rotate()