#include <stddef.h>
#include <math.h>
#include <stdlib.h>
Go to the source code of this file.
◆ INFINITY
#define INFINITY HUGE_VAL |
◆ inline
◆ ssize_t
◆ llrint()
static long long llrint |
( |
double |
x | ) |
|
|
inlinestatic |
◆ llrintf()
static long long llrintf |
( |
float |
x | ) |
|
|
inlinestatic |
◆ lrint()
static long lrint |
( |
double |
x | ) |
|
|
inlinestatic |
◆ lrintf()
static long lrintf |
( |
float |
x | ) |
|
|
inlinestatic |
◆ random()
static long int random |
( |
void |
| ) |
|
|
inlinestatic |
◆ rint()
static double rint |
( |
double |
x | ) |
|
|
inlinestatic |
◆ rintf()
static float rintf |
( |
float |
x | ) |
|
|
inlinestatic |
◆ srandom()
static void srandom |
( |
unsigned int |
seed | ) |
|
|
inlinestatic |