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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/builtins/ir/
trunc.ir 1 ((function trunc
5 ((return (expression float trunc (var_ref arg0)))))
10 ((return (expression vec2 trunc (var_ref arg0)))))
15 ((return (expression vec3 trunc (var_ref arg0)))))
20 ((return (expression vec4 trunc (var_ref arg0)))))
modf.ir 7 (assign (x) (var_ref t) (expression float trunc (var_ref x)))
16 (assign (xy) (var_ref t) (expression vec2 trunc (var_ref x)))
25 (assign (xyz) (var_ref t) (expression vec3 trunc (var_ref x)))
34 (assign (xyzw) (var_ref t) (expression vec4 trunc (var_ref x)))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
trunc.s 1 # Source file used to test the trunc macros.
4 trunc.w.d $f4,$f6,$4
6 trunc.w.s $f4,$f6,$4
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/
numeric_cast_traits_common.hpp 23 typedef Trunc<char> rounding_policy;
35 typedef Trunc<signed char> rounding_policy;
47 typedef Trunc<unsigned char> rounding_policy;
59 typedef Trunc<short> rounding_policy;
71 typedef Trunc<unsigned short> rounding_policy;
83 typedef Trunc<int> rounding_policy;
95 typedef Trunc<unsigned int> rounding_policy;
107 typedef Trunc<long> rounding_policy;
119 typedef Trunc<unsigned long> rounding_policy;
131 typedef Trunc<float> rounding_policy
    [all...]
numeric_cast_traits_long_long.hpp 21 typedef Trunc<boost::long_long_type> rounding_policy;
33 typedef Trunc<boost::ulong_long_type> rounding_policy;
45 typedef Trunc<boost::long_long_type> rounding_policy;
57 typedef Trunc<boost::ulong_long_type> rounding_policy;
69 typedef Trunc<boost::long_long_type> rounding_policy;
81 typedef Trunc<boost::ulong_long_type> rounding_policy;
93 typedef Trunc<boost::long_long_type> rounding_policy;
105 typedef Trunc<boost::ulong_long_type> rounding_policy;
117 typedef Trunc<boost::long_long_type> rounding_policy;
129 typedef Trunc<boost::ulong_long_type> rounding_policy
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
ftrunc.ll 5 declare float @llvm.trunc.f32(float) nounwind readnone
6 declare <2 x float> @llvm.trunc.v2f32(<2 x float>) nounwind readnone
7 declare <3 x float> @llvm.trunc.v3f32(<3 x float>) nounwind readnone
8 declare <4 x float> @llvm.trunc.v4f32(<4 x float>) nounwind readnone
9 declare <8 x float> @llvm.trunc.v8f32(<8 x float>) nounwind readnone
10 declare <16 x float> @llvm.trunc.v16f32(<16 x float>) nounwind readnone
13 ; EG: TRUNC
16 %y = call float @llvm.trunc.f32(float %x) nounwind readnone
22 ; EG: TRUNC
23 ; EG: TRUNC
    [all...]
trunc-store-i1.ll 11 %trunc = trunc i32 %val to i1
12 store i1 %trunc, i1 addrspace(1)* %out, align 1
19 %trunc = trunc i64 %val to i1
20 store i1 %trunc, i1 addrspace(1)* %out, align 1
30 %trunc = trunc i16 %val to i1
31 store i1 %trunc, i1 addrspace(1)* %out, align 1
no-shrink-extloads.ll 13 %trunc = trunc i32 %arg to i16
14 store i16 %trunc, i16 addrspace(1)* %out
29 %trunc = trunc i32 %load to i16
30 store i16 %trunc, i16 addrspace(1)* %gep.out
38 %trunc = trunc i32 %arg to i8
39 store i8 %trunc, i8 addrspace(1)* %out
51 %trunc = trunc i32 %load to i
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
and-06.ll 14 %trunc = trunc i32 %and to i8
15 store i8 %trunc, i8 *%ptr
27 %trunc = trunc i64 %and to i8
28 store i8 %trunc, i8 *%ptr
40 %trunc = trunc i32 %and to i8
41 store i8 %trunc, i8 *%ptr
53 %trunc = trunc i64 %and to i
    [all...]
or-06.ll 14 %trunc = trunc i32 %or to i8
15 store i8 %trunc, i8 *%ptr
27 %trunc = trunc i64 %or to i8
28 store i8 %trunc, i8 *%ptr
40 %trunc = trunc i32 %or to i8
41 store i8 %trunc, i8 *%ptr
53 %trunc = trunc i64 %or to i
    [all...]
xor-06.ll 14 %trunc = trunc i32 %xor to i8
15 store i8 %trunc, i8 *%ptr
27 %trunc = trunc i64 %xor to i8
28 store i8 %trunc, i8 *%ptr
40 %trunc = trunc i32 %xor to i8
41 store i8 %trunc, i8 *%ptr
53 %trunc = trunc i64 %xor to i
    [all...]
