OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ceil
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFP.h
53
#define SkFPCeil(x) SkFloat::
Ceil
();
/external/skia/src/core/
SkFP.h
53
#define SkFPCeil(x) SkFloat::
Ceil
();
/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
358
uint64_t
Ceil
= Log2Ceil == 64 ? 0LL : 1LL << Log2Ceil;
361
// where floor_c = pow(2, floor(log2(c))) and ceil_c = pow(2,
ceil
(log2(c))),
363
if (C - Floor <=
Ceil
- C) {
371
SDValue Op0 = genConstMult(X,
Ceil
, DL, VT, ShiftTy, DAG);
372
SDValue Op1 = genConstMult(X,
Ceil
- C, DL, VT, ShiftTy, DAG);
Completed in 80 milliseconds