Home
last modified time | relevance | path

Searched refs:iah (Results 1 – 25 of 131) sorted by relevance

123456

/dports/science/py-pyscf/pyscf-2.0.1/pyscf/soscf/
H A Dciah.py86 conv_tol_grad = iah.conv_tol_grad
88 g_orb, h_op, h_diag = iah.gen_g_hop(u0)
106 if dxmax > iah.max_stepsize:
107 scale = iah.max_stepsize / dxmax
119 kf_trust_region = iah.kf_trust_region
130 tol=iah.ah_conv_tol, max_cycle=iah.ah_max_cycle,
135 ((norm_residual < iah.ah_start_tol) and (ihop >= iah.ah_start_cycle)) or
136 (seig < iah.ah_lindep)):
150 max_cycle = max(iah.max_iters,
165 (ikf >= max(iah.kf_interval, iah.kf_interval-numpy.log(norm_dr+1e-9)) or
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkensaku.c62 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
65 iah = ((struct wnn_jdata *) a)->int_hindo;
76 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
87 if (iah >= 0)
89 ah += iah;
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkensaku.c62 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
65 iah = ((struct wnn_jdata *) a)->int_hindo;
76 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
87 if (iah >= 0)
89 ah += iah;
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkensaku.c62 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
65 iah = ((struct wnn_jdata *) a)->int_hindo;
76 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
87 if (iah >= 0)
89 ah += iah;
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkensaku.c62 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
65 iah = ((struct wnn_jdata *) a)->int_hindo;
76 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
87 if (iah >= 0)
89 ah += iah;
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkensaku.c62 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
65 iah = ((struct wnn_jdata *) a)->int_hindo;
76 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
87 if (iah >= 0)
89 ah += iah;
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Dkensaku.c62 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
65 iah = ((struct wnn_jdata *) a)->int_hindo;
76 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
87 if (iah >= 0)
89 ah += iah;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/gssapi/krb5/
H A Diakerb.c174 krb5_iakerb_header *iah = NULL; in iakerb_parse_token() local
215 code = decode_krb5_iakerb_header(&data, &iah); in iakerb_parse_token()
220 *realm = iah->target_realm; in iakerb_parse_token()
221 iah->target_realm.data = NULL; in iakerb_parse_token()
225 *cookie = iah->cookie; in iakerb_parse_token()
226 iah->cookie = NULL; in iakerb_parse_token()
236 krb5_free_iakerb_header(ctx->k5c, iah); in iakerb_parse_token()
253 krb5_iakerb_header iah; in iakerb_make_token() local
265 iah.target_realm = *realm; in iakerb_make_token()
266 iah.cookie = cookie; in iakerb_make_token()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/gssapi/krb5/
H A Diakerb.c174 krb5_iakerb_header *iah = NULL; in iakerb_parse_token() local
215 code = decode_krb5_iakerb_header(&data, &iah); in iakerb_parse_token()
220 *realm = iah->target_realm; in iakerb_parse_token()
221 iah->target_realm.data = NULL; in iakerb_parse_token()
225 *cookie = iah->cookie; in iakerb_parse_token()
226 iah->cookie = NULL; in iakerb_parse_token()
236 krb5_free_iakerb_header(ctx->k5c, iah); in iakerb_parse_token()
253 krb5_iakerb_header iah; in iakerb_make_token() local
265 iah.target_realm = *realm; in iakerb_make_token()
266 iah.cookie = cookie; in iakerb_make_token()
[all …]
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dui.c61 float iaw, iah, ibw, ibh; member
838 *vy = ui_context.iah * ry + ui_context.ibh; in ui_screen_to_virtual()
864 ui_context.iah = 1.0f / ui_context.ah; in ui_set_virtual_screen()
866 ui_context.ibh = -ui_context.bh * ui_context.iah; in ui_set_virtual_screen()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/Test/heaps/
H A DHeapTests.cs82 ItemsAddedHandler<int> iah; in Direct()
87 queue.ItemsAdded += (iah = new ItemsAddedHandler<int>(queue_ItemAdded)); in Direct()
111 queue.ItemsAdded -= iah; in Direct()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/gumps/
H A Dcontainer_gump.cpp554 int32 iah = static_cast<int32>(rs->readUint32LE()); in loadData() local
557 _itemArea.setHeight(iah); in loadData()
/dports/textproc/libexttextcat/libexttextcat-3.4.6/langclass/LM/
H A Dmin.lm313 iah
/dports/comms/hylafax/hylafax-6.0.7/
H A DCONTRIBUTORS10 Simon <iahnl@iah.nl>
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Ddaibuun.cin751 iah
1414 iah
2249 iah
2609 iah
3206 iah
3465 iah
7612 iah
8650 iah
9524 iah
12241 chiah'iah
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Ddaibuun.cin751 iah
1414 iah
2249 iah
2609 iah
3206 iah
3465 iah
7612 iah
8650 iah
9524 iah
12241 chiah'iah
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/jlib/
H A Djl.c2624 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
2627 iah = ((struct wnn_jdata *) a)->int_hindo;
2638 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
2649 if (iah >= 0)
2651 ah += iah;
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/jlib/
H A Djl.c2624 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
2627 iah = ((struct wnn_jdata *) a)->int_hindo;
2638 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
2649 if (iah >= 0)
2651 ah += iah;
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/jlib/
H A Djl.c2624 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
2627 iah = ((struct wnn_jdata *) a)->int_hindo;
2638 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
2649 if (iah >= 0)
2651 ah += iah;
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/jlib/
H A Djl.c2624 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
2627 iah = ((struct wnn_jdata *) a)->int_hindo;
2638 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
2649 if (iah >= 0)
2651 ah += iah;
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/jlib/
H A Djl.c2624 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
2627 iah = ((struct wnn_jdata *) a)->int_hindo;
2638 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
2649 if (iah >= 0)
2651 ah += iah;
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/jlib/
H A Djl.c2624 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
2627 iah = ((struct wnn_jdata *) a)->int_hindo;
2638 if (iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE)
2649 if (iah >= 0)
2651 ah += iah;
/dports/misc/xiphos/xiphos-4.2.1/help/C/
H A Dxiphos-30-search.page117 pattern. For example the regular expression <input>[a-z]*iah </input>
/dports/japanese/Wnn7-lib/src/Wnn/jlib/
H A Djl.c4979 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
4982 iah = ((struct wnn_jdata *)a)->int_hindo;
4991 if(iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE) return(1);
4998 if(iah >= 0){
4999 ah += iah;
/dports/japanese/Wnn6-lib/src/contrib/im/Xsi/Wnn/jlib/
H A Djl.c5415 int ah, bh, ai, bi, iah, ibh, iai, ibi; local
5418 iah = ((struct wnn_jdata *)a)->int_hindo;
5427 if(iai == WNN_IMA_OFF && iah == WNN_ENTRY_NO_USE) return(1);
5434 if(iah >= 0){
5435 ah += iah;

123456