openjij
Framework for the Ising model and QUBO.
|
Namespaces | |
namespace | local |
Classes | |
class | PowGenerator |
Functions | |
float | exp (float x) |
double | expd (double x) |
__m128d | exp_pd (__m128d x) |
void | expd_v (double *px, size_t n) |
__m128 | exp_ps (__m128 x) |
float | log (float x) |
__m128 | log_ps (__m128 x) |
float | log2 (float x) |
float | exp2 (float x) |
__m128d | log_pd (__m128d x) |
__m128 | pow_ps (__m128 x, __m128 y) |
__m128d | pow_pd (__m128d x, __m128d y) |
|
inline |
References fmath::local::C< EXP_N, LOG_N, EXPD_N >::expVar, fmath::local::ExpVar< N >::f88, and fmath::local::mask().
Referenced by exp2().
|
inline |
|
inline |
References expd(), fmath::local::C< EXP_N, LOG_N, EXPD_N >::expdVar, fmath::local::mask(), and MIE_ALIGN.
Referenced by pow_pd().
|
inline |
References fmath::local::C< EXP_N, LOG_N, EXPD_N >::expVar.
Referenced by pow_ps().
|
inline |
References fmath::local::C< EXP_N, LOG_N, EXPD_N >::expdVar, and fmath::local::mask().
Referenced by exp_pd(), and expd_v().
|
inline |
References expd(), fmath::local::C< EXP_N, LOG_N, EXPD_N >::expdVar, and fmath::local::mask().
|
inline |
References fmath::local::C< EXP_N, LOG_N, EXPD_N >::logVar, and fmath::local::mask().
Referenced by log2(), log_pd(), and fmath::local::LogVar< N >::LogVar().
|
inline |
|
inline |
|
inline |
References fmath::local::C< EXP_N, LOG_N, EXPD_N >::logVar, and MIE_PACK.
Referenced by pow_ps().
|
inline |