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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
bfp-1.stdout.exp 1 double arithmetic
6 float arithmetic
  /external/clang/test/Sema/
pointer-addition.c 6 b++; // expected-error {{arithmetic on a pointer to an incomplete type}}
7 b += 1; // expected-error {{arithmetic on a pointer to an incomplete type}}
8 c++; // expected-warning {{arithmetic on a pointer to void is a GNU extension}}
9 c += 1; // expected-warning {{arithmetic on a pointer to void is a GNU extension}}
10 c--; // expected-warning {{arithmetic on a pointer to void is a GNU extension}}
11 c -= 1; // expected-warning {{arithmetic on a pointer to void is a GNU extension}}
13 b = 1+b; // expected-error {{arithmetic on a pointer to an incomplete type}}
16 d += 1; // expected-warning {{arithmetic on a pointer to the function type 'void (S *, void *)' is a GNU extension}}
17 d++; // 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}
    [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/libcxx/test/utilities/function.objects/arithmetic.operations/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/arithmetic.operations/Android.mk
19 test_name := utilities/function.objects/arithmetic.operations/divides
23 test_name := utilities/function.objects/arithmetic.operations/transparent
27 test_name := utilities/function.objects/arithmetic.operations/negate
31 test_name := utilities/function.objects/arithmetic.operations/modulus
35 test_name := utilities/function.objects/arithmetic.operations/minus
39 test_name := utilities/function.objects/arithmetic.operations/plus
43 test_name := utilities/function.objects/arithmetic.operations/multiplies
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/bool
23 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_short
27 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/pointer
31 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/int
35 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_double
39 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/short
43 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_int
47 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_long
51 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_lon
    [all...]
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/bool
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_short
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer
31 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/int
35 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_double
39 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/short
43 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_int
47 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long
51 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_lon
    [all...]
  /external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/Android.mk
19 test_name := utilities/time/time.duration/time.duration.arithmetic/op_times=
23 test_name := utilities/time/time.duration/time.duration.arithmetic/op_+
27 test_name := utilities/time/time.duration/time.duration.arithmetic/op_-
31 test_name := utilities/time/time.duration/time.duration.arithmetic/op_--
35 test_name := utilities/time/time.duration/time.duration.arithmetic/op_++
39 test_name := utilities/time/time.duration/time.duration.arithmetic/op_++int
43 test_name := utilities/time/time.duration/time.duration.arithmetic/op_+=
47 test_name := utilities/time/time.duration/time.duration.arithmetic/op_-=
51 test_name := utilities/time/time.duration/time.duration.arithmetic/op_mod=re
    [all...]
  /external/libcxx/test/utilities/ratio/ratio.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/utilities/ratio/ratio.arithmetic/Android.mk
19 test_name := utilities/ratio/ratio.arithmetic/ratio_multiply
23 test_name := utilities/ratio/ratio.arithmetic/ratio_subtract
27 test_name := utilities/ratio/ratio.arithmetic/ratio_add
31 test_name := utilities/ratio/ratio.arithmetic/ratio_divide
  /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)
  /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...]
  /external/libcxx/test/utilities/time/time.point/time.point.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/utilities/time/time.point/time.point.arithmetic/Android.mk
19 test_name := utilities/time/time.point/time.point.arithmetic/op_+=
23 test_name := utilities/time/time.point/time.point.arithmetic/op_-=
  /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/chromium_org/third_party/webrtc/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/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

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>