HomeSort by relevance Sort by last modified time
    Searched full:divide (Results 101 - 125 of 1606) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Lexer/
c90.c 9 int test1(int a,int b) {return a//* This is a divide followed by block comment in c89 mode */
  /external/compiler-rt/lib/builtins/i386/
moddi3.S 11 // No other exceptions are generated, as the divide cannot overflow.
14 // on x86_64. The performance goal is ~40 cycles per divide, which is faster than
69 cmpl %ebx, %edx // to avoid overflowing the upcoming divide.
107 subl %ebx, %edx // subtract bhi from ahi so that divide will not
  /external/fonttools/Lib/fontTools/encodings/
MacRoman.py 28 'quotedblleft', 'quotedblright', 'quoteleft', 'quoteright', 'divide', 'lozenge',
  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 200 // hardware divide cannot be conveyed using AllowDIVIfExists or DisallowDIV
201 AllowDIVIfExists = 0, // Allow hardware divide if available in arch, or no
203 DisallowDIV = 1, // Hardware divide explicitly disallowed.
204 AllowDIVExt = 2, // Allow hardware divide as optional architecture
  /external/llvm/test/CodeGen/X86/
atom-bypass-slow-division-64.ll 5 ; Additional tests for 64-bit divide bypass
  /external/proguard/src/proguard/evaluation/value/
UnknownDoubleValue.java 80 public DoubleValue divide(DoubleValue other) method in class:UnknownDoubleValue
UnknownFloatValue.java 80 public FloatValue divide(FloatValue other) method in class:UnknownFloatValue
ParticularDoubleValue.java 106 public DoubleValue divide(DoubleValue other) method in class:ParticularDoubleValue
113 return other.divide(this);
163 public DoubleValue divide(ParticularDoubleValue other) method in class:ParticularDoubleValue
ParticularFloatValue.java 106 public FloatValue divide(FloatValue other) method in class:ParticularFloatValue
113 return other.divide(this);
163 public FloatValue divide(ParticularFloatValue other) method in class:ParticularFloatValue
ParticularIntegerValue.java 127 public IntegerValue divide(IntegerValue other) method in class:ParticularIntegerValue
136 return other.divide(this);
255 public IntegerValue divide(ParticularIntegerValue other) method in class:ParticularIntegerValue
ParticularLongValue.java 100 public LongValue divide(LongValue other) method in class:ParticularLongValue
109 return other.divide(this);
188 public LongValue divide(ParticularLongValue other) method in class:ParticularLongValue
  /external/skia/src/animator/
SkTime.cpp 66 s = (s + 500) / 1000; // rounded divide
  /external/skia/src/pathops/
SkPathOpsTriangle.cpp 26 // introduces error with divide; doesn't short circuit on early answer
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
Rational.java 62 * Gets the rational value as type double. Will cause a divide-by-zero error
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
factor.sed 70 :divide
  /packages/apps/Camera2/src/com/android/camera/exif/
Rational.java 62 * Gets the rational value as type double. Will cause a divide-by-zero error
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
Rational.java 62 * Gets the rational value as type double. Will cause a divide-by-zero error
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
Rational.java 62 * Gets the rational value as type double. Will cause a divide-by-zero error
  /packages/apps/Mms/src/com/android/mms/exif/
Rational.java 62 * Gets the rational value as type double. Will cause a divide-by-zero error
  /system/core/libmincrypt/tools/
DumpPublicKey.java 143 N = N.divide(B);
157 RR = RR.divide(B);
199 X = X.divide(B);
213 Y = Y.divide(B);
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntegerTest.java 151 aUnsigned.bigIntegerValue().divide(bUnsigned.bigIntegerValue()).intValue();
152 UnsignedInteger unsignedDiv = aUnsigned.divide(bUnsigned);
162 UnsignedInteger.asUnsigned(a).divide(UnsignedInteger.ZERO);
UnsignedLongTest.java 161 .divide(bUnsigned.bigIntegerValue())
163 UnsignedLong unsignedDiv = aUnsigned.divide(bUnsigned);
173 UnsignedLong.asUnsigned(a).divide(UnsignedLong.ZERO);
  /external/llvm/lib/Target/AArch64/
AArch64Schedule.td 34 def WriteID32 : SchedWrite; // 32-bit Divide
35 def WriteID64 : SchedWrite; // 64-bit Divide
36 def ReadID : SchedRead; // 32/64-bit Divide
  /external/openfst/src/include/fst/
lexicographic-weight.h 142 inline LexicographicWeight<W1, W2> Divide(const LexicographicWeight<W1, W2> &w,
145 return LexicographicWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
146 Divide(w.Value2(), v.Value2(), typ));
power-weight.h 117 // Semiring divide operation
119 inline PowerWeight<W, n> Divide(const PowerWeight<W, n> &w1,
124 w.SetValue(i, Divide(w1.Value(i), w2.Value(i), type));

Completed in 1196 milliseconds

1 2 3 45 6 7 8 91011>>