Searched refs:coeff (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh224 const double coeff; member in struct:MultiperspectivePerceptron::HistorySpec
234 p2(_p2), p3(_p3), coeff(_coeff), size(_size), width(_width),
485 GHIST(int p1, int p2, double coeff, int size, int width, argument
487 : HistorySpec(p1, p2, 0, coeff, size, width, mpp)
536 ACYCLIC(int p1, int p2, int p3, double coeff, int size, int width, argument
538 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
584 MODHIST(int p1, int p2, double coeff, int size, int width, argument
586 : HistorySpec(p1, p2, 0, coeff, size, width, mpp)
613 BIAS(double coeff, int size, int width, argument
615 : HistorySpec(0, 0, 0, coeff, siz
628 RECENCY(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
670 IMLI(int p1, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
691 PATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
737 LOCAL(int p1, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
759 MODPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
786 GHISTPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
858 GHISTMODPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
890 BLURRYPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
936 RECENCYPOS(int p1, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
977 SGHISTPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
[all...]
H A Dmultiperspective_perceptron.cc341 int weight = spec.coeff * ((spec.width == 5) ?
424 int weight = spec.coeff * ((spec.width == 5) ?
H A Dmultiperspective_perceptron_tage.cc440 yout += specs[i]->coeff *
/gem5/src/arch/arm/insts/
H A Dfplib.cc2926 static uint16_t coeff[32] = { local
2961 coeff[op & ((1 << 5) - 1)]);
2968 static uint32_t coeff[64] = { local
3035 coeff[op & ((1 << 6) - 1)]);
3042 static uint64_t coeff[64] = { local
3109 coeff[op & ((1 << 6) - 1)]);
4356 static uint16_t coeff[2][8] = {
4380 fp16_muladd(coeff[op2 >> (FP16_BITS - 1)][coeff_index], op1,
4390 static uint32_t coeff[2][8] = { local
4414 fp32_muladd(coeff[op
4424 static uint64_t coeff[2][8] = { local
[all...]

Completed in 35 milliseconds