Searched refs:sqrt2 (Results 1 – 9 of 9) sorted by relevance
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 151 \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/ |
D | DfpField.java | 603 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/ |
D | fp-sqrt-01.ll | 102 %sqrt2 = call float @llvm.sqrt.f32(float %val2) 138 store volatile float %sqrt2, float *%ptr
|
D | fp-sqrt-02.ll | 102 %sqrt2 = call double @llvm.sqrt.f64(double %val2) 138 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/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/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/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/VEX/priv/ |
D | guest_ppc_toIR.c | 14109 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()
|