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

  /external/opencv/cvaux/src/
cvhmmobs.cpp 511 static const double sqrt2 = 1.4142135623730950488016887242097; local
550 scale *= sqrt2;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 824 long sqrt2, oneoversqrt2, one_pt5; local
833 sqrt2 =1518500250L;
865 xx = inv_q30_mult(xx,sqrt2);
  /external/libvorbis/lib/
smallft.c 751 static float sqrt2=1.414213562373095f; local
830 ch[t5+=t0]=sqrt2*(tr1-ti1);
832 ch[t5+=t0]=-sqrt2*(tr1+ti1);
  /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);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2926 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2926 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 12967 IRTemp sqrt2 = newTemp(Ity_F64); local
    [all...]

Completed in 1091 milliseconds