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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 603 Dfp sqrt2 = two.sqrt(); local
604 Dfp yk = sqrt2.subtract(one);
607 Dfp ak = two.multiply(three.subtract(two.multiply(sqrt2)));
  /external/opencv/cvaux/src/
cvhmmobs.cpp 511 static const double sqrt2 = 1.4142135623730950488016887242097; local
550 scale *= sqrt2;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.c 825 long sqrt2, oneoversqrt2, one_pt5; local
834 sqrt2 =1518500250L;
866 xx = inv_q30_mult(xx,sqrt2);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 825 long sqrt2, oneoversqrt2, one_pt5; local
834 sqrt2 =1518500250L;
866 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/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 
  /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/VEX/priv/
guest_ppc_toIR.c 14250 IRTemp sqrt2 = newTemp(Ity_F64); local
    [all...]

Completed in 930 milliseconds