Home
last modified time | relevance | path

Searched refs:dk (Results 1 - 25 of 36) sorted by relevance

12

/third_party/python/Include/internal/
H A Dpycore_dict.h60 /* _Py_dict_lookup() returns index of entry which can be used like DK_ENTRIES(dk)[index].
123 /* "PyDictKeyEntry or PyDictUnicodeEntry dk_entries[USABLE_FRACTION(DK_SIZE(dk))];" array follows:
141 #define DK_LOG_SIZE(dk) ((dk)->dk_log2_size)
143 #define DK_SIZE(dk) (((int64_t)1)<<DK_LOG_SIZE(dk))
145 #define DK_SIZE(dk) (1<<DK_LOG_SIZE(dk))
147 #define DK_ENTRIES(dk) \
148 (assert(dk
[all...]
/third_party/jerryscript/jerry-libm/
H A Dlog.c96 double hfsq, f, s, z, R, w, t1, t2, dk; in log() local
142 dk = (double) k; in log()
143 return dk * ln2_hi + dk * ln2_lo; in log()
153 dk = (double) k; in log()
154 return dk * ln2_hi - ((R - dk * ln2_lo) - f); in log()
158 dk = (double) k; in log()
176 return dk * ln2_hi - ((hfsq - (s * (hfsq + R) + dk * ln2_l in log()
[all...]
/third_party/musl/src/math/
H A Dlog1p.c72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1p() local
120 dk = k; in log1p()
121 return s*(hfsq+R) + (dk*ln2_lo+c) - hfsq + f + dk*ln2_hi; in log1p()
H A Dlog10f.c33 float_t hfsq,f,s,z,R,w,t1,t2,dk,hi,lo; in log10f() local
75 dk = k; in log10f()
76 return dk*log10_2lo + (lo+hi)*ivln10lo + lo*ivln10hi + hi*ivln10hi + dk*log10_2hi; in log10f()
H A Dlog1pf.c27 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1pf() local
75 dk = k; in log1pf()
76 return s*(hfsq+R) + (dk*ln2_lo+c) - hfsq + f + dk*ln2_hi; in log1pf()
H A Dlog10.c39 double_t hfsq,f,s,z,R,w,t1,t2,dk,y,hi,lo,val_hi,val_lo; in log10() local
86 dk = k; in log10()
87 y = dk*log10_2hi; in log10()
88 val_lo = dk*log10_2lo + (lo+hi)*ivln10lo + lo*ivln10hi; in log10()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog1p.c72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1p() local
120 dk = k; in log1p()
121 return s*(hfsq+R) + (dk*ln2_lo+c) - hfsq + f + dk*ln2_hi; in log1p()
H A Dlog10f.c33 float_t hfsq,f,s,z,R,w,t1,t2,dk,hi,lo; in log10f() local
75 dk = k; in log10f()
76 return dk*log10_2lo + (lo+hi)*ivln10lo + lo*ivln10hi + hi*ivln10hi + dk*log10_2hi; in log10f()
H A Dlog1pf.c27 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1pf() local
75 dk = k; in log1pf()
76 return s*(hfsq+R) + (dk*ln2_lo+c) - hfsq + f + dk*ln2_hi; in log1pf()
H A Dlog10.c39 double_t hfsq,f,s,z,R,w,t1,t2,dk,y,hi,lo,val_hi,val_lo; in log10() local
86 dk = k; in log10()
87 y = dk*log10_2hi; in log10()
88 val_lo = dk*log10_2lo + (lo+hi)*ivln10lo + lo*ivln10hi; in log10()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Ddes_i.h14 u32 dk[3][32]; member
17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
H A Ddes-internal.c428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup() argument
431 deskey(key, 1, dk); in des_key_setup()
446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() argument
451 desfunc(work, dk); in des_block_decrypt()
463 deskey(key, 1, dkey->dk[2]); in des3_key_setup()
464 deskey(key + 8, 0, dkey->dk[1]); in des3_key_setup()
465 deskey(key + 16, 1, dkey->dk[0]); in des3_key_setup()
489 desfunc(work, key->dk[0]); in des3_decrypt()
490 desfunc(work, key->dk[1]); in des3_decrypt()
491 desfunc(work, key->dk[ in des3_decrypt()
[all...]
H A Dcrypto_internal-cipher.c36 u32 dk[32]; member
91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk); in crypto_cipher_init()
214 des_block_decrypt(crypt, ctx->u.des.dk, plain); in crypto_cipher_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Ddes_i.h14 u32 dk[3][32]; member
17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
H A Ddes-internal.c428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup() argument
431 deskey(key, 1, dk); in des_key_setup()
446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() argument
451 desfunc(work, dk); in des_block_decrypt()
463 deskey(key, 1, dkey->dk[2]); in des3_key_setup()
464 deskey(key + 8, 0, dkey->dk[1]); in des3_key_setup()
465 deskey(key + 16, 1, dkey->dk[0]); in des3_key_setup()
489 desfunc(work, key->dk[0]); in des3_decrypt()
490 desfunc(work, key->dk[1]); in des3_decrypt()
491 desfunc(work, key->dk[ in des3_decrypt()
[all...]
H A Dcrypto_internal-cipher.c36 u32 dk[32]; member
91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk); in crypto_cipher_init()
214 des_block_decrypt(crypt, ctx->u.des.dk, plain); in crypto_cipher_decrypt()
/third_party/node/deps/openssl/openssl/crypto/idea/
H A Di_skey.c61 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk) in IDEA_set_decrypt_key() argument
66 tp = &(dk->data[0][0]); in IDEA_set_decrypt_key()
80 tp = &(dk->data[0][0]); in IDEA_set_decrypt_key()
/third_party/openssl/crypto/idea/
H A Di_skey.c61 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk) in IDEA_set_decrypt_key() argument
66 tp = &(dk->data[0][0]); in IDEA_set_decrypt_key()
80 tp = &(dk->data[0][0]); in IDEA_set_decrypt_key()
/third_party/python/Objects/
H A Ddictobject.c303 #define DK_MASK(dk) (DK_SIZE(dk)-1)
308 dictkeys_incref(PyDictKeysObject *dk) in dictkeys_incref() argument
313 dk->dk_refcnt++; in dictkeys_incref()
317 dictkeys_decref(PyDictKeysObject *dk) in dictkeys_decref() argument
319 assert(dk->dk_refcnt > 0); in dictkeys_decref()
323 if (--dk->dk_refcnt == 0) { in dictkeys_decref()
324 free_keys_object(dk); in dictkeys_decref()
486 dump_entries(PyDictKeysObject *dk) in dump_entries() argument
488 for (Py_ssize_t i = 0; i < dk in dump_entries()
596 PyDictKeysObject *dk; new_keys_object() local
868 unicodekeys_lookup_generic(PyDictObject *mp, PyDictKeysObject* dk, PyObject *key, Py_hash_t hash) unicodekeys_lookup_generic() argument
914 unicodekeys_lookup_unicode(PyDictKeysObject* dk, PyObject *key, Py_hash_t hash) unicodekeys_lookup_unicode() argument
958 dictkeys_generic_lookup(PyDictObject *mp, PyDictKeysObject* dk, PyObject *key, Py_hash_t hash) dictkeys_generic_lookup() argument
1008 _PyDictKeys_StringLookup(PyDictKeysObject* dk, PyObject *key) _PyDictKeys_StringLookup() argument
1043 PyDictKeysObject *dk; _Py_dict_lookup() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.c500 float dk; in sbr_hf_inverse_filter_mips() local
511 "mul.s %[dk], %[temp0], %[temp1] \n\t" in sbr_hf_inverse_filter_mips()
519 "sub.s %[dk], %[dk], %[res2] \n\t" in sbr_hf_inverse_filter_mips()
523 [temp6]"=&f"(temp6), [res2]"=&f"(res2), [dk]"=&f"(dk) in sbr_hf_inverse_filter_mips()
528 if (!dk) { in sbr_hf_inverse_filter_mips()
539 "div.s %[temp_real], %[temp_real], %[dk] \n\t" in sbr_hf_inverse_filter_mips()
540 "div.s %[temp_im], %[temp_im], %[dk] \n\t" in sbr_hf_inverse_filter_mips()
548 [alpha_1]"r"(alpha_1), [dk]" in sbr_hf_inverse_filter_mips()
[all...]
/third_party/ffmpeg/libavcodec/
H A Daacsbr.c147 float dk; in sbr_hf_inverse_filter() local
151 dk = phi[2][1][0] * phi[1][0][0] - in sbr_hf_inverse_filter()
154 if (!dk) { in sbr_hf_inverse_filter()
166 alpha1[k][0] = temp_real / dk; in sbr_hf_inverse_filter()
167 alpha1[k][1] = temp_im / dk; in sbr_hf_inverse_filter()
/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael.h40 uint32_t dk[4 * (RIJNDAEL_MAXNR + 1)]; /* decrypt key schedule */ member
/third_party/FreeBSD/lib/msun/ld128/
H A Ds_logl.c135 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk.
139 * with dk*ln2_hi and dk*ln2_lo, respectively, when dk = -1.
142 * 2 and dk = -1, and then the exact cancellation is needed
146 * The relevant range of dk is [-16445, 16383]. The maximum number
456 double dd, dk; in k_logl() local
482 dk = k; in k_logl()
529 * F_hi(i) with dk*ln_2_l in k_logl()
569 double d_lo, dd, dk; log1pl() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dieee754.cc1649 double hfsq, f, s, z, R, w, t1, t2, dk; in log() local
1679 dk = static_cast<double>(k); in log()
1680 return dk * ln2_hi + dk * ln2_lo; in log()
1687 dk = static_cast<double>(k); in log()
1688 return dk * ln2_hi - ((R - dk * ln2_lo) - f); in log()
1692 dk = static_cast<double>(k); in log()
1706 return dk * ln2_hi - ((hfsq - (s * (hfsq + R) + dk * ln2_l in log()
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Didea.h36 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);

Completed in 16 milliseconds

12