/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_enc_mips32.c | 301 #define ADD_TO_OUT(A, B, C, D, E, P0, P1, P2) \ argument 306 "ulw %[temp4], " #A "(%[" #P1 "]) \n\t" \ 307 "ulw %[temp5], " #B "(%[" #P1 "]) \n\t" \ 308 "ulw %[temp6], " #C "(%[" #P1 "]) \n\t" \ 309 "ulw %[temp7], " #D "(%[" #P1 "]) \n\t" \ 316 "addiu %[" #P1 "], %[" #P1 "], 16 \n\t" \
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/ |
A D | pi_bigdecimal.js | 17 var c, P, Q, G, P1, Q1, G1, P2, Q2, G2, b1; 28 [P1, Q1, G1] = chud_bs(a, c, true); 30 P = P1 * Q2 + P2 * G1;
|
A D | pi_bigfloat.js | 17 var c, P, Q, G, P1, Q1, G1, P2, Q2, G2; 27 [P1, Q1, G1] = chud_bs(a, c, true); 29 P = P1 * Q2 + P2 * G1;
|
A D | pi_bigint.js | 60 var c, P, Q, G, P1, Q1, G1, P2, Q2, G2; 69 [P1, Q1, G1] = chud_bs(a, c, true); 71 P = P1 * Q2 + P2 * G1;
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | makevms.com | 96 $! P1 = What we are trying to make 100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit 101 $ Time = F$CvTime(F$File(P1,"RDT"))
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | exp.c | 75 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable 129 c = x - xx*(P1+xx*(P2+xx*(P3+xx*(P4+xx*P5)))); in exp()
|
A D | pow.c | 76 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable 318 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in pow()
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_exp.c | 94 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable 152 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_exp()
|
A D | e_pow.c | 87 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable 302 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2hints.c | 1624 FT_Vector P0, P1; in cf2_glyphpath_lineTo() local 1678 P1.x = x + xOffset; in cf2_glyphpath_lineTo() 1679 P1.y = y + yOffset; in cf2_glyphpath_lineTo() 1689 glyphpath->offsetStart1 = P1; /* record second point */ in cf2_glyphpath_lineTo() 1699 P1, in cf2_glyphpath_lineTo() 1707 glyphpath->prevElemP1 = P1; in cf2_glyphpath_lineTo() 1733 FT_Vector P0, P1, P2, P3; in cf2_glyphpath_curveTo() local 1759 P1.x = x1 + xOffset1; in cf2_glyphpath_curveTo() 1760 P1.y = y1 + yOffset1; in cf2_glyphpath_curveTo() 1785 P1, in cf2_glyphpath_curveTo() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/ |
A D | pngusr.dfa | 17 # These 2 options are required if you need to read PBM (P1 or P4) files.
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/core/option/ |
A D | rtw_opt_crypto_ssl.h | 50 int rtw_crypto_ecc_point_cmp(sae_ecc_point *P1,sae_ecc_point *P2);
|
A D | rtw_opt_crypto_ssl.c | 432 int rtw_crypto_ecc_point_cmp(sae_ecc_point *P1,sae_ecc_point *P2) in rtw_crypto_ecc_point_cmp() argument 434 return mbedtls_ecp_point_cmp(P1,P2); in rtw_crypto_ecc_point_cmp()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | rsa.c | 843 mbedtls_mpi P1, Q1, R; in mbedtls_rsa_private() local 888 mbedtls_mpi_init( &P1 ); in mbedtls_rsa_private() 933 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_int( &P1, &ctx->P, 1 ) ); in mbedtls_rsa_private() 942 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &D_blind, &P1, &Q1 ) ); in mbedtls_rsa_private() 953 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &DP_blind, &P1, &R ) ); in mbedtls_rsa_private() 1027 mbedtls_mpi_free( &P1 ); in mbedtls_rsa_private()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 155 P1 = 1.6666667163e-01f, /* 0x3e2aaaab */ variable 372 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in powf()
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 168 3V3 pin to the P1/DFU pin with a wire (on PYBv1.0 they are next to each other
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure.com | 62 $IF (P1.EQS."STATIC").OR.(P1.EQS."static") THEN SHARED=0
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_bt_defines.h | 963 #define P1 0x01 macro
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | make_vms.com | 23 $! 0.09 20120305 SMS. P1 sets builder ("MMK", "MMS", " " (built-in)).
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.c | 4021 bf_t P1_s, *P1 = &P1_s; in bf_const_log2_rec() local 4027 bf_init(s, P1); in bf_const_log2_rec() 4029 bf_const_log2_rec(T1, P1, Q1, m, n2, need_P); in bf_const_log2_rec() 4034 bf_mul(P, P, P1, BF_PREC_INF, BF_RNDZ); in bf_const_log2_rec() 4037 bf_delete(P1); in bf_const_log2_rec()
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_image2_all.bin | 364 ��0(1�B �-0�01�B��001�B�9@�``"Z�H�a��MCL�P1��i"R�E����I�FeD�E���Bب�@�xa`X�B�cP��I��2�… 368 …]�E�%@��D@��GU=<U$�]2Ҳ`&5�BG�@@��D@��A(��UXT�B�(@��AP0��XTP1�B�@��B�T@��B��R�2�…
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 4571 WRITE_PACK supported (writes error message that it can't read P1 or
|