HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 26 - 50 of 1983) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
28 two:
29 printf ("two!\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
28 two:
29 printf ("two!\n");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
forward.s 0 two == 2*one
14 alloc r31 = one + 1, two + 2, three + 3, four + 4
15 dep.z RA = one, two + 3, three + 4
24 alloc r31 = one + 1, two + 2, three + 3, four - 4
25 dep.z RA = one, two + 3, three + 4
1 two == 2*one label
  /external/fdlibm/
s_tanh.c 41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
71 t = ieee_expm1(two*ieee_fabs(x));
72 z = one - two/(t+two);
74 t = ieee_expm1(-two*ieee_fabs(x));
75 z= -t/(t+two);
  /external/icu/icu4c/source/test/intltest/
listformattertest.cpp 22 one("Alice", -1, US_INV), two("Bob", -1, US_INV),
37 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two,
48 UnicodeString input2[] = {one, two};
51 UnicodeString input3[] = {one, two, three};
54 UnicodeString input4[] = {one, two, three, four};
58 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two,
68 UnicodeString input2[] = {one, two};
70 UnicodeString input3[] = {one, two, three};
72 UnicodeString input4[] = {one, two, three, four};
84 one + ", " + two,
    [all...]
  /external/toybox/tests/
rmdir.test 14 mkdir one two
15 testing "rmdir one two" \
16 "rmdir one two 2> /dev/null && [ ! -d one ] && [ ! -d two ] && echo yes" \
19 mkdir one two three
20 testing "rmdir one missing two file three" \
21 "rmdir one missing two walrus three 2> /dev/null || [ ! -d three ] && echo yes" \
37 mkdir -p temp/one/two/three
39 "rmdir -p temp/one/two/three 2>/dev/null || [ -d temp ] && [ ! -e temp/one ] && echo yes" \
44 mkdir -p one/two/thre
    [all...]
cksum.test 13 touch one two
14 testing "cksum on multiple files" "cksum one two" "4294967295 0 one\n4294967295 0 two\n" "" ""
15 rm -f one two
28 # Two wrongs make a right.
xargs.test 9 "one two three four\n" "" "one two\tthree \nfour\n\n"
13 testing "xargs -n 2" "xargs -n 2" "one two\nthree\n" "" "one \ntwo\n three"
14 testing "xargs -n exact match" "xargs -n 3" "one two three\n" "" "one two three"
15 testing "xargs2" "xargs -n2" "one two\nthree four\nfive\n" "" \
16 "one two three four five"
18 "one\ntwo\nok\n" "" "one two three"
19 testing "xargs -s 13" "xargs -s 13 echo" "one two\nthree\n" "" "one \ntwo\n three"
22 touch one two thre
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanh.c 46 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
69 t = expm1(two*fabs(x));
70 z = one - two/(t+two);
72 t = expm1(-two*fabs(x));
73 z= -t/(t+two);
s_tanhf.c 23 static const float one=1.0, two=2.0, huge = 1.0e30; variable
46 t = expm1f(two*fabsf(x));
47 z = one - two/(t+two);
49 t = expm1f(-two*fabsf(x));
50 z= -t/(t+two);
  /external/clang/test/SemaTemplate/
resolve-single-template-id.cpp 8 void two() { } // expected-note 4{{possible target for call}} function
9 void two(int) { } // expected-note 4{{possible target for call}} function
32 two; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
42 *two; //expected-error {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{indirection requires pointer operand}}
75 two < two; //expected-error 2 {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{invalid operands to binary expression ('void' and 'void')}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
forward.s 1 .equiv two, 2*one
9 .if two > one
11 .byte two
21 .byte two
30 .byte two
39 .byte two
  /art/test/068-classloader/src-ex/
DoubledImplement.java 29 public void two() { method in class:DoubledImplement
30 System.out.println("DoubledImplement two");
DoubledImplement2.java 29 public void two() { method in class:DoubledImplement2
30 System.out.println("DoubledImplement2 two");
  /external/clang/test/PCH/Inputs/
chain-decls2.h 3 struct two {}; struct
  /external/clang/test/Sema/
inline-asm-validate-aarch64.c 45 void read_write_modifier0(int one, int two) {
46 long wide_two = two;
51 void read_write_modifier1(int one, int two) {
52 long wide_two = two;
missing-field-initializers.c 26 struct Two { float c; float d; float e; };
31 struct Two two; member in union:Three::__anon9341
39 { .two = { 1.0f, 2.0f, 3.0f } }
45 { { .two = { 1.0f, 2.0f, 3.0f } } },
46 { { .two = { 1.0f, 2.0f } } } // expected-warning {{missing field 'e' initializer}}
struct-cast.c 6 int two; member in struct:S
  /external/llvm/test/MC/ELF/
dot-symbol-assignment.s 7 two: label
  /external/mesa3d/src/glsl/glcpp/tests/
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.h 25 Data() : one(1), two(2), three(3), four(4) {}
32 two = pTwo;
39 two = -2;
45 unsigned int two; member in struct:mcldtest::LinearAllocatorTest::Data
RTLinearAllocatorTest.h 38 Data() : one(1), two(2), three(3), four(4) {}
45 two = pTwo;
52 two = -2;
58 unsigned int two; member in struct:mcldtest::RTLinearAllocatorTest::Data
  /build/kati/testcase/
define_newline.mk 6 $(info This should have$(newline)two lines)
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
empty.pass.cpp 27 struct two {char lx; char lxx;}; struct in struct:has_value_type
28 template <class _Up> static two test(...);
  /external/libcxx/test/std/language.support/support.limits/limits/round.style/
check_values.pass.cpp 17 struct two {one _[2];}; struct
20 two test(int);

Completed in 3766 milliseconds

12 3 4 5 6 7 8 91011>>