/external/proguard/src/proguard/evaluation/value/ |
CompositeFloatValue.java | 34 public static final byte DIVIDE = '/';
|
CompositeIntegerValue.java | 34 public static final byte DIVIDE = '/';
|
CompositeLongValue.java | 34 public static final byte DIVIDE = '/';
|
UnknownIntegerValue.java | 97 public IntegerValue divide(IntegerValue other) method in class:UnknownIntegerValue
|
UnknownLongValue.java | 81 public LongValue divide(LongValue other) method in class:UnknownLongValue
|
/external/protobuf/gtest/samples/ |
sample1.cc | 56 // Try to divide n by every odd number i, starting from 3
|
/external/replicaisland/src/com/replica/replicaisland/ |
Vector2.java | 65 public final void divide(float magnitude) { method in class:Vector2
|
/external/skia/experimental/Intersection/ |
Extrema.cpp | 62 // we divide A,B,C by 3 to simplify
|
/external/skia/src/views/animated/ |
SkScrollBarView.cpp | 129 total = 1; // avoid divide-by-zero. should be done by skin/script
|
/external/speex/libspeex/ |
pseudofloat.h | 263 /* Do NOT attempt to divide by a negative number */ 285 /* Do NOT attempt to divide by a negative number */ 313 /* Do NOT attempt to divide by a negative number */ 321 speex_warning_int("Attempted to divide by", b.m);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerHashCodeTest.java | 44 aNumber1.divide(aNumber2).bitLength();
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample1.cc | 56 // Try to divide n by every odd number i, starting from 3
|
/packages/apps/Calculator/res/values/ |
donottranslate_strings.xml | 32 <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
|
/prebuilts/misc/common/swig/include/2.0.11/r/ |
ropers.swg | 50 %rename(Divide) operator /;
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
oi_codec_sbc_private.h | 72 #ifndef DIVIDE 73 #define DIVIDE(a, b) ((a) / (b))
|
/external/ceres-solver/include/ceres/internal/ |
numeric_diff.h | 151 // 3. Divide out the run. 173 // Divide out the run to get slope.
|
/external/chromium_org/net/quic/congestion_control/ |
cubic.cc | 23 // allow a 10 shift right to divide. 139 // divide operator.
|
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
Dataset.pm | 69 # Divide two Datasets and return a new one, maintaining the 71 sub divide { subroutine
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
common_x86_asm.S | 173 /* Perform an SSE divide-by-zero to see if the operating system 191 /* Unmask the divide-by-zero exception and perform one.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdfprotect.asm | 101 idt0: idesc32 isrP, 0x0008, 0 ; 0x00, 0 #DE, Divide Error 139 dw isrR, 0 ; 0x00, 0 #DE, Divide Error
|
/external/compiler-rt/lib/builtins/arm/ |
udivmodsi4.S | 1 /*===-- udivmodsi4.S - 32-bit unsigned integer divide and modulus ---------===// 10 * This file implements the __udivmodsi4 (32-bit unsigned integer divide and
|
udivsi3.S | 1 /*===-- udivsi3.S - 32-bit unsigned integer divide ------------------------===// 10 * This file implements the __udivsi3 (32-bit unsigned integer divide)
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
UnsignedIntsTest.java | 65 assertEquals((int) (a / b), UnsignedInts.divide((int) a, (int) b)); 96 - (divisor * UnsignedInts.divide(dividend, divisor) + UnsignedInts.remainder(dividend,
|
/external/icu/icu4c/source/test/perf/perldriver/ |
Dataset.pm | 69 # Divide two Datasets and return a new one, maintaining the 71 sub divide { subroutine
|
/external/lldb/source/Plugins/Process/POSIX/ |
ProcessMessage.cpp | 80 str = "integer divide by zero"; 86 str = "floating point divide by zero";
|