Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog.gimple-classes151 * ipa-icf-gimple.c (func_checker::compare_bb): Add checked casts
168 gimple_stmt_iterator * to gphi_iterator *. Add a checked cast
175 (chkp_copy_bounds_for_assign): Add checked cast.
177 greturn * "r" from a checked cast and use in place of "s" for
220 (ipa_icf_gimple::func_checker::compare_bb): Add checked casts
1586 * ssa-iterators.h (FOR_EACH_PHI_OR_STMT_USE): Add checked cast to
1695 expressions from gimple to gimple_phi; add a checked cast to
1704 * tree-scalar-evolution.c (analyze_initial_condition): Add checked cast
1733 use the type-checked local.
1746 checked cast within "case GIMPLE_ASSIGN".
[all …]
/netbsd/src/external/lgpl3/mpc/dist/tests/
Dpow_z.dat29 # ROP_RE is checked against Re(op1^op2) rounded to the precision PREC_ROP_RE
31 # ROP_IM is checked against Im(op1^op2) rounded to the precision PREC_ROP_IM
34 # "?" ternary value not checked
47 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Datanh.dat30 # ROP_RE is checked against Re(atan op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(atan op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dacosh.dat30 # ROP_RE is checked against Re(acos op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(acos op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dadd.dat29 # ROP_RE is checked against Re(op1 + op2) rounded to the precision PREC_ROP_RE
31 # ROP_IM is checked against Im(op1 + op2) rounded to the precision PREC_ROP_IM
34 # "?" ternary value not checked
47 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dasinh.dat30 # ROP_RE is checked against Re(asin op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(asin op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dadd_fr.dat29 # ROP_RE is checked against Re(op1 + op2) rounded to the precision PREC_ROP_RE
31 # ROP_IM is checked against Im(op1) rounded to the precision PREC_ROP_IM
34 # "?" ternary value not checked
47 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dabs.dat29 # ROP is checked against abs(op) rounded to the precision PREC_ROP
32 # "?" ternary value not checked
44 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dasin.dat30 # ROP_RE is checked against Re(asin op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(asin op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dacos.dat30 # ROP_RE is checked against Re(acos op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(acos op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Datan.dat30 # ROP_RE is checked against Re(atan op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(atan op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dinp_str.dat28 # ROP_RE is checked against rop1 rounded to the precision PREC_ROP_RE
30 # ROP_IM is checked against rop2 rounded to the precision PREC_ROP_IM
33 # "?" ternary value not checked
47 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dstrtoc.dat28 # ROP_RE is checked against rop1 rounded to the precision PREC_ROP_RE
30 # ROP_IM is checked against rop2 rounded to the precision PREC_ROP_IM
33 # "?" ternary value not checked
47 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
Dsin.dat30 # ROP_RE is checked against Re(sin op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(sin op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
/netbsd/src/external/gpl2/xcvs/dist/contrib/
Dsccs2rcs.in228 echo checked out of SCCS
253 echo initial rev checked into RCS without description
260 echo initial rev checked into RCS
285 echo checked into RCS
Drcs2sccs.sh86 echo checked out of RCS
108 echo initial rev checked into SCCS
131 echo checked into SCCS
Dvalidate_repo.in44 I<important> revisions are defined as the smallest set which, when checked out,
81 C<REVISION> is the revision of the checked out file, and C<FNO> is the file
82 number of the open, read-only file descriptor containing the checked out
87 With C<--all-revisions>, execute or evaluate C<SCRIPT> for a checked out
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin-driver.cc223 const char *checked = validate_macosx_version_min (new_flag); in darwin_default_min_version() local
224 if (checked == NULL) in darwin_default_min_version()
229 new_flag = xstrndup (checked, strlen (checked)); in darwin_default_min_version()
/netbsd/src/external/gpl3/gcc/dist/maintainer-scripts/
DREADME4 checked in here to be automatically checked out and used by gccadmin,
/netbsd/src/sys/dev/
Dmm.c270 bool checked = false; in dev_kmem_readwrite() local
274 error = mm_md_kernacc(addr, prot, &checked); in dev_kmem_readwrite()
280 if (!checked && !uvm_kernacc(addr, len, prot)) { in dev_kmem_readwrite()
/netbsd/src/external/bsd/libbind/dist/nameser/
Dns_name.c426 int n, len, checked, l; in ns_name_unpack2() local
429 checked = 0; in ns_name_unpack2()
452 checked += l + 1; in ns_name_unpack2()
473 checked += 2; in ns_name_unpack2()
479 if (checked >= eom - msg) { in ns_name_unpack2()
/netbsd/src/lib/libc/nameser/
Dns_name.c434 int n, len, checked, l; in ns_name_unpack2() local
437 checked = 0; in ns_name_unpack2()
460 checked += l + 1; in ns_name_unpack2()
482 checked += 2; in ns_name_unpack2()
488 if (checked >= eom - msg) { in ns_name_unpack2()
/netbsd/src/sys/fs/tmpfs/
DTODO1 - Verify that file holes work (they should, but must be checked). Add a
/netbsd/src/share/examples/ftpd/
Dftpusers25 # for backwards compatibility, although `ftp' is the user checked in other
/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dbug3.in6 # substring match, the "change header" code checked the length of

12345678910>>...18