• Home
  • Raw
  • Download

Lines Matching defs:Self

294     fn floor(self) -> Self {  in floor()
328 fn ceil(self) -> Self { in ceil()
361 fn round(self) -> Self { in round()
405 fn trunc(self) -> Self { in trunc()
437 fn fract(self) -> Self { in fract()
466 fn abs(self) -> Self { in abs()
500 fn signum(self) -> Self { in signum()
585 fn min(self, other: Self) -> Self { in min()
619 fn max(self, other: Self) -> Self { in max()
652 fn recip(self) -> Self { in recip()
676 fn powi(mut self, mut exp: i32) -> Self { in powi()
704 fn to_degrees(self) -> Self; in to_degrees()
723 fn to_radians(self) -> Self; in to_radians()
786 fn to_degrees(self) -> Self { in to_degrees()
794 fn to_radians(self) -> Self { in to_radians()
860 fn to_degrees(self) -> Self { in to_degrees()
869 fn to_radians(self) -> Self { in to_radians()
1116 fn floor(self) -> Self; in floor()
1129 fn ceil(self) -> Self; in ceil()
1143 fn round(self) -> Self; in round()
1156 fn trunc(self) -> Self; in trunc()
1171 fn fract(self) -> Self; in fract()
1191 fn abs(self) -> Self; in abs()
1210 fn signum(self) -> Self; in signum()
1266 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add()
1277 fn recip(self) -> Self; in recip()
1291 fn powi(self, n: i32) -> Self; in powi()
1303 fn powf(self, n: Self) -> Self; in powf()
1320 fn sqrt(self) -> Self; in sqrt()
1336 fn exp(self) -> Self; in exp()
1350 fn exp2(self) -> Self; in exp2()
1366 fn ln(self) -> Self; in ln()
1385 fn log(self, base: Self) -> Self; in log()
1399 fn log2(self) -> Self; in log2()
1413 fn log10(self) -> Self; in log10()
1427 fn to_degrees(self) -> Self { in to_degrees()
1445 fn to_radians(self) -> Self { in to_radians()
1461 fn max(self, other: Self) -> Self; in max()
1473 fn min(self, other: Self) -> Self; in min()
1492 fn abs_sub(self, other: Self) -> Self; in abs_sub()
1506 fn cbrt(self) -> Self; in cbrt()
1522 fn hypot(self, other: Self) -> Self; in hypot()
1536 fn sin(self) -> Self; in sin()
1550 fn cos(self) -> Self; in cos()
1563 fn tan(self) -> Self; in tan()
1580 fn asin(self) -> Self; in asin()
1597 fn acos(self) -> Self; in acos()
1612 fn atan(self) -> Self; in atan()
1641 fn atan2(self, other: Self) -> Self; in atan2()
1659 fn sin_cos(self) -> (Self, Self); in sin_cos()
1674 fn exp_m1(self) -> Self; in exp_m1()
1690 fn ln_1p(self) -> Self; in ln_1p()
1708 fn sinh(self) -> Self; in sinh()
1726 fn cosh(self) -> Self; in cosh()
1744 fn tanh(self) -> Self; in tanh()
1758 fn asinh(self) -> Self; in asinh()
1772 fn acosh(self) -> Self; in acosh()
1787 fn atanh(self) -> Self; in atanh()
1981 fn abs_sub(self, other: Self) -> Self { in abs_sub()
1985 fn floor(self) -> Self { in floor()
1989 fn ceil(self) -> Self { in ceil()
1993 fn round(self) -> Self { in round()
1997 fn trunc(self) -> Self { in trunc()
2001 fn abs(self) -> Self { in abs()
2005 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add()
2009 fn powf(self, n: Self) -> Self { in powf()
2013 fn sqrt(self) -> Self { in sqrt()
2017 fn exp(self) -> Self { in exp()
2021 fn exp2(self) -> Self { in exp2()
2025 fn ln(self) -> Self { in ln()
2029 fn log2(self) -> Self { in log2()
2033 fn log10(self) -> Self { in log10()
2037 fn cbrt(self) -> Self { in cbrt()
2041 fn hypot(self, other: Self) -> Self { in hypot()
2045 fn sin(self) -> Self { in sin()
2049 fn cos(self) -> Self { in cos()
2053 fn tan(self) -> Self { in tan()
2057 fn asin(self) -> Self { in asin()
2061 fn acos(self) -> Self { in acos()
2065 fn atan(self) -> Self { in atan()
2069 fn atan2(self, other: Self) -> Self { in atan2()
2073 fn sin_cos(self) -> (Self, Self) { in sin_cos()
2077 fn exp_m1(self) -> Self { in exp_m1()
2081 fn ln_1p(self) -> Self { in ln_1p()
2085 fn sinh(self) -> Self { in sinh()
2089 fn cosh(self) -> Self { in cosh()
2093 fn tanh(self) -> Self { in tanh()
2097 fn asinh(self) -> Self { in asinh()
2101 fn acosh(self) -> Self { in acosh()
2105 fn atanh(self) -> Self { in atanh()
2116 fn abs_sub(self, other: Self) -> Self { in abs_sub()
2120 fn floor(self) -> Self { in floor()
2124 fn ceil(self) -> Self { in ceil()
2128 fn round(self) -> Self { in round()
2132 fn trunc(self) -> Self { in trunc()
2136 fn abs(self) -> Self { in abs()
2140 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add()
2144 fn powf(self, n: Self) -> Self { in powf()
2148 fn sqrt(self) -> Self { in sqrt()
2152 fn exp(self) -> Self { in exp()
2156 fn exp2(self) -> Self { in exp2()
2160 fn ln(self) -> Self { in ln()
2164 fn log2(self) -> Self { in log2()
2168 fn log10(self) -> Self { in log10()
2172 fn cbrt(self) -> Self { in cbrt()
2176 fn hypot(self, other: Self) -> Self { in hypot()
2180 fn sin(self) -> Self { in sin()
2184 fn cos(self) -> Self { in cos()
2188 fn tan(self) -> Self { in tan()
2192 fn asin(self) -> Self { in asin()
2196 fn acos(self) -> Self { in acos()
2200 fn atan(self) -> Self { in atan()
2204 fn atan2(self, other: Self) -> Self { in atan2()
2208 fn sin_cos(self) -> (Self, Self) { in sin_cos()
2212 fn exp_m1(self) -> Self { in exp_m1()
2216 fn ln_1p(self) -> Self { in ln_1p()
2220 fn sinh(self) -> Self { in sinh()
2224 fn cosh(self) -> Self { in cosh()
2228 fn tanh(self) -> Self { in tanh()
2232 fn asinh(self) -> Self { in asinh()
2236 fn acosh(self) -> Self { in acosh()
2240 fn atanh(self) -> Self { in atanh()