HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 126 - 150 of 2516) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/libfmq/
FmqInternal.cpp 24 void check(bool exp) {
25 CHECK(exp);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestExp.rs 24 return exp(inV);
28 return exp(inV);
32 return exp(inV);
36 return exp(inV);
40 return exp(inV);
44 return exp(inV);
48 return exp(inV);
52 return exp(inV);
  /external/apache-xml/src/main/java/org/apache/xpath/
ExpressionOwner.java 39 * @param exp the raw Expression object, which should not normally be null.
41 public void setExpression(Expression exp);
  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_exp.cu.cc 22 DEFINE_UNARY5(exp, Eigen::half, float, double, complex64, complex128);
cwise_op_exp.cc 19 REGISTER5(UnaryOp, CPU, "Exp", functor::exp, float, Eigen::half, double,
23 REGISTER5(UnaryOp, GPU, "Exp", functor::exp, float, Eigen::half, double,
28 REGISTER2(UnaryOp, SYCL, "Exp", functor::exp, float, double);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
cmpConst.go 227 exp result // expected results
230 {idx: 0, exp: lt, fn: lt_0_uint64},
231 {idx: 0, exp: le, fn: le_0_uint64},
232 {idx: 0, exp: gt, fn: gt_0_uint64},
233 {idx: 0, exp: ge, fn: ge_0_uint64},
234 {idx: 0, exp: eq, fn: eq_0_uint64},
235 {idx: 0, exp: ne, fn: ne_0_uint64},
236 {idx: 1, exp: lt, fn: lt_1_uint64},
237 {idx: 1, exp: le, fn: le_1_uint64},
238 {idx: 1, exp: gt, fn: gt_1_uint64}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
cmpConst.go 227 exp result // expected results
230 {idx: 0, exp: lt, fn: lt_0_uint64},
231 {idx: 0, exp: le, fn: le_0_uint64},
232 {idx: 0, exp: gt, fn: gt_0_uint64},
233 {idx: 0, exp: ge, fn: ge_0_uint64},
234 {idx: 0, exp: eq, fn: eq_0_uint64},
235 {idx: 0, exp: ne, fn: ne_0_uint64},
236 {idx: 1, exp: lt, fn: lt_1_uint64},
237 {idx: 1, exp: le, fn: le_1_uint64},
238 {idx: 1, exp: gt, fn: gt_1_uint64}
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexpl.c 44 switch (u.bits.exp) {
50 *ex = u.bits.exp - 0x4200;
51 u.bits.exp = 0x3ffe;
57 *ex = u.bits.exp - 0x3ffe;
58 u.bits.exp = 0x3ffe;
  /external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
ostream_joiner.op.postincrement.pass.cpp 26 namespace exp = std::experimental;
29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) {
31 exp::ostream_joiner<Delim, CharT, Traits> &ret = oj++;
37 { exp::ostream_joiner<char> oj(std::cout, '8'); test(oj); }
38 { exp::ostream_joiner<std::string> oj(std::cout, std::string("9")); test(oj); }
39 { exp::ostream_joiner<std::wstring> oj(std::cout, std::wstring(L"10")); test(oj); }
40 { exp::ostream_joiner<int> oj(std::cout, 11); test(oj); }
42 { exp::ostream_joiner<char, wchar_t> oj(std::wcout, '8'); test(oj); }
43 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, std::string("9")); test(oj); }
44 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, std::wstring(L"10")); test(oj);
    [all...]
ostream_joiner.op.pretincrement.pass.cpp 26 namespace exp = std::experimental;
29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) {
31 exp::ostream_joiner<Delim, CharT, Traits> &ret = ++oj;
37 { exp::ostream_joiner<char> oj(std::cout, '8'); test(oj); }
38 { exp::ostream_joiner<std::string> oj(std::cout, std::string("9")); test(oj); }
39 { exp::ostream_joiner<std::wstring> oj(std::cout, std::wstring(L"10")); test(oj); }
40 { exp::ostream_joiner<int> oj(std::cout, 11); test(oj); }
42 { exp::ostream_joiner<char, wchar_t> oj(std::wcout, '8'); test(oj); }
43 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, std::string("9")); test(oj); }
44 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, std::wstring(L"10")); test(oj);
    [all...]
