- _arrayExpSliceAddass_a
T[] _arrayExpSliceAddass_a(T[] a, T value)
- _arrayExpSliceAddass_g
T[] _arrayExpSliceAddass_g(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arrayExpSliceAddass_h
T[] _arrayExpSliceAddass_h(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arrayExpSliceMinSliceAssign_a
T[] _arrayExpSliceMinSliceAssign_a(T[] a, T[] b, T value)
Computes:
a[] = value - b[]
- _arrayExpSliceMinSliceAssign_g
T[] _arrayExpSliceMinSliceAssign_g(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_h
T[] _arrayExpSliceMinSliceAssign_h(T[] a, T[] b, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arrayExpSliceMinass_a
T[] _arrayExpSliceMinass_a(T[] a, T value)
- _arrayExpSliceMinass_g
T[] _arrayExpSliceMinass_g(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arrayExpSliceMinass_h
T[] _arrayExpSliceMinass_h(T[] a, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arraySliceExpAddSliceAssign_a
T[] _arraySliceExpAddSliceAssign_a(T[] a, T value, T[] b)
Computes:
a[] = b[] + value
- _arraySliceExpAddSliceAssign_g
T[] _arraySliceExpAddSliceAssign_g(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_h
T[] _arraySliceExpAddSliceAssign_h(T[] a, T value, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arraySliceExpMinSliceAssign_a
T[] _arraySliceExpMinSliceAssign_a(T[] a, T value, T[] b)
Computes:
a[] = b[] - value
- _arraySliceExpMinSliceAssign_g
T[] _arraySliceExpMinSliceAssign_g(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_h
T[] _arraySliceExpMinSliceAssign_h(T[] a, T value, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arraySliceSliceAddSliceAssign_a
T[] _arraySliceSliceAddSliceAssign_a(T[] a, T[] c, T[] b)
Computes:
a[] = b[] + c[]
- _arraySliceSliceAddSliceAssign_g
T[] _arraySliceSliceAddSliceAssign_g(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_h
T[] _arraySliceSliceAddSliceAssign_h(T[] a, T[] c, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arraySliceSliceAddass_a
T[] _arraySliceSliceAddass_a(T[] a, T[] b)
- _arraySliceSliceAddass_g
T[] _arraySliceSliceAddass_g(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_h
T[] _arraySliceSliceAddass_h(T[] a, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arraySliceSliceMinSliceAssign_a
T[] _arraySliceSliceMinSliceAssign_a(T[] a, T[] c, T[] b)
Computes:
a[] = b[] - c[]
- _arraySliceSliceMinSliceAssign_g
T[] _arraySliceSliceMinSliceAssign_g(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_h
T[] _arraySliceSliceMinSliceAssign_h(T[] a, T[] c, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- _arraySliceSliceMinass_a
T[] _arraySliceSliceMinass_a(T[] a, T[] b)
- _arraySliceSliceMinass_g
T[] _arraySliceSliceMinass_g(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_h
T[] _arraySliceSliceMinass_h(T[] a, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
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.