![]() |
Rosetta Utilities
2014.16.56682
|
#include <stdint.h>#include <math.h>Macros | |
| #define | __FAST_EXP_H_ |
| #define | __FAST_LOG_H_ |
| #define | __FAST_ERF_H_ |
| #define | __FAST_GAMMA_H_ |
| #define | __FAST_HYPERBOLIC_H_ |
| #define | __FAST_LAMBERT_W_H_ |
| #define | __FAST_POW_H_ |
| #define | __FAST_SIGMOID_H_ |
| #define | __FAST_TRIG_H_ |
Functions | |
| static float | fastpow2 (float p) |
| static float | fastexp (float p) |
| static float | fasterpow2 (float p) |
| static float | fasterexp (float p) |
| static float | fastlog2 (float x) |
| static float | fastlog (float x) |
| static float | fasterlog2 (float x) |
| static float | fasterlog (float x) |
| static float | fasterfc (float x) |
| static float | fastererfc (float x) |
| static float | fasterf (float x) |
| static float | fastererf (float x) |
| static float | fastinverseerf (float x) |
| static float | fasterinverseerf (float x) |
| static float | fastlgamma (float x) |
| static float | fasterlgamma (float x) |
| static float | fastdigamma (float x) |
| static float | fasterdigamma (float x) |
| static float | fastsinh (float p) |
| static float | fastersinh (float p) |
| static float | fastcosh (float p) |
| static float | fastercosh (float p) |
| static float | fasttanh (float p) |
| static float | fastertanh (float p) |
| static float | fastlambertw (float x) |
| static float | fasterlambertw (float x) |
| static float | fastlambertwexpx (float x) |
| static float | fasterlambertwexpx (float x) |
| static float | fastpow (float x, float p) |
| static float | fasterpow (float x, float p) |
| static float | fastsigmoid (float x) |
| static float | fastersigmoid (float x) |
| static float | fastsin (float x) |
| static float | fastersin (float x) |
| static float | fastsinfull (float x) |
| static float | fastersinfull (float x) |
| static float | fastcos (float x) |
| static float | fastercos (float x) |
| static float | fastcosfull (float x) |
| static float | fastercosfull (float x) |
| static float | fasttan (float x) |
| static float | fastertan (float x) |
| static float | fasttanfull (float x) |
| static float | fastertanfull (float x) |
| #define __FAST_ERF_H_ |
| #define __FAST_EXP_H_ |
| #define __FAST_GAMMA_H_ |
| #define __FAST_HYPERBOLIC_H_ |
| #define __FAST_LAMBERT_W_H_ |
| #define __FAST_LOG_H_ |
| #define __FAST_POW_H_ |
| #define __FAST_SIGMOID_H_ |
| #define __FAST_TRIG_H_ |
|
inlinestatic |
References fastsin().
Referenced by fasttanfull().
|
inlinestatic |
References fastsinfull().
|
inlinestatic |
References fastexp().
|
inlinestatic |
References fastlog().
|
inlinestatic |
Referenced by fastertan(), and fastertanfull().
|
inlinestatic |
References fastersinfull().
|
inlinestatic |
References fasterexp().
|
inlinestatic |
References fasterlog().
|
inlinestatic |
References fastererfc().
|
inlinestatic |
References fasterpow2().
Referenced by fastererf().
|
inlinestatic |
References fasterpow2().
Referenced by fastercosh(), fasterlambertw(), fastersigmoid(), fastersinh(), and fastertanh().
|
inlinestatic |
References fasterfc().
|
inlinestatic |
References fasterpow2(), and fastpow2().
Referenced by fasterf().
|
inlinestatic |
References fasterlog2().
|
inlinestatic |
|
inlinestatic |
References fasterlog(), and fasterpow2().
|
inlinestatic |
References fasterlog().
|
inlinestatic |
Referenced by fasterdigamma(), fasterlambertw(), fasterlambertwexpx(), and fasterlgamma().
|
inlinestatic |
Referenced by fasterinverseerf(), and fasterpow().
|
inlinestatic |
References fasterlog2(), and fasterpow2().
|
inlinestatic |
Referenced by fastererfc(), fasterexp(), fasterfc(), fasterlambertwexpx(), fasterpow(), and fastlambertwexpx().
|
inlinestatic |
References fasterexp().
|
inlinestatic |
References numeric::sign().
Referenced by fastersinfull(), fastertan(), and fastertanfull().
|
inlinestatic |
References fastersin().
Referenced by fastercosfull().
|
inlinestatic |
References fasterexp().
|
inlinestatic |
References fastercos(), and fastersin().
|
inlinestatic |
References fastercos(), and fastersin().
|
inlinestatic |
References fasterexp().
|
inlinestatic |
References fastpow2().
Referenced by fastcosh(), fastlambertw(), fastsigmoid(), fastsinh(), and fasttanh().
|
inlinestatic |
References fastlog2().
|
inlinestatic |
References fastexp(), fastlog(), and basic::options::OptionKeys::hotspot::threshold.
|
inlinestatic |
References fasterpow2(), fastlog(), and numeric::statistics::w().
|
inlinestatic |
References fastlog().
|
inlinestatic |
References fastlog2().
Referenced by fastdigamma(), fastlambertw(), fastlambertwexpx(), and fastlgamma().
|
inlinestatic |
Referenced by fastinverseerf(), fastlog(), and fastpow().
|
inlinestatic |
References fastlog2(), and fastpow2().
|
inlinestatic |
References numeric::statistics::w().
Referenced by fasterfc(), fastexp(), and fastpow().
|
inlinestatic |
References fastexp().
|
inlinestatic |
References basic::options::OptionKeys::in::file::s, and numeric::sign().
Referenced by fastcos(), fastsinfull(), fasttan(), and fasttanfull().
|
inlinestatic |
References fastsin().
Referenced by fastcosfull().
|
inlinestatic |
References fastexp().
|
inlinestatic |
References fastsin().
|
inlinestatic |
References fastexp().
1.8.7