Searched defs:Cn (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/InstPrinter/ |
H A D | AArch64InstPrinter.cpp | 673 const MCOperand &Cn = MI->getOperand(1); local 678 unsigned CnVal = Cn.getImm();
|
/external/opencv/ml/src/ |
H A D | mlsvm.cpp | 344 // 0 <= alpha_i <= Cn for y_i = -1 348 // Q, b, y, Cp, Cn, and an initial feasible point \alpha 1283 const void* _responses, double Cp, double Cn, 1298 Cp, Cn, _storage, kernel, alpha, si ) : 1425 double Cp = params.C, Cn = Cp; local 1443 Cn = class_weights->data.db[j]; 1447 Cp, Cn, temp_storage, alpha, df->rho )) 1282 train1( int sample_count, int var_count, const float** samples, const void* _responses, double Cp, double Cn, CvMemStorage* _storage, double* alpha, double& rho ) argument
|
Completed in 168 milliseconds