Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
VectorSinConstantsNEON Namespace Reference

Variables

static const float p = 0.225f
 
static const float a = 7.58946609f
 
static const float b = 1.63384342f
 
static const VectorRegister4Float A = MakeVectorRegisterConstant(a, a, a, a)
 
static const VectorRegister4Float B = MakeVectorRegisterConstant(b, b, b, b)
 

Variable Documentation

◆ a

const float VectorSinConstantsNEON::a = 7.58946609f
static

Definition at line 2808 of file UnrealMathNeon.h.

◆ A

const VectorRegister4Float VectorSinConstantsNEON::A = MakeVectorRegisterConstant(a, a, a, a)
static

Definition at line 2810 of file UnrealMathNeon.h.

◆ b

const float VectorSinConstantsNEON::b = 1.63384342f
static

Definition at line 2809 of file UnrealMathNeon.h.

◆ B

const VectorRegister4Float VectorSinConstantsNEON::B = MakeVectorRegisterConstant(b, b, b, b)
static

Definition at line 2811 of file UnrealMathNeon.h.

◆ p

const float VectorSinConstantsNEON::p = 0.225f
static

Definition at line 2807 of file UnrealMathNeon.h.