spinn_common 7.3.1
Support code for SpiNNaker applications.
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  include
 arm.hThese built-in functions are available for the ARM family of processors
 assert.hSpiNNaker debug header file
 bit_field.hBit field manipulation
 circular_buffer.hFast circular buffer
 cmsis.hThese built-in functions are available for the ARM family of processors (CMSIS)
 log.hLogarithm functions for fixed point
 normal.hNormally-distributed random numbers
 pair.hIt is sometimes useful to return two values from a function. By exploiting the EABI for 64-bit integer values, we can efficiently return two 32-bit values, in ‘C’
 polynomial.hFast polynomial evaluation, using ARM DSP instructions
 random.hPseudo-random number generators
 round.hFixed-point multiplication with controlled rounding
 sincos.hTrigonometric functions for fixed point
 spin-print.hFor quick changing between host-side and SpiNNaker side C code printing
 sqrt.hImplementation of square root for the s1615 type, returning a s1615 result
 static-assert.hThis file provides a static assertion facility
 stdfix-exp.hExponential functions for fixed point
 stdfix-full-iso.hAdditions to the stdfix.h file to support full Draft ISO/IEC standards compliance
 utils.hUtility functions for SpiNNaker
  src
 bit_field.cBit field manipulation
 circular_buffer.cSupport functions for fast circular buffer implementation
 log.cImplementation of log for the accum type
 normal.cSupport code for random.h
 random.cPseudo-random number generators
 sincos.cImplementation of log for the accum type
 sqrt.cImplementation of sqrt for the signed accum type
 stdfix-exp.cAn implementation of exponential for fixpoint accum