HomeSort by: relevance | last modified time | path
    Searched defs:norm (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
config.py 173 def norm(x): function in function:LLVMConfig.with_environment
179 paths = [norm(p) for p in current_paths]
189 p = norm(p)
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 56 // norm
58 template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) { function in namespace:std
  /src/lib/libc/citrus/
citrus_csmapper.c 111 unsigned long norm; local
134 /* r1:pivot name, r2:norm among src and pivot */
138 norm = val32;
148 /* r2: norm among pivot and dst */
152 norm += val32;
153 /* judge minimum norm */
154 if (norm < *rnorm) {
155 *rnorm = norm;
186 unsigned long norm; member in struct:parse_arg
208 /* z1 : dst name, z2 : norm */
350 unsigned long norm; local
    [all...]
  /src/lib/libc/citrus/modules/
citrus_iconv_std.c 211 unsigned long norm; local
219 dbdst->db_charsets[i].ec_csname, &norm);
222 sd->sd_norm = norm;
225 if (sdtmp->sd_norm > norm) {
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_drv.c 128 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; local
133 regs[CH7006_DISPMODE] = norm->dispmode | mode->dispmode;
239 ~mode->valid_norms & 1<<priv->norm)
273 priv->norm);
327 priv->norm = val;
459 priv->norm = TV_NORM_PAL;
474 priv->norm = i;
480 ch7006_err(client, "Invalid TV norm setting \"%s\".\n",
538 MODULE_PARM_DESC(tv_norm, "Default TV norm.\n
    [all...]
ch7006_mode.c 187 if (~mode->valid_norms & 1<<priv->norm)
210 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; local
216 if (norm->black_level < 339*fixed1/1000) {
226 black_level = round_fixed(norm->black_level*26625)/gain;
241 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; local
246 * (norm->subc_freq >> 24));
336 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; local
    [all...]
ch7006_priv.h 94 enum ch7006_tv_norm norm; member in struct:ch7006_priv
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_sequences.c 74 S16 norm[MaxSeq + 1]; local
76 FORWARD_IF_ERROR(FSE_normalizeCount(norm, tableLog, count, nbSeq, max, ZSTD_useLowProbCount(nbSeq)), "");
77 return FSE_writeNCount(wksp, sizeof(wksp), norm, max, tableLog);
91 unsigned norm = (unsigned)((256 * count[s]) / total); local
92 if (count[s] != 0 && norm == 0)
93 norm = 1;
95 cost += count[s] * kInverseProbabilityLog256[norm];
136 * table described by norm. The max symbol support by norm is assumed >= max.
137 * norm must be valid for every symbol with non-zero probability in count
238 S16 norm[MaxSeq + 1]; member in struct:__anon6306
    [all...]
huf_compress.c 143 S16 norm[HUF_TABLELOG_MAX+1]; member in struct:__anon6262
171 CHECK_F( FSE_normalizeCount(wksp->norm, tableLog, wksp->count, wtSize, maxSymbolValue, /* useLowProbCount */ 0) );
174 { CHECK_V_F(hSize, FSE_writeNCount(op, (size_t)(oend-op), wksp->norm, maxSymbolValue, tableLog) );
179 CHECK_F( FSE_buildCTable_wksp(wksp->CTable, wksp->norm, maxSymbolValue, tableLog, wksp->scratchBuffer, sizeof(wksp->scratchBuffer)) );
  /src/sys/dev/ic/
aac.c 563 int nsegs, i, rv, state, norm, high; local
701 norm = htole32(AAC_HOST_NORM_CMD_ENTRIES);
705 norm;
707 norm;
713 norm = htole32(AAC_ADAP_NORM_CMD_ENTRIES);
717 norm;
719 norm;
725 norm = htole32(AAC_HOST_NORM_RESP_ENTRIES);
729 qt_qindex[AAC_HOST_NORM_RESP_QUEUE][AAC_PRODUCER_INDEX] = norm;
731 qt_qindex[AAC_HOST_NORM_RESP_QUEUE][AAC_CONSUMER_INDEX] = norm;
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_micro.c 160 char norm[ZAP_MAXNAMELEN]; local
162 if (zap_normalize(zn->zn_zap, matchname, norm) != 0)
165 return (strcmp(zn->zn_key_norm, norm) == 0);
zfs_znode.c 2033 uint64_t norm = 0; local
2076 norm = val;
2128 zfsvfs->z_norm = norm;
  /src/external/bsd/bc/dist/
number.c 915 unsigned int norm; local
991 norm = 10 / ((int)*n2ptr + 1);
992 if (norm != 1)
994 _one_mult (num1, len1+scale1+extra+1, norm, num1);
995 _one_mult (n2ptr, len2, norm, n2ptr);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 206 __DEVICE__ double norm(int __dim, const double *__t) { function
__clang_hip_math.h 921 double norm(int __dim, function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 1686 int res, n, t, i, norm, neg; local
1732 norm = mp_count_bits(&y) % DIGIT_BIT;
1733 if (norm < (int)(DIGIT_BIT-1)) {
1734 norm = (DIGIT_BIT-1) - norm;
1735 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
1738 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {
1742 norm = 0;
1852 mp_div_2d (&x, norm, &x, NULL);
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_block.c 681 S16 norm[MaxSeq+1]; local
682 size_t const headerSize = FSE_readNCount(norm, &max, &tableLog, src, srcSize);
685 ZSTD_buildFSETable(DTableSpace, norm, max, baseValue, nbAdditionalBits, tableLog, wksp, wkspSize, bmi2);
  /src/sbin/nvmectl/
bignum.c 987 int res, n, t, i, norm, neg; local
1033 norm = mp_count_bits(&y) % DIGIT_BIT;
1034 if (norm < (int)(DIGIT_BIT-1)) {
1035 norm = (DIGIT_BIT-1) - norm;
1036 if ((res = lshift_bits(&x, norm, &x)) != MP_OKAY) {
1039 if ((res = lshift_bits(&y, norm, &y)) != MP_OKAY) {
1043 norm = 0;
1153 rshift_bits(&x, norm, &x, NULL);
  /src/external/bsd/zstd/dist/tests/
decodecorpus.c 810 S16 norm[MaxSeq+1]; local
866 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048);
867 { size_t const NCountSize = FSE_writeNCount(op, oend-op, norm, max, tableLog); /* overflow protected */
870 CHECKERR(FSE_buildCTable_wksp(CTable_LitLength, norm, max, tableLog, scratchBuffer, sizeof(scratchBuffer)));
894 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048);
895 { size_t const NCountSize = FSE_writeNCount(op, oend-op, norm, max, tableLog); /* overflow protected */
898 FSE_buildCTable_wksp(CTable_OffsetBits, norm, max, tableLog, scratchBuffer, sizeof(scratchBuffer));
924 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048);
925 { size_t const NCountSize = FSE_writeNCount(op, oend-op, norm, max, tableLog); /* overflow protected */
928 FSE_buildCTable_wksp(CTable_MatchLength, norm, max, tableLog, scratchBuffer, sizeof(scratchBuffer))
    [all...]
fuzzer.c 3960 short norm[32]; local
3972 FSE_normalizeCount(norm, tableLog, count, nbSeq, maxSymbolValue, /* useLowProbCount */ 1);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 928 tree norm = NULL_TREE;
932 norm = get_normalized_constraints_from_info (ci, tmpl, diag);
936 hash_map_safe_put<hm_ggc> (normalized_map, d, norm);
938 return norm;
957 tree norm = get_normalized_constraints (def, info); local
961 hash_map_safe_put<hm_ggc> (normalized_map, tmpl, norm);
963 return norm;
979 tree norm = get_normalized_constraints (expr, info); local
983 hash_map_safe_put<hm_ggc> (normalized_map, expr, norm);
985 return norm;
3107 tree norm; local
    [all...]
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 1574 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ local
1588 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
1592 FSE_buildDTable(DTableLL, norm, max, LLlog);
1606 headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);
1610 FSE_buildDTable(DTableOffb, norm, max, Offlog);
1624 headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);
1628 FSE_buildDTable(DTableML, norm, max, MLlog);
zstd_v03.c 2539 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ local
2553 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
2557 FSE_buildDTable(DTableLL, norm, max, LLlog);
2572 headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);
2576 FSE_buildDTable(DTableOffb, norm, max, Offlog);
2590 headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);
2594 FSE_buildDTable(DTableML, norm, max, MLlog);
zstd_v02.c 2899 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ local
2913 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
2917 FSE_buildDTable(DTableLL, norm, max, LLlog);
2932 headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);
2936 FSE_buildDTable(DTableOffb, norm, max, Offlog);
2950 headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);
2954 FSE_buildDTable(DTableML, norm, max, MLlog);
  /src/external/bsd/mdocml/dist/
roff.h 507 union mdoc_data *norm; /* Normalized arguments. */ member in struct:roff_node

Completed in 102 milliseconds

1 2