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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
dual_quaternion.hpp 54 namespace detail namespace in namespace:glm
61 typedef glm::detail::tquat<T, P> part_type;
64 glm::detail::tquat<T, P> real, dual;
89 GLM_FUNC_DECL detail::tquat<T, P> operator- (
90 detail::tquat<T, P> const & q);
93 GLM_FUNC_DECL detail::tdualquat<T, P> operator+ (
94 detail::tdualquat<T, P> const & q,
95 detail::tdualquat<T, P> const & p);
98 GLM_FUNC_DECL detail::tdualquat<T, P> operator* (
99 detail::tdualquat<T, P> const & q
    [all...]
simd_vec4.hpp 47 # include "../detail/intrinsic_common.hpp"
48 # include "../detail/intrinsic_geometric.hpp"
49 # include "../detail/intrinsic_integer.hpp"
86 namespace detail namespace in namespace:glm
174 }//namespace detail
176 typedef glm::detail::fvec4SIMD simdVec4;
184 detail::fvec4SIMD const & x);
188 detail::fvec4SIMD abs(detail::fvec4SIMD const & x);
192 detail::fvec4SIMD sign(detail::fvec4SIMD const & x)
    [all...]
matrix_transform_2d.inl 35 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> translate(
36 detail::tmat3x3<T, P> const & m,
37 detail::tvec2<T, P> const & v)
39 detail::tmat3x3<T, P> Result(m);
46 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> rotate(
47 detail::tmat3x3<T, P> const & m,
58 detail::tmat3x3<T, P> Result(detail::tmat3x3<T, P>::_null);
66 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> scale(
67 detail::tmat3x3<T, P> const & m
    [all...]
dual_quaternion.inl 33 namespace detail
146 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator-
148 detail::tdualquat<T, P> const & q
151 return detail::tdualquat<T, P>(-q.real,-q.dual);
155 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator+
157 detail::tdualquat<T, P> const & q,
158 detail::tdualquat<T, P> const & p
161 return detail::tdualquat<T, P>(q.real + p.real,q.dual + p.dual);
165 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator*
167 detail::tdualquat<T, P> const & p
    [all...]
inertia.inl 14 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> boxInertia3
17 detail::tvec3<T, P> const & Scale
20 detail::tmat3x3<T, P> Result(T(1));
28 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> boxInertia4
31 detail::tvec3<T, P> const & Scale
34 detail::tmat4x4<T, P> Result(T(1));
42 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> diskInertia3
49 detail::tmat3x3<T, P> Result(a);
55 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> diskInertia4
62 detail::tmat4x4<T, P> Result(a)
    [all...]
matrix_operation.hpp 56 GLM_FUNC_DECL detail::tmat2x2<T, P> diagonal2x2(
57 detail::tvec2<T, P> const & v);
62 GLM_FUNC_DECL detail::tmat2x3<T, P> diagonal2x3(
63 detail::tvec2<T, P> const & v);
68 GLM_FUNC_DECL detail::tmat2x4<T, P> diagonal2x4(
69 detail::tvec2<T, P> const & v);
74 GLM_FUNC_DECL detail::tmat3x2<T, P> diagonal3x2(
75 detail::tvec2<T, P> const & v);
80 GLM_FUNC_DECL detail::tmat3x3<T, P> diagonal3x3(
81 detail::tvec3<T, P> const & v)
    [all...]
norm.inl 24 detail::tvec2<T, P> const & x
33 detail::tvec3<T, P> const & x
42 detail::tvec4<T, P> const & x
61 detail::tvec2<T, P> const & p0,
62 detail::tvec2<T, P> const & p1
71 detail::tvec3<T, P> const & p0,
72 detail::tvec3<T, P> const & p1
81 detail::tvec4<T, P> const & p0,
82 detail::tvec4<T, P> const & p1
91 detail::tvec3<T, P> const & a
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.hpp 47 # include "../detail/intrinsic_common.hpp"
48 # include "../detail/intrinsic_geometric.hpp"
49 # include "../detail/intrinsic_integer.hpp"
86 namespace detail namespace in namespace:glm
174 }//namespace detail
176 typedef glm::detail::fvec4SIMD simdVec4;
184 detail::fvec4SIMD const & x);
188 detail::fvec4SIMD abs(detail::fvec4SIMD const & x);
192 detail::fvec4SIMD sign(detail::fvec4SIMD const & x)
    [all...]
