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

1 2

  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
divides.pass.cpp 12 // divides
22 typedef std::divides<int> F;
29 typedef std::divides<> F2;
35 constexpr int foo = std::divides<int> () (3, 2);
38 constexpr double 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, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/arithmetic.operations/
divides.pass.cpp 12 // divides
22 typedef std::divides<int> F;
29 typedef std::divides<> F2;
35 constexpr int foo = std::divides<int> () (3, 2);
38 constexpr double 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, "" );
  /external/eigen/Eigen/src/Core/functors/
StlFunctors.h 24 struct functor_traits<std::divides<T> >
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic.go 101 // umagic computes the constants needed to strength reduce unsigned n-bit divides by the constant uint64(c).
162 // magic computes the constants needed to strength reduce signed n-bit divides by the constant c.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic.go 101 // umagic computes the constants needed to strength reduce unsigned n-bit divides by the constant uint64(c).
162 // magic computes the constants needed to strength reduce signed n-bit divides by the constant c.
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 111 public Quaternion divides(Quaternion b) { method in class:Quaternion
  /external/mesa3d/src/gallium/state_trackers/clover/util/
functional.hpp 69 struct divides { struct in namespace:clover
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 167 struct divides : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 167 struct divides : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/go/darwin-x86/src/math/big/
decimal.go 13 // precisely in multi-precision decimal because 2 divides 10 (required for
natconv.go 351 // Recursive conversion divides q by its approximate square root, yielding two parts, each half
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 9 // because 2 divides 10; cannot do decimal floating point
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 13 // precisely in multi-precision decimal because 2 divides 10 (required for
natconv.go 351 // Recursive conversion divides q by its approximate square root, yielding two parts, each half
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 9 // because 2 divides 10; cannot do decimal floating point
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 56 map(divides(), grid_size, block_size);
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 99 // partition divides an address list into two categories, using a
  /prebuilts/go/linux-x86/src/net/
ipsock.go 99 // partition divides an address list into two categories, using a
  /prebuilts/go/darwin-x86/src/time/
time.go     [all...]
  /prebuilts/go/linux-x86/src/time/
time.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 60 // Weird special instructions for use in the strength reduction of divides.
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 200 // how Go organizes memory. Go divides the virtual address
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 60 // Weird special instructions for use in the strength reduction of divides.

Completed in 1881 milliseconds

1 2