Home
last modified time | relevance | path

Searched refs:isNormal (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DDOMWrapperWorld.h54 static PassRefPtr<DOMWrapperWorld> create(JSC::JSGlobalData* globalData, bool isNormal = false)
56 return adoptRef(new DOMWrapperWorld(globalData, isNormal));
70 bool isNormal() const { return m_isNormal; } in isNormal() function
76 DOMWrapperWorld(JSC::JSGlobalData*, bool isNormal);
DJSNodeCustom.h52 if (!world->isNormal()) in getInlineCachedWrapper()
59 if (!world->isNormal()) in setInlineCachedWrapper()
68 if (!world->isNormal()) in clearInlineCachedWrapper()
DDOMWrapperWorld.cpp39 DOMWrapperWorld::DOMWrapperWorld(JSC::JSGlobalData* globalData, bool isNormal) in DOMWrapperWorld() argument
41 , m_isNormal(isNormal) in DOMWrapperWorld()
/external/guava/guava/src/com/google/common/math/
DDoubleMath.java25 import static com.google.common.math.DoubleUtils.isNormal;
214 if (!isNormal(x)) { in log2()
DDoubleUtils.java123 static boolean isNormal(double d) { in isNormal() method in DoubleUtils
/external/clang/lib/CodeGen/
DCGCleanup.h255 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument
261 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
/external/llvm/include/llvm/ADT/
DAPFloat.h323 bool isNormal() const { return category == fcNormal; } in isNormal() function
/external/llvm/lib/VMCore/
DVerifier.cpp1663 Assert1(Accuracy.isNormal() && !Accuracy.isNegative(), in visitInstruction()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2423968 (WebCore::DOMWrapperWorld::create): Made isNormal default to false,
39036 (WebCore::DOMWrapperWorld::isNormal):
DChangeLog-2010-01-2911179 (WebCore::DOMWrapperWorld::isNormal):