matrix_transform_2d.inl 35 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> translate(
36 detail::tmat3x3<T, P> const & m,
37 detail::tvec2<T, P> const & v)
39 detail::tmat3x3<T, P> Result(m);
46 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> rotate(
47 detail::tmat3x3<T, P> const & m,
58 detail::tmat3x3<T, P> Result(detail::tmat3x3<T, P>::_null);
66 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> scale(
67 detail::tmat3x3<T, P> const & m
    [all...]
dual_quaternion.inl 33 namespace detail
146 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator-
148 detail::tdualquat<T, P> const & q
151 return detail::tdualquat<T, P>(-q.real,-q.dual);
155 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator+
157 detail::tdualquat<T, P> const & q,
158 detail::tdualquat<T, P> const & p
161 return detail::tdualquat<T, P>(q.real + p.real,q.dual + p.dual);
165 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> operator*
167 detail::tdualquat<T, P> const & p
    [all...]
inertia.inl 14 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> boxInertia3
17 detail::tvec3<T, P> const & Scale
20 detail::tmat3x3<T, P> Result(T(1));
28 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> boxInertia4
31 detail::tvec3<T, P> const & Scale
34 detail::tmat4x4<T, P> Result(T(1));
42 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> diskInertia3
49 detail::tmat3x3<T, P> Result(a);
55 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> diskInertia4
62 detail::tmat4x4<T, P> Result(a)
    [all...]
matrix_operation.hpp 56 GLM_FUNC_DECL detail::tmat2x2<T, P> diagonal2x2(
57 detail::tvec2<T, P> const & v);
62 GLM_FUNC_DECL detail::tmat2x3<T, P> diagonal2x3(
63 detail::tvec2<T, P> const & v);
68 GLM_FUNC_DECL detail::tmat2x4<T, P> diagonal2x4(
69 detail::tvec2<T, P> const & v);
74 GLM_FUNC_DECL detail::tmat3x2<T, P> diagonal3x2(
75 detail::tvec2<T, P> const & v);
80 GLM_FUNC_DECL detail::tmat3x3<T, P> diagonal3x3(
81 detail::tvec3<T, P> const & v)
    [all...]
norm.inl 24 detail::tvec2<T, P> const & x
33 detail::tvec3<T, P> const & x
42 detail::tvec4<T, P> const & x
61 detail::tvec2<T, P> const & p0,
62 detail::tvec2<T, P> const & p1
71 detail::tvec3<T, P> const & p0,
72 detail::tvec3<T, P> const & p1
81 detail::tvec4<T, P> const & p0,
82 detail::tvec4<T, P> const & p1
91 detail::tvec3<T, P> const & a
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
pipe_select_interrupter.ipp 2 // detail/impl/pipe_select_interrupter.ipp
15 #include "asio/detail/config.hpp"
22 #include "asio/detail/pipe_select_interrupter.hpp"
23 #include "asio/detail/socket_types.hpp"
24 #include "asio/detail/throw_error.hpp"
27 #include "asio/detail/push_options.hpp"
30 namespace detail {
56 asio::detail::throw_error(ec, "pipe_select_interrupter");
105 } // namespace detail
108 #include "asio/detail/pop_options.hpp
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserException.java 12 protected Throwable detail; field in class:XmlPullParserException
26 this.detail = thrwble;
45 this.detail = chain;
48 public Throwable getDetail() { return detail; }
49 // public void setDetail(Throwable cause) { this.detail = cause; }
55 if(detail == null)
59 + detail.getMessage();
63 //NOTE: code that prints this and detail is difficult in J2ME
65 if (detail == null) {
70 detail.printStackTrace()
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_transform.inl 36 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> translate
38 detail::tmat4x4<T, P> const & m,
39 detail::tvec3<T, P> const & v
42 detail::tmat4x4<T, P> Result(m);
48 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> rotate
50 detail::tmat4x4<T, P> const & m,
52 detail::tvec3<T, P> const & v
64 detail::tvec3<T, P> axis(normalize(v));
65 detail::tvec3<T, P> temp((T(1) - c) * axis);
67 detail::tmat4x4<T, P> Rotate(detail::tmat4x4<T, P>::_null)
    [all...]
matrix_integer.hpp 62 typedef detail::tmat2x2<int, highp> highp_imat2;
66 typedef detail::tmat3x3<int, highp> highp_imat3;
70 typedef detail::tmat4x4<int, highp> highp_imat4;
74 typedef detail::tmat2x2<int, highp> highp_imat2x2;
78 typedef detail::tmat2x3<int, highp> highp_imat2x3;
82 typedef detail::tmat2x4<int, highp> highp_imat2x4;
86 typedef detail::tmat3x2<int, highp> highp_imat3x2;
90 typedef detail::tmat3x3<int, highp> highp_imat3x3;
94 typedef detail::tmat3x4<int, highp> highp_imat3x4;
98 typedef detail::tmat4x2<int, highp> highp_imat4x2
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
matrix_transform.inl 36 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> translate
38 detail::tmat4x4<T, P> const & m,
39 detail::tvec3<T, P> const & v
42 detail::tmat4x4<T, P> Result(m);
48 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> rotate
50 detail::tmat4x4<T, P> const & m,
52 detail::tvec3<T, P> const & v
64 detail::tvec3<T, P> axis(normalize(v));
65 detail::tvec3<T, P> temp((T(1) - c) * axis);
67 detail::tmat4x4<T, P> Rotate(detail::tmat4x4<T, P>::_null)
    [all...]
matrix_integer.hpp 62 typedef detail::tmat2x2<int, highp> highp_imat2;
66 typedef detail::tmat3x3<int, highp> highp_imat3;
70 typedef detail::tmat4x4<int, highp> highp_imat4;
74 typedef detail::tmat2x2<int, highp> highp_imat2x2;
78 typedef detail::tmat2x3<int, highp> highp_imat2x3;
82 typedef detail::tmat2x4<int, highp> highp_imat2x4;
86 typedef detail::tmat3x2<int, highp> highp_imat3x2;
90 typedef detail::tmat3x3<int, highp> highp_imat3x3;
94 typedef detail::tmat3x4<int, highp> highp_imat3x4;
98 typedef detail::tmat4x2<int, highp> highp_imat4x2
    [all...]
  /external/capstone/arch/X86/
X86ATTInstPrinter.c 55 if (MI->csh->detail != CS_OPT_ON)
61 MI->flat_insn->detail->x86.op_count++;
272 if (MI->csh->detail) {
273 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM;
274 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = MI->x86opsize;
275 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.segment = X86_REG_INVALID;
276 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.base = X86_REG_INVALID
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_invoke_helpers.hpp 2 // detail/handler_invoke_helpers.hpp
15 #include "asio/detail/config.hpp"
16 #include "asio/detail/addressof.hpp"
19 #include "asio/detail/push_options.hpp"
34 asio_handler_invoke(function, asio::detail::addressof(context));
46 asio_handler_invoke(function, asio::detail::addressof(context));
52 #include "asio/detail/pop_options.hpp"
posix_signal_blocker.hpp 2 // detail/posix_signal_blocker.hpp
15 #include "asio/detail/config.hpp"
22 #include "asio/detail/noncopyable.hpp"
24 #include "asio/detail/push_options.hpp"
27 namespace detail { namespace in namespace:asio
75 } // namespace detail
78 #include "asio/detail/pop_options.hpp"
task_io_service_operation.hpp 2 // detail/task_io_service_operation.hpp
16 #include "asio/detail/handler_tracking.hpp"
17 #include "asio/detail/op_queue.hpp"
19 #include "asio/detail/push_options.hpp"
22 namespace detail { namespace in namespace:asio
68 } // namespace detail
71 #include "asio/detail/pop_options.hpp"
posix_fd_set_adapter.hpp 2 // detail/posix_fd_set_adapter.hpp
15 #include "asio/detail/config.hpp"
19 #include "asio/detail/noncopyable.hpp"
20 #include "asio/detail/reactor_op_queue.hpp"
21 #include "asio/detail/socket_types.hpp"
23 #include "asio/detail/push_options.hpp"
26 namespace detail { namespace in namespace:asio
103 } // namespace detail
106 #include "asio/detail/pop_options.hpp"
  /libcore/libart/src/main/java/dalvik/system/
TransactionAbortError.java 32 * Constructs a new {@code TransactionAbortError} with its stack trace and detail
35 * @param detailMessage the detail message for the exception.
42 * Constructs a new {@code TransactionAbortError} with detail message and cause
45 * @param message the detail message for the exception.
46 * @param cause the detail cause for the exception.
54 * Constructs a new {@code TransactionAbortError} with its detail cause filled in.
56 * @param cause the detail cause for the exception.

Completed in 670 milliseconds

1 2 3 4 56 7 8 91011>>