math.vectors.conversion.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Ordinary words
WordStack effect
([vpack-signed])( from-type to-type -- quot )
([vpack-unsigned])( from-type to-type -- quot )
([vunpack])( from-type to-type -- quot )
[vconvert]( from-element to-element from-size to-size from-type to-type -- quot )
[vpack]( from-element to-element from-size to-size from-type to-type -- quot )
[vunpack]( from-element to-element from-size to-size from-type to-type -- quot )
check-vconvert-type( value expected-type -- value )
check-vpack( from-element to-element from-type to-type steps -- )
check-vunpack( from-element to-element from-type to-type steps -- )
float-type?( c-type -- ? )
unsigned-type?( c-type -- ? )


Files