Home
last modified time | relevance | path

Searched refs:thirty_two (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersHelpers.h67 thirty_two = word.thirty_two; in InferiorSizedWord()
75 thirty_two = word.thirty_two;
84 thirty_two = (uint32_t)val; in InferiorSizedWord()
93 return ((int32_t)thirty_two) < 0; in IsNegative()
100 return thirty_two == 0; in IsZero()
114 return InferiorSizedWord(thirty_two >> rhs, 4);
120 return InferiorSizedWord(thirty_two << rhs, 4);
128 return InferiorSizedWord(thirty_two & word.thirty_two, 4);
134 return InferiorSizedWord(thirty_two & x, 4);
144 return (uint64_t)thirty_two; in GetValue()
[all …]
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp91 <BitParameter Pos="32" Size="32" Max="4294967295" Name="thirty_two"/> in getBasicParams()
358 <BitParameter Name="thirty_two">0</BitParameter>
377 <BitParameter Name="thirty_two">4294967295</BitParameter>
395 <BitParameter Name="thirty_two">0xFFFFFFFF</BitParameter>
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1460 auto thirty_two = xla::ScalarLike(x, 32.0); in I0eImpl32() local
1464 EvaluateChebyshevPolynomial<float>(thirty_two / x - two, kI0eCoeffsB) / in I0eImpl32()
1505 auto thirty_two = xla::ScalarLike(x, 32.0); in I0eImpl64() local
1509 EvaluateChebyshevPolynomial<double>(thirty_two / x - two, kI0eCoeffsB) / in I0eImpl64()
1554 auto thirty_two = xla::ScalarLike(x, 32.0); in I1eImpl32() local
1558 EvaluateChebyshevPolynomial<float>(thirty_two / z - two, kI1eCoeffsB) / in I1eImpl32()
1600 auto thirty_two = xla::ScalarLike(x, 32.0); in I1eImpl64() local
1604 EvaluateChebyshevPolynomial<double>(thirty_two / z - two, kI1eCoeffsB) / in I1eImpl64()
/external/tensorflow/tensorflow/core/kernels/special_math/
Dspecial_math_op_misc_impl.h387 const Scalar thirty_two = Scalar(32.0); in EIGEN_EMPTY_STRUCT_CTOR() local
403 } else if (x < thirty_two) { in EIGEN_EMPTY_STRUCT_CTOR()