Searched refs:Double (Results 201 - 225 of 355) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dconversions-inl.h93 Double d(x);
96 if (exponent <= -Double::kSignificandSize) return 0;
H A Dtype-info.h49 // Double Integer32 | /
71 static TypeInfo Double() { return TypeInfo(kDouble); } function in class:v8::internal::TypeInfo
185 case kDouble: return "Double";
/external/v8/test/cctest/
H A Dtest-dtoa.cc219 double v = Double(smallest_normal64).value();
231 v = Double(largest_denormal64).value();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DRandomAccessFileTest.java289 raf.writeDouble(Double.MAX_VALUE);
291 assertEquals("Incorrect double read/written", Double.MAX_VALUE, raf
755 raf.writeDouble(Double.MAX_VALUE);
757 assertEquals("Incorrect double read/written", Double.MAX_VALUE, raf
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java862 * @return A Double object.
876 Double val;
885 val = Double.valueOf(value);
904 return Double.valueOf(value);
1480 * is one. If the class is a Double, for instance,
1497 if (cl == Double.class)
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java349 return new Double ( resultObject.num());
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXObject.java501 result = new Double(num());
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h465 typedef FloatingPoint<double> Double; typedef in namespace:testing::internal
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h37 // Double operations detection based on target architecture.
59 #error Target architecture was not detected as supported by Double-Conversion.
/external/chromium_org/v8/src/
H A Dhydrogen-infer-representation.cc175 current->ChangeRepresentation(Representation::Double());
H A Dproperty-details.h110 static Representation Double() { return Representation(kDouble); } function in class:v8::internal::Representation
H A Dtype-info.h49 // Double Integer32 | /
69 static TypeInfo Double() { return TypeInfo(kDouble); } function in class:v8::internal::TypeInfo
185 case kDouble: return "Double";
/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.cc134 COMPARE_ATOMIC_PROPERTY_VALUES(Double, double);
/external/clang/lib/Serialization/
H A DASTCommon.cpp49 case BuiltinType::Double: ID = PREDEF_TYPE_DOUBLE_ID; break;
/external/guava/guava/src/com/google/common/math/
H A DDoubleMath.java254 * !Double.isNaN(x) && !Double.isInfinite(x) && x == Math.rint(x)}.
265 * {@link Double#POSITIVE_INFINITY} if {@code n! > Double.MAX_VALUE}.
274 return Double.POSITIVE_INFINITY;
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java88 sink.putDouble(Double.longBitsToDouble(0x0807060504030201L));
/external/javassist/src/main/javassist/bytecode/
H A DByteStream.java94 writeLong(Double.doubleToLongBits(v));
/external/javassist/src/main/javassist/util/proxy/
H A DRuntimeSupport.java175 else if (type == Double.TYPE)
/external/libvpx/libvpx/examples/
H A Dgen_example_doxy.php45 $regexp = '/\[\[(.*?)\]\]/'; // Double square bracket delimiters
/external/mockito/src/org/mockito/
H A DMatchers.java200 * Any <code>double</code>, <code>Double</code> or <code>null</code>.
866 * Allows creating custom <code>Double</code> argument matchers.
873 public static double doubleThat(Matcher<Double> matcher) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteCursor.java159 return new Double(o.toString());
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java190 * The value is automatically detected: Boolean, Integer, Long, Double, XMPDateTime and
771 * @return Returns a <code>Double</code> value or <code>null</code>
776 Double getPropertyDouble(String schemaNS, String propName) throws XMPException;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeMapTest.java310 TreeMap<Integer, Double> map = new TreeMap<Integer, Double>(
318 SortedMap<Integer, Double> smap = map.headMap(null);
324 Set<Map.Entry<Integer, Double>> entrySet = smap.entrySet();
327 Collection<Double> valueCollection = smap.values();
906 TreeMap<Integer, Double> map = new TreeMap<Integer, Double>();
911 SortedMap<Integer, Double> headMap = map.headMap(3);
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java1425 priority = Double.parseDouble(priorityStr);
1437 newPriority = Double.parseDouble(newPriorityStr);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java249 * Double precision floating point.
253 Double(8), enum constant in enum:VertexBuffer.Format
870 case Double:

Completed in 1187 milliseconds

1234567891011>>