HomeSort by relevance Sort by last modified time
    Searched refs:pythag (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 485 static float pythag(float x, float y) {
524 return pythag(mPositionX - x, mPositionY - y);
636 mHeadingMagnitude = pythag(mHeadingX, mHeadingY);
671 final float speed = pythag(mVelocityX, mVelocityY);
  /external/opencv/cxcore/src/
cxsvd.cpp 208 pythag( double a, double b ) function
521 h = pythag( f, g );
541 g = pythag( f, 1 );
554 z = pythag( f, h );
566 z = pythag( f, h );
917 h = pythag( f, g );
937 g = pythag( f, 1 );
950 z = pythag( f, h );
962 z = pythag( f, h );
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 450 private static float pythag(float x, float y) { method in class:GameView
521 return pythag(mPositionX - x, mPositionY - y);
921 mHeadingMagnitude = pythag(mHeadingX, mHeadingY);
    [all...]

Completed in 89 milliseconds