ostream_joiner.op.star.pass.cpp 26 namespace exp = std::experimental;
29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) {
31 exp::ostream_joiner<Delim, CharT, Traits> &ret = *oj;
37 { exp::ostream_joiner<char> oj(std::cout, '8'); test(oj); }
38 { exp::ostream_joiner<std::string> oj(std::cout, std::string("9")); test(oj); }
39 { exp::ostream_joiner<std::wstring> oj(std::cout, std::wstring(L"10")); test(oj); }
40 { exp::ostream_joiner<int> oj(std::cout, 11); test(oj); }
42 { exp::ostream_joiner<char, wchar_t> oj(std::wcout, '8'); test(oj); }
43 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, std::string("9")); test(oj); }
44 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, std::wstring(L"10")); test(oj);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
ostream_joiner.op.postincrement.pass.cpp 26 namespace exp = std::experimental;
29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) {
31 exp::ostream_joiner<Delim, CharT, Traits> &ret = oj++;
37 { exp::ostream_joiner<char> oj(std::cout, '8'); test(oj); }
38 { exp::ostream_joiner<std::string> oj(std::cout, std::string("9")); test(oj); }
39 { exp::ostream_joiner<std::wstring> oj(std::cout, std::wstring(L"10")); test(oj); }
40 { exp::ostream_joiner<int> oj(std::cout, 11); test(oj); }
42 { exp::ostream_joiner<char, wchar_t> oj(std::wcout, '8'); test(oj); }
43 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, std::string("9")); test(oj); }
44 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, std::wstring(L"10")); test(oj);
    [all...]
ostream_joiner.op.pretincrement.pass.cpp 26 namespace exp = std::experimental;
29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) {
31 exp::ostream_joiner<Delim, CharT, Traits> &ret = ++oj;
37 { exp::ostream_joiner<char> oj(std::cout, '8'); test(oj); }
38 { exp::ostream_joiner<std::string> oj(std::cout, std::string("9")); test(oj); }
39 { exp::ostream_joiner<std::wstring> oj(std::cout, std::wstring(L"10")); test(oj); }
40 { exp::ostream_joiner<int> oj(std::cout, 11); test(oj); }
42 { exp::ostream_joiner<char, wchar_t> oj(std::wcout, '8'); test(oj); }
43 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, std::string("9")); test(oj); }
44 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, std::wstring(L"10")); test(oj);
    [all...]
ostream_joiner.op.star.pass.cpp 26 namespace exp = std::experimental;
29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) {
31 exp::ostream_joiner<Delim, CharT, Traits> &ret = *oj;
37 { exp::ostream_joiner<char> oj(std::cout, '8'); test(oj); }
38 { exp::ostream_joiner<std::string> oj(std::cout, std::string("9")); test(oj); }
39 { exp::ostream_joiner<std::wstring> oj(std::cout, std::wstring(L"10")); test(oj); }
40 { exp::ostream_joiner<int> oj(std::cout, 11); test(oj); }
42 { exp::ostream_joiner<char, wchar_t> oj(std::wcout, '8'); test(oj); }
43 { exp::ostream_joiner<std::string, wchar_t> oj(std::wcout, std::string("9")); test(oj); }
44 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, std::wstring(L"10")); test(oj);
    [all...]
  /system/media/audio_utils/
minifloat.c 43 int exp; local
44 float r = frexpf(v, &exp);
45 if ((exp += EXCESS) > EXPONENT_MAX) {
48 if (-exp >= MANTISSA_BITS) {
52 return exp > 0 ? (exp << MANTISSA_BITS) | (mantissa & ~HIDDEN_BIT) :
53 (mantissa >> (1 - exp)) & MANTISSA_MAX;
  /external/libnl/lib/netfilter/
exp_obj.c 23 #include <netlink/netfilter/exp.h>
66 struct nfnl_exp *exp = (struct nfnl_exp *) c; local
68 if (exp == NULL)
71 nl_addr_put(exp->exp_expect.src);
72 nl_addr_put(exp->exp_expect.dst);
73 nl_addr_put(exp->exp_master.src);
74 nl_addr_put(exp->exp_master.dst);
75 nl_addr_put(exp->exp_mask.src);
76 nl_addr_put(exp->exp_mask.dst);
77 nl_addr_put(exp->exp_nat.src)
227 struct nfnl_exp *exp = (struct nfnl_exp *) a; local
238 struct nfnl_exp *exp = (struct nfnl_exp *) a; local
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 66 int exp; local
70 exp = decExp;
71 this.decExponentRounded = exp;
72 fillCompatible(precision, digits, nDigits, exp, isNegative);
75 exp = applyPrecision(decExp, digits, nDigits, decExp + precision);
76 fillDecimal(precision, digits, nDigits, exp, isNegative);
77 this.decExponentRounded = exp;
80 exp = applyPrecision(decExp, digits, nDigits, precision + 1);
81 fillScientific(precision, digits, nDigits, exp, isNegative);
82 this.decExponentRounded = exp;
    [all...]
  /external/libnetfilter_conntrack/src/expect/
snprintf_default.c 14 const struct nf_expect *exp)
16 if (test_bit(ATTR_EXP_TIMEOUT, exp->set))
17 return snprintf(buf, len, "%u ", exp->timeout);
24 const struct nf_expect *exp)
26 if (test_bit(ATTR_EXP_CLASS, exp->set))
27 return snprintf(buf, len, "class=%u ", exp->class);
34 const struct nf_expect *exp)
37 exp->expected.orig.protonum));
42 const struct nf_expect *exp,
65 ret = __snprintf_expect_timeout(buf+offset, len, exp);
    [all...]
  /prebuilts/go/darwin-x86/src/math/
