Lines Matching defs:Self
81 fn floor(self) -> Self; in floor()
94 fn ceil(self) -> Self; in ceil()
108 fn round(self) -> Self; in round()
121 fn trunc(self) -> Self; in trunc()
136 fn fract(self) -> Self; in fract()
156 fn abs(self) -> Self; in abs()
175 fn signum(self) -> Self; in signum()
231 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add()
243 fn recip(self) -> Self; in recip()
257 fn powi(self, n: i32) -> Self; in powi()
269 fn powf(self, n: Self) -> Self; in powf()
290 fn sqrt(self) -> Self; in sqrt()
306 fn exp(self) -> Self; in exp()
320 fn exp2(self) -> Self; in exp2()
340 fn ln(self) -> Self; in ln()
363 fn log(self, base: Self) -> Self; in log()
381 fn log2(self) -> Self; in log2()
400 fn log10(self) -> Self; in log10()
413 fn to_degrees(self) -> Self; in to_degrees()
426 fn to_radians(self) -> Self; in to_radians()
438 fn max(self, other: Self) -> Self; in max()
450 fn min(self, other: Self) -> Self; in min()
469 fn abs_sub(self, other: Self) -> Self; in abs_sub()
483 fn cbrt(self) -> Self; in cbrt()
499 fn hypot(self, other: Self) -> Self; in hypot()
513 fn sin(self) -> Self; in sin()
527 fn cos(self) -> Self; in cos()
540 fn tan(self) -> Self; in tan()
562 fn asin(self) -> Self; in asin()
584 fn acos(self) -> Self; in acos()
599 fn atan(self) -> Self; in atan()
628 fn atan2(self, other: Self) -> Self; in atan2()
646 fn sin_cos(self) -> (Self, Self); in sin_cos()
661 fn exp_m1(self) -> Self; in exp_m1()
682 fn ln_1p(self) -> Self; in ln_1p()
700 fn sinh(self) -> Self; in sinh()
718 fn cosh(self) -> Self; in cosh()
736 fn tanh(self) -> Self; in tanh()
750 fn asinh(self) -> Self; in asinh()
764 fn acosh(self) -> Self; in acosh()
779 fn atanh(self) -> Self; in atanh()