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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Support.h 46 /// double cast-operator below. The two quantities, number of cycles and
58 operator double() const {
60 return (Denominator == 1) ? Numerator : (double)Numerator / Denominator;
108 double computeBlockRThroughput(const MCSchedModel &SM, unsigned DispatchWidth,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
oranking.cc 45 int foo3 (double) { return 21; } // float->double is 'promotion rank'
156 operator double () {return 45; }
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
oranking.cc 45 int foo3 (double) { return 21; } // float->double is 'promotion rank'
156 operator double () {return 45; }
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 130 Use `Benchmark::MinTime(double t)` to set the minimum time used to run the
373 double value;
377 Counter(double v = 0., Flags f = kDefaults) : value(v), flags(f) {}
379 BENCHMARK_ALWAYS_INLINE operator double const& () const { return value; }
380 BENCHMARK_ALWAYS_INLINE operator double & () { return value; }
400 typedef double(BigOFunc)(int64_t);
404 typedef double(StatisticsFunc)(const std::vector<double>&);
519 void SetIterationTime(double seconds);
562 // double compress = input_size / output_size
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 130 Use `Benchmark::MinTime(double t)` to set the minimum time used to run the
383 double value;
388 Counter(double v = 0., Flags f = kDefaults, OneK k = kIs1000)
391 BENCHMARK_ALWAYS_INLINE operator double const&() const { return value; }
392 BENCHMARK_ALWAYS_INLINE operator double&() { return value; }
418 typedef double(BigOFunc)(int64_t);
422 typedef double(StatisticsFunc)(const std::vector<double>&);
548 void SetIterationTime(double seconds);
558 Counter(static_cast<double>(bytes), Counter::kIsRate, Counter::kIs1024)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 104 /* Don't use IBM Extended Double TFmode for TI->SF calculations.
105 The conversion from long double to float suffers from double
106 rounding, because we convert via double. In other cases, going
185 #define double bogus_type macro
libgcc2.c 1922 uses a double-word by word to double-word division.
1927 v. With uv1 == vv1 and uv0 >= vv1 the double-word
2370 /* Protect against double-rounding error.
2397 way to avoid double rounding is to special case the
2491 /* Protect against double-rounding error.
2517 way to avoid double rounding is to special case the
2633 #undef double
2806 float is handled with double precision when double precisio
2600 #undef double macro
2951 #undef double macro
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 101 /* Don't use IBM Extended Double TFmode for TI->SF calculations.
102 The conversion from long double to float suffers from double
103 rounding, because we convert via double. In other cases, going
178 #define double bogus_type macro
libgcc2.c 1626 /* Protect against double-rounding error.
1653 way to avoid double rounding is to special case the
1747 /* Protect against double-rounding error.
1773 way to avoid double rounding is to special case the
1889 #undef double
2062 float is handled with double precision when double precision
2085 /* double, extended, long double have significant potential
2088 the same way when no HW double is available
1857 #undef double macro
2208 #undef double macro
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.h 312 # define double sqlite3_int64 macro
1483 int (*xCurrentTime)(sqlite3_vfs*, double*);
2404 ** the legacy [double-quoted string literal] misfeature for DML statements
2413 ** the legacy [double-quoted string literal] misfeature for DDL statements,
4685 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
5254 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
5757 SQLITE_API double sqlite3_value_double(sqlite3_value*);
6196 SQLITE_API void sqlite3_result_double(sqlite3_context*, double);
7455 double estimatedCost; /* Estimated cost of using this index */
8336 ** by enclosing in double-quotes) so as not to confuse the parser
10783 # undef double macro
    [all...]
sqlite3.c 625 # define double sqlite3_int64 macro
1796 int (*xCurrentTime)(sqlite3_vfs*, double*);
2717 ** the legacy [double-quoted string literal] misfeature for DML statements
2726 ** the legacy [double-quoted string literal] misfeature for DDL statements,
4998 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
5567 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
6070 SQLITE_API double sqlite3_value_double(sqlite3_value*);
6509 SQLITE_API void sqlite3_result_double(sqlite3_context*, double);
7768 double estimatedCost; /* Estimated cost of using this index */
8649 ** by enclosing in double-quotes) so as not to confuse the parser
11096 # undef double macro
13744 # define double macro
14656 # define double macro
    [all...]

Completed in 124 milliseconds