Home | History | Annotate | Download | only in celt

Lines Matching defs:in

10    Redistribution and use in source and binary forms, with or without
17 - Redistributions in binary form must reproduce the above copyright
18 notice, this list of conditions and the following disclaimer in the
24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
29 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
60 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str);
160 union {float f; opus_uint32 i;} in;
161 in.f = x;
162 return ((in.i>>23)&0xFF)==0xFF && (in.i&0x007FFFFF)!=0;
166 #error Cannot build libopus with -ffast-math unless FLOAT_APPROX is defined. This could result in crashes on extreme (e.g. NaN) input