SPRAAK
|
Data Fields | |
uintptr_t | next |
intptr_t | isz |
a (long) integer argument More... | |
uintptr_t | usz |
a (long) unsigned integer argument More... | |
SprNNIntS | i |
an unsigned integer argument More... | |
SprNNUIntS | u |
a (long) integer argument More... | |
SprNNFltS | f |
a floating point argument More... | |
SprNNFltS * | fp |
an array of floating point values More... | |
SprNNIntS * | ip |
an array of integer values More... | |
SprNNUIntS * | up |
an array of integer values More... | |
SprNNFltV * | fv |
an array of floating point vector values More... | |
SprNNIntV * | iv |
an array of integer vector values More... | |
SprNNUIntV * | uv |
an array of unsigned integer vector values More... | |
SprNNFltA * | fa |
an array of aligned floating point vector values More... | |
SprNNIntA * | ia |
an array of aligned integer vector values More... | |
SprNNIntA * | ua |
an array of aligned unsigned integer vector values More... | |
char * | p |
a generic pointer argument More... | |
const SprNNFltS * | cfp |
an const array of floating point values More... | |
const SprNNIntS * | cip |
an const array of integer values More... | |
const SprNNUIntS * | cup |
an const array of integer values More... | |
const SprNNFltV * | cfv |
an const array of floating point vector values More... | |
const SprNNIntV * | civ |
an const array of integer vector values More... | |
const SprNNUIntV * | cuv |
an const array of unsigned integer vector values More... | |
const SprNNFltA * | cfa |
an const array of aligned floating point vector values More... | |
const SprNNIntA * | cia |
an const array of aligned integer vector values More... | |
const SprNNIntA * | cua |
an const array of aligned unsigned integer vector values More... | |
const char * | cp |
a generic pointer argument to some constant values More... | |
SprNNIDoFunc | func |
the function pointer More... | |
uintptr_t SprNNIDo::next |
total size of the argument block (including function pointer, and size), 0 as terminator element
intptr_t SprNNIDo::isz |
a (long) integer argument
uintptr_t SprNNIDo::usz |
a (long) unsigned integer argument
SprNNIntS SprNNIDo::i |
an unsigned integer argument
SprNNUIntS SprNNIDo::u |
a (long) integer argument
SprNNFltS SprNNIDo::f |
a floating point argument
SprNNFltS* SprNNIDo::fp |
an array of floating point values
SprNNIntS* SprNNIDo::ip |
an array of integer values
SprNNUIntS* SprNNIDo::up |
an array of integer values
SprNNFltV* SprNNIDo::fv |
an array of floating point vector values
SprNNIntV* SprNNIDo::iv |
an array of integer vector values
SprNNUIntV* SprNNIDo::uv |
an array of unsigned integer vector values
SprNNFltA* SprNNIDo::fa |
an array of aligned floating point vector values
SprNNIntA* SprNNIDo::ia |
an array of aligned integer vector values
SprNNIntA* SprNNIDo::ua |
an array of aligned unsigned integer vector values
char* SprNNIDo::p |
a generic pointer argument
const SprNNFltS* SprNNIDo::cfp |
an const array of floating point values
const SprNNIntS* SprNNIDo::cip |
an const array of integer values
const SprNNUIntS* SprNNIDo::cup |
an const array of integer values
const SprNNFltV* SprNNIDo::cfv |
an const array of floating point vector values
const SprNNIntV* SprNNIDo::civ |
an const array of integer vector values
const SprNNUIntV* SprNNIDo::cuv |
an const array of unsigned integer vector values
const SprNNFltA* SprNNIDo::cfa |
an const array of aligned floating point vector values
const SprNNIntA* SprNNIDo::cia |
an const array of aligned integer vector values
const SprNNIntA* SprNNIDo::cua |
an const array of aligned unsigned integer vector values
const char* SprNNIDo::cp |
a generic pointer argument to some constant values
SprNNIDoFunc SprNNIDo::func |
the function pointer