OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:negation
(Results
76 - 100
of
194
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
l_negate.cpp
44
L_var1 = 32-bit
negation
of input
/frameworks/base/core/java/android/hardware/
GeomagneticField.java
205
// radius. This looks like the
negation
of the version in the
/libcore/luni/src/main/java/java/math/
Logical.java
714
//two complement (arithmetic
negation
) to it, and then operate
/libcore/luni/src/main/java/java/util/regex/
Pattern.java
79
* <tr> <td> [^abc] </td> <td>Any character <i>except</i> {@code a}, {@code b}, or {@code c}. (
Negation
.)</td> </tr>
/external/chromium/testing/gmock/test/
gmock-matchers_test.cc
184
// Returns the description of the
negation
of the given matcher.
[
all
...]
/external/v8/src/x64/
macro-assembler-x64.cc
[
all
...]
/docs/source.android.com/src/tech/dalvik/
dalvik-bytecode.html
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def
686
/*
Negation
with signed saturation. */
688
/*
Negation
with unsigned saturation. */
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def
686
/*
Negation
with signed saturation. */
688
/*
Negation
with unsigned saturation. */
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def
686
/*
Negation
with signed saturation. */
688
/*
Negation
with unsigned saturation. */
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def
686
/*
Negation
with signed saturation. */
688
/*
Negation
with unsigned saturation. */
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
417
// As a sanity check, make sure that the
negation
of the constraint
[
all
...]
/external/harfbuzz/contrib/tables/
BidiMirroring.txt
578
# 2AEE; DOES NOT DIVIDE WITH REVERSED
NEGATION
SLASH
/external/icu4c/data/unidata/
BidiMirroring.txt
587
# 2AEE; DOES NOT DIVIDE WITH REVERSED
NEGATION
SLASH
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
539
// -X/C --> X/-C provided the
negation
doesn't overflow.