HomeSort by relevance Sort by last modified time
    Searched full:arithmetic (Results 1 - 25 of 1903) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/415-optimizing-arith-neg/
info.txt 1 Tests for arithmetic negation operations.
  /art/test/458-checker-instruction-simplification/
info.txt 1 Tests arithmetic identities optimizations in the optimizing compiler.
  /external/valgrind/none/tests/s390x/
bfp-1.stdout.exp 1 double arithmetic
6 float arithmetic
  /external/clang/test/Sema/
pointer-addition.c 7 b++; // expected-error {{arithmetic on a pointer to an incomplete type}}
8 b += 1; // expected-error {{arithmetic on a pointer to an incomplete type}}
9 c++; // expected-warning {{arithmetic on a pointer to void is a GNU extension}}
10 c += 1; // expected-warning {{arithmetic on a pointer to void is a GNU extension}}
11 c--; // expected-warning {{arithmetic on a pointer to void is a GNU extension}}
12 c -= 1; // expected-warning {{arithmetic on a pointer to void is a GNU extension}}
14 b = 1+b; // expected-error {{arithmetic on a pointer to an incomplete type}}
17 d += 1; // expected-warning {{arithmetic on a pointer to the function type 'void (S *, void *)' is a GNU extension}}
18 d++; // expected-warning {{arithmetic on a pointer to the function type 'void (S *, void *)' is a GNU extension}}
19 d--; // expected-warning {{arithmetic on a pointer to the function type 'void (S *, void *)' is a GNU extension}
    [all...]
typecheck-binop.c 10 return P-4; /* expected-error{{arithmetic on a pointer to an incomplete type 'struct incomplete'}} */
14 return P-4; /* expected-warning{{arithmetic on a pointer to void is a GNU extension}} */
18 return P-Q; /* expected-warning{{arithmetic on pointers to void is a GNU extension}} */
pointer-subtract-compat.c 10 int x = fp - fp; // expected-warning{{arithmetic on pointers to the function type 'void (void)' is a GNU extension}}
  /external/eigen/doc/
TopicEigenExpressionTemplates.dox 8 Is linked from the tutorial on arithmetic ops.
  /external/clang/test/Parser/
check_cast.c 10 xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type is required}}
11 i = (int)xxx; // expected-error {{operand of type 'struct foo' where arithmetic or pointer type is required}}
  /external/clang/test/SemaCXX/
