Home
last modified time | relevance | path

Searched refs:h22 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/test/
H A Dmodel.c76 double h11, double h12, double h22, in bestfit() argument
82 if (h22>1e-20*h11) { in bestfit()
83 a = h12/h22; /* u[] = x[] - a*y[] is orthogonal to y[] */ in bestfit()
84 *cy = sy/h22; /* *cy*y[] is projection of s[] onto y[] */ in bestfit()
89 uu = h11 - 2*a*h12 + a*a*h22; in bestfit()
93 w2 = *cy * *cy * h22; in bestfit()
128 long double h11,h12,h22; in bigcalc() local
180 h11 = h12 = h22 = 0; in bigcalc()
195 h22 += v*v; in bigcalc()
202 s2 = bestfit(sx,sy,h11,h12,h22,&cx,&cy)/(k1+1); in bigcalc()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c93 if (params->h22 >= 0) in setup_post_dividers()
94 writel(params->h22, &dpll_regs->cm_div_h22_dpll); in setup_post_dividers()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Domap_common.h498 s8 h22; member