Home
last modified time | relevance | path

Searched refs:M_LOG10_2 (Results 1 – 25 of 44) sorted by relevance

12

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A Denvelope.cpp61 case PLUS_4_5_DB: basic_noise(dst, n, 4.5 / (20.0 * M_LOG10_2)); return; in noise()
62 case MINUS_4_5_DB: basic_noise(dst, n, -4.5 / (20.0 * M_LOG10_2)); return; in noise()
77 case PLUS_4_5_DB: basic_noise(dst, n, -4.5 / (20.0 * M_LOG10_2)); return; in reverse_noise()
78 case MINUS_4_5_DB: basic_noise(dst, n, 4.5 / (20.0 * M_LOG10_2)); return; in reverse_noise()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/stdlib/
H A Dmath.h39 #ifndef M_LOG10_2
40 #define M_LOG10_2 0.301029995664 /* log10(2) */ macro
/dports/math/R/R-4.1.2/src/nmath/
H A Dd1mach.c46 case 5: return M_LOG10_2; in Rf_d1mach()
H A Dfround.c58 double l10x = M_LOG10_2*(0.5 + logb(x)); // ~= log10(x), but cheaper (presumably) in fround()
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dd1mach.c46 case 5: return M_LOG10_2; in Rf_d1mach()
H A Dfround.c58 double l10x = M_LOG10_2*(0.5 + logb(x)); // ~= log10(x), but cheaper (presumably) in fround()
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dd1mach.c46 case 5: return M_LOG10_2; in jags_d1mach()
H A Dfprec.c74 const static int max10e = (int) (DBL_MAX_EXP * M_LOG10_2); in fprec()
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dd1mach.c46 case 5: return M_LOG10_2; in Rf_d1mach()
H A Dfprec.c74 const static int max10e = (int) (DBL_MAX_EXP * M_LOG10_2); in fprec()
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Dd1mach.c46 case 5: return M_LOG10_2; in Rf_d1mach()
H A Dfprec.c74 const static int max10e = (int) (DBL_MAX_EXP * M_LOG10_2); in fprec()
/dports/math/jags/JAGS-4.3.0/src/include/
H A DJRmath.h134 #ifndef M_LOG10_2
135 #define M_LOG10_2 0.301029995663981195213738894724 /* log10(2) */ macro
/dports/biology/vt/vt-0.57721/lib/Rmath/Rmath/
H A DRmath.h154 #ifndef M_LOG10_2
155 #define M_LOG10_2 0.301029995663981195213738894724 /* log10(2) */ macro
/dports/math/py-rvlib/rvlib-0.0.6/include/
H A DRmath.h173 #ifndef M_LOG10_2
174 #define M_LOG10_2 0.301029995663981195213738894724 /* log10(2) */ macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dreal.c1498 #define M_LOG10_2 0.30102999566398119521 macro
1547 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1554 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1615 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1662 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2187 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreal.c1562 #define M_LOG10_2 0.30102999566398119521 macro
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1618 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1679 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1726 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2296 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dreal.c1562 #define M_LOG10_2 0.30102999566398119521 macro
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1618 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1679 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1726 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2296 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dreal.c1562 #define M_LOG10_2 0.30102999566398119521 macro
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1618 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1679 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1726 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2296 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dreal.c1504 #define M_LOG10_2 0.30102999566398119521 macro
1553 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1560 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1621 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1668 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2218 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dreal.c1562 #define M_LOG10_2 0.30102999566398119521 macro
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1618 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1679 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1726 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2296 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dreal.c1562 #define M_LOG10_2 0.30102999566398119521 macro
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1618 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1679 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1726 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2296 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreal.c1562 #define M_LOG10_2 0.30102999566398119521 macro
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1618 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1679 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1726 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2296 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dreal.c1562 #define M_LOG10_2 0.30102999566398119521 macro
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1618 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1679 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1726 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2296 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dreal.c1562 #define M_LOG10_2 0.30102999566398119521 macro
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1618 dec_exp = REAL_EXP (&r) * M_LOG10_2; in real_to_decimal_for_mode()
1679 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
1726 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1; in real_to_decimal_for_mode()
2296 dec_exp = REAL_EXP (&r) * M_LOG10_2; in decimal_integer_string()

12