HomeSort by relevance Sort by last modified time
    Searched full:detail (Results 426 - 450 of 6115) sorted by null

<<11121314151617181920>>

  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.inl 11 namespace detail{
252 return detail::fmat4x4SIMD
267 return detail::fmat4x4SIMD
282 return detail::fmat4x4SIMD
298 return detail::fmat4x4SIMD
313 return detail::fmat4x4SIMD
328 return detail::fmat4x4SIMD
344 return detail::fmat4x4SIMD
359 return detail::fmat4x4SIMD
406 return detail::fmat4x4SIM
    [all...]
gradient_paint.hpp 58 detail::tvec2<T, P> const & Center,
60 detail::tvec2<T, P> const & Focal,
61 detail::tvec2<T, P> const & Position);
67 detail::tvec2<T, P> const & Point0,
68 detail::tvec2<T, P> const & Point1,
69 detail::tvec2<T, P> const & Position);
handed_coordinate_space.hpp 57 detail::tvec3<T, P> const & tangent,
58 detail::tvec3<T, P> const & binormal,
59 detail::tvec3<T, P> const & normal);
65 detail::tvec3<T, P> const & tangent,
66 detail::tvec3<T, P> const & binormal,
67 detail::tvec3<T, P> const & normal);
raw_data.hpp 42 #include "../detail/setup.hpp"
43 #include "../detail/type_int.hpp"
56 typedef detail::uint8 byte;
60 typedef detail::uint16 word;
64 typedef detail::uint32 dword;
68 typedef detail::uint64 qword;
std_based_type.hpp 56 typedef detail::tvec2<std::size_t, defaultp> size2;
60 typedef detail::tvec3<std::size_t, defaultp> size3;
64 typedef detail::tvec4<std::size_t, defaultp> size4;
68 typedef detail::tvec2<std::size_t, defaultp> size2_t;
72 typedef detail::tvec3<std::size_t, defaultp> size3_t;
76 typedef detail::tvec4<std::size_t, defaultp> size4_t;
vector_angle.inl 54 detail::tvec2<T, P> const & x,
55 detail::tvec2<T, P> const & y
68 detail::tvec2<T, P> const TransformedVector(glm::rotate(x, Angle));
78 detail::tvec3<T, P> const & x,
79 detail::tvec3<T, P> const & y,
80 detail::tvec3<T, P> const & ref
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
simd_mat4.inl 11 namespace detail{
252 return detail::fmat4x4SIMD
267 return detail::fmat4x4SIMD
282 return detail::fmat4x4SIMD
298 return detail::fmat4x4SIMD
313 return detail::fmat4x4SIMD
328 return detail::fmat4x4SIMD
344 return detail::fmat4x4SIMD
359 return detail::fmat4x4SIMD
406 return detail::fmat4x4SIM
    [all...]
gradient_paint.hpp 58 detail::tvec2<T, P> const & Center,
60 detail::tvec2<T, P> const & Focal,
61 detail::tvec2<T, P> const & Position);
67 detail::tvec2<T, P> const & Point0,
68 detail::tvec2<T, P> const & Point1,
69 detail::tvec2<T, P> const & Position);
handed_coordinate_space.hpp 57 detail::tvec3<T, P> const & tangent,
58 detail::tvec3<T, P> const & binormal,
59 detail::tvec3<T, P> const & normal);
65 detail::tvec3<T, P> const & tangent,
66 detail::tvec3<T, P> const & binormal,
67 detail::tvec3<T, P> const & normal);
raw_data.hpp 42 #include "../detail/setup.hpp"
43 #include "../detail/type_int.hpp"
56 typedef detail::uint8 byte;
60 typedef detail::uint16 word;
64 typedef detail::uint32 dword;
68 typedef detail::uint64 qword;
std_based_type.hpp 56 typedef detail::tvec2<std::size_t, defaultp> size2;
60 typedef detail::tvec3<std::size_t, defaultp> size3;
64 typedef detail::tvec4<std::size_t, defaultp> size4;
68 typedef detail::tvec2<std::size_t, defaultp> size2_t;
72 typedef detail::tvec3<std::size_t, defaultp> size3_t;
76 typedef detail::tvec4<std::size_t, defaultp> size4_t;
  /external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java 38 * Construct a new exception with <code>null</code> as its detail message.
