Home
last modified time | relevance | path

Searched defs:a_flt_s (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
H A Dsoftfloat.c458 uint64_t a_flt_s = (a_di.u >> 63) & 0x1; in _mesa_double_add_rtz() local
679 uint64_t a_flt_s = (a_di.u >> 63) & 0x1; in _mesa_double_sub_rtz() local
834 uint64_t a_flt_s = (a_di.u >> 63) & 0x1; in _mesa_double_mul_rtz() local
940 uint64_t a_flt_s = (a_di.u >> 63) & 0x1; in _mesa_double_fma_rtz() local
1205 uint32_t a_flt_s = (a_fi.u >> 31) & 0x1; _mesa_float_fma_rtz() local
[all...]

Completed in 3 milliseconds