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

<<1112131415161718

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
math.h 286 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
math.h 286 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
math.h 286 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
math.h 286 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
math.h 286 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
math.h 278 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
math.h 278 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
math.h 278 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
math.h 278 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
math.h 278 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
math.h 278 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 257 Scale = Scale.trunc(SmallWidth);
258 Offset = Offset.trunc(SmallWidth);
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 285 (* CHECK: const_trunc{{.*}}trunc
910 (* CHECK-DAG: %build_trunc = trunc i32 %P1 to i8
911 * CHECK-DAG: %build_trunc2 = trunc i32 %P1 to i8
912 * CHECK-DAG: %build_trunc3 = trunc i32 %P1 to i8
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 139 {g|<g:delegateName()> = new <g.recognizerName>(input, this.state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
161 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
376 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 138 {g|<g:delegateName()> = new <g.recognizerName>(input, this.state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
158 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
358 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.cc     [all...]
  /external/llvm/lib/Support/
APInt.cpp 920 APInt APInt::trunc(unsigned width) const {
1007 return trunc(width);
1015 return trunc(width);
    [all...]

Completed in 1264 milliseconds

<<1112131415161718