rt.compiler.gdc.rt.arrayshort

D programming language http://www.digitalmars.com/d/ Runtime support for byte array operations. Based on code originally written by Burton Radons. Placed in public domain.

Members

Aliases

T
alias T = short
Undocumented in source.
mmx
alias mmx = CPUid.mmx
Undocumented in source.
sse
alias sse = CPUid.sse
Undocumented in source.
sse2
alias sse2 = CPUid.sse2
Undocumented in source.
sse2
alias sse2 = CPUid.sse2
Undocumented in source.

Functions

_arrayExpSliceAddass_s
T[] _arrayExpSliceAddass_s(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
_arrayExpSliceAddass_t
T[] _arrayExpSliceAddass_t(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
_arrayExpSliceAddass_u
T[] _arrayExpSliceAddass_u(T[] a, T value)

Computes: a[] += value

_arrayExpSliceMinSliceAssign_s
T[] _arrayExpSliceMinSliceAssign_s(T[] a, T[] b, T value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arrayExpSliceMinSliceAssign_t
T[] _arrayExpSliceMinSliceAssign_t(T[] a, T[] b, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
_arrayExpSliceMinSliceAssign_u
T[] _arrayExpSliceMinSliceAssign_u(T[] a, T[] b, T value)

Computes: a[] = value - b[]

_arrayExpSliceMinass_s
T[] _arrayExpSliceMinass_s(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
_arrayExpSliceMinass_t
T[] _arrayExpSliceMinass_t(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
_arrayExpSliceMinass_u
T[] _arrayExpSliceMinass_u(T[] a, T value)

Computes: a[] -= value

_arrayExpSliceMulass_s
T[] _arrayExpSliceMulass_s(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
_arrayExpSliceMulass_t
T[] _arrayExpSliceMulass_t(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
_arrayExpSliceMulass_u
T[] _arrayExpSliceMulass_u(T[] a, T value)

Computes: a[] *= value

_arraySliceExpAddSliceAssign_s
T[] _arraySliceExpAddSliceAssign_s(T[] a, T value, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceExpAddSliceAssign_t
T[] _arraySliceExpAddSliceAssign_t(T[] a, T value, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceExpAddSliceAssign_u
T[] _arraySliceExpAddSliceAssign_u(T[] a, T value, T[] b)

Computes: a[] = b[] + value

_arraySliceExpMinSliceAssign_s
T[] _arraySliceExpMinSliceAssign_s(T[] a, T value, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceExpMinSliceAssign_t
T[] _arraySliceExpMinSliceAssign_t(T[] a, T value, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceExpMinSliceAssign_u
T[] _arraySliceExpMinSliceAssign_u(T[] a, T value, T[] b)

Computes: a[] = b[] - value

_arraySliceExpMulSliceAssign_s
T[] _arraySliceExpMulSliceAssign_s(T[] a, T value, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceExpMulSliceAssign_t
T[] _arraySliceExpMulSliceAssign_t(T[] a, T value, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceExpMulSliceAssign_u
T[] _arraySliceExpMulSliceAssign_u(T[] a, T value, T[] b)

Computes: a[] = b[] * value

_arraySliceSliceAddSliceAssign_s
T[] _arraySliceSliceAddSliceAssign_s(T[] a, T[] c, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceSliceAddSliceAssign_t
T[] _arraySliceSliceAddSliceAssign_t(T[] a, T[] c, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceSliceAddSliceAssign_u
T[] _arraySliceSliceAddSliceAssign_u(T[] a, T[] c, T[] b)

Computes: a[] = b[] + c[]

_arraySliceSliceAddass_s
T[] _arraySliceSliceAddass_s(T[] a, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceSliceAddass_t
T[] _arraySliceSliceAddass_t(T[] a, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceSliceAddass_u
T[] _arraySliceSliceAddass_u(T[] a, T[] b)

Computes: a[] += b[]

_arraySliceSliceMinSliceAssign_s
T[] _arraySliceSliceMinSliceAssign_s(T[] a, T[] c, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceSliceMinSliceAssign_t
T[] _arraySliceSliceMinSliceAssign_t(T[] a, T[] c, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceSliceMinSliceAssign_u
T[] _arraySliceSliceMinSliceAssign_u(T[] a, T[] c, T[] b)

Computes: a[] = b[] - c[]

_arraySliceSliceMinass_s
T[] _arraySliceSliceMinass_s(T[] a, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceSliceMinass_t
T[] _arraySliceSliceMinass_t(T[] a, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceSliceMinass_u
T[] _arraySliceSliceMinass_u(T[] a, T[] b)

Computes: a[] -= b[]

_arraySliceSliceMulSliceAssign_s
T[] _arraySliceSliceMulSliceAssign_s(T[] a, T[] c, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceSliceMulSliceAssign_t
T[] _arraySliceSliceMulSliceAssign_t(T[] a, T[] c, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceSliceMulSliceAssign_u
T[] _arraySliceSliceMulSliceAssign_u(T[] a, T[] c, T[] b)

Computes: a[] = b[] * c[]

_arraySliceSliceMulass_s
T[] _arraySliceSliceMulass_s(T[] a, T[] b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_arraySliceSliceMulass_t
T[] _arraySliceSliceMulass_t(T[] a, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
_arraySliceSliceMulass_u
T[] _arraySliceSliceMulass_u(T[] a, T[] b)

Computes: a[] *= b[]

amd3dnow
bool amd3dnow()
Undocumented in source. Be warned that the author may not have intended to support it.
disjoint
bool disjoint(T[] a, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
mmx
bool mmx()
Undocumented in source. Be warned that the author may not have intended to support it.
sse
bool sse()
Undocumented in source. Be warned that the author may not have intended to support it.
sse2
bool sse2()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CPUID_MAX
int CPUID_MAX;
Undocumented in source.
cpuid
int cpuid;
Undocumented in source.

Meta