#include <stddef.h>
#include <math.h>
#include <stdlib.h>
Go to the source code of this file.
|
static long | lrint (double x) |
|
static long | lrintf (float x) |
|
static long long | llrint (double x) |
|
static long long | llrintf (float x) |
|
static double | rint (double x) |
|
static float | rintf (float x) |
|
static long int | random (void) |
|
static void | srandom (unsigned int seed) |
|
◆ 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 |