fdiv
static float fdiv(float x, float y)
double fdiv(double x, double y) { return x / y; }
fdiv = 0x13,