Searched defs:ScalarWithExceptions (Results 1 – 1 of 1) sorted by relevance
25 class ScalarWithExceptions class28 ScalarWithExceptions() { init(); } in ScalarWithExceptions() function in ScalarWithExceptions29 ScalarWithExceptions(const float& _v) { init(); *v = _v; } in ScalarWithExceptions() function in ScalarWithExceptions30 ScalarWithExceptions(const ScalarWithExceptions& other) { init(); *v = *(other.v); } in ScalarWithExceptions() function in ScalarWithExceptions73 ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; } in imag()