Home
last modified time | relevance | path

Searched defs:ScalarWithExceptions (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dexceptions.cpp25 class ScalarWithExceptions class
28 ScalarWithExceptions() { init(); } in ScalarWithExceptions() function in ScalarWithExceptions
29 ScalarWithExceptions(const float& _v) { init(); *v = _v; } in ScalarWithExceptions() function in ScalarWithExceptions
30 ScalarWithExceptions(const ScalarWithExceptions& other) { init(); *v = *(other.v); } in ScalarWithExceptions() function in ScalarWithExceptions
73 ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; } in imag()