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

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
sqrt_const.go 20 {"sqrt2", 2, math.Sqrt(2), math.Sqrt2},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
sqrt_const.go 20 {"sqrt2", 2, math.Sqrt(2), math.Sqrt2},
  /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/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/deqp/framework/common/
tcuTexLookupVerifier.cpp 2138 const float sqrt2 = deFloatSqrt(2.0f); local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 14250 IRTemp sqrt2 = newTemp(Ity_F64); local
    [all...]

Completed in 433 milliseconds