Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 233) sorted by relevance

12345678910

/openbsd-src/gnu/gcc/libdecnumber/
H A Dconfig.in54 /* The size of a `char', as computed by sizeof. */
57 /* The size of a `int', as computed by sizeof. */
60 /* The size of a `long', as computed by sizeof. */
63 /* The size of a `short', as computed by sizeof. */
66 /* The size of a `void *', as computed by sizeof. */
/openbsd-src/gnu/gcc/libgomp/
H A Dconfig.h.in81 /* The size of a `char', as computed by sizeof. */
84 /* The size of a `int', as computed by sizeof. */
87 /* The size of a `long', as computed by sizeof. */
90 /* The size of a `short', as computed by sizeof. */
93 /* The size of a `void *', as computed by sizeof. */
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_waitcnt.rst37 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
38 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
39 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx9_waitcnt.rst36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx8_waitcnt.rst36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx7_waitcnt.rst36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx940_waitcnt.rst36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx10_waitcnt.rst36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx1030_waitcnt.rst36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx90a_waitcnt.rst36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx11_saddr_844ded.rst15 The final memory address is computed as follows:
/openbsd-src/gnu/gcc/gcc/
H A Dtree-object-size.c68 static bitmap computed[4]; variable
344 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr))) in compute_builtin_object_size()
432 bitmap_set_bit (computed[object_size_type], i); in compute_builtin_object_size()
652 if (bitmap_bit_p (computed[object_size_type], varno)) in collect_object_sizes_for()
763 bitmap_set_bit (computed[object_size_type], varno); in collect_object_sizes_for()
800 bitmap_set_bit (computed[osi->object_size_type], *sp); in check_for_plus_in_loops_1()
960 computed[object_size_type] = BITMAP_ALLOC (NULL); in init_object_sizes()
977 BITMAP_FREE (computed[object_size_type]); in fini_object_sizes()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst168 file. This value is computed by dividing Total Instruction Size by Number Of
183 The average size of a Value definition (of any type). This is computed by
192 The average number of bytes per function definition. This is computed by
258 This value is computed by dividing Instruction Size by Instructions.
263 is computed by dividing Byte Size by Instructions. Note that this is not the
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/
H A D600.t9 $TEST->done_testing(1); # a computed number of tests from its deferred magic
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcfg.texi280 @item computed jumps
281 @cindex computed jump
285 The edges used to represent computed jumps often cause compile time
287 and many computed jumps may have @emph{very} dense flow graphs, so
290 graphs by factoring computed jumps. For example, given the following
305 factoring the computed jumps results in the following code sequence
324 computed jumps are un-factored in the later passes of the compiler.
327 unfactored computed jumps caused some serious headaches.
441 directly represented, but it may be easily computed from frequencies
637 @code{REG_UNUSED} notes representing that the value computed by the
/openbsd-src/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md43 identify the value computed by the instruction -- however the function
183 values computed by the old instruction are no longer computed by the new
H A DPCSectionsMetadata.rst55 is a relative relocation, computed as ``pc - entry``. To decode, a user has to
/openbsd-src/gnu/usr.bin/perl/t/lib/croak/
H A Dpp_ctl34 # NAME dump with computed label
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pod136 the dependency computed during build, to use for comparing package signatures
197 The full object name is normally computed relative to the current
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DKnownBits.rst6 below. The information is lazily computed so you should only pay for what you
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dconfig.in316 /* The size of a `long', as computed by sizeof. */
319 /* The size of a `long long', as computed by sizeof. */
322 /* The size of a `off_t', as computed by sizeof. */
/openbsd-src/gnu/gcc/libcpp/
H A Dconfig.in243 /* The size of a `int', as computed by sizeof. */
246 /* The size of a `long', as computed by sizeof. */
/openbsd-src/gnu/llvm/clang/
H A DNOTES.txt25 2. sys::Path contains timestamp and size, lazily computed. Eliminate from
/openbsd-src/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-src/gnu/usr.bin/gcc/gcc/
H A DLANGUAGES75 Accordingly, when such values are computed / initialized, care has to

12345678910