HomeSort by relevance Sort by last modified time
    Searched refs:half (Results 251 - 275 of 1084) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestRemainder.rs 44 half __attribute__((kernel)) testRemainderHalfHalfHalf(half inNumerator, unsigned int x) {
45 half inDenominator = rsGetElementAt_half(gAllocInDenominator, x);
TestFma.rs 49 half __attribute__((kernel)) testFmaHalfHalfHalfHalf(half inMultiplicand1, unsigned int x) {
50 half inMultiplicand2 = rsGetElementAt_half(gAllocInMultiplicand2, x);
51 half inOffset = rsGetElementAt_half(gAllocInOffset, x);
TestMad.rs 49 half __attribute__((kernel)) testMadHalfHalfHalfHalf(half inMultiplicand1, unsigned int x) {
50 half inMultiplicand2 = rsGetElementAt_half(gAllocInMultiplicand2, x);
51 half inOffset = rsGetElementAt_half(gAllocInOffset, x);
TestNativeSincos.rs 52 half __attribute__((kernel)) testNativeSincosHalfHalfHalf(half inV, unsigned int x) {
53 half outCos = 0;
54 half out = native_sincos(inV, &outCos);
TestSincos.rs 52 half __attribute__((kernel)) testSincosHalfHalfHalf(half inV, unsigned int x) {
53 half outCos = 0;
54 half out = sincos(inV, &outCos);
  /external/skia/src/gpu/effects/
GrCircleEffect.fp 10 in half radius;
13 half prevRadius = -1;
21 // A radius below half causes the implicit insetting done by this processor to become
53 half d;
GrOverdrawFragmentProcessor.fp 16 half alpha = 255.0 * sk_InColor.a;
  /external/skqp/src/gpu/effects/
GrCircleEffect.fp 10 in half radius;
13 half prevRadius = -1;
21 // A radius below half causes the implicit insetting done by this processor to become
53 half d;
GrOverdrawFragmentProcessor.fp 16 half alpha = 255.0 * sk_InColor.a;
  /external/skia/gm/
SkAnimTimer.h 125 double half = period / 2.0; local
126 double diff = ::fabs(value - half);
127 return SkDoubleToScalar(ends + (1.0 - diff / half) * (mid - ends));
  /external/skqp/gm/
SkAnimTimer.h 120 double half = period / 2.0; local
121 double diff = ::fabs(value - half);
122 return SkDoubleToScalar(ends + (1.0 - diff / half) * (mid - ends));
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_conv2d.h 39 Eigen::half* out, Eigen::half* lhs, Eigen::half* rhs,
runtime_single_threaded_conv2d.cc 26 const void* run_options_ptr, Eigen::half* out, Eigen::half* lhs,
27 Eigen::half* rhs, int64 input_batch, int64 input_rows, int64 input_cols,
runtime_single_threaded_conv2d.h 25 Eigen::half* out, Eigen::half* lhs, Eigen::half* rhs,
  /external/tensorflow/tensorflow/core/kernels/
tile_ops_gpu_impl.h 51 DEFINE_DIM(Eigen::half, NDIM) \
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions.h 33 // Helper function to convert a 16-bit integer to a half between [0..1).
34 PHILOX_DEVICE_INLINE Eigen::half Uint16ToHalf(uint16 x);
55 class UniformDistribution<Generator, Eigen::half> {
64 typedef Array<Eigen::half, kResultElementCount> ResultType;
65 typedef Eigen::half ResultElementType;
278 // Exactly like the float version, except that we convert to half afterwards;
279 // since we don't have half-precision sin/cos even on GPUs, there's nothing to
280 // gain from working in half internally.
282 class NormalDistribution<Generator, Eigen::half> {
291 typedef Array<Eigen::half, kResultElementCount> ResultType
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
24k-triple-stores-5.s 1 # Mix byte/half/word sizes with arbitary base register.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nds32/
diff.s 3 .global HALF
22 HALF:
23 .half .L1-.L0
  /frameworks/rs/script_api/include/
rs_math.rsh 219 extern half __attribute__((const, overloadable))
220 acos(half v);
258 extern half __attribute__((const, overloadable))
259 acosh(half v);
299 extern half __attribute__((const, overloadable))
300 acospi(half v);
338 extern half __attribute__((const, overloadable))
339 asin(half v);
377 extern half __attribute__((const, overloadable))
378 asinh(half v)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 219 extern half __attribute__((const, overloadable))
220 acos(half v);
258 extern half __attribute__((const, overloadable))
259 acosh(half v);
299 extern half __attribute__((const, overloadable))
300 acospi(half v);
338 extern half __attribute__((const, overloadable))
339 asin(half v);
377 extern half __attribute__((const, overloadable))
378 asinh(half v)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 24 half = 0.5; variable
58 else return x-((z*(half*y-v*r)-y)-v*S1);
  /external/clang/test/SemaCXX/
warn-float-conversion.cpp 71 const float half = .5; local
72 int a1 = half; // expected-warning{{implicit conversion from 'const float' to 'int' changes non-zero value from 0.5 to 0}}
  /external/skia/src/effects/
GrAlphaThresholdFragmentProcessor.fp 9 in uniform half innerThreshold;
10 in uniform half outerThreshold;
51 half scale = outerThreshold / color.a;
56 half scale = innerThreshold / max(0.001, color.a);
  /external/skqp/src/effects/
GrAlphaThresholdFragmentProcessor.fp 9 in uniform half innerThreshold;
10 in uniform half outerThreshold;
51 half scale = outerThreshold / color.a;
56 half scale = innerThreshold / max(0.001, color.a);
  /external/syslinux/gpxe/src/include/gpxe/
filter.h 16 * Half of a data transfer filter
26 /** Other half of the data transfer filter */
31 * Get data transfer interface for the other half of a data transfer filter
34 * @ret other Other half's data transfer interface
38 struct xfer_filter_half *half = local
40 return &half->other->xfer;
58 * @v left "Left" half of the filter
59 * @v left_op Data transfer interface operations for "left" half
60 * @v right "Right" half of the filter
61 * @v right_op Data transfer interface operations for "right" half
    [all...]

Completed in 474 milliseconds

<<11121314151617181920>>