#include <stdlib.h>#include <cstdio>#include <stdio.h>#include <assert.h>#include <string.h>#include <fcntl.h>#include <signal.h>#include <sys/ioctl.h>#include <unistd.h>#include <libgen.h>#include <time.h>#include <sys/times.h>#include <math.h>#include <pthread.h>#include <sys/mman.h>#include <syscall.h>#include "version.h"#include "types.h"#include "memory.h"#include "bpm.h"#include "files.h"#include "signals.h"
Functions | |
| template float8 | normalize_abs_max< float8 > (float8 *, long) |
| template float8 | find_abs_max< float8 > (float8 *, long) |
| int | main (int argc, char *argv[]) |
| template float8 find_abs_max< float8 > | ( | float8 * | , | |
| long | ||||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| template float8 normalize_abs_max< float8 > | ( | float8 * | , | |
| long | ||||
| ) |
Referenced by histogram_type::normalize_autocorrelation_diff().
1.6.2