HomeSort by relevance Sort by last modified time
    Searched refs:o4 (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/libcxx/test/std/experimental/optional/optional.relops/
equal.pass.cpp 44 constexpr O o4{2}; // engaged
50 static_assert ( !(o1 == o4), "" );
56 static_assert ( !(o2 == o4), "" );
62 static_assert ( !(o3 == o4), "" );
65 static_assert ( !(o4 == o1), "" );
66 static_assert ( !(o4 == o2), "" );
67 static_assert ( !(o4 == o3), "" );
68 static_assert ( o4 == o4 , "" );
69 static_assert ( !(o4 == o5), "" )
    [all...]
greater_equal.pass.cpp 41 constexpr O o4{2}; // engaged
47 static_assert ( !(o1 >= o4), "" );
53 static_assert ( !(o2 >= o4), "" );
59 static_assert ( !(o3 >= o4), "" );
62 static_assert ( (o4 >= o1), "" );
63 static_assert ( (o4 >= o2), "" );
64 static_assert ( (o4 >= o3), "" );
65 static_assert ( (o4 >= o4), "" );
66 static_assert ( (o4 >= o5), "" )
    [all...]
greater_than.pass.cpp 41 constexpr O o4{2}; // engaged
47 static_assert ( !(o1 > o4), "" );
53 static_assert ( !(o2 > o4), "" );
59 static_assert ( !(o3 > o4), "" );
62 static_assert ( (o4 > o1), "" );
63 static_assert ( (o4 > o2), "" );
64 static_assert ( (o4 > o3), "" );
65 static_assert ( !(o4 > o4), "" );
66 static_assert ( (o4 > o5), "" )
    [all...]
less_equal.pass.cpp 41 constexpr O o4{2}; // engaged
47 static_assert ( (o1 <= o4), "" );
53 static_assert ( (o2 <= o4), "" );
59 static_assert ( (o3 <= o4), "" );
62 static_assert ( !(o4 <= o1), "" );
63 static_assert ( !(o4 <= o2), "" );
64 static_assert ( !(o4 <= o3), "" );
65 static_assert ( (o4 <= o4), "" );
66 static_assert ( !(o4 <= o5), "" )
    [all...]
less_than.pass.cpp 41 constexpr O o4{2}; // engaged
47 static_assert ( (o1 < o4), "" );
53 static_assert ( (o2 < o4), "" );
59 static_assert ( (o3 < o4), "" );
62 static_assert ( !(o4 < o1), "" );
63 static_assert ( !(o4 < o2), "" );
64 static_assert ( !(o4 < o3), "" );
65 static_assert ( !(o4 < o4), "" );
66 static_assert ( !(o4 < o5), "" )
    [all...]
not_equal.pass.cpp 44 constexpr O o4{2}; // engaged
50 static_assert ( (o1 != o4), "" );
56 static_assert ( (o2 != o4), "" );
62 static_assert ( (o3 != o4), "" );
65 static_assert ( (o4 != o1), "" );
66 static_assert ( (o4 != o2), "" );
67 static_assert ( (o4 != o3), "" );
68 static_assert ( !(o4 != o4), "" );
69 static_assert ( (o4 != o5), "" )
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.relops/
equal.pass.cpp 44 constexpr O o4{2}; // engaged
50 static_assert ( !(o1 == o4), "" );
56 static_assert ( !(o2 == o4), "" );
62 static_assert ( !(o3 == o4), "" );
65 static_assert ( !(o4 == o1), "" );
66 static_assert ( !(o4 == o2), "" );
67 static_assert ( !(o4 == o3), "" );
68 static_assert ( o4 == o4 , "" );
69 static_assert ( !(o4 == o5), "" )
    [all...]
less_than.pass.cpp 41 constexpr O o4{2}; // engaged
47 static_assert ( o1 < o4 , "" );
53 static_assert ( o2 < o4 , "" );
59 static_assert ( o3 < o4 , "" );
62 static_assert ( !(o4 < o1), "" );
63 static_assert ( !(o4 < o2), "" );
64 static_assert ( !(o4 < o3), "" );
65 static_assert ( !(o4 < o4), "" );
66 static_assert ( !(o4 < o5), "" )
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
ldtw_sttw.s 5 ldtwa [%g3] %asi, %o4
8 sttwa %o4, [%g3] %asi
pause.s 4 wr %o4, 0x234, %pause
edge.s 15 edge32cc %o5, %o4, %o2
16 edge32 %o5, %o4, %o2
17 edge32n %o5, %o4, %o2
ldtw_sttw.d 12 8: d8 98 e0 00 ldtwa \[ %g3 \] %asi, %o4
15 14: d8 b8 e0 00 sttwa %o4, \[ %g3 \] %asi
pause.d 11 4: b7 83 22 34 wr %o4, 0x234, %pause
edge.d 22 30: 95 b3 41 0c edge32cc %o5, %o4, %o2
23 34: 95 b3 41 0c edge32cc %o5, %o4, %o2
24 38: 95 b3 41 2c edge32n %o5, %o4, %o2
cbcond.s 7 cwble %o3, %o4, 1f
9 cxble %o4, %o5, 1f
10 cxble %o4, 5, 1f
47 cwbcc %o3, %o4, 1f
49 cxbcc %o4, %o5, 1f
50 cxbcc %o4, 24, 1f
rdpr.s 14 rdpr %canrestore,%o4
wrpr.s 14 wrpr %o4,%canrestore
  /hardware/bsp/intel/peripheral/libupm/src/ht9170/
ht9170.h 66 * @param o4 Digital pin for data output 4
68 HT9170(int dr, int o1, int o2, int o3, int o4);
ht9170.cxx 34 HT9170::HT9170(int dr, int o1, int o2, int o3, int o4)
69 if ( !(m_o4 = mraa_gpio_init(o4)) )
72 ": mraa_gpio_init(o4) failed, invalid pin?");
  /libcore/luni/src/test/native/
