FloatArrayPlugin defines the basic access messages for FloatArray (e.g., floatAt: and floatAt:put:).
primitiveAt
primitiveAtPut
primitiveEqual
primitiveHashArray
primitiveAddFloatArray
Primitive. Add the receiver and the argument, both FloatArrays and store the result into the receiver.
primitiveAddScalar
Primitive. Add the argument, a scalar value to the receiver, a FloatArray
primitiveDivFloatArray
primitiveDivScalar
primitiveDotProduct
Primitive. Compute the dot product of the receiver and the argument. The dot product is defined as the sum of the products of the individual elements.
primitiveMulFloatArray
primitiveMulScalar
primitiveSubFloatArray
primitiveSubScalar
declareCVarsIn:
Nothing to declare...