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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips64/
op_double_to_int.S 2 trunc.w.d f0, f0
op_double_to_long.S 2 trunc.l.d f0, f0
op_float_to_int.S 2 trunc.w.s f0, f0
op_float_to_long.S 2 trunc.l.s f0, f0
  /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
  /bionic/libm/x86_64/
trunc.S 33 ENTRY(trunc) function
36 END(trunc)
  /bionic/libm/arm64/
trunc.S 19 ENTRY(trunc) function
22 END(trunc)
  /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);
  /bionic/libm/x86/
trunc.S 33 ENTRY(trunc) function
41 END(trunc)
43 ALIAS_SYMBOL(truncl, trunc);
  /external/llvm/unittests/ADT/
APSIntTest.cpp 108 EXPECT_TRUE(APSInt::compareValues(S(7).trunc(32), S(8)) < 0);
109 EXPECT_TRUE(APSInt::compareValues(S(8).trunc(32), S(7)) > 0);
110 EXPECT_TRUE(APSInt::compareValues(S(7).trunc(32), S(7)) == 0);
111 EXPECT_TRUE(APSInt::compareValues(S(-7).trunc(32), S(8)) < 0);
112 EXPECT_TRUE(APSInt::compareValues(S(8).trunc(32), S(-7)) > 0);
113 EXPECT_TRUE(APSInt::compareValues(S(-7).trunc(32), S(-7)) == 0);
114 EXPECT_TRUE(APSInt::compareValues(S(-7).trunc(32), S(-8)) > 0);
115 EXPECT_TRUE(APSInt::compareValues(S(-8).trunc(32), S(-7)) < 0);
116 EXPECT_TRUE(APSInt::compareValues(S(-7).trunc(32), S(-7)) == 0);
117 EXPECT_TRUE(APSInt::compareValues(S(7), S(8).trunc(32)) < 0)
    [all...]
  /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...]
print-cdp.c 156 goto trunc;
165 goto trunc;
188 goto trunc;
199 goto trunc;
204 goto trunc;
213 goto trunc;
221 goto trunc;
226 goto trunc;
231 goto trunc;
241 goto trunc;
    [all...]
print-tftp.c 122 goto trunc;
138 goto trunc;
145 goto trunc;
151 goto trunc; /* no mode */
155 goto trunc;
166 goto trunc;
181 goto trunc;
190 goto trunc; /* no block number */
198 goto trunc; /* no error code */
205 goto trunc; /* no error message *
    [all...]
print-calm-fast.c 47 goto trunc;
64 trunc:
print-otv.c 48 goto trunc;
70 trunc:
print-vxlan.c 54 goto trunc;
72 trunc:
print-rt6.c 71 goto trunc;
76 goto trunc;
86 goto trunc;
90 trunc:
print-dvmrp.c 92 goto trunc;
100 goto trunc;
111 goto trunc;
130 goto trunc;
136 goto trunc;
142 goto trunc;
148 goto trunc;
157 trunc:
216 trunc:
247 trunc
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
math.s 35 .float $trunc(-1.5)
36 .float $trunc(1.5)
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
openmode.pass.cpp 19 // static const openmode trunc;
31 assert(std::ios_base::trunc);
40 & std::ios_base::trunc) == 0
  /external/llvm/lib/Support/
APSInt.cpp 30 Tmp = Tmp.trunc(MinBits);
36 Tmp = Tmp.trunc(ActiveBits);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
openmode.pass.cpp 19 // static const openmode trunc;
31 assert(std::ios_base::trunc);
40 & std::ios_base::trunc) == 0
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
openmode.pass.cpp 19 // static const openmode trunc;
31 assert(std::ios_base::trunc);
40 & std::ios_base::trunc) == 0
  /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)

Completed in 571 milliseconds

1 2 3 4 5 6 7 8 91011>>