webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions | Variables
test_unit_mathops.c File Reference
#include <stdio.h>
#include <math.h>
#include "mathops.c"
#include "entenc.c"
#include "entdec.c"
#include "entcode.c"
#include "bands.c"
#include "quant_bands.c"
#include "laplace.c"
#include "vq.c"
#include "cwrs.c"
#include "pitch.c"
#include "celt_lpc.c"
#include "celt.c"

Macros

#define CUSTOM_MODES
 
#define CELT_C
 
#define WORD   "%f"
 

Functions

void testdiv (void)
 
void testsqrt (void)
 
void testbitexactcos (void)
 
void testbitexactlog2tan (void)
 
void testlog2 (void)
 
void testexp2 (void)
 
void testexp2log2 (void)
 
int main (void)
 

Variables

int ret = 0
 

Macro Definition Documentation

◆ CELT_C

#define CELT_C

◆ CUSTOM_MODES

#define CUSTOM_MODES

◆ WORD

#define WORD   "%f"

Function Documentation

◆ main()

int main ( void  )

◆ testbitexactcos()

void testbitexactcos ( void  )

◆ testbitexactlog2tan()

void testbitexactlog2tan ( void  )

◆ testdiv()

void testdiv ( void  )

◆ testexp2()

void testexp2 ( void  )

◆ testexp2log2()

void testexp2log2 ( void  )

◆ testlog2()

void testlog2 ( void  )

◆ testsqrt()

void testsqrt ( void  )

Variable Documentation

◆ ret

int ret = 0