Searched defs:fmul (Results 1 – 3 of 3) sorted by relevance
3 double fmul(double x, double y) { return x * y; } in fmul() function
51 static float fmul(float x, float y) in fmul() function
2399 bi_index fmul = bi_fma_f32(b, fsat->dest[0], bi_imm_f32(max_lod * 256.0f), in bi_emit_texc_lod_88() local