OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lanczos_g
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c
166
static const double
lanczos_g
= 6.024680040776729583740234375;
variable
295
z = z *
lanczos_g
/ y;
363
absorbed the exp(-
lanczos_g
) term, and throwing out the
364
lanczos_g
subtraction below; it's probably not worth it. */
365
r = log(lanczos_sum(x)) -
lanczos_g
+
366
(x-0.5)*(log(x+
lanczos_g
-0.5)-1);
370
(log(lanczos_sum(absx)) -
lanczos_g
+
371
(absx-0.5)*(log(absx+
lanczos_g
-0.5)-1));
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c
166
static const double
lanczos_g
= 6.024680040776729583740234375;
variable
295
z = z *
lanczos_g
/ y;
363
absorbed the exp(-
lanczos_g
) term, and throwing out the
364
lanczos_g
subtraction below; it's probably not worth it. */
365
r = log(lanczos_sum(x)) -
lanczos_g
+
366
(x-0.5)*(log(x+
lanczos_g
-0.5)-1);
370
(log(lanczos_sum(absx)) -
lanczos_g
+
371
(absx-0.5)*(log(absx+
lanczos_g
-0.5)-1));
[
all
...]
/external/python/cpython2/Modules/
mathmodule.c
166
static const double
lanczos_g
= 6.024680040776729583740234375;
variable
295
z = z *
lanczos_g
/ y;
363
absorbed the exp(-
lanczos_g
) term, and throwing out the
364
lanczos_g
subtraction below; it's probably not worth it. */
365
r = log(lanczos_sum(x)) -
lanczos_g
+
366
(x-0.5)*(log(x+
lanczos_g
-0.5)-1);
370
(log(lanczos_sum(absx)) -
lanczos_g
+
371
(absx-0.5)*(log(absx+
lanczos_g
-0.5)-1));
[
all
...]
/external/python/cpython3/Modules/
mathmodule.c
162
static const double
lanczos_g
= 6.024680040776729583740234375;
variable
321
z = z *
lanczos_g
/ y;
387
absorbed the exp(-
lanczos_g
) term, and throwing out the
lanczos_g
389
r = log(lanczos_sum(absx)) -
lanczos_g
;
390
r += (absx - 0.5) * (log(absx +
lanczos_g
- 0.5) - 1);
[
all
...]
Completed in 118 milliseconds