Handbook
Glossary
new-underlying ( underlying seq -- seq' )
Vocabulary
math
.
vectors
.
simd
.
private
Inputs
underlying
an
object
seq
an
object
Outputs
seq'
an
object
Definition
IN:
math.vectors.simd.private
GENERIC:
new-underlying
( underlying seq -- seq' )
Methods
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
char-16
new-underlying
drop
\
char-16
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
double-2
new-underlying
drop
\
double-2
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
float-4
new-underlying
drop
\
float-4
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
int-4
new-underlying
drop
\
int-4
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
longlong-2
new-underlying
drop
\
longlong-2
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
short-8
new-underlying
drop
\
short-8
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
uchar-16
new-underlying
drop
\
uchar-16
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
uint-4
new-underlying
drop
\
uint-4
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
ulonglong-2
new-underlying
drop
\
ulonglong-2
boa
;
inline
USING:
kernel
math.vectors.simd
math.vectors.simd.private
;
M:
ushort-8
new-underlying
drop
\
ushort-8
boa
;
inline