Home
last modified time | relevance | path

Searched refs:ln2 (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dacosh.c98 mpfr_t ln2; in mpfr_acosh() local
108 mpfr_init2 (ln2, pln2); in mpfr_acosh()
109 mpfr_const_log2 (ln2, MPFR_RNDN); /* err(ln2) < 1/2 ulp(t) */ in mpfr_acosh()
110 mpfr_add (t, t, ln2, MPFR_RNDN); /* err <= 3/2 ulp(t) */ in mpfr_acosh()
111 mpfr_clear (ln2); in mpfr_acosh()
/netbsd-src/lib/libm/src/
H A De_log2f.c25 ln2 = 0.6931471805599452862268, variable
65 return (dk-(R-f)/ln2); in __ieee754_log2f()
78 return (dk-(hfsq-s*(hfsq+R)-f)/ln2); in __ieee754_log2f()
80 return (dk-((s*(f-R))-f)/ln2); in __ieee754_log2f()
H A De_log2.c23 ln2 = 0.6931471805599452862268, variable
64 return (dk-(R-f)/ln2); in __ieee754_log2()
77 return (dk-(hfsq-s*(hfsq+R)-f)/ln2); in __ieee754_log2()
79 return (dk-((s*(f-R))-f)/ln2); in __ieee754_log2()
H A De_acoshl.c58 #define ln2 u_ln2.extu_ld macro
61 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable
80 RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */ in acoshl()
H A Ds_asinhl.c61 #define ln2 u_ln2.extu_ld macro
64 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable
83 w = logl(fabsl(x))+ln2; in asinhl()
H A De_acoshf.c26 ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
40 return __ieee754_logf(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acoshf()
H A De_acosh.c37 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
52 return __ieee754_log(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acosh()
H A Ds_asinh.c34 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
49 w = __ieee754_log(fabs(x))+ln2; in asinh()
H A Ds_asinhf.c26 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable
41 w = __ieee754_logf(fabsf(x))+ln2; in asinhf()
/netbsd-src/lib/libm/noieee_src/
H A Dn_log2.c54 static const double ln2 = .6931471805599453094172321214581765680755;
60 return log(x)/ln2; in __weak_alias()
67 return logf(x)/ln2; in __weak_alias()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dpprime_p.c111 unsigned long int ln2; in mpz_probab_prime_p() local
119 ln2 = mpz_sizeinbase (n, 2); /* FIXME: tune this limit */ in mpz_probab_prime_p()
120 for (q = PP_FIRST_OMITTED; q < ln2; q += 2) in mpz_probab_prime_p()
/netbsd-src/sys/lib/libsa/
H A Dminixfs3.c510 int ln2 = LOG_MINBSIZE; in read_sblock() local
512 for (; mult != 1; ln2++) in read_sblock()
515 fs->mfs_bshift = ln2; in read_sblock()
517 fs->mfs_fsbtodb = ln2 - LOG_MINBSIZE + 1; in read_sblock()
570 int ln2; in minixfs3_open() local
586 for (ln2 = 0; mult != 1; ln2++) in minixfs3_open()
589 fp->f_nishift = ln2; in minixfs3_open()
H A Dufs.c744 int ln2; in ufs_open() local
760 for (ln2 = 0; mult != 1; ln2++) in ufs_open()
763 fp->f_nishift = ln2; in ufs_open()
H A Dext2fs.c542 int ln2; in ext2fs_open() local
558 for (ln2 = 0; mult != 1; ln2++) in ext2fs_open()
561 fp->f_nishift = ln2; in ext2fs_open()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dacoshq.c34 ln2 = 0.6931471805599453094172321214581766Q; variable
49 return logq(x)+ln2; /* acoshl(huge)=logq(2x) */ in acoshq()
H A Dasinhq.c36 ln2 = 6.931471805599453094172321214581765681e-1Q, variable
60 w = logq (u.value) + ln2; in asinhq()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dacoshq.c34 ln2 = 0.6931471805599453094172321214581766Q; variable
49 return logq(x)+ln2; /* acoshl(huge)=logq(2x) */ in acoshq()
H A Dasinhq.c36 ln2 = 6.931471805599453094172321214581765681e-1Q, variable
60 w = logq (u.value) + ln2; in asinhq()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7-const.def43 #endif /* 1 / ln2 */
59 F7_CONST_DEF (ln2, 0, 0xb1,0x72,0x17,0xf7,0xd1,0xcf,0x7a, -1)
60 #endif /* ln2 */
85 // Intended for |X| < ln2 / 8
98 // Negative because f7_const_ln2 is ln2 rounded up.
H A Dlibf7-common.mk89 F7F_cst += 1 2 1_2 1_3 m1 pi ln2 ln10 1_ln2 1_ln10 sqrt2
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7-const.def43 #endif /* 1 / ln2 */
59 F7_CONST_DEF (ln2, 0, 0xb1,0x72,0x17,0xf7,0xd1,0xcf,0x7a, -1)
60 #endif /* ln2 */
85 // Intended for |X| < ln2 / 8
98 // Negative because f7_const_ln2 is ln2 rounded up.
H A Dlibf7-common.mk89 F7F_cst += 1 2 1_2 1_3 m1 pi ln2 ln10 1_ln2 1_ln10 sqrt2
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dnumbers51 inline constexpr double ln2 = ln2_v<double>;
123 inline constexpr double ln2 = ln2_v<double>;
/netbsd-src/usr.bin/make/
H A Dsuff.c1048 CandidateListNode *ln2; in RemoveCandidate() local
1049 ln2 = Lst_FindDatum(&src->parent->childrenList, in RemoveCandidate()
1051 if (ln2 != NULL) in RemoveCandidate()
1053 ln2); in RemoveCandidate()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dnumbers128 inline constexpr double ln2 = ln2_v<double>;

12