Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/
DMatrixFunctions147 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\
148 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\
197 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\
198 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\
255 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\
256 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\
/external/llvm/test/CodeGen/SystemZ/
Dfp-sqrt-01.ll101 %sqrt2 = call float @llvm.sqrt.f32(float %val2)
137 store volatile float %sqrt2, float *%ptr
Dfp-sqrt-02.ll101 %sqrt2 = call double @llvm.sqrt.f64(double %val2)
137 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/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/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/chromium_org/third_party/mesa/src/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/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/main/VEX/priv/
Dguest_ppc_toIR.c12967 IRTemp sqrt2 = newTemp(Ity_F64); in dis_vxv_misc() local
12981 assign( sqrt2, binop( Iop_SqrtF64, rm, mkexpr( b2 ) ) ); in dis_vxv_misc()
13006 resp ? mkexpr( b2 ) : mkexpr( sqrt2 ) ) ) ) ); in dis_vxv_misc()