HomeSort by relevance Sort by last modified time
    Searched refs:half (Results 151 - 175 of 834) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skqp/src/gpu/gradients/
GrSweepGradientLayout.fp 10 layout(tracked) in uniform half bias;
11 layout(tracked) in uniform half scale;
23 half angle;
32 half t = (angle * 0.1591549430918 + 0.5 + bias) * scale;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
neon-vcvt-fp16.s 7 @ CHECK-NOFP16: instruction requires: half-float conversions
10 @ CHECK-NOFP16: instruction requires: half-float conversions
14 @ CHECK-NOFP16: instruction requires: half-float conversions
17 @ CHECK-NOFP16: instruction requires: half-float conversions
  /external/tensorflow/tensorflow/core/kernels/
cwise_op_abs.cc 19 REGISTER5(UnaryOp, CPU, "Abs", functor::abs, float, Eigen::half, double, int32,
24 REGISTER4(UnaryOp, GPU, "Abs", functor::abs, float, Eigen::half, double, int64);
cwise_op_floor_div.cc 22 Eigen::half, double);
28 Eigen::half, double);
cwise_op_greater.cc 19 REGISTER9(BinaryOp, CPU, "Greater", functor::greater, float, Eigen::half,
22 REGISTER7(BinaryOp, GPU, "Greater", functor::greater, float, Eigen::half,
cwise_op_greater_equal.cc 20 Eigen::half, double, int32, int64, uint8, int8, int16, bfloat16);
23 Eigen::half, double, int64, uint8, int8, int16);
cwise_op_less.cc 19 REGISTER5(BinaryOp, CPU, "Less", functor::less, float, Eigen::half, double,
25 REGISTER7(BinaryOp, GPU, "Less", functor::less, float, Eigen::half, double,
cwise_op_less_equal.cc 19 REGISTER5(BinaryOp, CPU, "LessEqual", functor::less_equal, float, Eigen::half,
25 REGISTER7(BinaryOp, GPU, "LessEqual", functor::less_equal, float, Eigen::half,
cwise_op_neg.cc 19 REGISTER8(UnaryOp, CPU, "Neg", functor::neg, float, Eigen::half, double, int32,
33 REGISTER6(UnaryOp, GPU, "Neg", functor::neg, float, Eigen::half, double, int64,
cwise_op_sub.cc 19 REGISTER8(BinaryOp, CPU, "Sub", functor::sub, float, Eigen::half, double, int32,
32 REGISTER6(BinaryOp, GPU, "Sub", functor::sub, float, Eigen::half, double, int64,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAcos.rs 39 half __attribute__((kernel)) testAcosHalfHalf(half inV) {
TestAcosh.rs 39 half __attribute__((kernel)) testAcoshHalfHalf(half inV) {
TestAcospi.rs 39 half __attribute__((kernel)) testAcospiHalfHalf(half inV) {
TestAsin.rs 39 half __attribute__((kernel)) testAsinHalfHalf(half inV) {
TestAsinh.rs 39 half __attribute__((kernel)) testAsinhHalfHalf(half inV) {
TestAsinpi.rs 39 half __attribute__((kernel)) testAsinpiHalfHalf(half inV) {
TestAtan.rs 39 half __attribute__((kernel)) testAtanHalfHalf(half inV) {
TestAtanh.rs 39 half __attribute__((kernel)) testAtanhHalfHalf(half inV) {
TestAtanpi.rs 39 half __attribute__((kernel)) testAtanpiHalfHalf(half inV) {
TestCbrt.rs 39 half __attribute__((kernel)) testCbrtHalfHalf(half inV) {
TestCeil.rs 39 half __attribute__((kernel)) testCeilHalfHalf(half inV) {
TestCos.rs 39 half __attribute__((kernel)) testCosHalfHalf(half inV) {
TestCosh.rs 39 half __attribute__((kernel)) testCoshHalfHalf(half inV) {
TestCospi.rs 39 half __attribute__((kernel)) testCospiHalfHalf(half inV) {
TestDegrees.rs 39 half __attribute__((kernel)) testDegreesHalfHalf(half inV) {

Completed in 304 milliseconds

1 2 3 4 5 67 8 91011>>