HomeSort by relevance Sort by last modified time
    Searched full:conv (Results 301 - 325 of 694) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 158 union { s8 ll; u4 parts[2]; } conv; local
161 conv.parts[0] = ptr[0];
162 conv.parts[1] = ptr[1];
163 return conv.ll;
175 union { s8 ll; u4 parts[2]; } conv; local
178 conv.ll = val;
179 ptr[0] = conv.parts[0];
180 ptr[1] = conv.parts[1];
190 union { double d; u4 parts[2]; } conv; local
193 conv.parts[0] = ptr[0]
207 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-armv5te.cpp 158 union { s8 ll; u4 parts[2]; } conv; local
161 conv.parts[0] = ptr[0];
162 conv.parts[1] = ptr[1];
163 return conv.ll;
175 union { s8 ll; u4 parts[2]; } conv; local
178 conv.ll = val;
179 ptr[0] = conv.parts[0];
180 ptr[1] = conv.parts[1];
190 union { double d; u4 parts[2]; } conv; local
193 conv.parts[0] = ptr[0]
207 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-armv7-a-neon.cpp 158 union { s8 ll; u4 parts[2]; } conv; local
161 conv.parts[0] = ptr[0];
162 conv.parts[1] = ptr[1];
163 return conv.ll;
175 union { s8 ll; u4 parts[2]; } conv; local
178 conv.ll = val;
179 ptr[0] = conv.parts[0];
180 ptr[1] = conv.parts[1];
190 union { double d; u4 parts[2]; } conv; local
193 conv.parts[0] = ptr[0]
207 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-armv7-a.cpp 158 union { s8 ll; u4 parts[2]; } conv; local
161 conv.parts[0] = ptr[0];
162 conv.parts[1] = ptr[1];
163 return conv.ll;
175 union { s8 ll; u4 parts[2]; } conv; local
178 conv.ll = val;
179 ptr[0] = conv.parts[0];
180 ptr[1] = conv.parts[1];
190 union { double d; u4 parts[2]; } conv; local
193 conv.parts[0] = ptr[0]
207 union { double d; u4 parts[2]; } conv; local
    [all...]
  /development/build/
windows_sdk_whitelist.mk 36 dalvik/tools/hprof-conv \
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
SConscript 91 'conv',
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
java_heap_profiler.py 51 subprocess.call(['hprof-conv', input_file, output_file])
  /external/e2fsprogs/tests/d_loaddump/
script 18 dd if=$TEST_BITS of=$TEST_DATA bs=128k count=1 conv=sync > /dev/null 2>&1
  /external/llvm/lib/Target/R600/
AMDILBase.td 19 // Register File, Calling Conv, Instruction Descriptions
  /external/llvm/test/CodeGen/ARM/
select_xform.ll 205 %conv = zext i1 %cmp to i32
206 %add = add i32 %conv, %c
221 %conv = sext i1 %cmp to i32
222 %add = add i32 %conv, %c
2010-06-25-Thumb2ITInvalidIterator.ll 34 %conv = trunc i32 %call to i8, !dbg !21 ; <i8> [#uses=1]
35 store i8 %conv, i8* %buf.addr.0, !dbg !21
neon-spfp.ll 66 %conv = fpext float %mul to double
67 %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([12 x i8]* @.str, i32 0, i32 0), double %conv) #1
  /external/mesa3d/src/gallium/drivers/llvmpipe/
SConscript 91 'conv',
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
conv.h 2 * \file include/conv.h
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
conv.h 2 * \file include/conv.h
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
conv.h 2 * \file include/conv.h
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 66 PseudoTcp(IPseudoTcpNotify* notify, uint32 conv);
118 uint32 conv, seq, ack; member in struct:cricket::PseudoTcp::Segment
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 109 struct pam_conv conv = { PamConversation, NULL }; local
112 &conv, &handle);
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 113 // CHECK-NEXT: [[CONV:%[a-zA-z0-9.]+]] = trunc i64 [[TMP]] to i32
114 // CHECK-NEXT: store i32 [[CONV]]
  /external/e2fsprogs/intl/
gettextP.h 117 __gconv_t conv; member in struct:loaded_domain
120 iconv_t conv; member in struct:loaded_domain
  /external/llvm/test/Analysis/DependenceAnalysis/
Separability.ll 44 %conv = trunc i64 %i.07 to i32
48 store i32 %conv, i32* %arrayidx11, align 4
119 %conv = trunc i64 %i.07 to i32
122 store i32 %conv, i32* %arrayidx11, align 4
193 %conv = trunc i64 %i.07 to i32
196 store i32 %conv, i32* %arrayidx12, align 4
267 %conv = trunc i64 %i.07 to i32
271 store i32 %conv, i32* %arrayidx13, align 4
  /external/llvm/test/Analysis/ScalarEvolution/
max-trip-count.ll 57 %conv = trunc i32 %g_4.0 to i16 ; <i16> [#uses=1]
58 %tobool.not = icmp eq i16 %conv, 0 ; <i1> [#uses=1]
  /external/llvm/test/CodeGen/Mips/
mips16_32_8.ll 31 %conv = fpext float %2 to double
32 %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([8 x i8]* @.str, i32 0, i32 0), double %conv)
  /external/llvm/test/CodeGen/PowerPC/
optcmp.ll 22 %conv = zext i1 %cmp to i32
23 ret i32 %conv
  /external/llvm/test/CodeGen/SPARC/
varargs.ll 29 %conv = sext i8 %0 to i32
30 switch i32 %conv, label %sw.default [

Completed in 494 milliseconds

<<11121314151617181920>>