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

<<1112131415161718

  /external/llvm/utils/vim/
llvm.vim 34 syn keyword llvmStatement store sub switch trunc udiv ueq uge ugt uitofp ule ult
  /external/skia/tests/
MathTest.cpp 337 int trunc = (int)floorf(s); local
343 REPORTER_ASSERT(reporter, itrunc == trunc);
  /external/tcpdump/
print-ip.c 127 trunc:
300 trunc:
print-cfm.c 643 trunc:
print-llc.c 536 trunc:
print-snmp.c 655 trunc:
791 goto trunc;
836 trunc:
932 trunc:
    [all...]
print-rsvp.c 670 goto trunc;
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /bionic/libm/include/
math.h 278 double trunc(double);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 330 <trunc(g.delegators):{p|<p:delegateName()>, }>self, input, options.merge( :state => @state )
    [all...]
  /external/stlport/stlport/stl/
_ios_base.h 99 _STLP_STATIC_CONSTANT(int, trunc = 0x20);
  /external/zlib/src/contrib/iostream3/
zfstream.cc 137 bool testt = mode & std::ios_base::trunc;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 101 _STLP_STATIC_CONSTANT(int, trunc = 0x20);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 99 _STLP_STATIC_CONSTANT(int, trunc = 0x20);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 99 _STLP_STATIC_CONSTANT(int, trunc = 0x20);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 99 _STLP_STATIC_CONSTANT(int, trunc = 0x20);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 101 _STLP_STATIC_CONSTANT(int, trunc = 0x20);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 101 _STLP_STATIC_CONSTANT(int, trunc = 0x20);
  /external/deqp/framework/common/
tcuVectorUtil.hpp 117 inline float trunc (float a) { return (float)chopToInt(a); } function in namespace:tcu
454 TCU_DECLARE_VECTOR_UNARY_FUNC(trunc, trunc)
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 670 NewMask.trunc(ShAmt) == 0) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 208 def trunc(x): return int(x) function in function:StatAttributeTests.test_stat_attributes
210 def trunc(x): return x function in function:StatAttributeTests.test_stat_attributes
211 self.assertEqual(trunc(getattr(result, attr)),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 208 def trunc(x): return int(x) function in function:StatAttributeTests.test_stat_attributes
210 def trunc(x): return x function in function:StatAttributeTests.test_stat_attributes
211 self.assertEqual(trunc(getattr(result, attr)),
    [all...]
  /external/clang/lib/Headers/
tgmath.h 1208 // trunc
1216 __tg_trunc(double __x) {return trunc(__x);}
1222 #undef trunc macro
1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro

Completed in 676 milliseconds

<<1112131415161718