Searched refs:load_3 (Results 1 – 3 of 3) sorted by relevance
57 static uint64_t load_3(const uint8_t *in) { in load_3() function1066 int64_t s0 = 2097151 & load_3(s); in x25519_sc_reduce()1068 int64_t s2 = 2097151 & (load_3(s + 5) >> 2); in x25519_sc_reduce()1071 int64_t s5 = 2097151 & (load_3(s + 13) >> 1); in x25519_sc_reduce()1073 int64_t s7 = 2097151 & (load_3(s + 18) >> 3); in x25519_sc_reduce()1074 int64_t s8 = 2097151 & load_3(s + 21); in x25519_sc_reduce()1076 int64_t s10 = 2097151 & (load_3(s + 26) >> 2); in x25519_sc_reduce()1079 int64_t s13 = 2097151 & (load_3(s + 34) >> 1); in x25519_sc_reduce()1081 int64_t s15 = 2097151 & (load_3(s + 39) >> 3); in x25519_sc_reduce()1082 int64_t s16 = 2097151 & load_3(s + 42); in x25519_sc_reduce()[all …]
272 SI T load_3(const P* p) { in load_3() function689 r = cast<F>(load_3<U32>(rgb+0) ) * (1/255.0f); in exec_ops()690 g = cast<F>(load_3<U32>(rgb+1) ) * (1/255.0f); in exec_ops()691 b = cast<F>(load_3<U32>(rgb+2) ) * (1/255.0f); in exec_ops()734 r = cast<F>(load_3<U32>(rgb+0)) * (1/65535.0f); in exec_ops()735 g = cast<F>(load_3<U32>(rgb+1)) * (1/65535.0f); in exec_ops()736 b = cast<F>(load_3<U32>(rgb+2)) * (1/65535.0f); in exec_ops()770 U32 R = load_3<U32>(rgb+0), in exec_ops()771 G = load_3<U32>(rgb+1), in exec_ops()772 B = load_3<U32>(rgb+2); in exec_ops()[all …]