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

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dstatic26.C2 // { dg-final { scan-assembler-not "computed" } }
6 static const bool computed ; member in struct:scalar_divides_assign
10 const bool scalar_divides_assign<T1,T2>::computed = true; member in class:scalar_divides_assign
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drd-v10_32o-2.d4 # Check that branch offsets are computed as for v32. The
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Drd-v10_32o-2.d4 # Check that branch offsets are computed as for v32. The
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug337.go17 len("foo") // ERROR "len|value computed is not used"
H A Dbug379.go17 1 + 2 // ERROR "1 \+ 2 evaluated but not used|value computed is not used"
H A Dbug357.go18 false // ERROR "false evaluated but not used|value computed is not used"
H A Dbug381.go29 unsafe.Alignof(0) // ERROR "unsafe\.Alignof|value computed is not used"
H A Dbug417.go8 // the size of the type was known before it had been computed.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dinitializerr.go30 // These keys can be computed at compile time but they are
/haiku-buildtools/gcc/gcc/
H A Dtree-object-size.c99 /* Bitmaps what object sizes have been computed already. */
100 static bitmap computed[4]; variable
216 if (bitmap_bit_p (computed[object_size_type],
525 && computed[object_size_type] != NULL)
527 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr)))
552 can be computed. osi.reexamine bitmap at the end will
561 increased or all object sizes are computed. */
617 bitmap_set_bit (computed[object_size_type], i);
923 if (bitmap_bit_p (computed[object_size_type], varno))
1041 bitmap_set_bit (computed[object_size_typ
[all...]
H A Ddf-core.c64 is computed by using an efficient iterative solver and the transfer
452 dflow->computed = false;
1184 examined or will be computed. For calls from DF_ANALYZE, this is
1224 dflow->computed = true;
2221 if (dflow->computed)
2243 if (dflow->computed)
2287 if (dflow->computed)
/haiku-buildtools/gcc/libgcc/config/arc/gmon/
H A Dprofil.S134 ; the contents of __profil_offset were pre-computed at link time, like this:
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Daorsmul_1.asm242 C For the computed jump an odd size means they start one way around, an even
245 C VAR_JUMP holds the computed jump temporarily because there's not enough
H A Dgcd_1.asm165 C A second computed %cl shift was tried, but that measured a touch slower
H A Dmul_basecase.asm376 C VAR_JMP is the computed jump into the unrolled loop.
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dlshift.asm293 C esi computed jump
306 C The computed jump puts the initial carry in both mm1 and mm2.
H A Drshift.asm294 C esi was computed jump
307 C The computed jump puts the initial carry in both mm1 and mm2.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C130 static const bool computed = false; member in struct:scalar_assign
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Daors_n.asm200 C esi scratch (was computed jump)
H A Dmul_basecase.asm389 C VAR_JMP is the computed jump into the unrolled loop.
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Daorsmul_1.asm168 C VAR_JUMP holds the computed jump temporarily because there's not enough
/haiku-buildtools/gcc/gcc/config/epiphany/
H A Depiphany.c789 cost has been computed, and false if subexpressions should be
1263 /* Save computed information. */
2856 epiphany_special_round_type_align (tree type, unsigned computed,
2859 unsigned align = MAX (computed, specified);
2897 epiphany_adjust_field_align (tree field, unsigned computed)
2899 if (computed == 32
2907 return computed;
2845 epiphany_special_round_type_align(tree type, unsigned computed, unsigned specified) argument
2886 epiphany_adjust_field_align(tree field, unsigned computed) argument
/haiku-buildtools/gcc/gcc/config/msp430/
H A Dmsp430.c99 /* If set, the rest of the fields have been computed. */
100 int computed;
1136 cfun->machine->computed = 1;
1635 if (!cfun->machine->computed)
98 int computed; variable
/haiku-buildtools/gcc/gmp/mpn/pa32/
H A Dudiv.asm261 C We have computed (n1,,n0) / (d + 1), q' = r28, r' = r25
/haiku-buildtools/isl/doc/
H A Dimplementation.tex327 When the optimum is unbounded, the optimal value computed for
344 be computed and then these transformations are performed internally.
353 can specify whether a maximum needs to be computed and no assumptions
582 witnesses can easily be computed by evaluating the integer division.
952 and then the approximation computed in \eqref{eq:transitive:approx}
1138 onto the parameters. The opposite of the second set is then computed
1204 Finally, the computed approximation for $R^+$,
1464 If overapproximations are computed in the right hand side, then the result will
1468 as this condition will still hold on the computed approximations
1627 and composing the results, the power of $R$ can be computed exactl
[all...]

Completed in 1607 milliseconds

12