Home
last modified time | relevance | path

Searched defs:norm (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/
H A Ddivrem_1.c92 int norm, norm_rshift; in mpn_divrem_1() local
181 int norm, norm_rshift; in mpn_divrem_1() local
H A Dmod_1.c62 int norm, norm_rshift; in mpn_mod_1_anynorm() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i2c/
H A Dch7006_mode.c210 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; in ch7006_setup_levels() local
241 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; in ch7006_setup_subcarrier() local
336 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; in ch7006_setup_properties() local
H A Dch7006_drv.c128 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; in ch7006_encoder_mode_set() local
H A Dch7006_priv.h94 enum ch7006_tv_norm norm; member
/netbsd-src/lib/libc/citrus/
H A Dcitrus_csmapper.c110 unsigned long norm; in find_best_pivot_pvdb() local
185 unsigned long norm; member
349 unsigned long norm; in _citrus_csmapper_open() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Didn-lookup.c76 uint32_t *norm = malloc(norm_len * sizeof(uint32_t)); in lookup() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_div.c108 int res, n, t, i, norm, neg; in mp_div() local
/netbsd-src/external/lgpl3/gmp/dist/
H A Dbootstrap.c95 int norm; in mpz_preinv_invert() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcomplex.d286 immutable norm = re * re + im * im; in version() local
376 immutable norm = z.re * z.re + z.im * z.im; in version() local
845 T norm(T)(Complex!T z) @safe pure nothrow @nogc in norm() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h58 template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) { in norm() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc848 tree norm = get_normalized_constraints_from_info (ci, args, tmpl, diag); in get_normalized_constraints_from_decl() local
873 tree norm = get_normalized_constraints (def, args, info); in normalize_concept_definition() local
907 tree norm = get_normalized_constraints (expr, args, info); in normalize_constraint_expression() local
2023 tree norm = TREE_VALUE (TREE_TYPE (t)); in tsubst_nested_requirement() local
2722 tree norm; in satisfy_constraint_expression() local
2771 tree norm = NULL_TREE; in satisfy_declaration_constraints() local
2814 if (tree norm = normalize_template_requirements (t, info.noisy ())) in satisfy_declaration_constraints() local
2976 tree norm = normalize_constraint_expression (expr, NULL_TREE, false); in finish_nested_requirement() local
3389 tree norm = TREE_VALUE (TREE_TYPE (req)); in diagnose_nested_requirement() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dentry.c634 int *pnattrs, int *pnvals, int norm) in entry_partsize()
680 ber_len_t entry_flatsize(Entry *e, int norm) in entry_flatsize()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dconfig.py173 def norm(x): function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc928 tree norm = NULL_TREE; in get_normalized_constraints_from_decl() local
957 tree norm = get_normalized_constraints (def, info); in normalize_concept_definition() local
979 tree norm = get_normalized_constraints (expr, info); in normalize_constraint_expression() local
3106 tree norm; in satisfy_nondeclaration_constraints() local
3198 tree norm = get_normalized_constraints_from_decl (t, info.noisy ()); in satisfy_declaration_constraints() local
3266 if (tree norm = get_normalized_constraints_from_decl (t, info.noisy ())) in satisfy_declaration_constraints() local
/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_iconv_std.c211 unsigned long norm; in open_dsts() local
/netbsd-src/sys/dev/ic/
H A Daac.c563 int nsegs, i, rv, state, norm, high; in aac_init() local
/netbsd-src/external/bsd/bc/dist/
H A Dnumber.c915 unsigned int norm; in bc_divide() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d7968 private auto splitNormalized(NormalizationForm norm, C)(const(C)[] input) in splitNormalized()
7996 private auto seekStable(NormalizationForm norm, C)(size_t idx, in C[] input) in seekStable()
8033 public bool allowedIn(NormalizationForm norm)(dchar ch) in allowedIn()
8050 private bool notAllowedIn(NormalizationForm norm)(dchar ch) in notAllowedIn()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc896 Coll_Ctrl::set_clk_params (int min, int res, int max, int hi, int norm, int lo) in set_clk_params()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc870 Coll_Ctrl::set_clk_params (int min, int res, int max, int hi, int norm, int lo) in set_clk_params()
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dspeed.h3372 #define SPEED_ROUTINE_MPN_DIV_QR_2(function, norm) \ argument
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_znode.c2033 uint64_t norm = 0; in zfs_create_fs() local
H A Dzap_micro.c160 char norm[ZAP_MAXNAMELEN]; in zap_match() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h206 __DEVICE__ double norm(int __dim, const double *__t) { in norm() function

12