Searched defs:fsub (Results 1 – 3 of 3) sorted by relevance
200 struct qinst *fsub = c->defs[inst->src[1].index]; in qir_opt_algebraic() local215 struct qinst *fsub = c->defs[inst->src[0].index]; in qir_opt_algebraic() local
2 double fsub(double x, double y) { return x - y; } in fsub() function
31 static float fsub(float x, float y) in fsub() function