HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 701 - 725 of 6178) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view_unittest.cc 37 // Simulate clicking the "Sign in" link.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_app_menu_handler.h 19 // KioskAppMenuHandler supplies kiosk apps data to apps menu on sign-in
  /external/chromium_org/content/public/browser/
media_device_id.cc 23 hmac.Sign(raw_unique_id + salt, &digest[0], digest.size());
  /external/chromium_org/crypto/
hmac.cc 50 if (!Sign(data, computed_digest.get(), digest_length))
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
example.dsc 50 'CXXFLAGS': ['-Wno-sign-compare'],
  /external/chromium_org/remoting/host/setup/
oauth_helper.h 24 // to |GetOauthStartUrl()|, (iii) ask the user to sign on to their account,
  /external/chromium_org/sync/tools/testserver/
synced_notifications.html 25 <h2>Step 0: Sign in to the browser and set up Sync</h2>
  /external/chromium_org/testing/gtest/xcode/Config/
General.xcconfig 20 WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare -Wshadow
  /external/chromium_org/third_party/icu/source/test/intltest/
thcoll.h 67 int8_t sign(int32_t i);
  /external/chromium_org/third_party/re2/re2/
unicode_groups.h 40 int sign; // +1 for [abc], -1 for [^abc] member in struct:re2::UGroup
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_utils.h 4 // Helper to ensure that when we shift down, we do it w/o sign-extension
  /external/chromium_org/ui/app_list/views/
signin_view.h 23 // The SigninView is shown in the app list when the user needs to sign in.
  /external/clang/test/Parser/
cxx-template-argument.cpp 17 void f(S<int>=0); // expected-error {{a space is required between a right angle bracket and an equals sign (use '> =')}}
  /external/clang/test/Sema/
vector-ops.c 27 v2s_ptr = v2u_ptr; // expected-warning{{converts between pointers to integer types with different sign}}
  /external/compiler-rt/lib/
adddf3.c 48 // but we need to get the sign right for zero + zero
74 // The sign of the result is the sign of the larger operand, a. If they
143 // Insert the exponent and sign.
addsf3.c 47 // but we need to get the sign right for zero + zero
73 // The sign of the result is the sign of the larger operand, a. If they
142 // Insert the exponent and sign.
  /external/compiler-rt/lib/arm/
negdf2vfp.S 21 eor r1, r1, #-2147483648 // flip sign bit on double in r0/r1 pair
negsf2vfp.S 21 eor r0, r0, #-2147483648 // flip sign bit on float in r0
  /external/dropbear/libtommath/
bn_mp_clear.c 40 a->sign = MP_ZPOS;
bn_mp_fread.c 57 a->sign = neg;
bn_mp_init_size.c 35 a->sign = MP_ZPOS;
bn_mp_invmod.c 22 if (b->sign == MP_NEG || mp_iszero(b) == 1) {
bn_mp_sqr.c 51 b->sign = MP_ZPOS;
  /external/fdlibm/
e_fmod.c 42 sx = hx&0x80000000; /* sign of x */
106 if((hz|lz)==0) /* return sign(x)*0 */
114 /* convert back to floating value and restore the sign */
115 if((hx|lx)==0) /* return sign(x)*0 */
e_gamma_r.c 17 * with user provide pointer for the sign of Gamma(x).

Completed in 666 milliseconds

<<21222324252627282930>>