HomeSort by relevance Sort by last modified time
    Searched full:isnormal (Results 1 - 25 of 55) sorted by null

1 2 3

  /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)
  /frameworks/compile/slang/
slang_rs_spec_table.cpp 163 bool IsNormal,
168 mIsNormal(IsNormal),
176 inline bool isNormal() const { return mIsNormal; }
323 ((DataElements[i]->isNormal()) ? "true" : "false"),
407 /* IsNormal = */true, /* VectorSize = */1),
  /bionic/libm/src/
s_fma.c 120 if (!isnormal(z))
s_fmal.c 115 if (!isnormal(z))
  /external/clang/lib/CodeGen/
CGCleanup.h 255 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
261 CleanupBits.IsNormalCleanup = isNormal;
CGBuiltin.cpp 440 // isnormal(x) --> x == x && fabsf(x) < infinity && fabsf(x) >= float_min
449 Value *IsNormal =
451 "isnormal");
453 V = Builder.CreateAnd(V, IsNormal, "and");
514 Value *IsNormal =
516 "isnormal");
518 Builder.CreateSelect(IsNormal, EmitScalarExpr(E->getArg(2)),
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 483 #undef isnormal
534 isnormal(_Tp __f)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cmath 483 #undef isnormal
534 isnormal(_Tp __f)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cmath 483 #undef isnormal
534 isnormal(_Tp __f)
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cmath 483 #undef isnormal
534 isnormal(_Tp __f)
  /bionic/libm/man/
math.3 93 isnormal determine whether a value is normalized
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 515 Value *IsNormal = new ICmpInst(EntryBB->getTerminator(),
523 BranchInst::Create(ContBlock, CatchBB, IsNormal, EntryBB);
  /bionic/libm/include/
math.h 113 #define isnormal(x) \ macro
  /development/ndk/platforms/android-3/include/
math.h 113 #define isnormal(x) \ macro
  /development/ndk/platforms/android-9/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 249 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro

Completed in 6002 milliseconds

1 2 3