Beispiel #1
0
 public float Sqrtf(float x)
 {
     return(Ctm.Sqrtf(x));
 }
Beispiel #2
0
 public float Fminf(float x, float y)
 {
     return(Ctm.Fminf(x, y));
 }
Beispiel #3
0
 public int Max(int x, int y)
 {
     return(Ctm.Max(x, y));
 }
Beispiel #4
0
 public int Min(int x, int y)
 {
     return(Ctm.Min(x, y));
 }
Beispiel #5
0
 public long Lmin(long x, long y)
 {
     return(Ctm.Lmin(x, y));
 }
Beispiel #6
0
 public double Trunc(double x)
 {
     return(Ctm.Trunc(x));
 }
Beispiel #7
0
 public float Fabsf(float x)
 {
     return(Ctm.Fabsf(x));
 }
Beispiel #8
0
 public float Sinf(float x)
 {
     return(Ctm.Sinf(x));
 }
Beispiel #9
0
 public double Fma(double x, double y, double z)
 {
     return(Ctm.Fma(x, y, z));
 }
Beispiel #10
0
 public float Exp2f(float x)
 {
     return(Ctm.Exp2f(x));
 }
Beispiel #11
0
 public float Log2f(float x)
 {
     return(Ctm.Log2f(x));
 }
Beispiel #12
0
 public double Rsqrt(double x)
 {
     return(Ctm.Rsqrt(x));
 }
Beispiel #13
0
 public float Rsqrtf(float x)
 {
     return(Ctm.Rsqrtf(x));
 }
Beispiel #14
0
 public double Sqrt(double x)
 {
     return(Ctm.Sqrt(x));
 }
Beispiel #15
0
 public double Ceil(double x)
 {
     return(Ctm.Ceil(x));
 }
Beispiel #16
0
 public float Cosf(float x)
 {
     return(Ctm.Cosf(x));
 }
Beispiel #17
0
 public float Truncf(float x)
 {
     return(Ctm.Truncf(x));
 }
Beispiel #18
0
 public float Madf(float x, float y, float z)
 {
     return(Ctm.Madf(x, y, z));
 }
Beispiel #19
0
 public long Labs(long x)
 {
     return(Ctm.Labs(x));
 }
Beispiel #20
0
 public double Mad(double x, double y, double z)
 {
     return(Ctm.Mad(x, y, z));
 }
Beispiel #21
0
 public double Fabs(double x)
 {
     return(Ctm.Fabs(x));
 }
Beispiel #22
0
 public float Floorf(float x)
 {
     return(Ctm.Floorf(x));
 }
Beispiel #23
0
 public uint Umin(uint x, uint y)
 {
     return(Ctm.Umin(x, y));
 }
Beispiel #24
0
 public double Floor(double x)
 {
     return(Ctm.Floor(x));
 }
Beispiel #25
0
 public ulong Ulmin(ulong x, ulong y)
 {
     return(Ctm.Ulmin(x, y));
 }
Beispiel #26
0
 public float Ceilf(float x)
 {
     return(Ctm.Ceilf(x));
 }
Beispiel #27
0
 public double Fmin(double x, double y)
 {
     return(Ctm.Fmin(x, y));
 }
Beispiel #28
0
 public int Abs(int x)
 {
     return(Ctm.Abs(x));
 }
Beispiel #29
0
 public uint Umax(uint x, uint y)
 {
     return(Ctm.Umax(x, y));
 }
Beispiel #30
0
 public double Fmax(double x, double y)
 {
     return(Ctm.Fmax(x, y));
 }