Searched refs:h22 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | model.c | 76 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 D | clocks-common.c | 93 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 D | omap_common.h | 498 s8 h22; member
|