/external/chromium_org/third_party/skia/src/views/animated/ |
SkScrollBarView.cpp | 129 total = 1; // avoid divide-by-zero. should be done by skin/script
|
/external/chromium_org/third_party/webrtc/modules/bitrate_controller/include/ |
bitrate_controller.h | 43 * estimation and divide the available bitrate between all its registered
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/ |
test_intnum.py | 42 self.assertEquals('divide by zero', str(err))
|
/external/clang/test/Driver/ |
fsanitize.c | 3 // CHECK-UNDEFINED-TRAP: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|shift|unreachable|return|vla-bound|alignment|null|object-size|float-cast-overflow|array-bounds|enum|bool),?){14}"}} 7 // CHECK-UNDEFINED: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|function|shift|unreachable|return|vla-bound|alignment|null|vptr|object-size|float-cast-overflow|array-bounds|enum|bool),?){16}"}} 10 // CHECK-UNDEFINED-DARWIN: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|shift|unreachable|return|vla-bound|alignment|null|vptr|object-size|float-cast-overflow|array-bounds|enum|bool),?){15}"}} 13 // CHECK-INTEGER: "-fsanitize={{((signed-integer-overflow|unsigned-integer-overflow|integer-divide-by-zero|shift),?){4}"}} 19 // CHECK-PARTIAL-UNDEFINED: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|function|shift|unreachable|return|vla-bound|alignment|null|object-size|array-bounds),?){12}"}}
|
/external/e2fsprogs/intl/ |
eval-plural.h | 64 case divide:
|
/external/guava/guava/src/com/google/common/hash/ |
BloomFilterStrategies.java | 65 this(new long[IntMath.divide(bits, 64, RoundingMode.CEILING)]);
|
/external/llvm/include/llvm/Support/ |
BlockFrequency.h | 43 /// \brief Divide by a non-zero branch probability using saturating
|
/external/llvm/test/CodeGen/X86/ |
unknown-location.ll | 3 ; The divide instruction does not have a debug location. CodeGen should
|
/external/llvm/test/Transforms/InstCombine/ |
sink_instruction.ll | 23 ;; PHI use, sink divide before call.
|
/external/llvm/unittests/Support/ |
BlockFrequencyTest.cpp | 82 TEST(BlockFrequency, Divide) {
|
/external/mesa3d/docs/ |
relnotes-7.5.1.html | 60 <li>Empty glBegin/glEnd() pair could cause divide by zero (bug 23489)
|
/external/proguard/src/proguard/evaluation/value/ |
CompositeDoubleValue.java | 34 public static final byte DIVIDE = '/';
|
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] -->
|