Lines Matching refs:sqrtf
316 data.f[c] = 1.0F / sqrtf(op[0]->value.f[c]);
323 data.f[c] = sqrtf(op[0]->value.f[c]);
1096 return new(mem_ctx) ir_constant(sqrtf(length_squared));
1171 return new(mem_ctx) ir_constant(sqrtf(dot(op[0], op[0])));
1236 float length = sqrtf(dot(op[0], op[0]));
1293 data.f[c] = eta * op[0]->value.f[c] - (eta * dot_NI + sqrtf(k))