HomeSort by relevance Sort by last modified time
    Searched full:monotonic (Results 301 - 325 of 458) sorted by null

<<111213141516171819

  /external/ceres-solver/docs/source/
solving.rst 329 .. _section-non-monotonic-steps:
331 Non-monotonic Steps
349 enables the non-monotonic trust region algorithm as described by Conn,
357 The option to take non-monotonic steps is available for all trust
    [all...]
version_history.rst 575 non-monotonic step.
617 #. Trust region algorithm now supports the option of non-monotonic steps.
  /external/clang/test/OpenMP/
sections_reduction_codegen.cpp 336 // CHECK: atomicrmw add i32* [[T_VAR_REF]], i32 [[T_VAR_PRIV_VAL]] monotonic
366 // CHECK: atomicrmw min i32* [[T_VAR1_REF]], i32 [[T_VAR1_PRIV_VAL]] monotonic
  /external/guava/guava/src/com/google/common/math/
LongMath.java 288 * since Math.sqrt is monotonic.
290 * since casting to long is monotonic
  /frameworks/base/location/java/android/location/
Location.java 505 * <p>Note that the UTC time on a device is not monotonic: it
539 * is reliable because elapsed real-time is guaranteed monotonic for
    [all...]
  /system/core/metricsd/uploader/proto/
system_profile.proto 453 // clock implemented via TimeTicks, which guarantees that it is monotonic
461 // via TimeTicks, which guarantees that it is monotonic and does not
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 137 if (LI->getOrdering() == Monotonic) {
150 if (SI->getOrdering() == Monotonic) {
552 // A Monotonic (or higher) load is OK if the query inst is itself not atomic.
557 if (LI->getOrdering() != Monotonic)
626 // A Monotonic store is OK if the query inst is itself not atomic.
631 if (SI->getOrdering() != Monotonic)
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/curl/
acinclude.m4     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 157 // We request a fence for ATOMIC_* instructions, to reduce them to Monotonic.
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 92 /* clock ID for monotonic clock, as not all clock sources are available on all
197 /* the monotonic clock is not usable on all systems (e.g. embedded ones often
210 usbi_dbg("monotonic clock doesn't work, errno %d", errno);
    [all...]
  /external/valgrind/VEX/priv/
main_main.c     [all...]
  /external/webp/src/enc/
vp8l.c 92 // components of the palette have a monotonic development with regards to
93 // position in the palette. If all have monotonic development, there is
94 // no benefit to re-organize them greedily. A monotonic development
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 323 // non-monotonic trust region algorithm as described by Conn,
328 // non-monotonic steps.
    [all...]
  /external/fio/
configure 713 if compile_prog "" "$LIBS" "clock monotonic"; then
731 if compile_prog "" "$LIBS" "clock monotonic precise"; then
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h     [all...]

Completed in 596 milliseconds

<<111213141516171819