HomeSort by: relevance | last modified time | path
    Searched refs:coeff2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid128_string.c 280 UINT64 sign_x, coeff_high, coeff_low, coeff2, coeff_l2, carry = 0x0ull, local
546 coeff2 = coeff_high + coeff_high;
547 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0';
554 coeff2 = coeff_high + coeff_high;
555 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0';
587 coeff2 = coeff_high + coeff_high;
588 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0'
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128_string.c 280 UINT64 sign_x, coeff_high, coeff_low, coeff2, coeff_l2, carry = 0x0ull, local
546 coeff2 = coeff_high + coeff_high;
547 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0';
554 coeff2 = coeff_high + coeff_high;
555 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0';
587 coeff2 = coeff_high + coeff_high;
588 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0'
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
evp_pkey_provided_test.c 639 BIGNUM *exp3 = NULL, *coeff2 = NULL; local
768 || !TEST_ptr(coeff2 = BN_bin2bn(coeff2_data, sizeof(coeff2_data), NULL))
795 cdata[4].comparebn = coeff2;
824 BN_free(coeff2);

Completed in 91 milliseconds