HomeSort by: relevance | last modified time | path
    Searched defs:conversion (Results 1 - 22 of 22) 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:__anon9167
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:__anon9169
  /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:__anon9175
  /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:__anon9550
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:__anon9552
  /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:__anon9595
  /src/external/lgpl3/gmp/dist/mpn/lisp/
gmpasm-mode.el 218 (defvar gmpasm-filladapt-token-conversion-table nil
219 "Filladapt token conversion table used in `gmpasm-mode'.")
332 (setq gmpasm-filladapt-token-conversion-table
333 filladapt-token-conversion-table)
350 (add-to-list 'gmpasm-filladapt-token-conversion-table
357 (set (make-local-variable 'filladapt-token-conversion-table)
358 gmpasm-filladapt-token-conversion-table)
  /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/gdb/dist/gdb/
target-float.c 486 char conversion; local
505 conversion = 'g';
509 /* Use the specified format, stripping out the conversion character
513 conversion = format[--len];
514 gdb_assert (conversion == 'e' || conversion == 'f' || conversion == 'g'
515 || conversion == 'E' || conversion == 'G');
522 /* Add the length modifier and conversion character appropriate fo
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 486 char conversion; local
505 conversion = 'g';
509 /* Use the specified format, stripping out the conversion character
513 conversion = format[--len];
514 gdb_assert (conversion == 'e' || conversion == 'f' || conversion == 'g'
515 || conversion == 'E' || conversion == 'G');
522 /* Add the length modifier and conversion character appropriate fo
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 42 static gfc_intrinsic_sym *functions, *subroutines, *conversion, *next_sym; variable
185 /* Return a pointer to the name of a conversion function given two
198 corresponds to the conversion. Returns NULL if the conversion
209 sym = conversion;
220 that corresponds to the conversion. Returns NULL if the conversion
421 next_sym->conversion = 0;
1089 sym = find_sym (conversion, nconv, name);
3966 /* Add a function to the list of conversion symbols. *
    [all...]
expr.cc 936 have the same type. Conversion warnings are disabled if wconversion
1687 /* Calculate the 'stride' (=delta) for conversion of the
2959 || !e->value.function.isym->conversion)
2995 bool conversion; local
3015 /* If a conversion function, e.g., __convert_i8_i4, was inserted
3017 Conversion errors are caught below in scalarize_intrinsic_call. */
3018 conversion = e->value.function.isym
3019 && (e->value.function.isym->conversion == 1);
3021 if (!conversion && (!gfc_is_intrinsic (sym, 0, e->where)
3681 conversion routines, when allow_convert is set. When this assign is
    [all...]
gfortran.h 2464 gfc_check_f. cc is used for type conversion functions. */
2515 generic:1, specific:1, actual_ok:1, noreturn:1, conversion:1, member in struct:gfc_intrinsic_sym
2602 /* Set this if a matmul expression has already been evaluated for conversion
  /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/dist/gcc/
tree-vect-patterns.cc 441 conversion does more than change the sign. */
708 /* STMT2_INFO describes a type conversion that could be split into STMT1
883 /* Check for a no-op conversion. */
938 /* We need a new conversion statement. */
2678 /* We move the conversion earlier if the loaded type is smaller than the
2696 /* If we are doing the conversion last then also delay the shift as we may
2697 be able to combine the shift and conversion in certain cases. */
3606 /* Check for a cast, including an integer-to-float conversion. */
5039 with the same width as 'type') or results of conversion from 'type'.
5614 as results from if-conversion of a complex condition
6198 gassign *conversion = gimple_build_assign (new_value, CONVERT_EXPR, value); local
    [all...]
  /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/dist/gcc/cp/
call.cc 48 /* The various kinds of conversion. */
65 /* When LOOKUP_SHORTCUT_BAD_CONVS is set, we may return a conversion of
66 this kind whenever we know the true conversion is either bad or outright
67 invalid, but we don't want to attempt to compute the bad conversion (for
73 /* The rank of the conversion. Order of the enumerals matters; better
87 /* An implicit conversion sequence, in the sense of [over.best.ics].
88 The first conversion to be performed is at the end of the chain.
89 That conversion is always a cr_identity conversion. */
91 struct conversion { struct
472 struct conversion_info conversion; member in union:rejection_reason::__anon13543
    [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::__anon15971
    [all...]

Completed in 85 milliseconds