Home
last modified time | relevance | path

Searched refs:M_LN2l (Results 1 – 22 of 22) sorted by relevance

/dports/archivers/dact/dact-0.8.42/
H A Dmath.h25 #ifndef M_LN2l
26 #define M_LN2l 0.6931471805599453094172321214581766L /* log_e 2 */ macro
30 #define BYTESIZE(x) ((int) ((float) (((log(x+1)/M_LN2l) + 7.99999999) / 8.0000)))
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/src/
H A Dcomplex_trig.cpp56 # if defined (M_LN2l)
57 static const long double ldouble_limit = M_LN2l * LDBL_MAX_EXP;
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dcomplex_trig.cpp56 # if defined (M_LN2l)
57 static const long double ldouble_limit = M_LN2l * LDBL_MAX_EXP;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/util/
H A DEwma.h55 window / M_LN2l)
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Darith.c84 #ifndef M_LN2l
85 #define M_LN2l 0.6931471805599453094172321214581766L macro
110 {"LN2", M_LN2l}, {"PI", M_PIl}, {"PI_2", M_PI_2l},
/dports/emulators/mednafen/mednafen/src/mpcdec/
H A Dmpcmath.h49 # define M_LN2l 0.6931471805599453094172321214581766L macro
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libmpcdec/mpc/
H A Dmpcmath.h48 # define M_LN2l 0.6931471805599453094172321214581766L macro
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libmpcdec/mpc/
H A Dmpcmath.h48 # define M_LN2l 0.6931471805599453094172321214581766L macro
/dports/audio/musepack/musepack_src_r475/include/mpc/
H A Dmpcmath.h50 # define M_LN2l 0.6931471805599453094172321214581766L macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Darith.c85 #ifndef M_LN2l
86 # define M_LN2l 0.6931471805599453094172321214581766L macro
116 "LN2", M_LN2l,
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dmath.h153 #define M_LN2l 0.693147180559945309417232121458176568L /* log e2 */ macro
/dports/editors/calligra/calligra-3.2.1/sheets/functions/
H A Dengineering.cpp37 #ifndef M_LN2l
38 #define M_LN2l 0.6931471805599453094172321214581766L macro
1424 return Value(std::log(calc->conv()->toComplex(args[0])) / static_cast<Number>(double(M_LN2l))); in func_imlog2()
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/
H A Dmath.h711 #define M_LN2l 0xb.17217f7d1cf79acp-4L macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/
H A Dmath.h711 #define M_LN2l 0xb.17217f7d1cf79acp-4L macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dmath.h713 #define M_LN2l 0xb.17217f7d1cf79acp-4L macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dmath.h713 #define M_LN2l 0xb.17217f7d1cf79acp-4L macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dmath.h1162 # define M_LN2l 0.693147180559945309417232121458176568L /* log_e 2 */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dmath.h1162 # define M_LN2l 0.693147180559945309417232121458176568L /* log_e 2 */ macro
/dports/math/openlibm/openlibm-0.8.0/test/
H A Dlibm-test.c187 # define M_LN2l 0.6931471805599453094172321214581766L /* log_e 2 */ macro
2784 check_float ("gamma (3) == M_LN2l", FUNC(gamma) (3), M_LN2l, 0, 0, 0); in gamma_test()
3080 check_float ("lgamma (3) == M_LN2l", FUNC(lgamma) (3), M_LN2l, 0, 0, 0); in lgamma_test()
3187 check_float ("log (2) == M_LN2l", FUNC(log) (2), M_LN2l, 0, 0, 0); in log_test()
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd99.c.tags350 M_LN2l�65536�0
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd99.c.tags350 M_LN2l�65536�0
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/etc/
H A DChangeLog-5.14937 * src/complex_trig.cpp: Fix mingw support by checking M_LN2l existence