Searched
full:divide (Results
426 -
450 of
1606) sorted by null
<<11121314151617181920>>
/external/proguard/lib/ |
proguard.jar | |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/ |
proguard-base-4.11.jar | |
/prebuilts/tools/common/proguard/proguard4.7/lib/ |
proguard.jar | |
/external/llvm/include/llvm/ADT/ |
APInt.h | 176 /// This is used by the toString method to divide by the radix. It simply 177 /// provides a more convenient form of divide for internal use since KnuthDiv 179 /// then it provides a simpler form of divide. 180 static void divide(const APInt LHS, unsigned lhsWords, const APInt &RHS, 891 /// Perform an unsigned divide operation on this APInt by RHS. Both this and 899 /// Signed divide this APInt by APInt RHS. 920 /// Sometimes it is convenient to divide two APInt values and obtain both the [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | [all...] |
/art/compiler/ |
common_compiler_test.cc | 129 // Supports divide instruction. 132 // Turn off support for divide instruction.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
PacketDispatcher.java | 686 * method is intended for special cases when there is need to divide 707 * is need to divide command's performing into two actions: command's
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DSAParametersGenerator.java | 201 BigInteger e = p.subtract(ONE).divide(q); 344 BigInteger e = p.subtract(ONE).divide(q);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsputil.cpp | 321 // volatile is used to fake out the compiler optimizer. We really want to divide by 0. 346 #if U_PLATFORM != U_PF_OS400 /* OS/400 will generate divide by zero exception MCH1214 */
|
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
Output.pm | 363 $ratio = $ratio->divide($perOperation); 380 $ratio = $ratio->divide($perOperation);
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jccolor.c | 50 * as integers scaled up by 2^16 (about 4 digits precision); we have to divide 68 /* We allocate one big table and divide it up into eight parts, instead of
|
jdcolor.c | 58 * as integers scaled up by 2^16 (about 4 digits precision); we have to divide 78 /* We allocate one big table for RGB->Y conversion and divide it up into
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_debug_clip.c | 56 "clip, perspective divide", 57 "clip, no divide"
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.cpp | 150 // decide on a distribution to divide with 159 // divide up the branches
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
lpc_analysis.c | 238 double S_N_R = pow(10.0, 0.05 * signal_noise_ratio) / 3.46; /* divide by sqrt(12) */ 502 /* divide by sqrt(12) = 3.46 */
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedLongs.java | 178 public static long divide(long dividend, long divisor) { method in class:UnsignedLongs 359 maxValueDivs[i] = divide(MAX_VALUE, i);
|
/external/icu/icu4c/source/test/intltest/ |
tsputil.cpp | 321 // volatile is used to fake out the compiler optimizer. We really want to divide by 0. 346 #if U_PLATFORM != U_PF_OS400 /* OS/400 will generate divide by zero exception MCH1214 */
|
/external/icu/icu4c/source/test/perf/perldriver/ |
Output.pm | 363 $ratio = $ratio->divide($perOperation); 380 $ratio = $ratio->divide($perOperation);
|
/external/jpeg/ |
jccolor.c | 47 * as integers scaled up by 2^16 (about 4 digits precision); we have to divide 65 /* We allocate one big table and divide it up into eight parts, instead of
|
/external/libedit/src/ |
unvis.c | 134 { "divide", 247 }, /* divide sign */
|
/external/llvm/include/llvm/Support/ |
TimeValue.h | 205 /// nearest microsecond (divide by one thousand). 212 /// nearest millisecond (divide by one million).
|
/external/llvm/test/CodeGen/Mips/ |
divrem.ll | 17 ; ACC32 - Accumulator based multiply/divide on 32-bit targets 19 ; GPR32 - GPR based multiply/divide on 32-bit targets
|
/external/mesa3d/src/mesa/math/ |
m_debug_clip.c | 56 "clip, perspective divide", 57 "clip, no divide"
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jccolor.c | 46 * as integers scaled up by 2^16 (about 4 digits precision); we have to divide
64 /* We allocate one big table and divide it up into eight parts, instead of
|
/external/skia/src/core/ |
SkRTree.cpp | 143 // decide on a distribution to divide with 152 // divide up the branches
|
Completed in 1456 milliseconds
<<11121314151617181920>>