Home
last modified time | relevance | path

Searched refs:log_h (Results 1 – 25 of 65) sorted by relevance

123

/dports/x11-wm/lxqt-session/lxqt-session-1.0.0/lxqt-session/src/
H A Dlog.h28 #if !defined(log_h)
29 #define log_h macro
/dports/mail/maildrop/maildrop-3.0.3/libs/maildrop/
H A Dlog.h1 #ifndef log_h
2 #define log_h macro
/dports/mail/courier/courier-0.65.3/maildrop/
H A Dlog.h1 #ifndef log_h
2 #define log_h macro
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dlog.h23 #ifndef log_h
24 #define log_h macro
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DhalfExpLog.h20 log_h (half x) in log_h() function
71 return exp_h (y * log_h (x)); in pow_h()
/dports/math/py-z3-solver/z3-z3-4.8.10/scripts/
H A Dupdate_api.py944 global log_h, log_c
949 log_h.write(';\n')
1107 mk_log_macro(log_h, name, params)
1710 def write_log_h_preamble(log_h): argument
1713 log_h.write('#ifdef __GNUC__\n')
1715 log_h.write('#else\n')
1716 log_h.write('#define _Z3_UNUSED\n')
1717 log_h.write('#endif\n')
1719 log_h.write('#include<iostream>\n')
1720 log_h.write('#include<atomic>\n')
[all …]
/dports/math/z3/z3-z3-4.8.13/scripts/
H A Dupdate_api.py947 global log_h, log_c
952 log_h.write(';\n')
1110 mk_log_macro(log_h, name, params)
1713 def write_log_h_preamble(log_h): argument
1716 log_h.write('#ifdef __GNUC__\n')
1718 log_h.write('#else\n')
1719 log_h.write('#define _Z3_UNUSED\n')
1720 log_h.write('#endif\n')
1879 log_h = None variable
1919 global log_h, log_c, exe_c, core_py
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tools/
H A Dcode-generator.php11 $log_h = ROOT_DIR . '/include/swoole_log.h'; variable
12 $log_h_content = file_get_contents($log_h);
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/convert/dataformat/
H A Dutil.py89 log_h = HeaderSnippet("../log.h", is_global=False)
114 "engine_log": {log_h},
/dports/science/dynare/dynare-4.6.4/tests/optimal_policy/Ramsey/
H A DRamsey_Example_estimation.mod92 log_h ${\ln h}$ (long_name='Log hours worked')
146 log_h=log(h);
168 log_h=log(h);
189 stoch_simul(order=2) pi_ann log_h R_ann log_C Z r_real y_nat;
212 osr(opt_algo=9) pi_ann log_h R_ann log_C Z r_real;
225 stoch_simul(order=1,irf=20,periods=500) pi_ann log_h R_ann log_C Z r_real;
/dports/science/dynare/dynare-4.6.4/examples/
H A DRamsey_Example.mod92 log_h ${\ln h}$ (long_name='Log hours worked')
146 log_h=log(h);
168 log_h=log(h);
189 stoch_simul(order=2) pi_ann log_h R_ann log_C Z r_real y_nat;
212 osr(opt_algo=9) pi_ann log_h R_ann log_C Z r_real;
225 stoch_simul(order=1,irf=20,periods=500) pi_ann log_h R_ann log_C Z r_real;
/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Dhw.c89 tihw.log_h = tihw.lcd_h = 100; in hw_init()
95 tihw.log_h = tihw.lcd_h = 128; in hw_init()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libclc/generic/lib/math/
H A Dclc_pown.cl250 double log_h = tv.s0;
252 double f_inv = (log_h + log_t) * f;
254 double r2 = fma(-F, r1, f) * (log_h + log_t);
272 log_h = tv.s0;
277 double resH = fma(xexp, real_log2_lead, log_h);
H A Dclc_powr.cl255 double log_h = tv.s0;
257 double f_inv = (log_h + log_t) * f;
259 double r2 = fma(-F, r1, f) * (log_h + log_t);
277 log_h = tv.s0;
282 double resH = fma(xexp, real_log2_lead, log_h);
H A Dclc_rootn.cl254 double log_h = tv.s0;
256 double f_inv = (log_h + log_t) * f;
258 double r2 = fma(-F, r1, f) * (log_h + log_t);
276 log_h = tv.s0;
281 double resH = fma(xexp, real_log2_lead, log_h);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libclc/generic/lib/math/
H A Dclc_powr.cl255 double log_h = tv.s0;
257 double f_inv = (log_h + log_t) * f;
259 double r2 = fma(-F, r1, f) * (log_h + log_t);
277 log_h = tv.s0;
282 double resH = fma(xexp, real_log2_lead, log_h);
H A Dclc_rootn.cl254 double log_h = tv.s0;
256 double f_inv = (log_h + log_t) * f;
258 double r2 = fma(-F, r1, f) * (log_h + log_t);
276 log_h = tv.s0;
281 double resH = fma(xexp, real_log2_lead, log_h);
H A Dclc_pown.cl250 double log_h = tv.s0;
252 double f_inv = (log_h + log_t) * f;
254 double r2 = fma(-F, r1, f) * (log_h + log_t);
272 log_h = tv.s0;
277 double resH = fma(xexp, real_log2_lead, log_h);
/dports/devel/libclc/libclc-12.0.1.src/generic/lib/math/
H A Dclc_pown.cl250 double log_h = tv.s0;
252 double f_inv = (log_h + log_t) * f;
254 double r2 = fma(-F, r1, f) * (log_h + log_t);
272 log_h = tv.s0;
277 double resH = fma(xexp, real_log2_lead, log_h);
H A Dclc_powr.cl255 double log_h = tv.s0;
257 double f_inv = (log_h + log_t) * f;
259 double r2 = fma(-F, r1, f) * (log_h + log_t);
277 log_h = tv.s0;
282 double resH = fma(xexp, real_log2_lead, log_h);
H A Dclc_rootn.cl254 double log_h = tv.s0;
256 double f_inv = (log_h + log_t) * f;
258 double r2 = fma(-F, r1, f) * (log_h + log_t);
276 log_h = tv.s0;
281 double resH = fma(xexp, real_log2_lead, log_h);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libclc/generic/lib/math/
H A Dclc_pown.cl250 double log_h = tv.s0;
252 double f_inv = (log_h + log_t) * f;
254 double r2 = fma(-F, r1, f) * (log_h + log_t);
272 log_h = tv.s0;
277 double resH = fma(xexp, real_log2_lead, log_h);
H A Dclc_powr.cl255 double log_h = tv.s0;
257 double f_inv = (log_h + log_t) * f;
259 double r2 = fma(-F, r1, f) * (log_h + log_t);
277 log_h = tv.s0;
282 double resH = fma(xexp, real_log2_lead, log_h);
H A Dclc_rootn.cl254 double log_h = tv.s0;
256 double f_inv = (log_h + log_t) * f;
258 double r2 = fma(-F, r1, f) * (log_h + log_t);
276 log_h = tv.s0;
281 double resH = fma(xexp, real_log2_lead, log_h);
/dports/devel/llvm12/llvm-project-12.0.1.src/libclc/generic/lib/math/
H A Dclc_rootn.cl254 double log_h = tv.s0;
256 double f_inv = (log_h + log_t) * f;
258 double r2 = fma(-F, r1, f) * (log_h + log_t);
276 log_h = tv.s0;
281 double resH = fma(xexp, real_log2_lead, log_h);

123