Home
last modified time | relevance | path

Searched refs:LOG2E (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/math/grace/grace-5.1.25/cephes/
H A Dconst.c97 double LOG2E = 1.4426950408889634073599; /* 1/log(2) */ variable
143 unsigned short LOG2E[4] = {0x82fe,0x652b,0x1547,0x3ff7}; variable
189 unsigned short LOG2E[4] = {0x3ff7,0x1547,0x652b,0x82fe}; variable
224 double LOG2E = 1.4426950408889634073599; /* 1/log(2) */ variable
248 unsigned short LOG2E[4] = {040270,0125073,024534,013761,}; variable
278 extern unsigned short LOG2E[];
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/libmd/
H A Dconst.c85 double LOG2E = 1.4426950408889634073599; /* 1/md_log(2) */ variable
131 unsigned short LOG2E[4] = {0x82fe,0x652b,0x1547,0x3ff7}; variable
177 unsigned short LOG2E[4] = {0x3ff7,0x1547,0x652b,0x82fe}; variable
215 unsigned short LOG2E[4] = {040270,0125073,024534,013761,}; variable
243 extern unsigned short LOG2E[];
H A Dexp.c149 extern double LOGE2, LOG2E, MAXLOG, MINLOG, MAXNUM;
186 px = md_floor( LOG2E * x + 0.5 ); /* md_floor() truncates toward -infinity. */
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dconst.c85 double LOG2E = 1.4426950408889634073599; /* 1/log(2) */ variable
131 unsigned short LOG2E[4] = {0x82fe,0x652b,0x1547,0x3ff7}; variable
177 unsigned short LOG2E[4] = {0x3ff7,0x1547,0x652b,0x82fe}; variable
215 unsigned short LOG2E[4] = {040270,0125073,024534,013761,}; variable
243 extern unsigned short LOG2E[];
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/gto/
H A Dfastexp.c57 static const double LOG2E = 1.4426950408889634073599; /* 1/log(2) */ variable
69 a = LOG2E * x + 0.5; in exp_cephes()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/
H A Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/dports/math/PDL/PDL-2.019/Basic/Math/
H A Dconst.c72 double LOG2E = 1/M_LN2; /* 1/log(2) */ variable
76 double LOG2E = 1.4426950408889634073599; /* 1/log(2) */ variable
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/
H A Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/
H A Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/math/
H A Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/
H A Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/
H A Dexp_amd64.s21 #define LOG2E 1.4426950408889634073599246810018920 // 1/LN2 macro
51 MOVSD $LOG2E, X1
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/arm/neon-d32/pmath/
H A Dexp.h211 [LOG2E] "r" (&EXP_LOG2E[0]) in exp2()
271 [LOG2E] "r" (&EXP_LOG2E[0]) in exp1()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/avx2/pmath/
H A Dexp.h375 [LOG2E] "m" (EXP_LOG2E) in x64_exp1()
478 [LOG2E] "m" (EXP_LOG2E) in x64_exp2()
754 [LOG2E] "m" (EXP_LOG2E) in x64_exp1_fma3()
857 [LOG2E] "m" (EXP_LOG2E) in x64_exp2_fma3()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/sse2/pmath/
H A Dexp.h261 [LOG2E] "m" (EXP_LOG2E) in exp1()
332 [LOG2E] "m" (EXP_LOG2E) in exp2()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dexpd2.h48 #define LOG2E 1.4426950408889634073599 // 1/log(2) macro
110 vec_double2 rx = _floord2(spu_madd(x,spu_splats(LOG2E),spu_splats(0.5))); in _expd2()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Dexpd2.h48 #define LOG2E 1.4426950408889634073599 // 1/log(2) macro
110 vec_double2 rx = _floord2(spu_madd(x,spu_splats(LOG2E),spu_splats(0.5))); in _expd2()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/
H A Dmath.h40 const long double LOG2E = 1.4426950408889634073599246810018921L; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java50 private static String LOG2E = "1.4426950408889633"; field in ExsltMath
371 value = LOG2E; in constant()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java50 private static String LOG2E = "1.4426950408889633"; field in ExsltMath
371 value = LOG2E; in constant()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java50 private static String LOG2E = "1.4426950408889633"; field in ExsltMath
371 value = LOG2E; in constant()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java50 private static String LOG2E = "1.4426950408889633"; field in ExsltMath
371 value = LOG2E; in constant()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java50 private static String LOG2E = "1.4426950408889633"; field in ExsltMath
371 value = LOG2E; in constant()

1234567