Home
last modified time | relevance | path

Searched refs:sqrt2 (Results 1 – 9 of 9) sorted by relevance

/external/eigen/unsupported/Eigen/
DMatrixFunctions151 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\
152 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\
201 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\
202 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\
260 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\
261 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\
322 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\
323 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpField.java603 Dfp sqrt2 = two.sqrt();
604 Dfp yk = sqrt2.subtract(one);
607 Dfp ak = two.multiply(three.subtract(two.multiply(sqrt2)));
/external/llvm/test/CodeGen/SystemZ/
Dfp-sqrt-01.ll102 %sqrt2 = call float @llvm.sqrt.f32(float %val2)
138 store volatile float %sqrt2, float *%ptr
Dfp-sqrt-02.ll102 %sqrt2 = call double @llvm.sqrt.f64(double %val2)
138 store volatile double %sqrt2, double *%ptr
/external/opencv/cvaux/src/
Dcvhmmobs.cpp511 static const double sqrt2 = 1.4142135623730950488016887242097; in icvCalcDCTMatrix() local
550 scale *= sqrt2; in icvCalcDCTMatrix()
/external/libvorbis/lib/
Dsmallft.c751 static float sqrt2=1.414213562373095f; in dradb4() local
830 ch[t5+=t0]=sqrt2*(tr1-ti1); in dradb4()
832 ch[t5+=t0]=-sqrt2*(tr1+ti1); in dradb4()
/external/speex/libspeex/
Dsmallft.c753 static float sqrt2=1.414213562373095f; in dradb4() local
832 ch[t5+=t0]=sqrt2*(tr1-ti1); in dradb4()
834 ch[t5+=t0]=-sqrt2*(tr1+ti1); in dradb4()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2926 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); in lp_build_ilog2() local
2934 x = LLVMBuildFMul(builder, x, sqrt2, ""); in lp_build_ilog2()
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c14109 IRTemp sqrt2 = newTemp(Ity_F64); in dis_vxv_misc() local
14123 assign( sqrt2, binop( Iop_SqrtF64, rm, mkexpr( b2 ) ) ); in dis_vxv_misc()
14148 resp ? mkexpr( b2 ) : mkexpr( sqrt2 ) ) ) ) ); in dis_vxv_misc()