HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 1 - 25 of 1819) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
pr12942a.h 5 int exp = -1; local
6 if ((exp < 2 ? 2U : (unsigned int) exp) != 2)
  /external/ltrace/testsuite/config/
unix.exp 1 load_lib ltrace.exp
  /system/core/include/cutils/
compiler.h 25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true ))
26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false ))
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 ))
29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 ))
  /external/icu/icu4c/source/common/
uassert.h 26 # define U_ASSERT(exp) assert(exp)
28 # define U_ASSERT(exp)
  /external/bison/doc/figs/
example.y 2 exp: a ";" | b "."; label
  /hardware/ti/omap3/dspbridge/inc/
dbc.h 53 #define DBC_Assert( exp ) \
54 if (!(exp)) \
55 (*GT->ERRORFXN)("%s, line %d: Assertion (" #exp ") failed.\n", \
62 #define DBC_Assert(exp)
63 #define DBC_Require(exp)
64 #define DBC_Ensure(exp)
  /external/skia/src/core/
SkFloatBits.cpp 13 do right before they return ... >> exp;
15 Round - adds 1 << (exp - 1)
16 Ceil - adds (1 << exp) - 1
46 int exp = unpack_exp(packed) - EXP_BIAS; local
49 if (exp >= 0) {
50 if (exp > 7) { // overflow
53 value <<= exp; local
56 exp = -exp;
57 if (exp > 25) { // underflo
60 value >>= exp; local
72 int exp = unpack_exp(packed) - EXP_BIAS; local
79 value <<= exp; local
111 int exp = unpack_exp(packed) - EXP_BIAS; local
118 value <<= exp; local
141 int exp = unpack_exp(packed) - EXP_BIAS; local
148 value <<= exp; local
    [all...]
  /external/libcxx/test/std/atomics/atomics.general/
replace_failure_order.pass.cpp 30 int exp = 0; local
32 i.compare_exchange_weak(exp, 0, std::memory_order_acq_rel);
33 i.compare_exchange_weak(exp, 0, std::memory_order_release);
34 i.compare_exchange_strong(exp, 0, std::memory_order_acq_rel);
35 i.compare_exchange_strong(exp, 0, std::memory_order_release);
37 v.compare_exchange_weak(exp, 0, std::memory_order_acq_rel);
38 v.compare_exchange_weak(exp, 0, std::memory_order_release);
39 v.compare_exchange_strong(exp, 0, std::memory_order_acq_rel);
40 v.compare_exchange_strong(exp, 0, std::memory_order_release);
  /external/compiler-rt/test/asan/TestCases/
frexp_interceptor.cc 10 int *exp = (int*)malloc(sizeof(int)); local
11 free(exp);
12 double y = frexp(x, exp);
  /external/eigen/doc/snippets/
Cwise_exp.cpp 2 cout << v.exp() << endl;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
UnwantedTokenException.java 44 String exp = ", expected "+expecting; local
46 exp = "";
49 return "UnwantedTokenException(found="+null+exp+")";
51 return "UnwantedTokenException(found="+token.getText()+exp+")";
  /external/fdlibm/
s_ldexp.c 18 double ieee_ldexp(double value, int exp)
20 double ieee_ldexp(value, exp)
21 double value; int exp;
25 value = ieee_scalbn(value,exp);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
log2.cpp 170 Word16 exp; local
174 exp = norm_l(L_x);
175 result = L_x << exp;
176 Log2_norm(result, exp, pExponent, pFraction);
inv_sqrt.cpp 158 Word16 exp, i, a, tmp;
169 exp = norm_l (L_x);
170 L_x = L_shl (L_x, exp); // L_x is normalize
172 exp = sub (30, exp);
174 if ((exp & 1) == 0) // If exponent even -> shift right
178 exp = shr (exp, 1);
179 exp = add (exp, 1)
226 Word16 exp; local
239 L_x <<= exp; \/* L_x is normalize *\/ local
266 L_y >>= exp; \/* denormalization, exp always 0< exp < 31 *\/ local
    [all...]
  /prebuilts/go/darwin-x86/src/math/
exp_arm.s 7 TEXT ·Exp(SB),NOSPLIT,$0
8 B ·exp(SB)
  /prebuilts/go/linux-x86/src/math/
exp_arm.s 7 TEXT ·Exp(SB),NOSPLIT,$0
8 B ·exp(SB)
  /external/sonivox/arm-wt-22k/lib_src/
eas_flog.c 66 EAS_U32 exp; local
74 for (exp = 31; exp > 0; exp--)
82 exp <<= LOG_EXPONENT_SHIFT;
92 exp += eas_log2_table[n] + interp;
94 return (EAS_I32) exp;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
scale_signal.cpp 49 int16 exp (i) : exponent: x = round(x << exp)
118 int16 exp /* (i) : exponent: x = round(x << exp) */
129 if (exp > 0)
133 L_tmp = shl_int32(((int32)x[i] << 16), exp); /* saturation can occur here */
137 else if (exp < 0)
139 exp = -exp;
140 exp &= 0xf
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
UnwantedTokenException.pm 18 my $exp;
20 $exp = '';
23 $exp = ", expected " . $self->expecting;
27 return "UnwantedTokenException(found=" . $self->token->get_text() . "$exp)";
30 return "UnwantedTokenException(found=undef$exp)";
  /external/bison/lib/
ldexpl.c 29 ldexpl (long double x, int exp)
31 return ldexp (x, exp);
40 ldexpl (long double x, int exp)
51 if (exp < 0)
53 exp = -exp;
59 if (exp > 0)
63 and bit <= exp. */
64 if (exp & bit)
67 if (bit > exp)
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 35 #define INT(exp) static_cast<int>(exp)
36 #define FLOAT(exp) static_cast<float>(exp)
37 #define UINT8(exp) static_cast<uint8_t>(exp)
38 #define UINT16(exp) static_cast<uint16_t>(exp)
39 #define UINT32(exp) static_cast<uint32_t>(exp)
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/include/utils/
constants.h 35 #define INT(exp) static_cast<int>(exp)
36 #define FLOAT(exp) static_cast<float>(exp)
37 #define UINT8(exp) static_cast<uint8_t>(exp)
38 #define UINT16(exp) static_cast<uint16_t>(exp)
39 #define UINT32(exp) static_cast<uint32_t>(exp)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
scale.c 30 Word16 exp /* (i) : exponent: x = round(x << exp) */
35 if(exp > 0)
39 L_tmp = L_shl2(x[i], 16 + exp);
45 exp = -exp;
49 L_tmp >>= exp; local
  /toolchain/binutils/binutils-2.25/intl/
plural.y 35 #include "plural-exp.h"
52 struct expression *exp;
170 %type <exp> exp
174 start: exp
182 exp: exp '?' exp ':' exp label
186 | exp '|' ex
    [all...]
  /external/e2fsprogs/intl/
plural.y 35 #include "plural-exp.h"
52 struct expression *exp;
146 %type <exp> exp
150 start: exp
158 exp: exp '?' exp ':' exp label
162 | exp '|' ex
    [all...]

Completed in 1270 milliseconds

1 2 3 4 5 6 7 8 91011>>