48 * Construct a new exception with the specified detail message.
50 * @param message The detail message
61 * detail message.
73 * Construct a new exception with the specified detail message and cause.
75 * @param message The detail message
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
op_queue.hpp 2 // detail/op_queue.hpp
15 #include "asio/detail/noncopyable.hpp"
17 #include "asio/detail/push_options.hpp"
20 namespace detail { namespace in namespace:asio
148 } // namespace detail
151 #include "asio/detail/pop_options.hpp"
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogConfigurationException.java 39 * Construct a new exception with <code>null</code> as its detail message.
46 * Construct a new exception with the specified detail message.
49 * The detail message
56 * Construct a new exception with the specified cause and a derived detail
69 * Construct a new exception with the specified detail message and cause.
72 * The detail message
  /external/tensorflow/tensorflow/python/lib/core/
safe_ptr.h 26 namespace detail { namespace in namespace:tensorflow
44 } // namespace detail
48 using Safe_PyObjectPtr = std::unique_ptr<PyObject, detail::PyDecrefDeleter>;
53 using Safe_TF_TensorPtr = std::unique_ptr<TF_Tensor, detail::TFTensorDeleter>;
59 std::unique_ptr<TFE_TensorHandle, detail::TFETensorHandleDeleter>;
64 using Safe_TF_StatusPtr = std::unique_ptr<TF_Status, detail::TFStatusDeleter>;
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
enumeration.h 13 namespace detail { namespace in namespace:android::pdx::rpc
45 } // namespace detail
50 using ElementForType = decltype(detail::SelectElementByType<T>(
51 detail::ElementIndexer<typename IndexSequenceFor<Ts...>::type, Ts...>{}));
58 using ElementForIndex = decltype(detail::SelectElementByIndex<I>(
59 detail::ElementIndexer<typename IndexSequenceFor<Ts...>::type, Ts...>{}));
  /libcore/ojluni/src/main/java/java/util/prefs/
InvalidPreferencesFormatException.java 54 * detail message.
56 * @param message the detail message. The detail message is saved for
65 * detail message and cause.
67 * @param message the detail message. The detail message is saved for
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
Formatters.h 26 namespace detail { namespace in namespace:llvm::codeview
38 } // end namespace detail
40 inline detail::GuidAdapter fmt_guid(StringRef Item) {
41 return detail::GuidAdapter(Item);
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
45 return detail::GuidAdapter(Item);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
Formatters.h 26 namespace detail { namespace in namespace:llvm::codeview
38 } // end namespace detail
40 inline detail::GuidAdapter fmt_guid(StringRef Item) {
41 return detail::GuidAdapter(Item);
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
45 return detail::GuidAdapter(Item);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
Formatters.h 26 namespace detail { namespace in namespace:llvm::codeview
38 } // end namespace detail
40 inline detail::GuidAdapter fmt_guid(StringRef Item) {
41 return detail::GuidAdapter(Item);
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
45 return detail::GuidAdapter(Item);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
Formatters.h 26 namespace detail { namespace in namespace:llvm::codeview
38 } // end namespace detail
40 inline detail::GuidAdapter fmt_guid(StringRef Item) {
41 return detail::GuidAdapter(Item);
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
45 return detail::GuidAdapter(Item);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
Formatters.h 26 namespace detail { namespace in namespace:llvm::codeview
38 } // end namespace detail
40 inline detail::GuidAdapter fmt_guid(StringRef Item) {
41 return detail::GuidAdapter(Item);
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
45 return detail::GuidAdapter(Item);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
Formatters.h 26 namespace detail { namespace in namespace:llvm::codeview
38 } // end namespace detail
40 inline detail::GuidAdapter fmt_guid(StringRef Item) {
41 return detail::GuidAdapter(Item);
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
45 return detail::GuidAdapter(Item);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
Formatters.h 26 namespace detail { namespace in namespace:llvm::codeview
38 } // end namespace detail
40 inline detail::GuidAdapter fmt_guid(StringRef Item) {
41 return detail::GuidAdapter(Item);
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
45 return detail::GuidAdapter(Item);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
Formatters.h 26 namespace detail { namespace in namespace:llvm::codeview
38 } // end namespace detail
40 inline detail::GuidAdapter fmt_guid(StringRef Item) {
41 return detail::GuidAdapter(Item);
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
45 return detail::GuidAdapter(Item);

Completed in 1075 milliseconds

<<11121314151617181920>>