HomeSort by relevance Sort by last modified time
    Searched full:half (Results 26 - 50 of 1990) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
bitcast-vector-fold.ll 36 %tmp3 = bitcast <2 x half> <half 0xH1100, half 0xH0011> to i32
  /external/valgrind/main/none/tests/ppc32/
ldstrev.c 11 " lhbrx %0,0,%1 \n" // Get half word and reverse the bytes
23 " lhzx %0,0,%1 \n" // Get half word and reverse the bytes
35 " lwbrx %0,0,%1 \n" // Get half word and reverse the bytes
47 " lwzx %0,0,%1 \n" // Get half word and reverse the bytes
  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 48 // Map from half spelling id to single char.
49 // For half ids of Zh/Ch/Sh, map to z/c/s (low case) respectively.
74 // The Yunmu id list for the spelling ids (for half ids of Shengmu,
106 // The full spl_id range for specific half id.
107 // h2f means half to full.
108 // A half id can be a ShouZiMu id (id to represent the first char of a full
110 // [1..kFullSplIdStart-1] is the arrange of half id.
114 // Map from full id to half id.
177 // first given as a half id 1, but because 'A' is a one-char Yunmu and
181 // Test if the given id is a half id
    [all...]
splparser.h 46 // convert single-character Yunmus into half ids, while this function converts
64 // enabled in ShouZiMu mode, the returned spelling id will be a half id.
65 // When the returned spelling id is a half id, *is_pre returns whether it
73 // When the returned spelling id is a half id, *p_is_pre returns whether it
  /external/llvm/test/CodeGen/PowerPC/
float-asmprint.ll 11 @var16 = global half -0.0, align 2
32 ; CHECK-NEXT: .short 32768 # half -0
  /external/llvm/test/CodeGen/X86/
float-asmprint.ll 11 @var16 = global half -0.0, align 2
38 ; CHECK-NEXT: .short 32768 # half -0
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_cosh.c 41 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
67 return half*t+half/t;
70 /* |x| in [22, log(maxdouble)] return half*exp(|x|) */
71 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x));
  /external/speex/libspeex/
vq_sse.h 41 __m128 half; local
44 half = _mm_set_ps1(.5f);
50 __m128 d = _mm_mul_ps(E[i], half);
80 __m128 half; local
83 half = _mm_set_ps1(.5f);
  /external/qemu/audio/
mixeng_template.h 31 #define HALF (IN_MAX >> 1)
55 return (nv - HALF) * (1.f / (mixeng_real) IN_MAX);
61 return (nv - HALF) / (mixeng_real) IN_MAX;
78 return ENDIAN_CONVERT ((IN_T) ((v * IN_MAX) + HALF));
90 return ((int64_t) nv - HALF) << (32 - SHIFT);
106 return ENDIAN_CONVERT ((IN_T) ((v >> (32 - SHIFT)) + HALF));
176 #undef HALF
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
osd.h 115 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */
116 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */
117 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */
118 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */
121 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */
123 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */
126 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 115 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */
116 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */
117 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */
118 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */
121 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */
123 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */
126 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 115 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */
116 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */
117 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */
118 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */
121 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */
123 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */
126 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */
  /system/media/audio_utils/
fixedfft.cpp 23 * half of the twiddle factors are stored. Although there are still ways to make
101 static inline int32_t half(int32_t a) function
128 int32_t x = half(v[i]);
129 int32_t y = half(v[i + p]);
139 int32_t x = half(v[i]);
155 v[m] = half(v[m]);
158 int32_t x = half(v[i]);
159 int32_t z = half(v[n - i]);
161 x = half(x + (z ^ 0xFFFF));
  /development/samples/training/AnimationsDemo/res/animator/
card_flip_left_in.xml 28 3. The back is then made visible (this is half-way through the
34 parallel. Note that the last animator starts half-way into the animation.
53 <!-- Half-way through the rotation (see startOffset), set the alpha to 1. -->
card_flip_left_out.xml 26 2. The front is then made invisible (this is half-way through the
33 parallel. Note that the last animator starts half-way into the animation.
45 <!-- Half-way through the rotation (see startOffset), set the alpha to 0. -->
card_flip_right_in.xml 28 3. The front is then made visible (this is half-way through the
34 parallel. Note that the last animator starts half-way into the animation.
53 <!-- Half-way through the rotation (see startOffset), set the alpha to 1. -->
card_flip_right_out.xml 26 2. The back is then made invisible (this is half-way through the
33 parallel. Note that the last animator starts half-way into the animation.
45 <!-- Half-way through the rotation (see startOffset), set the alpha to 0. -->
  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 25 _EIGEN_DECLARE_CONST_Packet4f(half, 0.5);
27 _EIGEN_DECLARE_CONST_Packet4f(3half, 1.5);
48 //so first compare with half
  /external/llvm/test/CodeGen/XCore/
unaligned_store.ll 13 ; Half word aligned store. Expands to two 16bit stores.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Half_16x16.c 29 * Performs a 16x16 block match with half-pixel resolution. Returns the
31 * estimates the half-pixel motion vector by interpolating the integer
49 * pSearchPointRefPos - position of the starting point for half pixel
56 * half-pixel units.
omxVCM4P2_BlockMatch_Half_8x8.c 30 * Performs an 8x8 block match with half-pixel resolution. Returns the
32 * estimates the half-pixel motion vector by interpolating the integer
50 * pSearchPointRefPos - position of the starting point for half pixel
56 * half-pixel units.
  /frameworks/volley/tests/src/com/android/volley/toolbox/
ImageRequestTest.java 42 verifyResize(jpeg, 512, 250, 512, 250); // exactly half
43 verifyResize(jpeg, 511, 249, 509, 249); // just under half
78 // exactly half == 2
81 // just over half == 1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_16/
Test_const_16.java 50 * @title When writing to a register that is one half of a register
51 * pair, but not touching the other half, the old register pair gets broken up, and the
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_4/
Test_const_4.java 49 * @title When writing to a register that is one half of a register
50 * pair, but not touching the other half, the old register pair gets broken up, and the
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_high16/
Test_const_high16.java 47 * @title When writing to a register that is one half of a register
48 * pair, but not touching the other half, the old register pair gets broken up, and the

Completed in 3811 milliseconds

12 3 4 5 6 7 8 91011>>