HomeSort by relevance Sort by last modified time
    Searched defs:half (Results 51 - 75 of 303) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skqp/src/shaders/gradients/
SkTwoPointConicalGradient.cpp 141 const int half = desc.fCount >> 1; local
142 for (int i = 0; i < half; ++i) {
152 pos[half] = SK_Scalar1 - pos[half];
  /external/tensorflow/tensorflow/compiler/xla/service/
graphviz_example.cc 49 auto half = builder.AddInstruction( local
52 half->shape(), HloOpcode::kAdd, x_value, half));
  /external/tensorflow/tensorflow/compiler/xla/tests/
matrix_ops_simple_test.cc 102 auto half = builder.ConstantR0<float>(0.5); local
103 builder.Add(x_value, half);
vector_ops_simple_test.cc 358 auto half = builder.ConstantR0<float>(0.5); local
359 builder.Add(x_value, half);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 27 half= 0.5, variable
209 r = (x-half)*(t-one)+w;
s_erff.c 26 half= 0.5, variable
150 r += (x-half);
151 return half - r ;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 30 typedef __fp16 half; typedef
111 half h = *(half *) &s;
117 half h = (half) f;
130 half hValue = *(half *) &value;
131 half ulp;
144 ulp = *(half *) &ulpInShort;
154 half hA = *(half *) &a
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192R1Field.java 61 public static void half(int[] x, int[] z) method in class:SecP192R1Field
SecP224R1Field.java 61 public static void half(int[] x, int[] z) method in class:SecP224R1Field
SecP256R1Field.java 58 public static void half(int[] x, int[] z) method in class:SecP256R1Field
SecP384R1Field.java 64 public static void half(int[] x, int[] z) method in class:SecP384R1Field
  /external/deqp/framework/common/
tcuFloat.hpp 285 deUint64 half = (1ull << (bitDiff - 1)) - 1; local
288 return Float(StorageType(s | (m + half + bias) >> bitDiff));
302 deUint64 half = (1ull << (bitDiff - 1)) - 1; local
305 m = (m + half + bias) >> bitDiff;
  /external/eigen/Eigen/src/Core/arch/AVX/
MathFunctions.h 124 _EIGEN_DECLARE_CONST_Packet8f(half, 0.5f);
211 _EIGEN_DECLARE_CONST_Packet8f(half, 0.5f);
282 _EIGEN_DECLARE_CONST_Packet4d(half, 0.5);
367 Packet8f half = pmul(_x, pset1<Packet8f>(.5f)); local
376 x = pmul(x, psub(pset1<Packet8f>(1.5f), pmul(half, pmul(x,x))));
  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMath.h 27 typedef float4 half; typedef in struct:Eigen::internal::packet_traits
58 typedef double2 half; typedef in struct:Eigen::internal::packet_traits
85 template<> struct unpacket_traits<float4> { typedef float type; enum {size=4, alignment=Aligned16}; typedef float4 half; }; typedef in struct:Eigen::internal::unpacket_traits
86 template<> struct unpacket_traits<double2> { typedef double type; enum {size=2, alignment=Aligned16}; typedef double2 half; }; typedef in struct:Eigen::internal::unpacket_traits
PacketMathHalf.h 22 template<> struct packet_traits<Eigen::half> : default_packet_traits
25 typedef half2 half; typedef in struct:Eigen::internal::packet_traits
42 template<> struct unpacket_traits<half2> { typedef Eigen::half type; enum {size=2, alignment=Aligned16}; typedef half2 half; }; typedef in struct:Eigen::internal::unpacket_traits
44 template<> __device__ EIGEN_STRONG_INLINE half2 pset1<half2>(const Eigen::half& from) {
48 template<> __device__ EIGEN_STRONG_INLINE half2 pload<half2>(const Eigen::half* from) {
52 template<> __device__ EIGEN_STRONG_INLINE half2 ploadu<half2>(const Eigen::half* from) {
56 template<> EIGEN_STRONG_INLINE half2 ploaddup<half2>(const Eigen::half* from) {
60 template<> __device__ EIGEN_STRONG_INLINE void pstore<Eigen::half>(Eigen::half* to, const half2& from)
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 27 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5f);
111 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5f);
178 _EIGEN_DECLARE_CONST_Packet2d(half, 0.5);
262 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5f);
363 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5f);
458 Packet4f half = pmul(_x, pset1<Packet4f>(.5f)); local
466 x = pmul(x, psub(pset1<Packet4f>(1.5f), pmul(half, pmul(x,x))));
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix.h 249 Index half = (std::min)(end_k,j2); local
250 for(Index k=k2; k<half; k++)
256 if(half==j2 && half<k2+rows)
262 half--;
265 for(Index k=half+1; k<k2+rows; k++)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 311 // hack, using half name
326 String half = dr.halves[solox]; local
330 sb.append(half);
335 sb.append(half);
342 sb.append(half);
354 sb.append(half);
541 // if half-floor is 1/2, use singular
542 // else if half-floor is not integral, use plural
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
PeriodFormatterData.java 309 // hack, using half name
324 String half = dr.halves[solox]; local
328 sb.append(half);
333 sb.append(half);
340 sb.append(half);
352 sb.append(half);
539 // if half-floor is 1/2, use singular
540 // else if half-floor is not integral, use plural
  /external/libdivsufsort/lib/
sssort.c 507 saidx_t len, half; local
514 for(a = first, len = middle - first, half = len >> 1, r = -1;
516 len = half, half >>= 1) {
517 b = a + half;
521 half -= (len & 1) ^ 1;
671 saidx_t m, len, half; local
694 for(m = 0, len = MIN(middle - first, last - middle), half = len >> 1;
696 len = half, half >>= 1)
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_double_ops.c 177 nir_ssa_def *half = nir_ishr(b, unbiased_exp, nir_imm_int(b, 1)); local
184 nir_ssa_def *new_exp = nir_isub(b, get_exponent(b, ra), half);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_builder.h 130 half(unsigned i) const function in class:brw::fs_builder
  /external/skia/samplecode/
SampleAtlas.cpp 51 const SkScalar half = cellSize * SK_ScalarHalf; local
61 canvas->drawText(&s[index], 1, x + half, y + half + half/2, paint);
  /external/skia/src/core/
SkBlurImageFilter.cpp 300 auto half = static_cast<uint32_t>((divisor + 1) / 2); local
315 Sk4u sum2{half};
  /external/skqp/samplecode/
SampleAtlas.cpp 51 const SkScalar half = cellSize * SK_ScalarHalf; local
61 canvas->drawText(&s[index], 1, x + half, y + half + half/2, paint);

Completed in 308 milliseconds

1 23 4 5 6 7 8 91011>>