Go to the source code of this file.
Namespaces | |
mathSSE | |
Functions | |
template<> | |
bool | mathSSE::__attribute__ ((always_inline)) __attribute__((pure)) samesign< int >(int rh |
mathSSE::return ((rh ^ lh) &mask) == 0 | |
template<typename T > | |
bool | mathSSE::samesign (T rh, T lh) |
return | mathSSE::samesign< int > (a.i, b.i) |
return | mathSSE::samesign< long long > (a.i, b.i) |
Variables | |
a | mathSSE::f = rh |
bool int | mathSSE::lh |