Searched refs:float2int (Results 1 – 6 of 6) sorted by relevance
80 #define float2int(x) lrintf(x) macro91 #define float2int(x) lrint(x) macro96 __inline long int float2int(float value) in float2int() function108 float2int (float flt) in float2int() function127 #define float2int(flt) ((int)(floor(.5+flt))) macro136 return (opus_int16)float2int(x); in FLOAT2INT16()
1 ; RUN: opt < %s -float2int -S | FileCheck %s3 ; Verify that pass float2int is not run on optnone functions.
1 ; RUN: opt < %s -float2int -float2int-max-integer-bw=256 -S | FileCheck %s
1 ; RUN: opt < %s -float2int -S | FileCheck %s2 ; RUN: opt < %s -passes='float2int' -S | FileCheck %s
165 return (opus_int32)float2int( x ); in silk_float2int()177 out[k] = silk_SAT16( (opus_int32)float2int( in[k] ) ); in silk_float2short_array()
139 FUNCTION_PASS("float2int", Float2IntPass())