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

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 19 NaN, PosInf, NegInf = _floatconstants()
38 '-Infinity': NegInf,
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 877 Value *NegInf = ConstantFP::getInfinity(CI->getType(), true);
882 Value *FCmp = B.CreateFCmpOEQ(Op1, NegInf);
    [all...]

Completed in 163 milliseconds