HomeSort by relevance Sort by last modified time
    Searched refs:small2 (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/crypto/ec/
p256-64.c 501 /* smallfelem_mul sets |out| = |small1| * |small2|
504 * small2[i] < 2^64
508 const smallfelem small2) {
512 a = ((uint128_t)small1[0]) * small2[0];
518 a = ((uint128_t)small1[0]) * small2[1];
524 a = ((uint128_t)small1[1]) * small2[0];
530 a = ((uint128_t)small1[0]) * small2[2];
536 a = ((uint128_t)small1[1]) * small2[1];
542 a = ((uint128_t)small1[2]) * small2[0];
548 a = ((uint128_t)small1[0]) * small2[3]
616 smallfelem small1, small2; local
630 smallfelem small2; local
987 smallfelem small1, small2; local
1111 smallfelem small1, small2, small3, small4, small5; local
    [all...]
  /external/libcxx/test/std/experimental/any/any.class/any.assign/
move.pass.cpp 96 test_move_assign<small1, small2>();
copy.pass.cpp 188 test_copy_assign<small1, small2>();
value.pass.cpp 168 test_assign_value<small1, small2>();
  /external/libcxx/test/std/experimental/any/any.class/any.modifiers/
swap.pass.cpp 97 test_swap<small1, small2>();
  /external/libcxx/test/support/
any_helpers.h 136 typedef small_type<2> small2;
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 6594 bool small2 local
    [all...]

Completed in 210 milliseconds