HomeSort by relevance Sort by last modified time
    Searched refs:FLOOR_NOEXC (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdlib_types.hpp 126 FLOOR_NOEXC = static_cast<int>(TO_NEG_INF) | static_cast<int>(NO_EXC),
simdlib_interface.hpp 73 FLOOR_NOEXC = static_cast<int>(TO_NEG_INF) | static_cast<int>(NO_EXC),
simdlib_128_avx.inl 136 static SIMDINLINE Float SIMDCALL floor_ps(Float a) { return round_ps<RoundMode::FLOOR_NOEXC>(a); }
simdlib_256_avx.inl 204 static SIMDINLINE Float SIMDCALL floor_ps(Float const &a) { return round_ps<RoundMode::FLOOR_NOEXC>(a); }
simdlib_512_avx512.inl 188 static SIMDINLINE Float SIMDCALL floor_ps(Float a) { return round_ps<RoundMode::FLOOR_NOEXC>(a); }
simdlib_512_emu.inl 174 static SIMDINLINE Float SIMDCALL floor_ps(Float const &a) { return round_ps<RoundMode::FLOOR_NOEXC>(a); }

Completed in 65 milliseconds