HomeSort by relevance Sort by last modified time
    Searched refs:isNormal (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
DOMWrapperWorld.h 54 static PassRefPtr<DOMWrapperWorld> create(JSC::JSGlobalData* globalData, bool isNormal = false)
56 return adoptRef(new DOMWrapperWorld(globalData, isNormal));
70 bool isNormal() const { return m_isNormal; }
76 DOMWrapperWorld(JSC::JSGlobalData*, bool isNormal);
JSNodeCustom.h 52 if (!world->isNormal())
59 if (!world->isNormal())
68 if (!world->isNormal())
DOMWrapperWorld.cpp 39 DOMWrapperWorld::DOMWrapperWorld(JSC::JSGlobalData* globalData, bool isNormal)
41 , m_isNormal(isNormal)
  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 123 static boolean isNormal(double d) {
DoubleMath.java 25 import static com.google.common.math.DoubleUtils.isNormal;
214 if (!isNormal(x)) {
  /frameworks/compile/slang/
slang_rs_spec_table.cpp 141 bool IsNormal,
145 mIsNormal(IsNormal),
152 inline bool isNormal() const { return mIsNormal; }
286 ((DataElements[i]->isNormal()) ? "true" : "false"),
359 /* IsNormal = */true, /* VectorSize = */1),
  /external/clang/lib/CodeGen/
CGCleanup.h 255 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
261 CleanupBits.IsNormalCleanup = isNormal;
  /external/llvm/include/llvm/ADT/
APFloat.h 323 bool isNormal() const { return category == fcNormal; }
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]

Completed in 254 milliseconds