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

1 2 3 4 5 6 7 8 91011>>

  /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 155 goto trunc;
164 goto trunc;
185 goto trunc;
196 goto trunc;
201 goto trunc;
210 goto trunc;
218 goto trunc;
223 goto trunc;
228 goto trunc;
238 goto trunc;
    [all...]
print-rt6.c 79 goto trunc;
84 goto trunc;
103 goto trunc;
107 trunc:
print-dvmrp.c 91 goto trunc;
99 goto trunc;
110 goto trunc;
129 goto trunc;
135 goto trunc;
141 goto trunc;
147 goto trunc;
156 trunc:
215 trunc:
246 trunc
    [all...]
print-gre.c 125 goto trunc;
132 goto trunc;
139 goto trunc;
147 goto trunc;
155 goto trunc;
168 goto trunc;
181 goto trunc;
226 trunc:
245 goto trunc;
255 goto 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 29 Tmp = Tmp.trunc(MinBits);
35 Tmp = Tmp.trunc(ActiveBits);
  /ndk/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/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)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_trunc.c 17 * trunc(x)
22 * Inexact flag raised if x not equal to trunc(x).
33 trunc(double x) function
66 __weak_reference(trunc, truncl);
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 27 | std::ios_base::trunc);
39 | std::ios_base::trunc);
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
move.pass.cpp 27 | std::ios_base::trunc);
38 | std::ios_base::trunc);
pointer.pass.cpp 26 | std::ios_base::trunc);
36 | std::ios_base::trunc);
string.pass.cpp 27 | std::ios_base::trunc);
38 | std::ios_base::trunc);
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
open_pointer.pass.cpp 28 | std::ios_base::trunc);
41 | std::ios_base::trunc);
open_string.pass.cpp 28 | std::ios_base::trunc);
41 | std::ios_base::trunc);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 27 | std::ios_base::trunc);
39 | std::ios_base::trunc);

Completed in 808 milliseconds

1 2 3 4 5 6 7 8 91011>>