/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
hypergeometric.tcc | 61 * _1F_1(a;c;x) = \frac{\Gamma(c)}{\Gamma(a)} 63 * \frac{\Gamma(a+n)}{\Gamma(c+n)} 250 * _2F_1(a,b;c;x) = \frac{\Gamma(c)}{\Gamma(a)\Gamma(b)} 252 * \frac{\Gamma(a+n)\Gamma(b+n)}{\Gamma(c+n) [all...] |
gamma.tcc | 26 /** @file tr1/gamma.tcc 44 // (4) Gamma, Exploring Euler's Constant, Julian Havil, 140 * @brief Return \f$log(\Gamma(x))\f$ by asymptotic expansion 144 * @param __x The argument of the log of the gamma function. 145 * @return The logarithm of the gamma function. 169 * @brief Return \f$log(\Gamma(x))\f$ by the Lanczos method. 172 * @param __x The argument of the log of the gamma function. 173 * @return The logarithm of the gamma function. 211 * @brief Return \f$ log(|\Gamma(x)|) \f$. 213 * To recover the sign of \f$ \Gamma(x) \f$ fo [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
hypergeometric.tcc | 61 * _1F_1(a;c;x) = \frac{\Gamma(c)}{\Gamma(a)} 63 * \frac{\Gamma(a+n)}{\Gamma(c+n)} 250 * _2F_1(a,b;c;x) = \frac{\Gamma(c)}{\Gamma(a)\Gamma(b)} 252 * \frac{\Gamma(a+n)\Gamma(b+n)}{\Gamma(c+n) [all...] |
gamma.tcc | 26 /** @file tr1/gamma.tcc 44 // (4) Gamma, Exploring Euler's Constant, Julian Havil, 140 * @brief Return \f$log(\Gamma(x))\f$ by asymptotic expansion 144 * @param __x The argument of the log of the gamma function. 145 * @return The logarithm of the gamma function. 169 * @brief Return \f$log(\Gamma(x))\f$ by the Lanczos method. 172 * @param __x The argument of the log of the gamma function. 173 * @return The logarithm of the gamma function. 211 * @brief Return \f$ log(|\Gamma(x)|) \f$. 213 * To recover the sign of \f$ \Gamma(x) \f$ fo [all...] |
/frameworks/base/core/jni/android/graphics/ |
Typeface.cpp | 152 static float pinGamma(float gamma) { 153 if (gamma < MIN_GAMMA) { 154 gamma = MIN_GAMMA; 155 } else if (gamma > MAX_GAMMA) { 156 gamma = MAX_GAMMA; 158 return gamma;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
gamma.tcc | 26 /** @file tr1/gamma.tcc 44 // (4) Gamma, Exploring Euler's Constant, Julian Havil, 140 * @brief Return \f$log(\Gamma(x))\f$ by asymptotic expansion 144 * @param __x The argument of the log of the gamma function. 145 * @return The logarithm of the gamma function. 169 * @brief Return \f$log(\Gamma(x))\f$ by the Lanczos method. 172 * @param __x The argument of the log of the gamma function. 173 * @return The logarithm of the gamma function. 211 * @brief Return \f$ log(|\Gamma(x)|) \f$. 213 * To recover the sign of \f$ \Gamma(x) \f$ fo [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
gamma.tcc | 26 /** @file tr1/gamma.tcc 44 // (4) Gamma, Exploring Euler's Constant, Julian Havil, 141 * @brief Return \f$log(\Gamma(x))\f$ by asymptotic expansion 145 * @param __x The argument of the log of the gamma function. 146 * @return The logarithm of the gamma function. 170 * @brief Return \f$log(\Gamma(x))\f$ by the Lanczos method. 173 * @param __x The argument of the log of the gamma function. 174 * @return The logarithm of the gamma function. 212 * @brief Return \f$ log(|\Gamma(x)|) \f$. 214 * To recover the sign of \f$ \Gamma(x) \f$ fo [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
gamma.tcc | 26 /** @file tr1/gamma.tcc 44 // (4) Gamma, Exploring Euler's Constant, Julian Havil, 141 * @brief Return \f$log(\Gamma(x))\f$ by asymptotic expansion 145 * @param __x The argument of the log of the gamma function. 146 * @return The logarithm of the gamma function. 170 * @brief Return \f$log(\Gamma(x))\f$ by the Lanczos method. 173 * @param __x The argument of the log of the gamma function. 174 * @return The logarithm of the gamma function. 212 * @brief Return \f$ log(|\Gamma(x)|) \f$. 214 * To recover the sign of \f$ \Gamma(x) \f$ fo [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
gamma.tcc | 26 /** @file tr1/gamma.tcc 44 // (4) Gamma, Exploring Euler's Constant, Julian Havil, 140 * @brief Return \f$log(\Gamma(x))\f$ by asymptotic expansion 144 * @param __x The argument of the log of the gamma function. 145 * @return The logarithm of the gamma function. 169 * @brief Return \f$log(\Gamma(x))\f$ by the Lanczos method. 172 * @param __x The argument of the log of the gamma function. 173 * @return The logarithm of the gamma function. 211 * @brief Return \f$ log(|\Gamma(x)|) \f$. 213 * To recover the sign of \f$ \Gamma(x) \f$ fo [all...] |
/external/webkit/Source/WebCore/dom/ |
DeviceOrientation.h | 37 static PassRefPtr<DeviceOrientation> create(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma); 41 double gamma() const; 48 DeviceOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma);
|
DeviceMotionData.cpp | 51 bool canProvideGamma, double gamma) 53 return adoptRef(new DeviceMotionData::RotationRate(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma)); 56 DeviceMotionData::RotationRate::RotationRate(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma) 59 , m_gamma(gamma)
|
DeviceOrientationEvent.idl | 33 readonly attribute [Custom] double gamma; 34 [Custom] void initDeviceOrientationEvent(in DOMString type, in boolean bubbles, in boolean cancelable, in double alpha, in double beta, in double gamma);
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
basic-operation.js | 17 shouldBe('deviceOrientationEvent.gamma', 'mockGamma');
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macwm.c | 57 * ADC Gamma Ramp support... 59 * Mac Gamma Ramp code was originally from sample code provided by 61 * "Contains: Functions to enable Mac OS device gamma adjustments using 3 channel 256 element 8 bit gamma ramps 74 typedef struct recDeviceGamma /* storage for device handle and gamma table */ 77 GammaTblPtr pDeviceGamma; /* pointer to device gamma table */ 81 typedef struct recSystemGamma /* storage for system devices and gamma tables */ 84 precDeviceGamma * devGamma; /* array of pointers to device gamma records */ 115 cParam.csCode = cscGetGamma; /* Get Gamma commnd to device */ 116 *(Ptr *)cParam.csParam = (Ptr) &DeviceGammaRec; /* record for gamma */ [all...] |
/bionic/libm/man/ |
lgamma.3 | 43 .Nm gamma , 48 .Nd log gamma functions, gamma function 65 .Fn gamma "double x" 101 .Fn gamma , 139 .Fn gamma , 169 .Fn gamma 176 .Fn gamma
|
/bionic/libm/src/ |
e_gamma_r.c | 20 * Reentrant version of the logarithm of the Gamma function 21 * with user provide pointer for the sign of Gamma(x).
|
e_gammaf_r.c | 21 * Reentrant version of the logarithm of the Gamma function 22 * with user provide pointer for the sign of Gamma(x).
|
/development/samples/RenderScript/Levels/res/values/ |
strings.xml | 28 <string name="gamma">Gamma</string>
|
/external/fdlibm/ |
e_gamma_r.c | 16 * Reentrant version of the logarithm of the Gamma function 17 * with user provide pointer for the sign of Gamma(x).
|
w_gamma_r.c | 36 return __kernel_standard(x,x,41); /* gamma pole */ 38 return __kernel_standard(x,x,40); /* gamma overflow */
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebDeviceOrientation.h | 33 - (id)initWithCanProvideAlpha:(bool)canProvideAlpha alpha:(double)alpha canProvideBeta:(bool)canProvideBeta beta:(double)beta canProvideGamma:(bool)canProvideGamma gamma:(double)gamma;
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/res/values/ |
strings.xml | 29 <string name="gamma">Gamma</string>
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDeviceOrientationEventCustom.cpp | 54 JSValue JSDeviceOrientationEvent::gamma(ExecState*) const function in class:WebCore::JSDeviceOrientationEvent 59 return jsNumber(imp->orientation()->gamma()); 67 // If alpha, beta or gamma are null or undefined, mark them as not provided. 74 double gamma = exec->argument(5).toNumber(exec); local 75 RefPtr<DeviceOrientation> orientation = DeviceOrientation::create(alphaProvided, alpha, betaProvided, beta, gammaProvided, gamma);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8DeviceOrientationEventCustom.cpp | 62 INC_STATS("DOM.DeviceOrientationEvent.gamma._get"); 67 return v8::Number::New(imp->orientation()->gamma()); 76 // If alpha, beta or gamma are null or undefined, mark them as not provided. 83 double gamma = args[5]->NumberValue(); local 84 RefPtr<DeviceOrientation> orientation = DeviceOrientation::create(alphaProvided, alpha, betaProvided, beta, gammaProvided, gamma);
|
/frameworks/base/core/java/android/webkit/ |
DeviceOrientationService.java | 130 double gamma = Math.toDegrees(rotationAngles[2]); local 131 while (gamma < -90.0) { gamma += 360.0; } // [-90, 90) 133 maybeSendChange(alpha, beta, gamma); 168 private void maybeSendChange(double alpha, double beta, double gamma) { 173 || Math.abs(gamma - mGamma) > DELTA_DEGRESS) { 176 mGamma = gamma;
|