/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
common.py | 105 #return int(math.ceil(bit_size(number) / 8.0))
|
prime.py | 90 # t = int(math.ceil(k / log(1 / q, 2)))
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
multi_row_track.html | 129 var minH = Math.max(2, Math.ceil(18 / this.children.length));
|
/external/chromium-trace/catapult/tracing/tracing_examples/ |
string_convert.js | 34 nOutLen = nBlocksSize ? Math.ceil((nInLen * 3 + 1 >> 2) / nBlocksSize) * nBlocksSize : nInLen * 3 + 1 >> 2, taBytes = new Uint8Array(nOutLen);
|
/external/clang/lib/Headers/ |
tgmath.h | 593 // ceil 601 __tg_ceil(double __x) {return ceil(__x);} 607 #undef ceil macro 608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
LineGraph.java | 79 int max= (int) (Math.ceil(maxItem * (maxItem < 0 ? 0.9 : 1.2)));
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
sieve.cpp | 83 double ce = ceil(i);
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
ClassHeaderReader.java | 145 int rounded = (int)(CHUNK * Math.ceil((float)amount / CHUNK));
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
IdentityMap.java | 68 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor));
78 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2);
464 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor)));
474 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
|
IntFloatMap.java | 71 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor)); 81 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2); 503 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor))); 513 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
|
IntIntMap.java | 69 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor)); 79 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2); 489 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor))); 499 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
|
IntMap.java | 70 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor));
80 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2);
510 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor)));
520 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
|
LongMap.java | 70 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor));
80 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2);
507 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor)));
517 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
|
ObjectFloatMap.java | 67 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor)); 77 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2); 452 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor))); 462 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
|
ObjectIntMap.java | 67 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor));
77 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2);
453 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor)));
463 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
|
ObjectMap.java | 67 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor));
77 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2);
482 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor)));
492 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
BitmapFontDistanceFieldTest.java | 138 return (int)Math.ceil(maxWidth);
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/ |
valid.txt | 173 0x54 0x65 0x13 0x3b # CHECK: ceil.l.s $f3, $f5 174 0x54 0x44 0x53 0x3b # CHECK: ceil.l.d $f2, $f4 175 0x54 0x65 0x1b 0x3b # CHECK: ceil.w.s $f3, $f5 176 0x54 0x44 0x5b 0x3b # CHECK: ceil.w.d $f2, $f4
|
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/ |
valid.txt | 107 0x54 0x65 0x13 0x3b # CHECK: ceil.l.s $f3, $f5 108 0x54 0x44 0x53 0x3b # CHECK: ceil.l.d $f2, $f4 109 0x54 0x65 0x1b 0x3b # CHECK: ceil.w.s $f3, $f5 110 0x54 0x44 0x5b 0x3b # CHECK: ceil.w.d $f2, $f4
|
/external/llvm/test/MC/Disassembler/Mips/mips3/ |
valid-mips3-el.txt | 37 0x4a 0x18 0x20 0x46 # CHECK: ceil.l.d $f1, $f3 38 0x8a 0x6c 0x00 0x46 # CHECK: ceil.l.s $f18, $f13 39 0xce 0xc2 0x20 0x46 # CHECK: ceil.w.d $f11, $f24 40 0x8e 0xa1 0x00 0x46 # CHECK: ceil.w.s $f6, $f20
|
valid-mips3.txt | 153 0x46 0x00 0x6c 0x8a # CHECK: ceil.l.s $f18, $f13 156 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20 170 0x46 0x20 0x18 0x4a # CHECK: ceil.l.d $f1, $f3 183 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24
|
/external/llvm/test/MC/Disassembler/Mips/mips4/ |
valid-mips4-el.txt | 41 0x4a 0x18 0x20 0x46 # CHECK: ceil.l.d $f1, $f3 42 0x8a 0x6c 0x00 0x46 # CHECK: ceil.l.s $f18, $f13 43 0xce 0xc2 0x20 0x46 # CHECK: ceil.w.d $f11, $f24 44 0x8e 0xa1 0x00 0x46 # CHECK: ceil.w.s $f6, $f20
|
/external/llvm/test/MC/Disassembler/Mips/mips64r3/ |
valid-mips64r3-el.txt | 56 0x4a 0x18 0x20 0x46 # CHECK: ceil.l.d $f1, $f3 57 0x8a 0x6c 0x00 0x46 # CHECK: ceil.l.s $f18, $f13 58 0x0e 0x73 0x20 0x46 # CHECK: ceil.w.d $f12, $f14 59 0x8e 0x39 0x00 0x46 # CHECK: ceil.w.s $f6, $f7
|
/external/llvm/test/MC/Disassembler/Mips/mips64r5/ |
valid-mips64r5-el.txt | 56 0x4a 0x18 0x20 0x46 # CHECK: ceil.l.d $f1, $f3 57 0x8a 0x6c 0x00 0x46 # CHECK: ceil.l.s $f18, $f13 58 0x0e 0x73 0x20 0x46 # CHECK: ceil.w.d $f12, $f14 59 0x8e 0x39 0x00 0x46 # CHECK: ceil.w.s $f6, $f7
|
/external/llvm/test/MC/Mips/ |
mips-fpu-instructions.s | 15 # CHECK: ceil.w.d $f12, $f14 # encoding: [0x0e,0x73,0x20,0x46] 16 # CHECK: ceil.w.s $f6, $f7 # encoding: [0x8e,0x39,0x00,0x46] 36 ceil.w.d $f12,$f14 37 ceil.w.s $f6,$f7
|