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

  /src/lib/libm/noieee_src/
mathimpl.h 71 const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \
75 static const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \
79 extern const union { uint32_t l[2]; double d; } cat3(__,name,x);
91 const double __CONCAT(__,name) = value;
94 static const double __CONCAT(__,name) = value;
97 extern const double __CONCAT(__,name);
117 extern double __exp__E(double, double);
118 extern double __log__L(double)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 250 // - \c double
264 VariantValue(double Double);
282 /// Double value functions.
284 double getDouble() const;
285 void setDouble(double Double);
344 double Double;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h 123 Double,
  /src/lib/libm/src/
math_private.h 49 * A union which permits us to convert between a long double and
57 long double value;
76 long double value;
92 * A union which permits us to convert between a double and two 32-bit
100 double value;
118 double value;
132 /* Get two 32-bit integers from a double. */
142 /* Get a 64-bit integer from a double. */
151 /* Get the more significant 32-bit integer from a double. */
160 /* Get the less significant 32-bit integer from a double. *
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 30 return U.Double.METHOD_CALL; \
76 /// Four formats are built-in: IEEE single precision, double precision,
77 /// quadruple precision, and x87 80-bit extended double (when operating with
134 /// New formats: x87 in single and double precision mode (IEEE apart from
256 explicit IEEEFloat(double d);
310 double convertToDouble() const;
710 DoubleAPFloat Double;
714 : Double(std::move(F)) {
725 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...);
737 Double.~DoubleAPFloat()
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 69 // Due to C++ preprocessor weirdness, we need double indirection to
209 // (either single-precision or double-precision, depending on the
229 // For double, there are 11 exponent bits and 52 fraction bits.
236 // RawType: the raw floating-point type (either float or double)
273 // calculations are done with 80-bit precision, while double has 64
392 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
397 typedef FloatingPoint<double> Double;
1105 // Double the IndexSequence, and one if plus_one is true
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
bfd.c 1015 double d;
1016 long double ld;
1024 Double,
1244 PRINT_TYPE (double, d);
1246 PRINT_TYPE (long double, ld);
1481 arg_type = Double;
1518 case Double:
1519 args[i].d = va_arg (ap, double);
1522 args[i].ld = va_arg (ap, long double);
  /src/external/gpl3/binutils.old/dist/bfd/
bfd.c 1015 double d;
1016 long double ld;
1024 Double,
1244 PRINT_TYPE (double, d);
1246 PRINT_TYPE (long double, ld);
1481 arg_type = Double;
1518 case Double:
1519 args[i].d = va_arg (ap, double);
1522 args[i].ld = va_arg (ap, long double);
  /src/external/gpl3/gdb.old/dist/bfd/
bfd.c 1014 double d;
1015 long double ld;
1023 Double,
1243 PRINT_TYPE (double, d);
1245 PRINT_TYPE (long double, ld);
1480 arg_type = Double;
1517 case Double:
1518 args[i].d = va_arg (ap, double);
1521 args[i].ld = va_arg (ap, long double);
  /src/external/gpl3/gdb/dist/bfd/
bfd.c 1015 double d;
1016 long double ld;
1024 Double,
1244 PRINT_TYPE (double, d);
1246 PRINT_TYPE (long double, ld);
1481 arg_type = Double;
1518 case Double:
1519 args[i].d = va_arg (ap, double);
1522 args[i].ld = va_arg (ap, long double);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 32 | Double
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 401 Double,
427 explicit Variant(double V) : Type(PDB_VariantType::Double) {
428 Value.Double = V;
460 double Double;
497 VARIANT_WIDTH(Double, 64u)
540 case PDB_VariantType::Double:
543 return APFloat(Value.Double);
564 VARIANT_EQUAL_CASE(Double)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 104 Double,
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 255 Double = 0x02,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 127 Double,
399 /// three possible types for 128-bit floating point: "PPC double-double",
400 /// IEEE 754R quad precision, and "long double" (which under the covers
402 /// for an explicit "PPC double-double" type (i.e. __ibm128) so we only
403 /// need to differentiate between "long double" and IEEE quad precision.
657 /// getDoubleWidth/Align/Format - Return the size/align/format of 'double'.
663 /// double'.
678 /// Return the mangled code of long double
    [all...]

Completed in 31 milliseconds