OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
813
uint64_t
Ceil
= Log2Ceil == 64 ? 0LL : 1LL << Log2Ceil;
816
// where floor_c = pow(2, floor(log2(c))) and ceil_c = pow(2,
ceil
(log2(c))),
818
if (C - Floor <=
Ceil
- C) {
826
SDValue Op0 = genConstMult(X,
Ceil
, DL, VT, ShiftTy, DAG);
827
SDValue Op1 = genConstMult(X,
Ceil
- C, DL, VT, ShiftTy, DAG);
[
all
...]
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
[
all
...]
Completed in 295 milliseconds