| /external/lib/aes/ |
| A D | aes_core.c | 883 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 982 t1 = in AES_encrypt() 1008 Te1[(t1 >> 16) & 0xff] ^ in AES_encrypt() 1013 Te0[(t1 >> 24) ] ^ in AES_encrypt() 1022 Te3[(t1 ) & 0xff] ^ in AES_encrypt() 1027 Te2[(t1 >> 8) & 0xff] ^ in AES_encrypt() 1074 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local 1173 t1 = in AES_decrypt() 1201 Td3[(t1 ) & 0xff] ^ in AES_decrypt() 1204 Td0[(t1 >> 24) ] ^ in AES_decrypt() [all …]
|
| /external/lib/libm/ |
| A D | e_powf.c | 60 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local 142 t1 = u+v; in __ieee754_powf() 143 GET_FLOAT_WORD(is,t1); in __ieee754_powf() 144 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf() 145 t2 = v-(t1-u); in __ieee754_powf() 194 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_powf() 195 GET_FLOAT_WORD(is,t1); in __ieee754_powf() 197 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_powf() 203 p_l = (y-y1)*t1+y*t2; in __ieee754_powf() 204 p_h = y1*t1; in __ieee754_powf() [all …]
|
| A D | e_sqrt.c | 114 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local 170 t1 = s1+r; in __ieee754_sqrt() 172 if ((t<ix0)||((t==ix0)&&(t1<=ix1))) { in __ieee754_sqrt() 173 s1 = t1+r; in __ieee754_sqrt() 174 if (((t1&sign)==sign)&&(s1&sign)==0) s0 += 1; in __ieee754_sqrt() 176 if (ix1 < t1) ix0 -= 1; in __ieee754_sqrt() 177 ix1 -= t1; in __ieee754_sqrt()
|
| A D | e_pow.c | 101 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local 201 t1 = u+v; in __ieee754_pow() 202 SET_LOW_WORD(t1,0); in __ieee754_pow() 203 t2 = v-(t1-u); in __ieee754_pow() 249 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow() 250 SET_LOW_WORD(t1,0); in __ieee754_pow() 251 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow() 257 p_l = (y-y1)*t1+y*t2; in __ieee754_pow() 258 p_h = y1*t1; in __ieee754_pow() 296 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow() [all …]
|
| A D | e_log.c | 91 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 131 t1= w*(Lg2+w*(Lg4+w*Lg6)); in __ieee754_log() 134 R = t2+t1; in __ieee754_log()
|
| /external/platform/cc13xx/cc13xxware/rf_patches/ |
| A D | rf_patch_rfe_genook.h | 495 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_rfe_genook() 499 t1 = *pS++; in rf_patch_rfe_genook() 507 *pD++ = t1; in rf_patch_rfe_genook() 517 t1 = *pS++; in rf_patch_rfe_genook() 518 *pD++ = t1; in rf_patch_rfe_genook()
|
| A D | rf_patch_mce_genook.h | 533 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_mce_genook() 537 t1 = *pS++; in rf_patch_mce_genook() 545 *pD++ = t1; in rf_patch_mce_genook() 555 t1 = *pS++; in rf_patch_mce_genook() 562 *pD++ = t1; in rf_patch_mce_genook()
|
| A D | rf_patch_mce_lrm.h | 412 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_mce_lrm() 416 t1 = *pS++; in rf_patch_mce_lrm() 424 *pD++ = t1; in rf_patch_mce_lrm() 434 t1 = *pS++; in rf_patch_mce_lrm() 440 *pD++ = t1; in rf_patch_mce_lrm()
|
| /external/lib/mincrypt/ |
| A D | sha256.c | 94 uint32_t t1 = H + s1 + ch + K[t] + W[t]; in SHA256_Transform() local 99 E = D + t1; in SHA256_Transform() 103 A = t1 + t2; in SHA256_Transform()
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_v1_rom_shim.S | 366 @ t0 t1 t2 t3 t4 418 @ t0 t1 t2 t3 t4 435 @ t0 t1 t2 t3 t4
|