summaryrefslogtreecommitdiff
path: root/src/AEEsmath.h
blob: 491b92f975cdf4346e03fac56bfdf0000d854871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*====================================================================
Copyright (c) 200-2006,2013 QUALCOMM Technologies Inc. All Rights Reserved.
Qualcomm Technologies Confidential and Proprietary
======================================================================

DESCRIPTION:  Safe math library; implements saturating add.

====================================================================*/

extern int smath_Add(int a, int b);
extern int smath_Sub(int a, int b);
extern int smath_Mul(int a, int b);