OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:float2int
(Results
1 - 2
of
2
) sorted by null
/external/libopus/celt/
float_cast.h
80
#define
float2int
(x) lrintf(x)
macro
91
#define
float2int
(x) lrint(x)
macro
96
__inline long int
float2int
(float value)
function
108
float2int
(float flt)
function
127
#define
float2int
(flt) ((int)(floor(.5+flt)))
macro
136
return (opus_int16)
float2int
(x);
/toolchain/binutils/binutils-2.25/include/opcode/
aarch64.h
324
float2int
,
323
float2int
,
enumerator in enum:aarch64_insn_class
Completed in 445 milliseconds