Csound and CsoundAC API
5.17
|
#include <stdint.h>
#include "float-version.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
Macros | |
#define | __MYFLT_DEF |
#define | ACOS acosf |
#define | ACOSH acoshf |
#define | ASIN asinf |
#define | ASINH asinhf |
#define | ATAN atanf |
#define | ATAN2 atan2f |
#define | ATANH atanhf |
#define | CEIL ceilf |
#define | COS cosf |
#define | COSH coshf |
#define | CS_DEPRECATED |
#define | CS_NOINLINE |
#define | CS_NORETURN |
#define | CS_PRINTF1 |
#define | CS_PRINTF2 |
#define | CS_PRINTF3 |
#define | CS_PURE |
#define | EXP expf |
#define | FABS fabsf |
#define | FLOOR floorf |
#define | FMOD fmodf |
#define | HYPOT hypotf |
#define | LIKELY(x) x |
#define | LOG logf |
#define | LOG10 log10f |
#define | LOG2 log2f |
#define | MODF modff |
#define | MYFLT float |
#define | POWER powf |
#define | SIN sinf |
#define | SINH sinhf |
#define | SQRT sqrtf |
#define | TAN tanf |
#define | TANH tanhf |
#define | UNLIKELY(x) x |
Typedefs | |
typedef int_least16_t | int16 |
typedef short | int16_t |
typedef int_least32_t | int32 |
typedef int | int32_t |
typedef long long | int64_t |
typedef signed char | int8_t |
typedef long long | int_least64_t |
typedef long | intptr_t |
typedef uint_least16_t | uint16 |
typedef unsigned short | uint16_t |
typedef uint_least32_t | uint32 |
typedef unsigned int | uint32_t |
typedef unsigned long long | uint64_t |
typedef unsigned char | uint8_t |
typedef unsigned long long | uint_least64_t |
typedef unsigned long | uintptr_t |
#define __MYFLT_DEF |
#define ACOS acosf |
#define ACOSH acoshf |
#define ASIN asinf |
#define ASINH asinhf |
#define ATAN atanf |
#define ATAN2 atan2f |
#define ATANH atanhf |
#define CEIL ceilf |
#define COS cosf |
#define COSH coshf |
#define CS_DEPRECATED |
#define CS_NOINLINE |
#define CS_NORETURN |
#define CS_PRINTF1 |
#define CS_PRINTF2 |
#define CS_PRINTF3 |
#define CS_PURE |
#define EXP expf |
#define FABS fabsf |
#define FLOOR floorf |
#define FMOD fmodf |
#define HYPOT hypotf |
#define LIKELY | ( | x | ) | x |
#define LOG logf |
#define LOG10 log10f |
#define LOG2 log2f |
#define MODF modff |
#define MYFLT float |
Referenced by CsoundMYFLTArray::GetPtr(), CsoundMYFLTArray::SetValue(), and CsoundMYFLTArray::SetValues().
#define POWER powf |
#define SIN sinf |
#define SINH sinhf |
#define SQRT sqrtf |
#define TAN tanf |
#define TANH tanhf |
#define UNLIKELY | ( | x | ) | x |
typedef int_least16_t int16 |
typedef short int16_t |
typedef int_least32_t int32 |
typedef int int32_t |
typedef long long int64_t |
typedef signed char int8_t |
typedef long long int_least64_t |
typedef long intptr_t |
typedef uint_least16_t uint16 |
typedef unsigned short uint16_t |
typedef uint_least32_t uint32 |
typedef unsigned int uint32_t |
typedef unsigned long long uint64_t |
typedef unsigned char uint8_t |
typedef unsigned long long uint_least64_t |
typedef unsigned long uintptr_t |