null_in_arithmetic_ops.cpp 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -fblocks -Wnull-arithmetic -verify -Wno-string-plus-int -Wno-tautological-pointer-compare %s
14 a = 0 ? NULL + a : a + NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
15 a = 0 ? NULL - a : a - NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
16 a = 0 ? NULL / a : a / NULL; // expected-warning 2{{use of NULL in arithmetic operation}} \
18 a = 0 ? NULL * a : a * NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
19 a = 0 ? NULL >> a : a >> NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
20 a = 0 ? NULL << a : a << NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
21 a = 0 ? NULL % a : a % NULL; // expected-warning 2{{use of NULL in arithmetic operation}} \
23 a = 0 ? NULL & a : a & NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
24 a = 0 ? NULL | a : a | NULL; // expected-warning 2{{use of NULL in arithmetic operation}
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java 50 tester.testForwarding(Arithmetic.class,
51 new Function<Arithmetic, Arithmetic>() {
52 @Override public Arithmetic apply(Arithmetic arithmetic) {
53 return new ForwardingArithmetic(arithmetic);
182 assertFailure(Arithmetic.class, new Function<Arithmetic, Arithmetic>() {
254 private final Arithmetic arithmetic; field in class:ForwardingWrapperTesterTest.ForwardingArithmetic
331 private final Arithmetic arithmetic; field in class:ForwardingWrapperTesterTest.ForwardsToTheWrongMethod
    [all...]
  /external/clang/test/CodeGen/
2003-11-03-AddrArrayElement.c 4 // series of casts and address arithmetic.
  /external/eigen/cmake/
FindGMP.cmake 1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
  /external/fio/exp/
README.md 4 A simple expression parser for arithmetic expressions made with bison + flex
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
inc.hpp 15 # include <boost/preprocessor/arithmetic/inc.hpp>
  /external/clang/test/SemaObjCXX/
null_objc_pointer.mm 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wnull-arithmetic %s
  /external/llvm/test/CodeGen/XCore/
2009-01-08-Crash.ll 3 ;; address arithmetic was folded into the LDWSP instruction,
  /external/libcxx/include/
cmath 50 floating_point acos (arithmetic x);
54 floating_point asin (arithmetic x);
58 floating_point atan (arithmetic x);
62 floating_point atan2 (arithmetic y, arithmetic x);
66 floating_point ceil (arithmetic x);
70 floating_point cos (arithmetic x);
74 floating_point cosh (arithmetic x);
78 floating_point exp (arithmetic x);
82 floating_point fabs (arithmetic x)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 50 floating_point acos (arithmetic x);
54 floating_point asin (arithmetic x);
58 floating_point atan (arithmetic x);
62 floating_point atan2 (arithmetic y, arithmetic x);
66 floating_point ceil (arithmetic x);
70 floating_point cos (arithmetic x);
74 floating_point cosh (arithmetic x);
78 floating_point exp (arithmetic x);
82 floating_point fabs (arithmetic x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 50 floating_point acos (arithmetic x);
54 floating_point asin (arithmetic x);
58 floating_point atan (arithmetic x);
62 floating_point atan2 (arithmetic y, arithmetic x);
66 floating_point ceil (arithmetic x);
70 floating_point cos (arithmetic x);
74 floating_point cosh (arithmetic x);
78 floating_point exp (arithmetic x);
82 floating_point fabs (arithmetic x)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch 29 .../time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp | 1 +
30 .../time/time.duration/time.duration.arithmetic/op_-EQ.pass.cpp | 1 +
31 .../time/time.duration/time.duration.arithmetic/op_divideEQ.pass.cpp | 1 +
32 .../time.duration/time.duration.arithmetic/op_modEQduration.pass.cpp | 1 +
33 .../time/time.duration/time.duration.arithmetic/op_modEQrep.pass.cpp | 1 +
34 .../time/time.duration/time.duration.arithmetic/op_timesEQ.pass.cpp | 1 +
35 test/utilities/time/time.point/time.point.arithmetic/op_+EQ.pass.cpp | 1 +
36 test/utilities/time/time.point/time.point.arithmetic/op_-EQ.pass.cpp | 1 +
58 create mode 120000 test/utilities/time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp
59 create mode 120000 test/utilities/time/time.duration/time.duration.arithmetic/op_-EQ.pass.cp
    [all...]
  /external/clang/test/SemaObjC/
sizeof-interface.m 10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}}
54 P = P+5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant size for this architecture and platform}}
55 P = 5+P; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant size for this architecture and platform}}
56 P = P-5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant size for this architecture and platform}}
88 ++f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size for this architecture and platform}}
89 --f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size for this architecture and platform}}
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routins.h 14 * Functions for arithmetic coding.
27 * Arithmetic coding of spectrum.
49 * Final call to the arithmetic coder for an encoder call. This function
63 * Arithmetic decoding of spectrum.
108 * Function to decode more symbols from the arithmetic bytestream, using
136 * Function to decode more symbols from the arithmetic bytestream, taking
  /external/valgrind/gdbserver_tests/
mcsigpass.stdoutB.exp 14 Program received signal SIGFPE, Arithmetic exception.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/
add.hpp 17 # include <boost/preprocessor/arithmetic/dec.hpp>
18 # include <boost/preprocessor/arithmetic/inc.hpp>
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 1 //=== PointerArithChecker.cpp - Pointer arithmetic checker -----*- C++ -*--===//
11 // pointer arithmetic on locations other than array elements.
49 // If pointer arithmetic is done on variables of non-array type, this often
57 new BuiltinBug(this, "Dangerous pointer arithmetic",
58 "Pointer arithmetic done on non-array variables "

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>