#include <stdio.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Defines | |
#define | BITS 16 |
#define | FLOATFMT "%.18e" |
#define | FIXEDFMT "%6d" |
Functions | |
static int | clip_f15 (int v) |
static void | printval (double val, int fixed) |
int | main (int argc, char *argv[]) |
#define BITS 16 |
#define FIXEDFMT "%6d" |
#define FLOATFMT "%.18e" |
Definition at line 47 of file cos_tablegen.c.
static void printval | ( | double | val, | |
int | fixed | |||
) | [static] |