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

<<111213141516171819

  /external/fsck_msdos/
fat.c 434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc)
440 *trunc = CLUST_EOF;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 304 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break;
363 case LibFunc::trunc:
  /external/llvm/test/MC/Mips/mips2/
valid.s 170 trunc.w.d $f22,$f15
171 trunc.w.s $f28,$f30
  /external/llvm/test/MC/Mips/mips32/
valid.s 200 trunc.w.d $f22,$f15
201 trunc.w.s $f28,$f30
  /external/llvm/utils/vim/syntax/
llvm.vim 34 syn keyword llvmStatement store sub switch trunc udiv ueq uge ugt uitofp ule ult
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /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/llvm/test/MC/Mips/
target-soft-float.s 56 trunc.l.d $f2, $f2
58 trunc.l.s $f2, $f2
328 trunc.w.d $f2, $f2
330 trunc.w.s $f2, $f2
  /external/tcpdump/
print-snmp.c 650 trunc:
787 goto trunc;
831 trunc:
929 trunc:
    [all...]
print-telnet.c 496 trunc:
  /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/current/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 101 _STLP_STATIC_CONSTANT(int, trunc = 0x20);
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 686 NewMask.trunc(ShAmt) == 0) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /bionic/libm/
Android.mk 305 arm64/trunc.S \
397 x86/trunc.S \
474 x86_64/trunc.S \
  /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
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
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
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
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
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
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
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
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 672 milliseconds

<<111213141516171819