3 #include "workarounds.h"
5 void Workarounds::copy_int(int &a, int &b)
10 double Workarounds::divide_double(double a, double b)
15 void Workarounds::copy_double(double *a, double b)
21 void Workarounds::clamp(int32_t &x, int32_t y, int32_t z)
28 void Workarounds::clamp(int64_t &x, int64_t y, int64_t z)
35 void Workarounds::clamp(float &x, float y, float z)
42 void Workarounds::clamp(double &x, double y, double z)
49 float Workarounds::pow(float x, float y)