Home | History | Annotate | Download | only in src

Lines Matching refs:in

5  * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 int in;
38 in = (int)n;
39 if (in != n) {
41 in = INT_MAX;
43 in = INT_MIN;
45 return (scalbn(x, in));
51 int in;
53 in = (int)n;
54 if (in != n) {
56 in = INT_MAX;
58 in = INT_MIN;
60 return (scalbnf(x, in));
66 int in;
68 in = (int)n;
69 if (in != n) {
71 in = INT_MAX;
73 in = INT_MIN;