OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:divide
(Results
151 - 175
of
1606
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libopus/celt/
fixed_generic.h
91
/**
Divide
by two */
128
/**
Divide
a 32-bit value by a 16-bit value. Result fits in 16 bits */
131
/**
Divide
a 32-bit value by a 32-bit value. Result fits in 32 bits */
/external/llvm/test/CodeGen/X86/
scalar_widen_div.ll
3
; Verify when widening a
divide
/remainder operation, we only generate a
4
;
divide
/rem per element since
divide
/remainder can trap.
unknown-location.ll
3
; The
divide
instruction does not have a debug location. CodeGen should
/external/skia/experimental/Intersection/
CubicToQuadratics.cpp
34
if Tdiv < 0.5
divide
the cubic at Tdiv. First segment [0..Tdiv] can be approximated with by a
37
0.5<=Tdiv<1 - simply
divide
the cubic in two. The two halves can be approximated by the mid-point
142
// and do a more precise job when calling chop at and sub
divide
by computing the fractional ts.
/external/skia/src/gpu/
GrPathUtils.h
25
/// Since we
divide
by tol if we're computing exact worst-case bounds,
31
/// Since we
divide
by tol if we're computing exact worst-case bounds,
42
/// Since we
divide
by tol if we're computing exact worst-case bounds,
/external/skia/src/pathops/
SkDCubicToQuads.cpp
33
if Tdiv < 0.5
divide
the cubic at Tdiv. First segment [0..Tdiv] can be approximated with by a
36
0.5<=Tdiv<1 - simply
divide
the cubic in two. The two halves can be approximated by the mid-point
116
// and do a more precise job when calling chop at and sub
divide
by computing the fractional ts.
/external/chromium_org/components/nacl/renderer/
platform_info.cc
60
//
divide
.
/external/chromium_org/media/cast/test/utility/
audio_utility.h
57
// rate. The
divide
by two accounts for the fact that a sine wave crosses zero
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.cc
16
//
Divide
both sources by 2, then add them together using a mask
/external/chromium_org/testing/gtest/samples/
sample1.cc
56
// Try to
divide
n by every odd number i, starting from 3
/external/chromium_org/third_party/WebKit/Source/platform/audio/
Cone.cpp
62
//
Divide
by 2.0 here since API is entire angle (not half-angle)
/external/chromium_org/third_party/mesa/src/docs/
relnotes-7.5.1.html
60
<li>Empty glBegin/glEnd() pair could cause
divide
by zero (bug 23489)
/external/chromium_org/third_party/skia/experimental/Intersection/
Extrema.cpp
62
// we
divide
A,B,C by 3 to simplify
/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/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);
/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/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
= '/';
Completed in 725 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>