Lines Matching refs:pure

46 auto complex(R)(const R re)  @safe pure nothrow @nogc
56 auto complex(R, I)(const R re, const I im) @safe pure nothrow @nogc
66 @safe pure nothrow unittest
129 string toString() const @safe /* TODO: pure nothrow */
171 @safe pure nothrow @nogc:
483 @safe pure nothrow unittest
660 @safe pure nothrow unittest
671 @safe pure nothrow unittest
719 @safe pure nothrow unittest
741 T abs(T)(Complex!T z) @safe pure nothrow @nogc
748 @safe pure nothrow unittest
756 @safe pure nothrow @nogc unittest
764 @safe pure nothrow @nogc unittest
784 T sqAbs(T)(Complex!T z) @safe pure nothrow @nogc
790 @safe pure nothrow unittest
802 T sqAbs(T)(const T x) @safe pure nothrow @nogc
808 @safe pure nothrow unittest
822 T arg(T)(Complex!T z) @safe pure nothrow @nogc
829 @safe pure nothrow unittest
845 T norm(T)(Complex!T z) @safe pure nothrow @nogc
851 @safe pure nothrow @nogc unittest
866 Complex!T conj(T)(Complex!T z) @safe pure nothrow @nogc
872 @safe pure nothrow unittest
878 @safe pure nothrow @nogc unittest
908 @safe pure nothrow unittest
924 @safe pure nothrow @nogc
932 @safe pure nothrow unittest
946 int ceqrel(T)(const Complex!T x, const Complex!T y) @safe pure nothrow @nogc
961 Complex!T sin(T)(Complex!T z) @safe pure nothrow @nogc
969 @safe pure nothrow unittest
976 @safe pure nothrow unittest
983 Complex!T cos(T)(Complex!T z) @safe pure nothrow @nogc
991 @safe pure nothrow unittest
1000 @safe pure nothrow unittest
1009 Complex!T tan(T)(Complex!T z) @safe pure nothrow @nogc
1015 @safe pure nothrow @nogc unittest
1019 int ceqrel(T)(const Complex!T x, const Complex!T y) @safe pure nothrow @nogc
1036 Complex!T asin(T)(Complex!T z) @safe pure nothrow @nogc
1043 @safe pure nothrow unittest
1051 @safe pure nothrow unittest
1060 Complex!T acos(T)(Complex!T z) @safe pure nothrow @nogc
1068 @safe pure nothrow unittest
1077 @safe pure nothrow unittest
1086 Complex!T atan(T)(Complex!T z) @safe pure nothrow @nogc
1103 @safe pure nothrow @nogc unittest
1118 Complex!T sinh(T)(Complex!T z) @safe pure nothrow @nogc
1126 @safe pure nothrow unittest
1135 Complex!T cosh(T)(Complex!T z) @safe pure nothrow @nogc
1143 @safe pure nothrow unittest
1152 Complex!T tanh(T)(Complex!T z) @safe pure nothrow @nogc
1158 @safe pure nothrow @nogc unittest
1173 Complex!T asinh(T)(Complex!T z) @safe pure nothrow @nogc
1180 @safe pure nothrow unittest
1190 Complex!T acosh(T)(Complex!T z) @safe pure nothrow @nogc
1196 @safe pure nothrow unittest
1206 Complex!T atanh(T)(Complex!T z) @safe pure nothrow @nogc
1223 @safe pure nothrow @nogc unittest
1239 Complex!real expi(real y) @trusted pure nothrow @nogc
1246 @safe pure nothrow unittest
1260 Complex!real coshisinh(real y) @safe pure nothrow @nogc
1276 @safe pure nothrow @nogc unittest
1286 Complex!T sqrt(T)(Complex!T z) @safe pure nothrow @nogc
1331 @safe pure nothrow unittest
1340 @safe pure nothrow unittest
1391 @safe pure nothrow @nogc unittest
1423 Complex!T exp(T)(Complex!T x) @trusted pure nothrow @nogc // TODO: @safe
1472 @safe pure nothrow @nogc unittest
1486 @safe pure nothrow @nogc unittest
1522 @safe pure nothrow @nogc unittest
1567 Complex!T log(T)(Complex!T x) @safe pure nothrow @nogc
1615 @safe pure nothrow @nogc unittest
1632 @safe pure nothrow @nogc unittest
1665 @safe pure nothrow @nogc unittest
1696 Complex!T log10(T)(Complex!T x) @safe pure nothrow @nogc
1704 @safe pure nothrow @nogc unittest
1718 @safe pure nothrow @nogc unittest
1754 Complex!T pow(T, Int)(Complex!T x, const Int n) @safe pure nothrow @nogc
1773 @safe pure nothrow @nogc unittest
1785 Complex!T pow(T)(Complex!T x, const T n) @trusted pure nothrow @nogc
1800 @safe pure nothrow @nogc unittest
1814 Complex!T pow(T)(Complex!T x, Complex!T y) @trusted pure nothrow @nogc
1820 @safe pure nothrow @nogc unittest
1834 Complex!T pow(T)(const T x, Complex!T n) @trusted pure nothrow @nogc
1844 @safe pure nothrow @nogc unittest
1857 @safe pure nothrow @nogc unittest
1878 @safe pure nothrow @nogc unittest