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

  /external/opencv/cvaux/src/
cvhmmobs.cpp 511 static const double sqrt2 = 1.4142135623730950488016887242097; local
550 scale *= sqrt2;
  /external/speex/libspeex/
smallft.c 753 static float sqrt2=1.414213562373095f; local
832 ch[t5+=t0]=sqrt2*(tr1-ti1);
834 ch[t5+=t0]=-sqrt2*(tr1+ti1);

Completed in 58 milliseconds