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

  /development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.cpp 182 double m,hyp[27],x1_temp[3],x2_temp[3],xp1_temp[3],xp2_temp[3]; local
208 hyp_point=hyp+9*i;
225 db_Copy9(H,hyp+9*best_sol);
  /external/chromium_org/ui/gfx/android/
scroller.cc 410 const float hyp = std::sqrt(delta_x_ * delta_x_ + delta_y_ * delta_y_); local
411 if (hyp > kEpsilon) {
412 delta_x_norm_ = delta_x_ / hyp;
413 delta_y_norm_ = delta_y_ / hyp;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 974 input = ANTLR3::StringStream.new(source, :file => 'blah-de-blah.hyp')
983 lexer = Hypothetical::Lexer.new("some hypothetical source code", :file => 'blah-de-blah.hyp')
    [all...]

Completed in 256 milliseconds