Home
last modified time | relevance | path

Searched refs:float2int (Results 1 – 6 of 6) sorted by relevance

/external/libopus/celt/
Dfloat_cast.h80 #define float2int(x) lrintf(x) macro
91 #define float2int(x) lrint(x) macro
96 __inline long int float2int(float value) in float2int() function
108 float2int (float flt) in float2int() function
127 #define float2int(flt) ((int)(floor(.5+flt))) macro
136 return (opus_int16)float2int(x); in FLOAT2INT16()
/external/llvm/test/Transforms/Float2Int/
Dfloat2int-optnone.ll1 ; RUN: opt < %s -float2int -S | FileCheck %s
3 ; Verify that pass float2int is not run on optnone functions.
Dtoolarge.ll1 ; RUN: opt < %s -float2int -float2int-max-integer-bw=256 -S | FileCheck %s
Dbasic.ll1 ; RUN: opt < %s -float2int -S | FileCheck %s
2 ; RUN: opt < %s -passes='float2int' -S | FileCheck %s
/external/libopus/silk/float/
DSigProc_FLP.h165 return (opus_int32)float2int( x ); in silk_float2int()
177 out[k] = silk_SAT16( (opus_int32)float2int( in[k] ) ); in silk_float2short_array()
/external/llvm/lib/Passes/
DPassRegistry.def139 FUNCTION_PASS("float2int", Float2IntPass())