ldexp.go 8 // It returns frac × 2**exp.
11 // Ldexp(±0, exp) = ±0
12 // Ldexp(±Inf, exp) = ±Inf
13 // Ldexp(NaN, exp) = NaN
14 func Ldexp(frac float64, exp int) float64
16 func ldexp(frac float64, exp int) float64 {
25 exp += e
27 exp += int(x>>shift)&mask - bias
28 if exp < -1074 {
31 if exp > 1023 { // overflo
    [all...]
  /prebuilts/go/linux-x86/src/math/
ldexp.go 8 // It returns frac × 2**exp.
11 // Ldexp(±0, exp) = ±0
12 // Ldexp(±Inf, exp) = ±Inf
13 // Ldexp(NaN, exp) = NaN
14 func Ldexp(frac float64, exp int) float64
16 func ldexp(frac float64, exp int) float64 {
25 exp += e
27 exp += int(x>>shift)&mask - bias
28 if exp < -1074 {
31 if exp > 1023 { // overflo
    [all...]
  /libcore/luni/src/main/java/java/math/
Multiplication.java 101 * @param exp a positive {@code long} exponent
102 * @return {@code val * 10<sup>exp</sup>}
104 static BigInteger multiplyByTenPow(BigInteger val, long exp) {
105 // PRE: exp >= 0
106 return ((exp < tenPows.length)
107 ? multiplyByPositiveInt(val, tenPows[(int)exp])
108 : val.multiply(powerOf10(exp)));
115 * @param exp the exponent of power of ten, it must be positive.
116 * @return a {@code BigInteger} with value {@code 10<sup>exp</sup>}.
118 static BigInteger powerOf10(long exp) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
math_op.c 35 | Word32 frac, Word16 exp : L_32 = frac << exp-31 (normalised format) |
61 Word16 exp; local
63 exp = norm_l(L_x);
64 L_x = (L_x << exp); /* L_x is normalized */
65 exp = (31 - exp);
66 Isqrt_n(&L_x, &exp);
67 L_y = (L_x << exp); /* denormalization */
76 | if value is negative or zero, result is 1 (frac=7fffffff, exp=0).
163 Word16 exp, i, a, tmp; local
    [all...]
log2.c 40 * PURPOSE: Computes log2(L_x, exp), where L_x is positive and
41 * normalized, and exp is the normalisation exponent
58 Word16 exp, /* (i) : norm_l (L_x) */
71 *exponent = (30 - exp);
104 Word16 exp; local
106 exp = norm_l(L_x);
107 Log2_norm ((L_x << exp), exp, exponent, fraction);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp 158 Word16 i, exp, tmp;
175 exp = norm_l(s);
176 frac_en[0] = extract_h(L_shl(s, exp));
177 exp_en[0] = sub(15, exp);
185 exp = norm_l(s);
186 frac_en[1] = extract_h(L_shl(s, exp));
187 exp_en[1] = sub(15, exp);
194 exp = norm_l(s);
195 frac_en[2] = extract_h(L_shl(s, exp));
196 exp_en[2] = sub(16-14, exp);
284 Word16 exp; \/* nunmber of '0's or '1's before MSB != 0 *\/ local
612 Word16 exp; \/* number of '0's or '1's before MSB != 0 *\/ local
802 Word16 exp; local
    [all...]
  /device/google/cuttlefish_common/common/libs/fs/
gce_fs.h 29 #define GCE_TEMP_FAILURE_RETRY(exp) ({ \
30 decltype (exp) _rc; \
32 _rc = (exp); \

Completed in 936 milliseconds

1 2 3 4 56 7 8 91011>>