Searched refs:Z1 (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | const_intbig.py | 6 Z1 = const(0xFFFFFFFF) variable 8 print(hex(Z1), hex(Z2)) 11 Z3 = const(Z1 + Z2) 12 Z4 = const((1 << 100) + Z1)
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ecc.c | 456 uECC_word_t * Z1, uECC_Curve curve) in double_jacobian_default() argument 463 if (uECC_vli_isZero(Z1, num_words)) { in double_jacobian_default() 470 uECC_vli_modMult_fast(Y1, Y1, Z1, curve); /* t2 = y1*z1 = z3 */ in double_jacobian_default() 471 uECC_vli_modSquare_fast(Z1, Z1, curve); /* t3 = z1^2 */ in double_jacobian_default() 474 uECC_vli_modAdd(Z1, Z1, Z1, curve->p, num_words); /* t3 = 2*z1^2 */ in double_jacobian_default() 475 uECC_vli_modSub(Z1, X1, Z1, curve->p, num_words); /* t3 = x1 - z1^2 */ in double_jacobian_default() 489 uECC_vli_modSquare_fast(Z1, X1, curve); /* t3 = B^2 */ in double_jacobian_default() 490 uECC_vli_modSub(Z1, Z1, t5, curve->p, num_words); /* t3 = B^2 - A */ in double_jacobian_default() 491 uECC_vli_modSub(Z1, Z1, t5, curve->p, num_words); /* t3 = B^2 - 2A = x3 */ in double_jacobian_default() 497 uECC_vli_set(X1, Z1, num_words); in double_jacobian_default() [all …]
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | ecc.h | 120 void (*double_jacobian)(uECC_word_t * X1, uECC_word_t * Y1, uECC_word_t * Z1, 134 uECC_word_t * Z1, uECC_Curve curve);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | CMakeLists.txt | 382 add_convert_tests(tiffcrop extractz14 "-E left -Z1:4,2:4" TIFFIMAGES TRUE)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 312 QP SNA39r~6�Ԇ�������꫶ޟ��f��Se\-i`*{Z1�3*�<)�W1�j5̀8Ο@ʴT�dž�ײ���������������������������…
|
Completed in 11 milliseconds