Searched refs:computed (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMkbootstrap.pm101 That will be extended by $BSLOADLIBS, which was computed by
/openbsd-current/gnu/gcc/gcc/
H A Dtree-object-size.c67 /* Bitmaps what object sizes have been computed already. */
68 static bitmap computed[4]; variable
344 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr)))
367 can be computed. osi.reexamine bitmap at the end will
376 increased or all object sizes are computed. */
432 bitmap_set_bit (computed[object_size_type], i);
652 if (bitmap_bit_p (computed[object_size_type], varno))
763 bitmap_set_bit (computed[object_size_type], varno);
800 bitmap_set_bit (computed[osi->object_size_type], *sp);
960 computed[object_size_typ
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm346 cannot be computed for all arguments because that would mean dividing
560 the distance can be computed with
568 can be computed by the great_circle_direction() function:
H A DComplex.pm2058 cannot be computed for all arguments because that would mean dividing
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc23 // they require error estimations to be computed separately due to larger
135 // rounding, so error estimations have to be computed taking the selected
359 // It is re-computed on denormal path that is expected to be not so
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm302 and recompute things that it already computed.
455 that it computed for one argument list and return it as the result of
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm519 returns the hash value as if computed with a different seed.
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/
H A DSHA.pm451 To illustrate, I<sha256_base64("abc")> is computed to be
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h3458 unsigned int computed;
3476 computed = coff_compute_checksum (abfd);
3478 checksum = computed + pelength;
3457 unsigned int computed; variable
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h3326 unsigned int computed;
3344 computed = coff_compute_checksum (abfd);
3346 checksum = computed + pelength;
3325 unsigned int computed; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c3186 `REG_PARM_STACK_SPACE' is defined, the argument will be computed in the
7868 alignment computed in the usual way is COMPUTED. GNU CC uses this
7915 frv_adjust_field_align (field, computed)
7917 int computed;
7949 computed = (prev_align > cur_align) ? prev_align : cur_align;
7953 return computed;
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.c6519 alignment computed in the usual way is COMPUTED. GCC uses this
6566 frv_adjust_field_align (tree field, int computed)
6596 computed = (prev_align > cur_align) ? prev_align : cur_align;
6600 return computed;
6500 frv_adjust_field_align(tree field, int computed) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c2716 sse_prologue_save insn template that produces computed jump across
4572 /* Fill structure ix86_frame about frame of currently computed function. */
14771 x86_field_alignment (field, computed)
14773 int computed;
14779 return computed;
14785 return MIN (32, computed);
14786 return computed;
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386.c4179 sse_prologue_save insn template that produces computed jump across
5141 /* Fill structure ix86_frame about frame of currently computed function. */
16853 (plus soft-fp const_int). Which can only be computed into general
17258 cost has been computed, and false if subexpressions should be
17958 x86_field_alignment (tree field, int computed)
17964 return computed;
17970 return MIN (32, computed);
17971 return computed;
17927 x86_field_alignment(tree field, int computed) argument
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com830 the questions and use the computed defaults (or the previous answers provided
992 $!: Restore computed paths !sfn
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c2616 rs6000_special_round_type_align (tree type, unsigned int computed,
2619 unsigned int align = MAX (computed, specified);
18735 cost has been computed, and false if subexpressions should be
2608 rs6000_special_round_type_align(tree type, unsigned int computed, unsigned int specified) argument
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm2742 specified, the results of the separately computed match values must

Completed in 530 milliseconds