Searched defs:a_x (Results 1 – 4 of 4) sorted by relevance
70 explicit Base(int a_x) : x_(a_x) {} in Base()79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1()87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2()
26 T generic_fast_tanh_float(const T& a_x) in generic_fast_tanh_float()
14 float a_x; member