#include "platform/CCPlatformMacros.h"
#include <float.h>
#include <math.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <stdint.h>
Macros | |
#define | MIN(x, y) (((x) > (y)) ? (y) : (x)) |
#define | MAX(x, y) (((x) < (y)) ? (y) : (x)) |
#define | tanf tan |
#define | sqrtf sqrt |
#define | cosf cos |
#define | sinf sin |
#define cosf cos |
var cosf cos |
local cosf cos |
#define MAX | ( | x, | |
y | |||
) | (((x) < (y)) ? (y) : (x)) |
var MAX | ( | var, | |
var | |||
) | (((x) < (y)) ? (y) : (x)) |
local MAX | ( | local, | |
local | |||
) | (((x) < (y)) ? (y) : (x)) |
#define MIN | ( | x, | |
y | |||
) | (((x) > (y)) ? (y) : (x)) |
var MIN | ( | var, | |
var | |||
) | (((x) > (y)) ? (y) : (x)) |
local MIN | ( | local, | |
local | |||
) | (((x) > (y)) ? (y) : (x)) |
#define sinf sin |
var sinf sin |
local sinf sin |
#define sqrtf sqrt |
var sqrtf sqrt |
local sqrtf sqrt |
#define tanf tan |
var tanf tan |
local tanf tan |