HomeSort by: relevance | last modified time | path
    Searched defs:conversion (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
timing.h 8 static double conversion = 0.0; local
10 if( 0.0 == conversion )
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
26 return (double) rawTime * conversion;
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
timing.h 8 static double conversion = 0.0; local
10 if( 0.0 == conversion )
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
26 return (double) rawTime * conversion;
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-parse.h 48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon6824
wprintf-parse.h 48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon6826
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-parse.h 48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon6832
  /src/external/gpl2/texinfo/dist/intl/
printf-parse.h 50 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon7207
wprintf-parse.h 50 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon7209
  /src/external/gpl2/xcvs/dist/lib/
printf-parse.h 47 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon7252
  /src/external/gpl2/xcvs/dist/src/
subr.c 855 char conversion; member in struct:cmdline_bindings
870 if (b->conversion != ',')
1091 char *conversion = va_arg (args, char *); local
1106 /* read a length from the conversion string */
1107 s = conversion;
1178 /* if we don't have a valid conversion left, that is an error */
1179 /* read an argument conversion */
1180 buf = xmalloc (strlen(conversion) + 2);
1182 strcpy (buf+1, conversion);
1186 /* chars (an integer conversion) */
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 41 static gfc_intrinsic_sym *functions, *subroutines, *conversion, *next_sym; variable
184 /* Return a pointer to the name of a conversion function given two
197 corresponds to the conversion. Returns NULL if the conversion
208 sym = conversion;
219 that corresponds to the conversion. Returns NULL if the conversion
420 next_sym->conversion = 0;
1088 sym = find_sym (conversion, nconv, name);
3962 /* Add a function to the list of conversion symbols. *
    [all...]
expr.cc 924 have the same type. Conversion warnings are disabled if wconversion
1673 /* Calculate the 'stride' (=delta) for conversion of the
2941 || !e->value.function.isym->conversion)
2977 bool conversion; local
2997 /* If a conversion function, e.g., __convert_i8_i4, was inserted
2999 Conversion errors are caught below in scalarize_intrinsic_call. */
3000 conversion = e->value.function.isym
3001 && (e->value.function.isym->conversion == 1);
3003 if (!conversion && (!gfc_is_intrinsic (sym, 0, e->where)
3665 conversion routines, when allow_convert is set. When this assign is
    [all...]
gfortran.h 2374 gfc_check_f. cc is used for type conversion functions. */
2425 generic:1, specific:1, actual_ok:1, noreturn:1, conversion:1, member in struct:gfc_intrinsic_sym
2512 /* Set this if a matmul expression has already been evaluated for conversion
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 425 conversion does more than change the sign. */
683 /* STMT2_INFO describes a type conversion that could be split into STMT1
782 /* Check for a no-op conversion. */
837 /* We need a new conversion statement. */
2497 /* Check for a cast, including an integer-to-float conversion. */
3842 with the same width as 'type') or results of conversion from 'type'.
4345 as results from if-conversion of a complex condition.
4545 conversion of MASK to a type suitable for masking VECTYPE.
4571 converison. Additional conversion statements are
4605 /* Check for MASK_LOAD ans MASK_STORE calls requiring mask conversion. *
4921 gassign *conversion = gimple_build_assign (new_value, CONVERT_EXPR, value); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 46 /* The various kinds of conversion. */
65 /* The rank of the conversion. Order of the enumerals matters; better
79 /* An implicit conversion sequence, in the sense of [over.best.ics].
80 The first conversion to be performed is at the end of the chain.
81 That conversion is always a cr_identity conversion. */
83 struct conversion { struct
84 /* The kind of conversion represented by this step. */
86 /* The rank of this conversion. */
91 /* True if this conversion would be permitted with a bending o
462 struct conversion_info conversion; member in union:rejection_reason::__anon11005
    [all...]

Completed in 62 milliseconds