HomeSort by relevance Sort by last modified time
    Searched full:divides (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
divides.pass.cpp 12 // divides
20 typedef std::divides<int> F;
27 typedef std::divides<> F2;
33 constexpr int foo = std::divides<int> () (3, 2);
36 constexpr int bar = std::divides<> () (3.0, 2);
transparent.pass.cpp 43 static_assert ( !is_transparent<std::divides<int>>::value, "" );
44 static_assert ( !is_transparent<std::divides<std::string>>::value, "" );
45 static_assert ( is_transparent<std::divides<void>>::value, "" );
46 static_assert ( is_transparent<std::divides<>>::value, "" );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
divides.pass.cpp 12 // divides
20 typedef std::divides<int> F;
25 typedef std::divides<> F2;
31 constexpr int foo = std::divides<int> () (3, 2);
34 constexpr int bar = std::divides<> () (3.0, 2);
transparent.pass.cpp 43 static_assert ( !is_transparent<std::divides<int>>::value, "" );
44 static_assert ( !is_transparent<std::divides<std::string>>::value, "" );
45 static_assert ( is_transparent<std::divides<void>>::value, "" );
46 static_assert ( is_transparent<std::divides<>>::value, "" );
  /ndk/tests/device/test-gnustl-full/unit/
divides_test.cpp 31 int result = accumulate(input, input + 3, 48, divides<int>());
  /ndk/tests/device/test-stlport/unit/
divides_test.cpp 31 int result = accumulate(input, input + 3, 48, divides<int>());
  /external/clang/test/CodeGen/
atomic_ops.c 9 // Check that multiply / divides on atomics produce a cmpxchg loop
  /external/compiler-rt/lib/builtins/arm/
divdf3vfp.S 15 // Divides two double precision floating point numbers using the Darwin
divsf3vfp.S 15 // Divides two single precision floating point numbers using the Darwin
  /external/llvm/include/llvm/Transforms/Utils/
BypassSlowDivision.h 12 // For example, on Intel Atom 32-bit divides are slow enough that during
  /external/zopfli/src/zopfli/
blocksplitter.h 69 Divides the input into equal blocks, does not even take LZ77 lengths into
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 113 # Divides a dataset by a scalar.
126 # Divides a dataset by a scalar.
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwrite.c 78 * skip the divide if this happens, since divides are
  /external/lldb/scripts/Python/interface/
SBFileSpec.i 13 "Represents a file specfication that divides the path into a directory and
  /external/skia/src/utils/
SkTextureCompressor_Utils.h 23 // Divides each byte in the 32-bit argument by three.
  /libcore/luni/src/main/java/java/math/
Division.java 44 * Divides an array by an integer value. Implements the Knuth's division
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
dag.py 223 divides the length of every cycle in the graph.
244 acyclic as every integer trivial divides length 0 cycles.
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector3f.java 571 * <code>divide</code> divides the values of this vector by a scalar and
584 * <code>divideLocal</code> divides this vector by a scalar internally,
589 * the value to divides this vector by.
602 * <code>divide</code> divides the values of this vector by a scalar and
614 * <code>divideLocal</code> divides this vector by a scalar internally,
619 * the value to divides this vector by.
    [all...]
Vector4f.java 508 * <code>divide</code> divides the values of this vector by a scalar and
521 * <code>divideLocal</code> divides this vector by a scalar internally,
526 * the value to divides this vector by.
539 * <code>divide</code> divides the values of this vector by a scalar and
551 * <code>divideLocal</code> divides this vector by a scalar internally,
556 * the value to divides this vector by.
  /external/boringssl/src/crypto/dh/
check.c 138 /* Check p == 1 mod q i.e. q divides p - 1 */
  /external/compiler-rt/lib/builtins/i386/
udivdi3.S 15 // currently possible via simulation of integer divides on the x87 unit.
umoddi3.S 15 // currently possible via simulation of integer divides on the x87 unit.
  /external/e2fsprogs/e2fsck/
mtrace.h 99 /* The allocator divides the heap into blocks of fixed size; large
  /external/llvm/include/llvm/Analysis/
IntervalPartition.h 35 // a function. This partition divides the control flow graph into a set of
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 82 // Divides all the values by the normalizer, then it resets it to 1.0

Completed in 2548 milliseconds

1 2 3 4 5 6 7 8 9