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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Assembler/
half-constprop.ll 2 ; Testing half constant propagation.
4 define half @abc() nounwind {
6 %a = alloca half, align 2
7 %b = alloca half, align 2
9 store half 0xH4200, half* %a, align 2
10 store half 0xH4B9A, half* %b, align 2
11 %tmp = load half* %a, align 2
12 %tmp1 = load half* %b, align
    [all...]
half.ll 2 ; Basic smoke test for half type.
4 ; CHECK: define half @halftest
5 define half @halftest(half %A0) {
6 ; CHECK: ret half %A0
7 ret half %A0
half-conv.ll 2 ; Testing half to float conversion.
6 %a = alloca half, align 2
8 store half 0xH4C8D, half* %a, align 2
9 %tmp = load half* %a, align 2
10 %conv = fpext half %tmp to float
  /external/clang/test/SemaOpenCL/
half.cl 5 half half_disabled(half *p, // expected-error{{declaring function return value of type 'half' is not allowed}}
6 half h) // expected-error{{declaring function argument of type 'half' is not allowed}}
8 half a[2]; // expected-error{{declaring variable of type 'half [2]' is not allowed}}
9 half b; // expected-error{{declaring variable of type 'half' is not allowed}}
10 *p; // expected-error{{loading directly from pointer to type 'half' is not allowed}
    [all...]
  /external/clang/test/CodeGenOpenCL/
half.cl 6 half test()
8 half x = 0.1f;
11 half y = x + x;
12 half z = y * 1.0f;
14 // CHECK: half 0xH3260
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsRectActivity.java 57 final float half = mBitmap1.getHeight() / 2.0f; local
58 mSrcRect = new Rect((int) fourth, (int) (half - half / 2.0f),
59 (int) (fourth + fourth), (int) (half + half / 2.0f));
60 mDstRect = new RectF(fourth, half - half / 2.0f, fourth + fourth, half + half / 2.0f);
61 mDstRect2 = new RectF(fourth, half - half / 2.0f
    [all...]
  /external/llvm/test/Transforms/InstCombine/
fpcast.ll 17 define half @test3(float %a) {
21 %c = fptrunc float %b to half
22 ret half %c
26 define half @test4(float %a) {
30 %c = fptrunc float %b to half
31 ret half %c
  /external/clang/test/Sema/
variadic-promotion.c 9 // CHECK-NEXT: 'half'
  /external/libyuv/files/unit_test/testdata/
arm_v7.txt 3 Features : swp half thumb fastmult vfp edsp iwmmxt thumbee vfpv3 vfpv3d16
tegra3.txt 14 Features : swp half thumb fastmult vfp edsp neon vfpv3
  /packages/inputmethods/PinyinIME/jni/include/
lpicache.h 26 // Used to cache LmaPsbItem list for half spelling ids.
43 // list for half ids.
49 // Note: splid must be a half id, and lpi_items must be not NULL. The
53 // Get the cached list for the given half id.
55 // Note: splid must be a half id, and lpi_items must be not NULL. The
  /external/fdlibm/
e_cosh.c 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
72 return half*t+half/t;
75 /* |x| in [22, ieee_log(maxdouble)] return half*ieee_exp(|x|) */
76 if (ix < 0x40862E42) return half*__ieee754_exp(ieee_fabs(x));
82 w = __ieee754_exp(half*ieee_fabs(x));
83 t = half*w;
  /external/valgrind/main/massif/tests/
ignoring.c 21 // Without it, the snapshots in the second half of the graph would be
22 // clustered much more closely than those in the first half.
  /external/elfutils/libelf/
abstract.h 56 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \
57 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \
63 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
64 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \
65 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phnum) \
66 TYPE_NAME (ElfW2(Bits, Ext##Half), e_shentsize) \
67 TYPE_NAME (ElfW2(Bits, Ext##Half), e_shnum) \
68 TYPE_NAME (ElfW2(Bits, Ext##Half), e_shstrndx) \
141 TYPE_NAME (ElfW2(32, Ext##Half), st_shndx) \
150 TYPE_NAME (ElfW2(64, Ext##Half), st_shndx)
    [all...]
  /external/llvm/test/Feature/
float.ll 5 @H1 = global half 0x4010000000000000
  /external/speex/libspeex/
fftwrap.h 46 /** Forward (real to half-complex) transform */
49 /** Backward (half-complex to real) transform */
52 /** Forward (real to half-complex) transform of float data */
55 /** Backward (half-complex to real) transform of float data */
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_bundle.h 35 using only upper half of JtJ, destroying lower half below diagonal in the process
52 using only upper half of JtJ, destroying lower half below diagonal in the process
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_bundle.h 35 using only upper half of JtJ, destroying lower half below diagonal in the process
52 using only upper half of JtJ, destroying lower half below diagonal in the process
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_bundle.h 35 using only upper half of JtJ, destroying lower half below diagonal in the process
52 using only upper half of JtJ, destroying lower half below diagonal in the process
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_coshf.c 22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
47 return half*t+half/t;
50 /* |x| in [9, log(maxfloat)] return half*exp(|x|) */
51 if (ix < 0x42b17217) return half*__ieee754_expf(fabsf(x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mii.h 61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
63 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
70 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
74 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
93 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
96 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */
97 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
121 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */
130 #define ADVERTISE_1000HALF 0x0100 /* Advertise 1000BASE-T half duplex *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mii.h 61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
63 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
70 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
74 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
93 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
96 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */
97 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
121 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */
130 #define ADVERTISE_1000HALF 0x0100 /* Advertise 1000BASE-T half duplex *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mii.h 61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
63 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
70 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
74 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
93 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
96 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */
97 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
121 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */
130 #define ADVERTISE_1000HALF 0x0100 /* Advertise 1000BASE-T half duplex *
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
time.cc 45 const uint32 HALF = 0x80000000;
72 ASSERT(static_cast<uint32>(elapsed) < HALF);
87 return (diff >= 0 && static_cast<uint32>(diff) < HALF);
89 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
97 return (diff > 0 && static_cast<uint32>(diff) < HALF);
99 const bool earlier_or_equal = TimeIsBetween(later, earlier, later + HALF);
108 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
  /external/llvm/test/CodeGen/AArch64/
floatdp_1source.ll 3 @varhalf = global half 0.0
109 %val16 = load volatile half* @varhalf
113 %val16to32 = fpext half %val16 to float
117 %val16to64 = fpext half %val16 to double
121 %val32to16 = fptrunc float %val32 to half
122 store volatile half %val32to16, half* @varhalf
129 %val64to16 = fptrunc double %val64 to half
130 store volatile half %val64to16, half* @varhal
    [all...]

Completed in 1002 milliseconds

1 2 3 4 5 6 7 8 91011>>