Home
last modified time | relevance | path

Searched refs:norm (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-10-stable/lib/libc/iconv/
Dcitrus_csmapper.c108 unsigned long norm; in find_best_pivot_pvdb() local
135 norm = val32; in find_best_pivot_pvdb()
149 norm += val32; in find_best_pivot_pvdb()
151 if (norm < *rnorm) { in find_best_pivot_pvdb()
152 *rnorm = norm; in find_best_pivot_pvdb()
183 unsigned long norm; member
210 pa->norm = _bcs_strtoul(buf, NULL, 0); in parse_line()
233 pasrc->norm += padst.norm; in find_dst()
269 if (pa.norm < norm_min) { in find_best_pivot_lookup()
270 norm_min = pa.norm; in find_best_pivot_lookup()
[all …]
/freebsd-10-stable/contrib/mdocml/
Dmdoc_validate.c660 dup = n->norm->Bl.comp; in pre_bl()
667 dup = (NULL != n->norm->Bl.width); in pre_bl()
676 dup = (NULL != n->norm->Bl.offs); in pre_bl()
691 n->norm->Bl.comp = comp; in pre_bl()
693 n->norm->Bl.offs = offs; in pre_bl()
695 n->norm->Bl.width = width; in pre_bl()
699 if (LIST__NONE != lt && n->norm->Bl.type != LIST__NONE) in pre_bl()
704 if (LIST__NONE != lt && n->norm->Bl.type == LIST__NONE) { in pre_bl()
705 n->norm->Bl.type = lt; in pre_bl()
708 n->norm->Bl.ncols = in pre_bl()
[all …]
Dmdoc_term.c591 if (MDOC_Bd == bl->tok && bl->norm->Bd.comp) in print_bvspace()
593 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp) in print_bvspace()
612 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
618 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type) in print_bvspace()
645 type = bl->norm->Bl.type; in termp_it_pre()
655 if (bl->norm->Bl.offs) in termp_it_pre()
656 offset = a2offs(p, bl->norm->Bl.offs); in termp_it_pre()
672 ncols = bl->norm->Bl.ncols; in termp_it_pre()
687 (p, bl->norm->Bl.cols[i]); in termp_it_pre()
702 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; in termp_it_pre()
[all …]
Dmdoc_html.c877 type = bl->norm->Bl.type; in mdoc_it_pre()
905 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre()
930 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre()
944 if (NULL == bl->norm->Bl.width) { in mdoc_it_pre()
948 a2width(bl->norm->Bl.width, &su); in mdoc_it_pre()
954 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre()
987 if (LIST_column == n->norm->Bl.type) in mdoc_bl_pre()
993 if (LIST_column != n->norm->Bl.type) in mdoc_bl_pre()
1003 for (i = 0; i < (int)n->norm->Bl.ncols; i++) { in mdoc_bl_pre()
1004 a2width(n->norm->Bl.cols[i], &su); in mdoc_bl_pre()
[all …]
Dmdoc.c381 p->norm = p->parent->norm; in node_append()
530 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_block_alloc()
556 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_elem_alloc()
589 free(p->norm); in mdoc_node_free()
732 LIST_column == n->norm->Bl.type) { in mdoc_ptext()
741 LIST_column == n->parent->norm->Bl.type) { in mdoc_ptext()
907 LIST_column == n->norm->Bl.type) { in mdoc_pmacro()
923 LIST_column == n->parent->norm->Bl.type) { in mdoc_pmacro()
Dmdoc_man.c446 if (DISP_unfilled == n->norm->Bd.type || in pre_bd()
447 DISP_literal == n->norm->Bd.type) { in pre_bd()
459 if (DISP_unfilled == n->norm->Bd.type || in post_bd()
460 DISP_literal == n->norm->Bd.type) { in post_bd()
525 switch (bln->norm->Bl.type) { in pre_it()
532 if (bln->norm->Bl.width) in pre_it()
533 print_word(mm, bln->norm->Bl.width); in pre_it()
Dmdoc.h364 union mdoc_data *norm; /* normalised args */ member
/freebsd-10-stable/crypto/heimdal/lib/wind/
Didn-lookup.c74 uint32_t *norm = malloc(norm_len * sizeof(uint32_t)); in lookup() local
78 if (norm == NULL && norm_len != 0) in lookup()
84 ret = wind_stringprep(u, u_len, norm, &norm_len, WIND_PROFILE_NAME); in lookup()
94 for (j = i; j < norm_len && !is_separator(norm[j]); ++j) in lookup()
97 ret = wind_punycode_label_toascii(norm + i, j - i, ep, &len); in lookup()
106 free(norm); in lookup()
/freebsd-10-stable/sys/contrib/xz-embedded/linux/lib/xz/
Dxz_dec_bcj.c220 uint64_t norm; in bcj_ia64() local
235 norm = instr >> bit_res; in bcj_ia64()
237 if (((norm >> 37) & 0x0F) == 0x05 in bcj_ia64()
238 && ((norm >> 9) & 0x07) == 0) { in bcj_ia64()
239 addr = (norm >> 13) & 0x0FFFFF; in bcj_ia64()
240 addr |= ((uint32_t)(norm >> 36) & 1) << 20; in bcj_ia64()
245 norm &= ~((uint64_t)0x8FFFFF << 13); in bcj_ia64()
246 norm |= (uint64_t)(addr & 0x0FFFFF) << 13; in bcj_ia64()
247 norm |= (uint64_t)(addr & 0x100000) in bcj_ia64()
251 instr |= norm << bit_res; in bcj_ia64()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h61 NormalizingFn norm = normalizeSpillWeight)
62 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF()
73 VirtRegAuxInfo::NormalizingFn norm =
/freebsd-10-stable/sys/tools/sound/
Dfeeder_eq_mkfilter.awk234 function feedeq_calc_preamp(norm, gain, shift, mul, bit, attn)
253 norm["mul"] = mul;
254 norm["shift"] = shift;
415 feedeq_calc_preamp(norm, i * FEEDEQ_GAIN_RECIPROCAL);
419 norm["mul"], norm["shift"], dbgain);
/freebsd-10-stable/contrib/binutils/opcodes/
Dia64-waw.tbl95norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7; IC:pr-unc…
98norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7, IC:mov-to…
101norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7, IC:mov-to…
Dia64-ic.tbl219 pr-norm-writers-fp; IC:pr-gen-writers-fp[Field(ctype)==]
220 pr-norm-writers-int; IC:pr-gen-writers-int[Field(ctype)==]
227 pr-writers-fp; IC:pr-norm-writers-fp, IC:pr-unc-writers-fp
228 pr-writers-int; IC:pr-norm-writers-int, IC:pr-unc-writers-int, IC:pr-and-writers, IC:pr-or-writers
/freebsd-10-stable/sys/dev/bktr/
Dmsp34xx.c117 int norm; member
717 if (VIDEO_MODE_RADIO == msp->norm || in msp3400c_thread()
733 if (VIDEO_MODE_RADIO == msp->norm || in msp3400c_thread()
746 if (client->amsound && (msp->norm == VIDEO_MODE_SECAM)) { in msp3400c_thread()
784 if (client->amsound && (msp->norm == VIDEO_MODE_SECAM)) { in msp3400c_thread()
843 msp->norm == VIDEO_MODE_SECAM) { in msp3400c_thread()
982 switch (msp->norm) { in msp3410d_thread()
1042 if (client->amsound && (msp->norm == VIDEO_MODE_SECAM) && (val != 0x0009)) { in msp3410d_thread()
/freebsd-10-stable/sys/libkern/
Dfnmatch.c123 goto norm; in fnmatch()
141 norm: in fnmatch()
/freebsd-10-stable/lib/libiconv_modules/iconv_std/
Dcitrus_iconv_std.c216 unsigned long norm; in open_dsts() local
225 dbdst->db_charsets[i].ec_csname, &norm); in open_dsts()
228 sd->sd_norm = norm; in open_dsts()
231 if (sdtmp->sd_norm > norm) { in open_dsts()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DCalcSpillWeights.cpp29 VirtRegAuxInfo::NormalizingFn norm) { in calculateSpillWeightsAndHints() argument
34 VirtRegAuxInfo VRAI(MF, LIS, MLI, MBFI, norm); in calculateSpillWeightsAndHints()
/freebsd-10-stable/usr.bin/ctags/
DC.c521 goto norm; in skip_key()
526 norm: in skip_key()
/freebsd-10-stable/lib/libc/gen/
Dfnmatch.c178 goto norm;
198 norm:
/freebsd-10-stable/contrib/gcc/
Dgccbug.in186 -L | --list) FORMAT=norm ;;
213 norm) l=`echo "$CATEGORIES" | \
/freebsd-10-stable/contrib/libc++/include/
Dcomplex188 template<class T> T norm(const complex<T>&);
189 long double norm(long double);
190 double norm(double);
191 template<Integral T> double norm(T);
192 float norm(float);
931 // norm
936 norm(const complex<_Tp>& __c)
947 norm(long double __re)
954 norm(double __re)
966 norm(_Tp __re)
[all …]
/freebsd-10-stable/contrib/wpa/src/tls/
Dlibtommath.c1687 int res, n, t, i, norm, neg; in mp_div() local
1733 norm = mp_count_bits(&y) % DIGIT_BIT; in mp_div()
1734 if (norm < (int)(DIGIT_BIT-1)) { in mp_div()
1735 norm = (DIGIT_BIT-1) - norm; in mp_div()
1736 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div()
1739 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div()
1743 norm = 0; in mp_div()
1853 mp_div_2d (&x, norm, &x, NULL); in mp_div()
/freebsd-10-stable/sys/contrib/v4l/
Dvideodev.h64 __u16 norm; /* Norm set by channel */ member
/freebsd-10-stable/tools/tools/netmap/
Dpkt-gen.c1322 norm(char *buf, double val) in norm() function
1351 norm(b1, pps), norm(b2, bw), norm(b3, raw_bw) ); in tx_output()
1367 printf("Speed: %spps\n", norm(b1, pps)); in rx_output()
/freebsd-10-stable/contrib/libstdc++/include/tr1/
Dcomplex352 using std::norm;
356 norm(_Tp __x)

12