Home
last modified time | relevance | path

Searched defs:divides (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/dmc/
Ddivides.hpp68 struct divides struct
81 struct divides< N1,N2,N3,N4,na > struct
95 struct divides< N1,N2,N3,na,na > struct
109 struct divides< N1,N2,na,na,na > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc551/
Ddivides.hpp68 struct divides struct
81 struct divides< N1,N2,N3,N4,na > struct
95 struct divides< N1,N2,N3,na,na > struct
109 struct divides< N1,N2,na,na,na > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/
Ddivides.hpp68 struct divides struct
81 struct divides< N1,N2,N3,N4,na > struct
95 struct divides< N1,N2,N3,na,na > struct
109 struct divides< N1,N2,na,na,na > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/
Ddivides.hpp68 struct divides struct
76 struct divides< N1,N2,N3,N4,na > struct
90 struct divides< N1,N2,N3,na,na > struct
104 struct divides< N1,N2,na,na,na > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc_pre590/
Ddivides.hpp68 struct divides struct
81 struct divides< N1,N2,N3,N4,na > struct
95 struct divides< N1,N2,N3,na,na > struct
109 struct divides< N1,N2,na,na,na > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc/
Ddivides.hpp68 struct divides struct
81 struct divides< N1,N2,N3,N4,na > struct
95 struct divides< N1,N2,N3,na,na > struct
109 struct divides< N1,N2,na,na,na > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/mwcw/
Ddivides.hpp68 struct divides struct
81 struct divides< N1,N2,N3,N4,na > struct
95 struct divides< N1,N2,N3,na,na > struct
109 struct divides< N1,N2,na,na,na > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/
Ddivides.hpp68 struct divides struct
81 struct divides< N1,N2,N3,N4,na > struct
95 struct divides< N1,N2,N3,na,na > struct
109 struct divides< N1,N2,na,na,na > struct
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dstl_function.h167 struct divides : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() struct
170 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dstl_function.h167 struct divides : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() struct
170 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/util/
H A Dfunctional.hpp69 struct divides { struct
72 operator()(T x, S y) const { in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Ddivides.rst3 divides title
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ctps/
Ddivides.hpp76 struct divides struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc70/
Ddivides.hpp76 struct divides struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc60/
Ddivides.hpp76 struct divides struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp60 struct divides {}; struct
/aosp_15_r20/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java111 public Quaternion divides(Quaternion b) { in divides() method in Quaternion
/aosp_15_r20/external/rust/android-crates-io/crates/num-integer/src/
Dlib.rs210 fn divides(&self, other: &Self) -> bool; in divides() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp660 Divides divides; variable
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs279 fn divides(&self, other: &BigUint) -> bool { in divides() method
Dbigint.rs474 fn divides(&self, other: &BigInt) -> bool { in divides() method
/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp1230 static expr divides(float x, float y) { return expr(x/y); } in divides() function
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp1232 static expr divides(float x, float y) { return expr(x/y); } in divides() function