Searched refs:sg2 (Results 1 – 4 of 4) sorted by relevance
35 #!:ext sg2
1771 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand() local 1772 do { *sg1++=*sg2; } while ((sg2++->wSgFlag & SG_FLAG_EOT)==0); in fDeviceSendCommand() 1781 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand() local 1782 do { *sg1++=*sg2; } while ((sg2++->wSgFlag & SG_FLAG_EOT)==0); in fDeviceSendCommand()
252 function = "sg2";
7697 double sg2 = sg * sg; in outlier_variance() local7700 auto c_max = [n, mn, sb2, sg2](double x) -> double { in outlier_variance()7705 double k1 = sb2 - n * sg2 + nd; in outlier_variance()7706 double det = k1 * k1 - 4 * sg2 * k0; in outlier_variance()7710 auto var_out = [n, sb2, sg2](double c) { in outlier_variance()7712 return (nc / n) * (sb2 - nc * sg2); in outlier_variance()