Yeppp!
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
yepMath.h
1 /*
2  * Yeppp! library header
3  * This file is auto-generated by Peach-Py,
4  * Portable Efficient Assembly Code-generator in Higher-level Python,
5  * part of the Yeppp! library infrastrure
6  *
7  * This file is part of Yeppp! library and licensed under the New BSD license.
8  *
9  * Copyright (C) 2010-2012 Marat Dukhan
10  * Copyright (C) 2012-2013 Georgia Institute of Technology
11  * All rights reserved.
12  *
13  * Redistribution and use in source and binary forms, with or without
14  * modification, are permitted provided that the following conditions are met:
15  * * Redistributions of source code must retain the above copyright
16  * notice, this list of conditions and the following disclaimer.
17  * * Redistributions in binary form must reproduce the above copyright
18  * notice, this list of conditions and the following disclaimer in the
19  * documentation and/or other materials provided with the distribution.
20  * * Neither the name of the Georgia Institute of Technology nor the
21  * names of its contributors may be used to endorse or promote products
22  * derived from this software without specific prior written permission.
23  *
24  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
25  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
26  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27  * DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
28  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
29  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
30  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
31  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34  */
35 
36 #pragma once
37 
38 #include <yepPredefines.h>
39 #include <yepTypes.h>
40 
41 #ifdef __cplusplus
42  extern "C" {
43 #endif
44 
72 YEP_PUBLIC_SYMBOL enum YepStatus YEPABI yepMath_Log_V64f_V64f(const Yep64f *YEP_RESTRICT x, Yep64f *YEP_RESTRICT y, YepSize length);
98 YEP_PUBLIC_SYMBOL enum YepStatus YEPABI yepMath_Exp_V64f_V64f(const Yep64f *YEP_RESTRICT x, Yep64f *YEP_RESTRICT y, YepSize length);
122 YEP_PUBLIC_SYMBOL enum YepStatus YEPABI yepMath_Sin_V64f_V64f(const Yep64f *YEP_RESTRICT x, Yep64f *YEP_RESTRICT y, YepSize length);
146 YEP_PUBLIC_SYMBOL enum YepStatus YEPABI yepMath_Cos_V64f_V64f(const Yep64f *YEP_RESTRICT x, Yep64f *YEP_RESTRICT y, YepSize length);
167 YEP_PUBLIC_SYMBOL enum YepStatus YEPABI yepMath_Tan_V64f_V64f(const Yep64f *YEP_RESTRICT x, Yep64f *YEP_RESTRICT y, YepSize length);
196 YEP_PUBLIC_SYMBOL enum YepStatus YEPABI yepMath_EvaluatePolynomial_V32fV32f_V32f(const Yep32f *YEP_RESTRICT coef, const Yep32f *YEP_RESTRICT x, Yep32f *YEP_RESTRICT y, YepSize coefCount, YepSize length);
220 YEP_PUBLIC_SYMBOL enum YepStatus YEPABI yepMath_EvaluatePolynomial_V64fV64f_V64f(const Yep64f *YEP_RESTRICT coef, const Yep64f *YEP_RESTRICT x, Yep64f *YEP_RESTRICT y, YepSize coefCount, YepSize length);
221 #ifdef __cplusplus
222  } // extern "C"
223 #endif