annotate packages/language/c/libm/current/src/complex/cephes_subrf.h @ 3292:7f8e529b4d82 default tip

Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
author vae
date Wed, 29 Apr 2015 23:31:48 +0000
parents 77f9d3253c3e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3260
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff changeset
1 /* $NetBSD: cephes_subrf.h,v 1.1 2007/08/20 16:01:34 drochner Exp $ */
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff changeset
2
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff changeset
3 void _cchshf(float, float *, float *);
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff changeset
4 float _redupif(float);
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents:
diff changeset
5 float _ctansf(float complex);