Home
last modified time | relevance | path

Searched refs:min_val (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/
H A Dt-constants.c152 #define CHECK_MAX_S(max_val, max_name, min_val, min_name, type, format) \ argument
155 type minval = min_val; \
/netbsd/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_ctx.c1016 int min_val; in OSSL_CMP_CTX_set_option() local
1025 min_val = OCSP_REVOKED_STATUS_NOSTATUS; in OSSL_CMP_CTX_set_option()
1028 min_val = OSSL_CRMF_POPO_NONE; in OSSL_CMP_CTX_set_option()
1031 min_val = 0; in OSSL_CMP_CTX_set_option()
1034 if (val < min_val) { in OSSL_CMP_CTX_set_option()
/netbsd/external/ibm-public/postfix/dist/src/master/
H A Dmaster_ent.c251 static int get_int_ent(char **bufp, char *name, char *def_val, int min_val) in get_int_ent() argument
257 if (!ISDIGIT(*value) || (n = atoi(value)) < min_val) in get_int_ent()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dwmm_ac.c315 long min_val, long max_val) in param_in_range() argument
317 if (value < min_val || (max_val >= 0 && value > max_val)) { in param_in_range()
320 name, value, min_val, max_val); in param_in_range()
/netbsd/external/gpl3/binutils/dist/include/opcode/
H A Dtic6x.h142 unsigned int min_val; member
/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dtic6x.h142 unsigned int min_val; member
/netbsd/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic6x.h142 unsigned int min_val; member
/netbsd/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic6x.h142 unsigned int min_val; member
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.c3083 unsigned HOST_WIDE_INT min_val, max_val; in get_mode_bounds() local
3092 min_val = STORE_FLAG_VALUE; in get_mode_bounds()
3097 min_val = 0; in get_mode_bounds()
3103 min_val = -(HOST_WIDE_INT_1U << (size - 1)); in get_mode_bounds()
3108 min_val = 0; in get_mode_bounds()
3112 *mmin = gen_int_mode (min_val, target_mode); in get_mode_bounds()
H A Dstor-layout.cc3108 unsigned HOST_WIDE_INT min_val, max_val; in get_mode_bounds() local
3117 min_val = STORE_FLAG_VALUE; in get_mode_bounds()
3122 min_val = 0; in get_mode_bounds()
3128 min_val = -(HOST_WIDE_INT_1U << (size - 1)); in get_mode_bounds()
3133 min_val = 0; in get_mode_bounds()
3137 *mmin = gen_int_mode (min_val, target_mode); in get_mode_bounds()
H A Dgimple-fold.c7336 tree min_val = size_zero_node; in gimple_fold_indirect_ref() local
7338 min_val = TYPE_MIN_VALUE (type_domain); in gimple_fold_indirect_ref()
7339 if (TREE_CODE (min_val) == INTEGER_CST) in gimple_fold_indirect_ref()
7340 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE); in gimple_fold_indirect_ref()
7409 tree min_val = size_zero_node; in gimple_fold_indirect_ref() local
7416 min_val = TYPE_MIN_VALUE (type_domain); in gimple_fold_indirect_ref()
7417 if (TREE_CODE (min_val) == INTEGER_CST) in gimple_fold_indirect_ref()
7418 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE); in gimple_fold_indirect_ref()
H A Dgimple-fold.cc8491 tree min_val = size_zero_node; in gimple_fold_indirect_ref() local
8493 min_val = TYPE_MIN_VALUE (type_domain); in gimple_fold_indirect_ref()
8494 if (TREE_CODE (min_val) == INTEGER_CST) in gimple_fold_indirect_ref()
8495 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE); in gimple_fold_indirect_ref()
8564 tree min_val = size_zero_node; in gimple_fold_indirect_ref() local
8571 min_val = TYPE_MIN_VALUE (type_domain); in gimple_fold_indirect_ref()
8572 if (TREE_CODE (min_val) == INTEGER_CST) in gimple_fold_indirect_ref()
8573 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE); in gimple_fold_indirect_ref()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c3083 unsigned HOST_WIDE_INT min_val, max_val; in get_mode_bounds() local
3092 min_val = STORE_FLAG_VALUE; in get_mode_bounds()
3097 min_val = 0; in get_mode_bounds()
3103 min_val = -(HOST_WIDE_INT_1U << (size - 1)); in get_mode_bounds()
3108 min_val = 0; in get_mode_bounds()
3112 *mmin = gen_int_mode (min_val, target_mode); in get_mode_bounds()
H A Dgimple-fold.c7336 tree min_val = size_zero_node; in gimple_fold_indirect_ref() local
7338 min_val = TYPE_MIN_VALUE (type_domain); in gimple_fold_indirect_ref()
7339 if (TREE_CODE (min_val) == INTEGER_CST) in gimple_fold_indirect_ref()
7340 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE); in gimple_fold_indirect_ref()
7409 tree min_val = size_zero_node; in gimple_fold_indirect_ref() local
7416 min_val = TYPE_MIN_VALUE (type_domain); in gimple_fold_indirect_ref()
7417 if (TREE_CODE (min_val) == INTEGER_CST) in gimple_fold_indirect_ref()
7418 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE); in gimple_fold_indirect_ref()
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc1856 tree min_val = size_zero_node; in c_fold_indirect_ref_for_warn() local
1858 min_val = TYPE_MIN_VALUE (type_domain); in c_fold_indirect_ref_for_warn()
1862 if (TREE_CODE (min_val) == INTEGER_CST) in c_fold_indirect_ref_for_warn()
1865 = wide_int_to_tree (sizetype, idx + wi::to_offset (min_val)); in c_fold_indirect_ref_for_warn()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h688 _ComplexType(const _ValueType& min_val, const _ValueType& max_val, const _Compare* comp) in __simd_minmax_element()
689 : __min_val(min_val), __max_val(max_val), __min_ind(0), __max_ind(0), in __simd_minmax_element()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h688 _ComplexType(const _ValueType& min_val, const _ValueType& max_val, const _Compare* comp) in __simd_minmax_element()
689 : __min_val(min_val), __max_val(max_val), __min_ind(0), __max_ind(0), in __simd_minmax_element()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.c280 tree min_val = size_zero_node; in gfc_build_addr_expr() local
283 min_val = TYPE_MIN_VALUE (type_domain); in gfc_build_addr_expr()
285 t, min_val, NULL_TREE, NULL_TREE)); in gfc_build_addr_expr()
H A Dtrans.cc324 tree min_val = size_zero_node; in gfc_build_addr_expr() local
327 min_val = TYPE_MIN_VALUE (type_domain); in gfc_build_addr_expr()
329 t, min_val, NULL_TREE, NULL_TREE)); in gfc_build_addr_expr()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c280 tree min_val = size_zero_node; in gfc_build_addr_expr() local
283 min_val = TYPE_MIN_VALUE (type_domain); in gfc_build_addr_expr()
285 t, min_val, NULL_TREE, NULL_TREE)); in gfc_build_addr_expr()
/netbsd/usr.sbin/sysinst/
H A Dlabel.c319 size_t min_val, size_t max_val) in edit_fs_ffs_opt() argument
327 edit->offset = ilog2(min_val); in edit_fs_ffs_opt()
329 for (i = 0, val = min_val; val <= max_val; i++, val <<= 1) { in edit_fs_ffs_opt()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.c4386 tree min_val = size_zero_node; in cxx_fold_indirect_ref_1() local
4388 min_val = TYPE_MIN_VALUE (type_domain); in cxx_fold_indirect_ref_1()
4393 if (tree_fits_uhwi_p (min_val)) in cxx_fold_indirect_ref_1()
4395 tree index = size_int (idx + tree_to_uhwi (min_val)); in cxx_fold_indirect_ref_1()
4515 tree min_val = size_zero_node; in cxx_fold_indirect_ref() local
4524 min_val = TYPE_MIN_VALUE (type_domain); in cxx_fold_indirect_ref()
4525 return build4_loc (loc, ARRAY_REF, type, sub, min_val, NULL_TREE, in cxx_fold_indirect_ref()
H A Dconstexpr.cc5135 tree min_val = size_zero_node; in cxx_fold_indirect_ref_1() local
5137 min_val = TYPE_MIN_VALUE (type_domain); in cxx_fold_indirect_ref_1()
5142 if (tree_fits_uhwi_p (min_val)) in cxx_fold_indirect_ref_1()
5144 tree index = size_int (idx + tree_to_uhwi (min_val)); in cxx_fold_indirect_ref_1()
5301 tree min_val = size_zero_node; in cxx_fold_indirect_ref() local
5310 min_val = TYPE_MIN_VALUE (type_domain); in cxx_fold_indirect_ref()
5311 return build4_loc (loc, ARRAY_REF, type, sub, min_val, NULL_TREE, in cxx_fold_indirect_ref()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4386 tree min_val = size_zero_node; in cxx_fold_indirect_ref_1() local
4388 min_val = TYPE_MIN_VALUE (type_domain); in cxx_fold_indirect_ref_1()
4393 if (tree_fits_uhwi_p (min_val)) in cxx_fold_indirect_ref_1()
4395 tree index = size_int (idx + tree_to_uhwi (min_val)); in cxx_fold_indirect_ref_1()
4515 tree min_val = size_zero_node; in cxx_fold_indirect_ref() local
4524 min_val = TYPE_MIN_VALUE (type_domain); in cxx_fold_indirect_ref()
4525 return build4_loc (loc, ARRAY_REF, type, sub, min_val, NULL_TREE, in cxx_fold_indirect_ref()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc892 tree min_val = TYPE_MIN_VALUE (type); in get_or_create_inverse() local
895 return get_or_create_range (min_val, max_val); in get_or_create_inverse()
898 if (tree_int_cst_lt (min_val, first_lb) in get_or_create_inverse()
900 ranges.safe_push (bounded_range (min_val, in get_or_create_inverse()

12