Home
last modified time | relevance | path

Searched refs:zh (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_clog_rl.c375 t = zh + (*zt); in k_log_NKzl()
397 s2t = r * ((((zh - s2h * zk) - v * zh) + (*zt)) - v * (*zt)); in k_log_NKzl()
507 zh = (long double)dk;
510 *er = z - zh;
513 zh *= 0.5L; *er *= 0.5L;
596 ((unsigned *)&zh)[0] = 0;
598 ly = ((unsigned *)&zh)[2];
601 lx = ((unsigned *)&zh)[1];
605 ((unsigned *)&zh)[3] = 0;
608 w = fabsl(zh);
[all …]
H A Dk_clog_r.c231 t = zh + (*zt); in k_log_NKz()
237 s2t = r * ((((zh - s2h * zk) - v * zh) + (*zt)) - v * (*zt)); in k_log_NKz()
325 zh = (double)((float)z); in __k_clog_r()
329 *er = z - zh; in __k_clog_r()
332 zh *= 0.5; *er *= 0.5; in __k_clog_r()
334 w = k_log_NKz(n, k, zh, er); in __k_clog_r()
381 zh = ((tk + t2) + t3) + t4; in __k_clog_r()
383 w = fabs(zh); in __k_clog_r()
393 *er = ((wh - zh) + t3) + t4; in __k_clog_r()
399 *er = ((wh - zh) + t3) + t4; in __k_clog_r()
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c1446 rr.h = zh * yy.h; in gam_n()
1455 xl = (x - (zh - one)) * (z2 + zh) - (xh - zh * (zh + one)); in gam_n()
1463 zh = z1; in gam_n()
1464 __LO(zh) = 0; in gam_n()
1466 zl = x - (zh - 2.0); in gam_n()
1469 xl = zl * (z2 + zh * (z1 + zh)) - (xh - zh * (zh * zh - one)); in gam_n()
1479 yl = (x - (zh - 2.0)) * (z2 + zh) - (yh - zh * (zh + one)); in gam_n()
1493 z1 = x - (zh - 2.0); in gam_n()
1494 yl = z1 * (z2 + zh) - (yh - zh * (zh + one)); in gam_n()
1499 zh += 3.0; in gam_n()
[all …]
H A Dtgammal.c919 zh = CHOPPED((z)); in gam_n()
920 rr.h = zh * yy.h; in gam_n()
928 zh = CHOPPED((z1)); in gam_n()
929 xl = (x - (zh - one)) * (z2 + zh) - (xh - zh * (zh + one)); in gam_n()
938 zh = CHOPPED(z1); in gam_n()
941 xl = zl * (zh + z1) - (xh - (zh * zh - one)); in gam_n()
955 zh = CHOPPED((z1)); in gam_n()
957 yl = (x - (zh - 2.0L)) * (z2 + zh) - (yh - zh * (zh + one)); in gam_n()
972 yl = z1 * (z2 + zh) - (yh - zh * (zh + one)); in gam_n()
977 zh += 3.0; in gam_n()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c652 blk = zh->zh_log; in zil_create()
722 if (BP_IS_HOLE(&zh->zh_log)) in zil_destroy()
768 zil_header_t *zh; in zil_claim() local
825 BP_ZERO(&zh->zh_log); in zil_claim()
847 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) { in zil_claim()
921 zh->zh_claim_txg == 0) in zil_check_log_chain()
2875 blkptr_t blk = zh->zh_log; in zil_sync()
2892 zh->zh_log = blk; in zil_sync()
2911 BP_ZERO(&zh->zh_log); in zil_sync()
3141 const zil_header_t *zh; in zil_suspend() local
[all …]
H A Ddmu_traverse.c121 traverse_zil(traverse_data_t *td, zil_header_t *zh) in traverse_zil() argument
123 uint64_t claim_txg = zh->zh_claim_txg; in traverse_zil()
132 zilog_t *zilog = zil_alloc(spa_get_dsl(td->td_spa)->dp_meta_objset, zh); in traverse_zil()
H A Ddsl_scan.c1349 zil_header_t *zh = zsa->zsa_zh; in dsl_scan_zil_block() local
1364 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], in dsl_scan_zil_block()
1379 zil_header_t *zh = zsa->zsa_zh; in dsl_scan_zil_record() local
1396 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], in dsl_scan_zil_record()
1406 dsl_scan_zil(dsl_pool_t *dp, zil_header_t *zh) in dsl_scan_zil() argument
1408 uint64_t claim_txg = zh->zh_claim_txg; in dsl_scan_zil()
1409 zil_scan_arg_t zsa = { dp, zh }; in dsl_scan_zil()
1421 zilog = zil_alloc(dp->dp_meta_objset, zh); in dsl_scan_zil()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c400 const zil_header_t *zh = zilog->zl_header; in dump_intent_log() local
404 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1) in dump_intent_log()
409 (u_longlong_t)zh->zh_claim_txg, in dump_intent_log()
410 (u_longlong_t)zh->zh_claim_blk_seq, in dump_intent_log()
411 (u_longlong_t)zh->zh_claim_lr_seq); in dump_intent_log()
413 (u_longlong_t)zh->zh_replay_seq, (u_longlong_t)zh->zh_flags); in dump_intent_log()
420 zh->zh_claim_txg == 0) in dump_intent_log()
426 zh->zh_claim_txg, B_FALSE); in dump_intent_log()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab165 zh chinese-simplified zho|chi|chs
187 cn china zh:primary
206 hk hong-kong zh
230 mo macau zh
248 sg singapore zh
/illumos-gate/usr/src/lib/iconv_modules/
H A DMakefile28 SUBDIRS = common euro hi_IN ja ko th_TH zh utf-8 vi
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2712 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_lookup() argument
2722 if (zh->zap_magic != ZAP_MAGIC) in fzap_lookup()
2729 z.zap_phys = zh; in fzap_lookup()
2733 hash = zap_hash(zh->zap_salt, name); in fzap_lookup()
2813 fzap_list(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_list() argument
2820 if (zh->zap_magic != ZAP_MAGIC) in fzap_list()
2824 z.zap_phys = zh; in fzap_list()
2836 for (i = 0; i < zh->zap_num_leafs; i++) { in fzap_list()
2996 if (zh->zap_magic != ZAP_MAGIC) in fzap_rlookup()
3000 z.zap_phys = zh; in fzap_rlookup()
[all …]
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Deqnchar39 tdefine hbar % "\zh\v'-.6m'\h'.05m'\(ru\v'.6m'" %
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica394 # https://books.google.com/books?hl=zh-TW&id=c_E-AQAAIAAJ&pg=PA331