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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/micromips32r6/
valid.s 182 trunc.l.s $f3, $f5 # CHECK: trunc.l.s $f3, $f5 # encoding: [0x54,0x65,0x23,0x3b]
183 trunc.l.d $f2, $f4 # CHECK: trunc.l.d $f2, $f4 # encoding: [0x54,0x44,0x63,0x3b]
184 trunc.w.s $f3, $f5 # CHECK: trunc.w.s $f3, $f5 # encoding: [0x54,0x65,0x2b,0x3b]
185 trunc.w.d $f2, $f4 # CHECK: trunc.w.d $f2, $f4 # encoding: [0x54,0x44,0x6b,0x3b]
  /external/llvm/test/MC/Mips/mips2/
invalid-mips3.s 55 trunc.l.d $f23,$f23 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
56 trunc.l.s $f28,$f31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
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
  /external/llvm/test/MC/Mips/mips3/
valid.s 234 trunc.l.d $f23,$f23
235 trunc.l.s $f28,$f31
236 trunc.w.d $f22,$f15
237 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips4/
valid.s 263 trunc.l.d $f23,$f23
264 trunc.l.s $f28,$f31
265 trunc.w.d $f22,$f15
266 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips5/
valid.s 265 trunc.l.d $f23,$f23
266 trunc.l.s $f28,$f31
267 trunc.w.d $f22,$f15
268 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips64/
valid.s 284 trunc.l.d $f23,$f23
285 trunc.l.s $f28,$f31
286 trunc.w.d $f22,$f15
287 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 310 trunc.l.d $f23,$f23
311 trunc.l.s $f28,$f31
312 trunc.w.d $f22,$f15
313 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips64r3/
valid.s 310 trunc.l.d $f23,$f23
311 trunc.l.s $f28,$f31
312 trunc.w.d $f22,$f15
313 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips64r5/
valid.s 311 trunc.l.d $f23,$f23
312 trunc.l.s $f28,$f31
313 trunc.w.d $f22,$f15
314 trunc.w.s $f28,$f30
  /external/tcpdump/
print-egp.c 205 trunc:
print-ip6.c 265 trunc:
  /external/vulkan-validation-layers/libs/glm/detail/
func_common.hpp 81 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/trunc.xml">GLSL trunc man page</a>
84 GLM_FUNC_DECL genType trunc(genType const & x);
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.hpp 201 detail::fvec4SIMD trunc(detail::fvec4SIMD const & x);
  /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.8/x86_64-linux/include/c++/4.8/tr1/
math.h 90 using std::tr1::trunc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 90 using std::tr1::trunc;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 90 using std::tr1::trunc;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 90 using std::tr1::trunc;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-f.d     [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 101 Ambiguous trunc(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/deqp/executor/
xeTestLogWriter.cpp 128 std::ofstream str(filename, std::ofstream::binary|std::ofstream::trunc);
523 std::ofstream str(filename, std::ofstream::binary|std::ofstream::trunc);
  /external/dnsmasq/src/
rfc2131.c 1422 unsigned char trunc = option_len(start); local
    [all...]

Completed in 1060 milliseconds

1 2 3 4 5 6 7 8 91011>>