Searched refs:conversions (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A D20000320-1.x11 # C6X floating point hardware turns denormals to zero in FP conversions.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue5755.go8 // named types when used in string conversions.
H A Dissue4162.go7 // Issue 4162. Trailing commas now allowed in conversions.
H A Dbug447.go8 // test all possible float -> integer conversions
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dconvert3.go7 // Verify allowed and disallowed conversions.
H A Dconvlit.go7 // Verify that illegal assignments with both explicit and implicit conversions of literals are detected.
21 // implicit conversions merit scrutiny
33 // but these implicit conversions are okay
H A Dconvert1.go7 // Verify that illegal conversions involving strings are detected.
H A Dstring_lit.go116 // these conversions will be done at compile time.
H A Dintcvt.go7 // Test implicit and explicit conversions of constants.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/
H A Dexplicit.go7 // Verify compiler messages about erroneous static interface conversions.
/haiku-buildtools/gcc/gcc/config/m32c/
H A Dm32c.c2408 const conversions[] = { variable
2636 for (i = 0; conversions[i].pattern; i++)
2637 if (conversions[i].code == code
2638 && streq (conversions[i].pattern, pattern))
2640 for (j = 0; conversions[i].format[j]; j++)
2642 if (conversions[i].format[j] == '\\')
2644 fputc (conversions[i].format[j + 1], file);
2649 else if (ISDIGIT (conversions[i].format[j]))
2651 rtx r = patternr[conversions[i].format[j] - '0'];
2703 if (conversions[
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/lib/
H A Ddg-options.exp172 proc dg-require-string-conversions { args } {
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c3184 const conversions[] =
3314 for (i = 0; conversions[i].pattern; i++)
3315 if (conversions[i].code == code
3316 && strcmp(conversions[i].pattern, pattern) == 0)
3318 for (j = 0; conversions[i].format[j]; j++)
3319 if (conversions[i].format[j] == '\\')
3321 fputc (conversions[i].format[j+1], file);
3324 else if (ISDIGIT(conversions[i].format[j]))
3326 rtx r = patternr[conversions[i].format[j] - '0'];
3359 && conversions[
3175 const conversions[] = variable
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsearch.c3209 tree *conversions = (tree *) data;
3224 *conversions = scratch_tree_cons (binfo, tmp, *conversions);
3236 tree conversions = NULL_TREE;
3239 bfs_walk (TYPE_BINFO (type), add_conversions, 0, &conversions);
3241 for (t = conversions; t; t = TREE_CHAIN (t))
3244 return conversions;
3202 tree *conversions = (tree *) data; local
3229 tree conversions = NULL_TREE; local
3232 bfs_walk (TYPE_BINFO (type), add_conversions, 0, &conversions); local
H A Dtypeck.c1344 conversion; there are no conversions between function types in C++.
1722 /* Perform the array-to-pointer and function-to-pointer conversions
2223 /* See if we have to do any conversions so that we pick up the field from the
3086 perform the default conversions.
3259 conversions on the operands. CODE is the kind of expression to build. */
3280 /* Build a binary-operation expression without default conversions.
3294 because either they have just had the default conversions performed
3353 /* Apply default conversions. */
4796 convert ARG with the same conversions in the same order
4800 convert_sequence (conversions, ar
[all...]
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.pm22 # conversions. When changing, be sure to update below too.]
338 same as normal float to string conversions, or defaults to C<%.g> if C<$#>
386 values can be used with integer conversions (d, o, x, X) and mpf with float
387 conversions (f, e, E, g, G). All the standard perl printf features are
/haiku-buildtools/gcc/gmp/doc/
H A Dconfiguration354 ** Function argument conversions
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dmips.exp312 lax-vector-conversions
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-typeck.c1018 /* Strip NON_LVALUE_EXPRs and no-op conversions, since we aren't using as
1020 /* Do not use STRIP_NOPS here! It will remove conversions from pointer
1629 perform the default conversions.
1694 /* Optionally warn about conversions that
1695 differ from the default conversions. */
1713 conversions between complex types, but that's too messy
1926 /* Build a binary-operation expression without default conversions.
1937 or array types, because either they will have the default conversions
2751 Do not do default conversions on the minus operator
3159 convert ARG with the same conversions i
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Daddmul_2.asm38 C 2. Perform two of the fp->int conversions with integer instructions. We
/haiku-buildtools/isl/doc/
H A Dimplementation.tex689 that we would only be measuring overhead such as input/output and conversions

Completed in 289 milliseconds