HomeSort by relevance Sort by last modified time
    Searched defs:Ceil (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp 15 #include <boost/config/no_tr1/cmath.hpp> // for std::floor and std::ceil
39 using std::ceil ;
42 return s < static_cast<S>(0) ? ceil(s) : floor(s) ;
70 struct Ceil
79 using std::ceil ;
82 return ceil(s) ;
101 using std::ceil ;
106 S next = ceil(s);
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 816 uint64_t Ceil = Log2Ceil == 64 ? 0LL : 1LL << Log2Ceil;
819 // where floor_c = pow(2, floor(log2(c))) and ceil_c = pow(2, ceil(log2(c))),
821 if (C - Floor <= Ceil - C) {
829 SDValue Op0 = genConstMult(X, Ceil, DL, VT, ShiftTy, DAG);
830 SDValue Op1 = genConstMult(X, Ceil - C, DL, VT, ShiftTy, DAG);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 234 milliseconds