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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-widec3.s 5 % two symbols collide.
greg-11.d 12 # Have two used gregs and one unused, mmo.
greg-11b.d 12 # Have two used gregs and one unused, mmo; display contents to visualize
greg-2.d 12 # Have two used gregs and one unused.
pushjs3r.d 10 # When linking relocatably, check two expanded stubbable PUSHJs.
pushjs4r.d 9 # When linking relocatably, check two stubbable PUSHJ:s, one expanded.
  /external/elfutils/src/
ldscript.y 57 struct version *two);
662 merge_versions (struct version *one, struct version *two)
664 assert (two->local_names == NULL || two->global_names == NULL);
666 if (two->local_names != NULL)
669 one->local_names = two->local_names;
672 two->local_names->next = one->local_names->next;
673 one->local_names = one->local_names->next = two->local_names;
679 one->global_names = two->global_names;
682 two->global_names->next = one->global_names->next
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 742 ECFieldElement A = u.square().multiply(w).subtract(vCubed).subtract(two(vSquaredV2));
834 X3 = R.square().add(G).subtract(two(V));
906 ECFieldElement gamma = three(X1Squared).add(this.getCurve().getA()).divide(two(Y1));
907 ECFieldElement X3 = gamma.square().subtract(two(X1));
931 ECFieldElement h = w.square().subtract(two(_4B));
933 ECFieldElement _2s = two(s);
935 ECFieldElement _2t = two(t);
936 ECFieldElement Y3 = _4B.subtract(h).multiply(w).subtract(two(_2t.square()));
937 ECFieldElement _4sSquared = Z1IsOne ? two(_2t) : _2s.square();
938 ECFieldElement Z3 = two(_4sSquared).multiply(s)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_jn.c 50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
180 v = two/x;
188 di -= two;
196 di -= two;
s_erff.c 28 two = 2, variable
171 if(hx<0&&ix>=0x40a00000) return two-tiny;/* x < -5 */
177 if(hx>0) return r/x; else return two-r/x;
179 if(hx>0) return tiny*tiny; else return two-tiny;
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
p3.cpp 32 enum E2 { two }; enumerator in enum:bullet3::E2
  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp 46 struct two { char c[2]; }; struct
84 two overloaded(std::initializer_list<B>);
87 static_assert(sizeof(overloaded({ {1, 2}, {2, 3}, {} })) == sizeof(two), "bad overload");
94 two ov2(std::initializer_list<C>); // expected-note {{candidate}}
  /external/fdlibm/
e_jn.c 48 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
183 v = two/x;
191 di -= two;
199 di -= two;
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 101 int two = 2; local
161 ii[4].reset(&two);
162 ii[5].reset(&two);
163 ii[6].reset(&two);
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 23 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_halfpixvar16x16_h_media.asm 64 uxtb16 r5, r6 ; byte (two pixels) to halfwords
65 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
95 uxtb16 r5, r6 ; byte (two pixels) to halfwords
96 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
126 uxtb16 r5, r6 ; byte (two pixels) to halfwords
127 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
159 uxtb16 r5, r6 ; byte (two pixels) to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
variance_halfpixvar16x16_v_media.asm 65 uxtb16 r5, r6 ; byte (two pixels) to halfwords
66 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
96 uxtb16 r5, r6 ; byte (two pixels) to halfwords
97 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
127 uxtb16 r5, r6 ; byte (two pixels) to halfwords
128 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
160 uxtb16 r5, r6 ; byte (two pixels) to halfwords
161 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
  /external/llvm/test/Bindings/OCaml/
linker.ml 41 and m2 = make_module "two" in
46 and m2 = make_module "two" in
  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 29 ; Memory, two registers inside []
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
PrimitiveArrayTest.java 185 Array2D two = new Array2D(); local
186 two.setLongs(new long[][] { { 1, 2, 3 }, { 4, 5, 6 } });
187 assertTrue(Arrays.deepEquals(two.getLongs(), ((Array2D) cycle(two)).getLongs()));
  /external/valgrind/exp-bbv/tests/amd64-linux/
fldcw_check.S 8 # on Pentium 4 systems it counts as two. Therefore this can
  /external/valgrind/exp-bbv/tests/x86/
fldcw_check.S 8 # on Pentium 4 systems it counts as two. Therefore this can
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance16x16_armv6.asm 59 uxtb16 r5, r6 ; byte (two pixels) to halfwords
60 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
83 uxtb16 r5, r6 ; byte (two pixels) to halfwords
84 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
107 uxtb16 r5, r6 ; byte (two pixels) to halfwords
108 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
133 uxtb16 r5, r6 ; byte (two pixels) to halfwords
134 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
vp8_variance_halfpixvar16x16_h_armv6.asm 64 uxtb16 r5, r6 ; byte (two pixels) to halfwords
65 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
95 uxtb16 r5, r6 ; byte (two pixels) to halfwords
96 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
126 uxtb16 r5, r6 ; byte (two pixels) to halfwords
127 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
159 uxtb16 r5, r6 ; byte (two pixels) to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
vp8_variance_halfpixvar16x16_v_armv6.asm 65 uxtb16 r5, r6 ; byte (two pixels) to halfwords
66 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
96 uxtb16 r5, r6 ; byte (two pixels) to halfwords
97 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
127 uxtb16 r5, r6 ; byte (two pixels) to halfwords
128 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
160 uxtb16 r5, r6 ; byte (two pixels) to halfwords
161 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords

Completed in 578 milliseconds

<<11121314151617181920>>