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

<<1112131415161718

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 361 * - trunc
383 static const openmode trunc = _S_trunc; member in class:ios_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ios_base.h 359 * - trunc
381 static const openmode trunc = _S_trunc; member in class:ios_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 359 * - trunc
381 static const openmode trunc = _S_trunc; member in class:ios_base
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 746 createExpressionNode(CSSPrimitiveValue::create(pixels, CSSPrimitiveValue::CSS_PX), pixels == trunc(pixels)),
747 createExpressionNode(CSSPrimitiveValue::create(percent, CSSPrimitiveValue::CSS_PERCENTAGE), percent == trunc(percent)),
  /external/chromium_org/v8/src/
math.js 363 "trunc", MathTrunc,
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 92 "Math": "['E', 'LN10', 'LN2', 'LOG10E', 'LOG2E', 'PI', 'SQRT1_2', 'SQRT2', 'abs', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'cbrt', 'ceil', 'clz32', 'cos', 'cosh', 'exp', 'expm1', 'floor', 'fround', 'hypot', 'imul', 'log', 'log10', 'log1p', 'log2', 'max', 'min', 'pow', 'random', 'round', 'sign', 'sin', 'sinh', 'sqrt', 'tan', 'tanh', 'trunc']",
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 604 static_assert((std::is_same<decltype(trunc((double)0)), double>::value), "");
607 assert(trunc(1) == 1);
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 169 TEST_F(ConstantRangeTest, Trunc) {
177 EXPECT_EQ(TOne, ConstantRange(One.getLower().trunc(10),
178 One.getUpper().trunc(10)));
  /external/ltrace/etc/
libm.so.conf 136 double trunc(double);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 611 static_assert((std::is_same<decltype(trunc((double)0)), double>::value), "");
614 assert(trunc(1) == 1);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 4190 int trunc = 0; local
    [all...]
  /external/tcpdump/
print-isoclns.c     [all...]
  /frameworks/rs/api/
gen_runtime.cpp 741 headerFile.open(headerFileName.c_str(), ios::out | ios::trunc);
808 mRsFile.open(fileName.c_str(), ios::out | ios::trunc);
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 285 double trunc(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 286 double trunc(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 284 double trunc(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 278 double trunc(double) __NDK_FPABI_MATH__;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 88 {g|<g:delegateName()> = new <g.recognizerName>(<trunc(g.delegators):{p|<p:delegateName()>, }>this, input, this.state);}; separator="\n">
197 {g|<g:delegateName()> = new <g.recognizerName>(<trunc(g.delegators):{p|<p:delegateName()>, }>this, input, this.state);}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 114 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
234 {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/Python/
Python.stg 130 {g|self.<g:delegateName()> = <g.recognizerName>(<trunc(g.delegators):{p|<p:delegateName()>, }>self, input, state)}; separator="\n">
268 {g|self.<g:delegateName()> = <g.recognizerName>(<trunc(g.delegators):{p|<p:delegateName()>, }>self, input, state)}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 98 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this)}; separator="\n">
219 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this)}; separator="\n">
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 346 number = trunc(number);
  /external/llvm/lib/Analysis/
ValueTracking.cpp 420 // FALL THROUGH and handle them the same as zext/trunc.
422 case Instruction::Trunc: {
461 KnownZero = KnownZero.trunc(SrcBitWidth);
462 KnownOne = KnownOne.trunc(SrcBitWidth);
    [all...]

Completed in 1125 milliseconds

<<1112131415161718