Searched refs:_mesa_double_to_float_rtz (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddouble.c35 _mesa_double_to_float_rtz(double val) function in typeref:typename:float
H A Ddouble.h41 float _mesa_double_to_float_rtz(double val);
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_constant_expressions.c25611 dst = _mesa_double_to_float_rtz(src0);
25639 dst = _mesa_double_to_float_rtz(src0);
25667 dst = _mesa_double_to_float_rtz(src0);
26582 dst = _mesa_double_to_float_rtz((double)src0 + (double)src1);
26619 dst = _mesa_double_to_float_rtz((double)src0 + (double)src1);
26652 dst = _mesa_double_to_float_rtz((double)src0 + (double)src1);
31797 dst = _mesa_double_to_float_rtz(_mesa_double_fma_rtz(src0, src1, src2));
31841 dst = _mesa_double_to_float_rtz(_mesa_double_fma_rtz(src0, src1, src2));
31881 dst = _mesa_double_to_float_rtz(_mesa_double_fma_rtz(src0, src1, src2));
33322 dst = _mesa_double_to_float_rtz((doubl
[all...]

Completed in 64 milliseconds