Searched refs:coeff (Results 1 – 1 of 1) sorted by relevance
2472 static const uint16_t coeff[] = { in HELPER() local2485 d[i] = coeff[idx] | (exp << 10); in HELPER()2492 static const uint32_t coeff[] = { in HELPER() local2517 d[i] = coeff[idx] | (exp << 23); in HELPER()2524 static const uint64_t coeff[] = { in HELPER() local2555 d[i] = coeff[idx] | (exp << 52); in HELPER()5136 static const float16 coeff[16] = { local5158 d[i] = float16_muladd(n[i], mm, coeff[xx], flags, s);5165 static const float32 coeff[16] = { in HELPER() local5189 d[i] = float32_muladd(n[i], mm, coeff[xx], flags, s); in HELPER()[all …]