Home
last modified time | relevance | path

Searched refs:egamma (Results 1 – 25 of 113) sorted by last modified time

12345

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dpair.cpp318 double r,grij=0.0,expm2=0.0,derfc=0.0,egamma=0.0,fgamma=0.0,rsw; in init_tables() local
373 egamma = 1.0 - (r/cut_coul)*force->kspace->gamma(r/cut_coul); in init_tables()
386 etable[i] = qqrd2e/r * egamma; in init_tables()
397 etable[i] = qqrd2e/r * egamma; in init_tables()
470 egamma = 1.0 - (r/cut_coul)*force->kspace->gamma(r/cut_coul); in init_tables()
482 e_tmp = qqrd2e/r * egamma; in init_tables()
492 e_tmp = qqrd2e/r * egamma; in init_tables()
/dports/misc/bb/bb-1.3.0/
H A Dscene9.c33 int ealpha, ebeta, egamma, ecenterx, ecentery, ecenterz; variable
52 gama = ((int) IN(sgamma, egamma)) % 360; in draw3d()
67 egamma %= 360; in do3d()
70 sgamma = egamma; in do3d()
81 ealpha = ebeta = egamma = ecenterx = ecentery = ecenterz = 0; in scene10()
125 egamma = 180; in scene10()
145 egamma = 180 * 5; in scene10()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/numerics/numbers/
H A Ddefined.pass.cpp26 [[maybe_unused]] const double* dd11{&std::numbers::egamma}; in tests()
H A Dillformed.verify.cpp26 int egamma{std::numbers::egamma_v<int>}; variable
H A Dspecialize.pass.cpp55 assert(d11 == std::numbers::egamma); in tests()
H A Dvalue.pass.cpp71 assert(std::numbers::egamma == 0x1.2788cfc6fb619p-1); in tests()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A Dnumbers56 inline constexpr double egamma = egamma_v<double>;
127 inline constexpr double egamma = egamma_v<double>;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DMathExtras.h58egamma = .57721566490153286061, // (0x1.2788cfc6fb619P-1) https://oeis.org/A001620 variable
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DMathExtras.h58egamma = .57721566490153286061, // (0x1.2788cfc6fb619P-1) https://oeis.org/A001620 variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/numerics/numbers/
H A Ddefined.pass.cpp26 [[maybe_unused]] const double* dd11{&std::numbers::egamma}; in tests()
H A Dillformed.verify.cpp26 int egamma{std::numbers::egamma_v<int>}; variable
H A Dspecialize.pass.cpp55 assert(d11 == std::numbers::egamma); in tests()
H A Dvalue.pass.cpp71 assert(std::numbers::egamma == 0x1.2788cfc6fb619p-1); in tests()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A Dnumbers56 inline constexpr double egamma = egamma_v<double>;
127 inline constexpr double egamma = egamma_v<double>;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DMathExtras.h58egamma = .57721566490153286061, // (0x1.2788cfc6fb619P-1) https://oeis.org/A001620 variable
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A Dnumbers56 inline constexpr double egamma = egamma_v<double>;
127 inline constexpr double egamma = egamma_v<double>;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DMathExtras.h58egamma = .57721566490153286061, // (0x1.2788cfc6fb619P-1) https://oeis.org/A001620 variable
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/numerics/numbers/
H A Ddefined.pass.cpp26 [[maybe_unused]] const double* dd11{&std::numbers::egamma}; in tests()
H A Dillformed.verify.cpp26 int egamma{std::numbers::egamma_v<int>}; variable
H A Dvalue.pass.cpp71 assert(std::numbers::egamma == 0x1.2788cfc6fb619p-1); in tests()
H A Dspecialize.pass.cpp55 assert(d11 == std::numbers::egamma); in tests()
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A Dnumbers56 inline constexpr double egamma = egamma_v<double>;
127 inline constexpr double egamma = egamma_v<double>;
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A Dnumbers56 inline constexpr double egamma = egamma_v<double>;
127 inline constexpr double egamma = egamma_v<double>;
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/std/
H A Dnumbers133 inline constexpr double egamma = egamma_v<double>;
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/26_numerics/numbers/
H A D1.cc97 static_assert(std::numbers::egamma == std::numbers::egamma_v<double>); in test04()

12345