Searched refs:sqrt2 (Results 1 – 9 of 9) sorted by relevance
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 147 \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/ |
D | fp-sqrt-01.ll | 101 %sqrt2 = call float @llvm.sqrt.f32(float %val2) 137 store volatile float %sqrt2, float *%ptr
|
D | fp-sqrt-02.ll | 101 %sqrt2 = call double @llvm.sqrt.f64(double %val2) 137 store volatile double %sqrt2, double *%ptr
|
/external/opencv/cvaux/src/ |
D | cvhmmobs.cpp | 511 static const double sqrt2 = 1.4142135623730950488016887242097; in icvCalcDCTMatrix() local 550 scale *= sqrt2; in icvCalcDCTMatrix()
|
/external/speex/libspeex/ |
D | smallft.c | 753 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/ |
D | smallft.c | 751 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/ |
D | lp_bld_arit.c | 2926 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/ |
D | lp_bld_arit.c | 2926 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/ |
D | guest_ppc_toIR.c | 12967 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()
|