HomeSort by relevance Sort by last modified time
    Searched full:isposzero (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math_conformance.rs 20 _RS_ASSERT(isposzero(rootn(0.f, 3)));
24 _RS_ASSERT(isposzero(rootn(0.f, 8)));
25 _RS_ASSERT(isposzero(rootn(-0.f, 8)));
shared.rsh 63 static bool isposzero(float f) {
74 return isposzero(f) || isnegzero(f);
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 338 static bool isposzero(float f) { function
349 return isposzero(f) || isnegzero(f);
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 327 bool isPosZero() const { return isZero() && !isNegative(); }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 364 if (CFP->getValueAPF().isPosZero() && CannotBeNegativeZero(LHS))
  /external/llvm/unittests/ADT/
APFloatTest.cpp 247 EXPECT_TRUE(APFloat(APFloat::IEEEdouble, "1e-99999").isPosZero());
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 825 return FL->getValue().isPosZero();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 184 if (!cast<ConstantFPSDNode>(Zero)->getValueAPF().isPosZero())
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 263 milliseconds