OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_int
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
NLSF2A.c
84
opus_int32 Ptmp, Qtmp,
f_int
, f_frac, cos_val, delta;
local
96
/*
f_int
on a scale 0-127 (rounded down) */
97
f_int
= silk_RSHIFT( NLSF[k], 15 - 7 );
100
f_frac = NLSF[k] - silk_LSHIFT(
f_int
, 15 - 7 );
102
silk_assert(
f_int
>= 0);
103
silk_assert(
f_int
< LSF_COS_TAB_SZ_FIX );
106
cos_val = silk_LSFCosTab_FIX_Q12[
f_int
]; /* Q12 */
107
delta = silk_LSFCosTab_FIX_Q12[
f_int
+ 1 ] - cos_val; /* Q12, with a range of 0..200 */
/external/chromium_org/third_party/openssl/openssl/
Crypto-config.mk
78
crypto/asn1/
f_int
.c \
/external/openssl/
Crypto-config.mk
78
crypto/asn1/
f_int
.c \
/external/chromium_org/third_party/openssl/
openssl.target.darwin-arm.mk
81
third_party/openssl/openssl/crypto/asn1/
f_int
.c \
[
all
...]
openssl.target.darwin-mips.mk
81
third_party/openssl/openssl/crypto/asn1/
f_int
.c \
[
all
...]
openssl.target.darwin-x86.mk
79
third_party/openssl/openssl/crypto/asn1/
f_int
.c \
[
all
...]
openssl.target.linux-arm.mk
81
third_party/openssl/openssl/crypto/asn1/
f_int
.c \
[
all
...]
openssl.target.linux-mips.mk
81
third_party/openssl/openssl/crypto/asn1/
f_int
.c \
[
all
...]
openssl.target.linux-x86.mk
79
third_party/openssl/openssl/crypto/asn1/
f_int
.c \
[
all
...]
Completed in 513 milliseconds