30#define UNIMPLEMENTED extern __attribute__((deprecated("Not implemented")))
69 union {
unsigned int u;
int s; } tmp;
81 union {
unsigned int u;
int s; } tmp;
92 union {
unsigned int u;
int s; } tmp;
108#define norminv_fx(f) \
110 u016: norminv_ur(f), \
111 u032: norminv_ulr(f), \
112 default: __builtin_trap() \
SpiNNaker debug header file.
s1615 norminv_ulr(u032 x)
This function takes a uniformly distributed 16-bit PRNG value, x, and returns a normally distributed ...
static int __norminv_t_bits(int x)
This function takes a uniformly distributed 16-bit PRNG value, x, and returns a normally distributed ...
Definition normal.h:49
static int __norminv_b_bits(int x)
This function takes a uniformly distributed 16-bit PRNG value, x, and returns a normally distributed ...
Definition normal.h:59
static s1615 norminv_urt(unsigned int x)
This function takes a uniformly distributed 16-bit PRNG value, x, and returns a normally distributed ...
Definition normal.h:80
static s1615 norminv_urb(unsigned int x)
This function takes a uniformly distributed 16-bit PRNG value, x, and returns a normally distributed ...
Definition normal.h:68
static s1615 norminv_ur(u016 x)
This function takes a uniformly distributed 16-bit PRNG value, x, and returns a normally distributed ...
Definition normal.h:91
int __norminv_rbits(int x)
This function takes a uniformly distributed 16-bit PRNG value, x, and returns a normally distributed ...
Definition normal.c:242
Additions to the stdfix.h file to support full Draft ISO/IEC standards compliance.
unsigned fract u016
An alternative name for the unsigned fract type.
Definition stdfix-full-iso.h:193
static uint_ur_t bitsur(const u016 f)
Converts an unsigned fract into an integer.
Definition stdfix-full-iso.h:328
accum s1615
An alternative name for the signed accum type.
Definition stdfix-full-iso.h:184
unsigned long fract u032
An alternative name for the unsigned long fract type.
Definition stdfix-full-iso.h:196
static s1615 kbits(const int_k_t n)
Converts a signed integer into a signed accum.
Definition stdfix-full-iso.h:450