vec-and-03.ll 11 %trunc = trunc <16 x i8> %val to <16 x i1>
12 %ret = zext <16 x i1> %trunc to <16 x i8>
22 %trunc = trunc <8 x i16> %val to <8 x i1>
23 %ret = zext <8 x i1> %trunc to <8 x i16>
33 %trunc = trunc <8 x i16> %val to <8 x i8>
34 %ret = zext <8 x i8> %trunc to <8 x i16>
44 %trunc = trunc <4 x i32> %val to <4 x i1
    [all...]
vec-move-17.ll 8 %trunc = trunc <16 x i8> %val to <16 x i1>
9 store <16 x i1> %trunc, <16 x i1> *%ptr
16 %trunc = trunc <8 x i16> %val to <8 x i1>
17 store <8 x i1> %trunc, <8 x i1> *%ptr
27 %trunc = trunc <8 x i16> %val to <8 x i8>
28 store <8 x i8> %trunc, <8 x i8> *%ptr
35 %trunc = trunc <4 x i32> %val to <4 x i1
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
2009-04-22-TruncCast.ll 4 ; CHECK-NOT: (trunc i{{.*}}ext
8 %B = trunc i32 %A to i16
13 ; CHECK-NOT: (trunc i{{.*}}ext
17 %B = trunc i32 %A to i8
22 ; CHECK-NOT: (trunc i{{.*}}ext
26 %B = trunc i32 %A to i16
31 ; CHECK-NOT: (trunc i{{.*}}ext
35 %B = trunc i32 %A to i16
40 ; CHECK-NOT: (trunc i{{.*}}ext
44 %B = trunc i32 %A to i
    [all...]
  /external/llvm/test/CodeGen/X86/
TruncAssertZext.ll 2 ; Checks that a zeroing mov is inserted for the trunc/zext pair even when
11 %trunc = trunc i64 %or to i32
14 %ext = zext i32 %trunc to i64
pr23664.ll 4 %trunc = trunc i32 %arg to i1
5 %sext = sext i1 %trunc to i2
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestTrunc.rs 24 return trunc(inV);
28 return trunc(inV);
32 return trunc(inV);
36 return trunc(inV);
40 return trunc(inV);
44 return trunc(inV);
48 return trunc(inV);
52 return trunc(inV);
  /prebuilts/go/darwin-x86/src/math/
floor_arm.s 13 TEXT ·Trunc(SB),NOSPLIT,$0
14 B ·trunc(SB)
  /prebuilts/go/linux-x86/src/math/
floor_arm.s 13 TEXT ·Trunc(SB),NOSPLIT,$0
14 B ·trunc(SB)
  /external/llvm/test/CodeGen/Mips/
2008-07-07-Float2Int.ll 5 ; CHECK: trunc.w.s
13 ; CHECK: trunc.w.s
14 ; CHECK: trunc.w.s
  /external/tcpdump/
print-ip6opts.c 57 goto trunc;
60 goto trunc;
68 ND_PRINT((ndo, ", padn: trunc"));
69 goto trunc;
75 ND_PRINT((ndo, ", sopt_type %d: trunc)", bp[i]));
76 goto trunc;
84 trunc:
85 ND_PRINT((ndo, "[trunc] "));
103 goto trunc;
106 goto trunc;
    [all...]
  /external/llvm/test/CodeGen/ARM/
2013-04-18-load-overlap-PR14824.ll 17 %data.i.i677.48.extract.trunc = trunc i512 %data.i.i677.48.extract.shift to i64
18 %s123 = insertelement <8 x i64> undef, i64 %data.i.i677.48.extract.trunc, i32 0
20 %data.i.i677.32.extract.trunc = trunc i512 %data.i.i677.32.extract.shift to i64
21 %s124 = insertelement <8 x i64> %s123, i64 %data.i.i677.32.extract.trunc, i32 1
23 %data.i.i677.16.extract.trunc = trunc i512 %data.i.i677.16.extract.shift to i64
24 %s125 = insertelement <8 x i64> %s124, i64 %data.i.i677.16.extract.trunc, i32 2
26 %data.i.i677.56.extract.trunc = trunc i512 %data.i.i677.56.extract.shift to i6
    [all...]
  /external/llvm/test/Assembler/
2003-05-03-BytecodeReaderProblem.ll 5 %tmp.123 = trunc i64 0 to i32 ; <i32> [#uses=0]
2007-01-16-CrashOnBadCast2.ll 4 @X = constant i8* trunc (i64 0 to i8*)
  /external/llvm/test/Transforms/ConstProp/
2006-12-01-TruncBoolBug.ll 4 %X = trunc i32 320 to i1 ; <i1> [#uses=1]

Completed in 1422 milliseconds

1 2 3 4 5 6 7 8 91011>>