OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_3
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/third_party/fiat/
curve25519.c
57
static uint64_t
load_3
(const uint8_t *in) {
function
1066
int64_t s0 = 2097151 &
load_3
(s);
1068
int64_t s2 = 2097151 & (
load_3
(s + 5) >> 2);
1071
int64_t s5 = 2097151 & (
load_3
(s + 13) >> 1);
1073
int64_t s7 = 2097151 & (
load_3
(s + 18) >> 3);
1074
int64_t s8 = 2097151 &
load_3
(s + 21);
1076
int64_t s10 = 2097151 & (
load_3
(s + 26) >> 2);
1079
int64_t s13 = 2097151 & (
load_3
(s + 34) >> 1);
1081
int64_t s15 = 2097151 & (
load_3
(s + 39) >> 3);
1082
int64_t s16 = 2097151 &
load_3
(s + 42)
[
all
...]
/external/skia/third_party/skcms/src/
Transform_inl.h
272
SI T
load_3
(const P* p) {
function
689
r = cast<F>(
load_3
<U32>(rgb+0) ) * (1/255.0f);
690
g = cast<F>(
load_3
<U32>(rgb+1) ) * (1/255.0f);
691
b = cast<F>(
load_3
<U32>(rgb+2) ) * (1/255.0f);
734
r = cast<F>(
load_3
<U32>(rgb+0)) * (1/65535.0f);
735
g = cast<F>(
load_3
<U32>(rgb+1)) * (1/65535.0f);
736
b = cast<F>(
load_3
<U32>(rgb+2)) * (1/65535.0f);
770
U32 R =
load_3
<U32>(rgb+0),
771
G =
load_3
<U32>(rgb+1),
772
B =
load_3
<U32>(rgb+2)
[
all
...]
/external/skqp/third_party/skcms/src/
Transform_inl.h
272
SI T
load_3
(const P* p) {
function
689
r = cast<F>(
load_3
<U32>(rgb+0) ) * (1/255.0f);
690
g = cast<F>(
load_3
<U32>(rgb+1) ) * (1/255.0f);
691
b = cast<F>(
load_3
<U32>(rgb+2) ) * (1/255.0f);
734
r = cast<F>(
load_3
<U32>(rgb+0)) * (1/65535.0f);
735
g = cast<F>(
load_3
<U32>(rgb+1)) * (1/65535.0f);
736
b = cast<F>(
load_3
<U32>(rgb+2)) * (1/65535.0f);
770
U32 R =
load_3
<U32>(rgb+0),
771
G =
load_3
<U32>(rgb+1),
772
B =
load_3
<U32>(rgb+2)
[
all
...]
Completed in 344 milliseconds