dalvik_system_JniTest.cpp 30 jobject o1, jobject o2, jobject o3, jobject o4, jobject o5,
38 case 3: return o4;
57 jboolean o1, jboolean o2, jboolean o3, jboolean o4, jboolean o5,
65 case 3: return o4;
84 jchar o1, jchar o2, jchar o3, jchar o4, jchar o5,
92 case 3: return o4;
111 jbyte o1, jbyte o2, jbyte o3, jbyte o4, jbyte o5,
119 case 3: return o4;
138 jshort o1, jshort o2, jshort o3, jshort o4, jshort o5,
146 case 3: return o4;
    [all...]
  /external/mesa3d/src/mesa/sparc/
norm.S 22 /* o0=mat o1=scale o2=in o3=lengths o4=dest */
36 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start
41 st %g1, [%o4 + V4F_COUNT]
47 clr %o4 ! 'i' for STRIDE_LOOP
54 add %o4, 1, %o4 ! i++
96 cmp %o4, %g1 ! continue if (i < count)
119 add %o4, 1, %o4 ! i++
152 cmp %o4, %g1 ! continue if (i < count
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
tlssunpic32.s 69 sethi %tgd_hi22(sl1), %o4
70 add %o4, %tgd_lo10(sl1), %o4
71 add %l7, %o4, %o0, %tgd_add(sl1)
85 sethi %tgd_hi22(sh1), %o4
86 add %o4, %tgd_lo10(sh1), %o4
87 add %l7, %o4, %o0, %tgd_add(sh1)
102 sethi %tgd_hi22(sH1), %o4
103 add %o4, %tgd_lo10(sH1), %o
    [all...]
tlssunpic64.s 69 sethi %tgd_hi22(sl1), %o4
70 add %o4, %tgd_lo10(sl1), %o4
71 add %l7, %o4, %o0, %tgd_add(sl1)
85 sethi %tgd_hi22(sh1), %o4
86 add %o4, %tgd_lo10(sh1), %o4
87 add %l7, %o4, %o0, %tgd_add(sh1)
102 sethi %tgd_hi22(sH1), %o4
103 add %o4, %tgd_lo10(sH1), %o
    [all...]
tlssunnopic32.s 26 add %g7, %o2, %o4, %tie_add(sg1)
66 xor %o2, %tle_lox10(bl3+1), %o4
67 add %g7, %o4, %o0
tlssunbin32.s 35 add %g7, %o2, %o4, %tie_add(sG6)
42 add %g7, %o2, %o4, %tie_add(bg6)
109 xor %o2, %tle_lox10(sh3 + 3), %o4
110 ldstub [%g7 + %o4], %o5

Completed in 2382 milliseconds

1 2 3