HomeSort by relevance Sort by last modified time
    Searched refs:trunc (Results 176 - 200 of 430) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 260 std::ofstream out (casePath.getPath(), std::ofstream::binary|std::ofstream::trunc);
368 std::ofstream out (indexPath.getPath(), std::ofstream::binary|std::ofstream::trunc);
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 258 trunc.l.d $f23,$f23
259 trunc.l.s $f28,$f31
260 trunc.w.d $f22,$f15
261 trunc.w.s $f28,$f30
  /external/stlport/src/details/
fstream_win32io.cpp 230 case ios_base::out | ios_base::trunc:
250 case ios_base::in | ios_base::out | ios_base::trunc:
  /external/tcpdump/
print-slow.c 336 trunc:
452 trunc:
print-egp.c 212 trunc:
print-ip6.c 267 trunc:
print-sctp.c 397 trunc:
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 230 case ios_base::out | ios_base::trunc:
250 case ios_base::in | ios_base::out | ios_base::trunc:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mathcalls.h 314 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 364 #define trunc(Val) __TGMATH_UNARY_REAL_ONLY (Val, trunc) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 314 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 364 #define trunc(Val) __TGMATH_UNARY_REAL_ONLY (Val, trunc) macro
  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 252 fstream fs(STANDARD_TEST_FILE, fstream::in | fstream::out | fstream::trunc);
  /external/icu/icu4c/source/test/iotest/
stream.cpp 252 fstream fs(STANDARD_TEST_FILE, fstream::in | fstream::out | fstream::trunc);
  /external/llvm/lib/AsmParser/
LLLexer.cpp 710 INSTKEYWORD(trunc, Trunc);
759 Tmp = Tmp.trunc(activeBits);
884 Tmp = Tmp.trunc(minBits);
889 Tmp = Tmp.trunc(activeBits);
  /external/llvm/test/MC/Mips/mips2/
invalid-mips4.s 71 trunc.l.d $f23,$f23 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
72 trunc.l.s $f28,$f31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips5.s 69 trunc.l.d $f23,$f23 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
70 trunc.l.s $f28,$f31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
valid.s 136 trunc.w.d $f22,$f15
137 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips32/
valid.s 164 trunc.w.d $f22,$f15
165 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips32r2/
valid.s 194 trunc.w.d $f22,$f15
195 trunc.w.s $f28,$f30
  /external/stlport/src/
ios.cpp 75 const ios_base::openmode ios_base::trunc; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 77 const ios_base::openmode ios_base::trunc; member in class:ios_base
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 243 using boost::math::trunc;\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
math.h 90 using std::tr1::trunc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 90 using std::tr1::trunc;

Completed in 445 milliseconds

1 2 3 4 5 6 78 91011>>