| /netbsd/src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/ |
| D | floatditf_test.c | 13 DD computed; in main() local 18 computed.ld = __floatditf(tests[i].input); in main() 20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo)) in main() 24 … printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo); in main()
|
| D | floatunditf_test.c | 13 DD computed; in main() local 18 computed.ld = __floatunditf(tests[i].input); in main() 20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo)) in main() 24 … printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo); in main()
|
| D | qsub_test.c | 118 long double computed = __gcc_qsub(a.ld, b.ld); in testEdgeCases() local 120 DD c = { .ld = computed }; in testEdgeCases()
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/ |
| D | config.in | 60 /* The size of `char', as computed by sizeof. */ 63 /* The size of `int', as computed by sizeof. */ 66 /* The size of `long', as computed by sizeof. */ 69 /* The size of `short', as computed by sizeof. */ 72 /* The size of `void *', as computed by sizeof. */
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/ |
| D | config.in | 60 /* The size of `char', as computed by sizeof. */ 63 /* The size of `int', as computed by sizeof. */ 66 /* The size of `long', as computed by sizeof. */ 69 /* The size of `short', as computed by sizeof. */ 72 /* The size of `void *', as computed by sizeof. */
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| D | cache.exp | 100 set computed $gdb_data_cache($cache_name) 101 if { $cached != $computed } { 103 "cached: $cached vs. computed: $computed"]]
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| D | map.c | 381 goto computed; in ldap_back_int_filter_map_rewrite() 402 goto computed; in ldap_back_int_filter_map_rewrite() 423 goto computed; in ldap_back_int_filter_map_rewrite() 444 goto computed; in ldap_back_int_filter_map_rewrite() 465 goto computed; in ldap_back_int_filter_map_rewrite() 551 goto computed; in ldap_back_int_filter_map_rewrite() 604 goto computed; in ldap_back_int_filter_map_rewrite() 636 computed:; in ldap_back_int_filter_map_rewrite()
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | config.h.in | 456 /* The size of `int', as computed by sizeof. */ 459 /* The size of `long', as computed by sizeof. */ 462 /* The size of `long long', as computed by sizeof. */ 465 /* The size of `off_t', as computed by sizeof. */ 468 /* The size of `pthread_t', as computed by sizeof. */ 471 /* The size of `short', as computed by sizeof. */ 474 /* The size of `size_t', as computed by sizeof. */ 477 /* The size of `time_t', as computed by sizeof. */ 480 /* The size of `void *', as computed by sizeof. */
|
| D | event-config.h.cmake | 452 /* The size of `pthread_t', as computed by sizeof. */ 455 /* The size of a `int', as computed by sizeof. */ 458 /* The size of a `long', as computed by sizeof. */ 461 /* The size of a `long long', as computed by sizeof. */ 464 /* The size of `off_t', as computed by sizeof. */ 470 /* The size of a `short', as computed by sizeof. */ 473 /* The size of `size_t', as computed by sizeof. */ 479 /* The size of `socklen_t', as computed by sizeof. */
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | rwmmap.c | 557 goto computed; in rwm_int_filter_map_rewrite() 567 goto computed; in rwm_int_filter_map_rewrite() 584 goto computed; in rwm_int_filter_map_rewrite() 601 goto computed; in rwm_int_filter_map_rewrite() 618 goto computed; in rwm_int_filter_map_rewrite() 635 goto computed; in rwm_int_filter_map_rewrite() 702 goto computed; in rwm_int_filter_map_rewrite() 750 goto computed; in rwm_int_filter_map_rewrite() 776 computed:; in rwm_int_filter_map_rewrite()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | config.h.in | 462 /* The size of `int', as computed by sizeof. */ 465 /* The size of `long', as computed by sizeof. */ 468 /* The size of `long long', as computed by sizeof. */ 471 /* The size of `off_t', as computed by sizeof. */ 474 /* The size of `pthread_t', as computed by sizeof. */ 477 /* The size of `short', as computed by sizeof. */ 480 /* The size of `size_t', as computed by sizeof. */ 483 /* The size of `time_t', as computed by sizeof. */ 486 /* The size of `void *', as computed by sizeof. */
|
| D | event-config.h.cmake | 452 /* The size of `pthread_t', as computed by sizeof. */ 455 /* The size of a `int', as computed by sizeof. */ 458 /* The size of a `long', as computed by sizeof. */ 461 /* The size of a `long long', as computed by sizeof. */ 464 /* The size of `off_t', as computed by sizeof. */ 470 /* The size of a `short', as computed by sizeof. */ 473 /* The size of `size_t', as computed by sizeof. */ 479 /* The size of `socklen_t', as computed by sizeof. */
|
| /netbsd/src/external/bsd/pkg_install/dist/lib/ |
| D | config.h.in | 132 /* The size of `int', as computed by sizeof. */ 135 /* The size of `long', as computed by sizeof. */ 138 /* The size of `long long', as computed by sizeof. */ 141 /* The size of `size_t', as computed by sizeof. */
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-object-size.cc | 87 static bitmap computed[OST_END]; variable 541 if (bitmap_bit_p (computed[object_size_type], in addr_object_size() 1051 if (computed[object_size_type] == NULL) in compute_builtin_object_size() 1084 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr))) in compute_builtin_object_size() 1186 bitmap_set_bit (computed[object_size_type], i); in compute_builtin_object_size() 1613 if (bitmap_bit_p (computed[object_size_type], varno)) in collect_object_sizes_for() 1741 bitmap_set_bit (computed[object_size_type], varno); in collect_object_sizes_for() 1779 bitmap_set_bit (computed[osi->object_size_type], *sp); in check_for_plus_in_loops_1() 1901 if (computed[0]) in init_object_sizes() 1907 computed[object_size_type] = BITMAP_ALLOC (NULL); in init_object_sizes() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | config.in | 288 /* The size of `int', as computed by sizeof. */ 291 /* The size of `long', as computed by sizeof. */ 294 /* The size of `long long', as computed by sizeof. */ 297 /* The size of `off_t', as computed by sizeof. */ 300 /* The size of `void *', as computed by sizeof. */
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | config.in | 288 /* The size of `int', as computed by sizeof. */ 291 /* The size of `long', as computed by sizeof. */ 294 /* The size of `long long', as computed by sizeof. */ 297 /* The size of `off_t', as computed by sizeof. */ 300 /* The size of `void *', as computed by sizeof. */
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | config.in | 82 /* The size of `double', as computed by sizeof. */ 85 /* The size of `long double', as computed by sizeof. */
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/s390_64/ |
| D | README | 47 and computed goto. The fastest (on z990) turned out to be computed
|
| /netbsd/src/external/bsd/kyua-cli/dist/cli/ |
| D | common_test.cpp | 101 const optional< fs::path > computed = cli::get_home(); in ATF_TEST_CASE_BODY() local 102 ATF_REQUIRE(computed); in ATF_TEST_CASE_BODY() 103 ATF_REQUIRE_EQ(home, computed.get()); in ATF_TEST_CASE_BODY()
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | config.in | 261 /* The size of `dev_t', as computed by sizeof. */ 264 /* The size of `ino_t', as computed by sizeof. */ 267 /* The size of `int', as computed by sizeof. */ 270 /* The size of `long', as computed by sizeof. */
|
| /netbsd/src/external/gpl2/xcvs/dist/ |
| D | config.h.in | 927 /* The size of `char', as computed by sizeof. */ 930 /* The size of `double', as computed by sizeof. */ 933 /* The size of `float', as computed by sizeof. */ 936 /* The size of `int', as computed by sizeof. */ 939 /* The size of `intmax_t', as computed by sizeof. */ 942 /* The size of `long', as computed by sizeof. */ 945 /* The size of `long double', as computed by sizeof. */ 948 /* The size of `long long', as computed by sizeof. */ 951 /* The size of `ptrdiff_t', as computed by sizeof. */ 954 /* The size of `short', as computed by sizeof. */ [all …]
|
| /netbsd/src/external/bsd/ntp/dist/sntp/ |
| D | config.h.in | 793 /* The size of `char *', as computed by sizeof. */ 796 /* The size of `int', as computed by sizeof. */ 799 /* The size of `long', as computed by sizeof. */ 802 /* The size of `long long', as computed by sizeof. */ 805 /* The size of `pthread_t', as computed by sizeof. */ 808 /* The size of `short', as computed by sizeof. */ 811 /* The size of `signed char', as computed by sizeof. */ 814 /* The size of `time_t', as computed by sizeof. */
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | cfg.texi | 321 @item computed jumps 322 @cindex computed jump 326 The edges used to represent computed jumps often cause compile time 328 and many computed jumps may have @emph{very} dense flow graphs, so 331 graphs by factoring computed jumps. For example, given the following 346 factoring the computed jumps results in the following code sequence 366 computed jumps are un-factored in the later passes of the compiler 370 unfactored computed jumps caused some serious headaches. 484 directly represented, but it may be easily computed from frequencies 681 @code{REG_UNUSED} notes representing that the value computed by the
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | value.c | 155 const struct lval_funcs *funcs = m_location.computed.funcs; in ~value() 1030 v->m_location.computed.funcs = funcs; in allocate_computed() 1031 v->m_location.computed.closure = closure; in allocate_computed() 1334 const struct lval_funcs *funcs = m_location.computed.funcs; in optimized_out() 1387 || !m_location.computed.funcs->check_synthetic_pointer) in bits_synthetic_pointer() 1389 return m_location.computed.funcs->check_synthetic_pointer (this, offset, in bits_synthetic_pointer() 1398 return m_location.computed.funcs; in computed_funcs() 1406 return m_location.computed.closure; in computed_closure() 1570 const struct lval_funcs *funcs = val->m_location.computed.funcs; in copy() 1573 val->m_location.computed.closure = funcs->copy_closure (val); in copy() [all …]
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | config.in | 564 /* The size of `mp_limb_t', as computed by sizeof. */ 567 /* The size of `unsigned', as computed by sizeof. */ 570 /* The size of `unsigned long', as computed by sizeof. */ 573 /* The size of `unsigned short', as computed by sizeof. */ 576 /* The size of `void *', as computed by sizeof. */
|