HomeSort by relevance Sort by last modified time
    Searched defs:PURE (Results 1 - 22 of 22) sorted by null

  /frameworks/native/libs/math/include/math/
mat2.h 24 #define PURE __attribute__((pure))
322 CONSTEXPR typename TMat22<U>::col_type PURE operator *(const TMat22<T>& lhs, const TVec2<U>& rhs) {
333 CONSTEXPR typename TMat22<U>::row_type PURE operator *(const TVec2<U>& lhs, const TMat22<T>& rhs) {
343 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat22<T>>::type PURE
350 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat22<T>>::type PURE
361 CONSTEXPR typename TMat22<T>::col_type PURE diag(const TMat22<T>& m) {
376 #undef PURE
mat3.h 25 #define PURE __attribute__((pure))
375 CONSTEXPR typename TMat33<U>::col_type PURE operator *(const TMat33<T>& lhs, const TVec3<U>& rhs) {
386 CONSTEXPR typename TMat33<U>::row_type PURE operator *(const TVec3<U>& lhs, const TMat33<T>& rhs) {
396 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat33<T>>::type PURE
403 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat33<T>>::type PURE
424 CONSTEXPR typename TMat33<T>::col_type PURE diag(const TMat33<T>& m) {
439 #undef PURE
mat4.h 29 #define PURE __attribute__((pure))
524 CONSTEXPR typename TMat44<T>::col_type PURE operator *(const TMat44<T>& lhs, const TVec4<U>& rhs) {
535 CONSTEXPR typename TMat44<T>::col_type PURE operator *(const TMat44<T>& lhs, const TVec3<U>& rhs) {
542 CONSTEXPR typename TMat44<U>::row_type PURE operator *(const TVec4<U>& lhs, const TMat44<T>& rhs) {
552 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat44<T>>::type PURE
559 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat44<T>>::type PURE
570 typename TMat44<T>::col_type PURE diag(const TMat44<T>& m) {
585 #undef PURE
quat.h 27 #ifndef PURE
28 #define PURE __attribute__((pure))
133 constexpr static TQuaternion PURE fromAxisAngle(const TVec3<A>& axis, B angle) {
192 #undef PURE
TQuatHelpers.h 28 #define PURE __attribute__((pure))
93 constexpr QUATERNION<T> PURE operator *(const QUATERNION<T>& q, const QUATERNION<RT>& r) {
108 constexpr TVec3<T> PURE operator *(const QUATERNION<T>& q, const TVec3<RT>& v) {
120 * constexpr BASE<T> PURE operator *(const BASE<T>& q, const BASE<T>& r) {
129 constexpr QUATERNION<T> PURE operator *(QUATERNION<T> q, T scalar) {
134 constexpr QUATERNION<T> PURE operator *(T scalar, QUATERNION<T> q) {
140 constexpr QUATERNION<T> PURE operator /(QUATERNION<T> q, T scalar) {
167 constexpr T PURE dot(const QUATERNION<T>& p, const QUATERNION<RT>& q) {
175 constexpr T PURE norm(const QUATERNION<T>& q)
    [all...]
TVecHelpers.h 28 #define PURE __attribute__((pure))
110 friend inline constexpr VECTOR<T> PURE operator +(VECTOR<T> lv, const VECTOR<RT>& rv) {
115 friend inline constexpr VECTOR<T> PURE operator -(VECTOR<T> lv, const VECTOR<RT>& rv) {
126 friend inline constexpr VECTOR<T> PURE operator +(VECTOR<T> lv, const VECTOR<T>& rv) {
130 friend inline constexpr VECTOR<T> PURE operator -(VECTOR<T> lv, const VECTOR<T>& rv) {
191 friend inline constexpr VECTOR<T> PURE operator *(VECTOR<T> lv, const VECTOR<RT>& rv) {
196 friend inline constexpr VECTOR<T> PURE operator /(VECTOR<T> lv, const VECTOR<RT>& rv) {
207 friend inline constexpr VECTOR<T> PURE operator *(VECTOR<T> lv, const VECTOR<T>& rv) {
211 friend inline constexpr VECTOR<T> PURE operator /(VECTOR<T> lv, const VECTOR<T>& rv)
    [all...]
TMatHelpers.h 44 #define PURE __attribute__((pure))
81 MATRIX PURE gaussJordanInverse(const MATRIX& src) {
130 CONSTEXPR MATRIX PURE fastInverse2(const MATRIX& x) {
164 CONSTEXPR MATRIX PURE fastInverse3(const MATRIX& x) {
234 inline constexpr MATRIX PURE inverse(const MATRIX& matrix) {
242 CONSTEXPR MATRIX_R PURE multiply(const MATRIX_A& lhs, const MATRIX_B& rhs) {
264 CONSTEXPR MATRIX PURE transpose(const MATRIX& m) {
278 CONSTEXPR typename MATRIX::value_type PURE trace(const MATRIX& m) {
289 CONSTEXPR typename MATRIX::col_type PURE diag(const MATRIX& m)
    [all...]
  /art/libartbase/base/
macros.h 86 #define PURE __attribute__ ((__pure__))
  /external/adhd/cras/src/dsp/
drc_math.h 60 #define PURE __attribute__ ((pure))
61 static inline float decibels_to_linear(float decibels) PURE;
62 static inline float linear_to_decibels(float linear) PURE;
63 static inline float warp_sinf(float x) PURE;
64 static inline float warp_asinf(float x) PURE;
65 static inline float knee_expf(float input) PURE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetyps.h 52 #define PURE = 0
69 #define PURE
icrsint.h 49 STDMETHOD_(const ADO_BINDING_ENTRY*,GetADOBindingEntries) (VOID) PURE;
55 STDMETHOD(BindToRecordset) (CADORecordBinding *pAdoRecordBinding) PURE;
56 STDMETHOD(AddNew) (CADORecordBinding *pAdoRecordBinding) PURE;
57 STDMETHOD(Update) (CADORecordBinding *pAdoRecordBinding) PURE;
combaseapi.h 57 #define PURE = 0
104 #define PURE
d2d1effectauthor.h 156 STDMETHOD(Map)(BYTE **data, UINT32 bufferSize) PURE;
157 STDMETHOD(Unmap)() PURE;
175 CONST UINT32 *strides, UINT32 dimensions, CONST BYTE *data, UINT32 dataCount) PURE;
192 STDMETHOD(SetInputDescription)(UINT32 inputIndex, D2D1_INPUT_DESCRIPTION inputDescription) PURE;
193 STDMETHOD(SetOutputBuffer)(D2D1_BUFFER_PRECISION bufferPrecision, D2D1_CHANNEL_DEPTH channelDepth) PURE;
194 STDMETHOD_(void, SetCached)(BOOL isCached) PURE;
195 STDMETHOD_(void, SetInstructionCountHint)(UINT32 instructionCount) PURE;
212 STDMETHOD(SetPixelShaderConstantBuffer)(CONST BYTE *buffer, UINT32 bufferCount) PURE;
213 STDMETHOD(SetResourceTexture)(UINT32 textureIndex, ID2D1ResourceTexture *resourceTexture) PURE;
214 STDMETHOD(SetVertexShaderConstantBuffer)(CONST BYTE *buffer, UINT32 bufferCount) PURE;
    [all...]
d2d1_1.h 280 STDMETHOD_(UINT32, GetPropertyCount)() CONST PURE;
281 STDMETHOD(GetPropertyName)(UINT32 index, PWSTR name, UINT32 nameCount) CONST PURE;
282 STDMETHOD_(UINT32, GetPropertyNameLength)(UINT32 index) CONST PURE;
283 STDMETHOD_(D2D1_PROPERTY_TYPE, GetType)(UINT32 index) CONST PURE;
284 STDMETHOD_(UINT32, GetPropertyIndex)(PCWSTR name) CONST PURE;
285 STDMETHOD(SetValueByName)(PCWSTR name, D2D1_PROPERTY_TYPE type, CONST BYTE *data, UINT32 dataSize) PURE;
286 STDMETHOD(SetValue)(UINT32 index, D2D1_PROPERTY_TYPE type, CONST BYTE *data, UINT32 dataSize) PURE;
287 STDMETHOD(GetValueByName)(PCWSTR name, D2D1_PROPERTY_TYPE type, BYTE *data, UINT32 dataSize) CONST PURE;
288 STDMETHOD(GetValue)(UINT32 index, D2D1_PROPERTY_TYPE type, BYTE *data, UINT32 dataSize) CONST PURE;
289 STDMETHOD_(UINT32, GetValueSize)(UINT32 index) CONST PURE;
    [all...]
shdeprecated.h 213 virtual HRESULT DoInvokeIE4(WINBOOL *pf,void **ppv,DISPID dispid,DISPPARAMS *pdispparams) PURE;
214 virtual HRESULT DoInvokePIDLIE4(DISPID dispid,LPCITEMIDLIST pidl,WINBOOL fCanCancel) PURE;
    [all...]
d2d1.h 576 STDMETHOD_(void, GetFactory)(ID2D1Factory **factory) const PURE;
584 STDMETHOD_(void, GetFactory)(ID2D1Resource *This, ID2D1Factory **factory) PURE;
603 STDMETHOD_(void, SetOpacity)(FLOAT opacity) PURE;
604 STDMETHOD_(void, SetTransform)(const D2D1_MATRIX_3X2_F *transform) PURE;
605 STDMETHOD_(FLOAT, GetOpacity)(void) const PURE;
606 STDMETHOD_(void, GetTransform)(D2D1_MATRIX_3X2_F *transform) const PURE;
618 STDMETHOD_(void, SetOpacity)(ID2D1Brush *This, FLOAT opacity) PURE;
619 STDMETHOD_(void, SetTransform)(ID2D1Brush *This, const D2D1_MATRIX_3X2_F *transform) PURE;
620 STDMETHOD_(FLOAT, GetOpacity)(ID2D1Brush *This) PURE;
621 STDMETHOD_(void, GetTransform)(ID2D1Brush *This, D2D1_MATRIX_3X2_F *transform) PURE;
    [all...]
  /frameworks/native/services/sensorservice/
vec.h 29 #define PURE __attribute__((pure))
67 VLHS<TYPE, SIZE> PURE doAdd(
82 VLHS<TYPE, SIZE> PURE doSub(
96 VEC<TYPE, SIZE> PURE doMulScalar(
110 VEC<TYPE, SIZE> PURE doScalarMul(
145 inline VLHS<TYPE, SIZE> PURE operator + (
157 inline VLHS<TYPE, SIZE> PURE operator - (
168 inline VEC<TYPE, SIZE> PURE operator * (
179 inline VEC<TYPE, SIZE> PURE operator *
    [all...]
  /external/v8/src/compiler/
machine-operator.cc 434 #define PURE(Name, properties, value_input_count, control_input_count, \
443 PURE_OP_LIST(PURE)
444 PURE_OPTIONAL_OP_LIST(PURE)
445 #undef PURE
    [all...]
simplified-operator.cc 527 #define PURE(Name, properties, value_input_count, control_input_count) \
534 PURE_OP_LIST(PURE)
535 #undef PURE
    [all...]
  /art/runtime/verifier/
reg_type.h 388 static const ConflictType* GetInstance() PURE;
423 static const UndefinedType* GetInstance() PURE;
470 static const IntegerType* GetInstance() PURE;
494 static const BooleanType* GetInstance() PURE;
519 static const ByteType* GetInstance() PURE;
543 static const ShortType* GetInstance() PURE;
567 static const CharType* GetInstance() PURE;
591 static const FloatType* GetInstance() PURE;
622 static const LongLoType* GetInstance() PURE;
646 static const LongHiType* GetInstance() PURE;
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 95 #define PURE = 0
105 STDMETHOD(QueryInterface) (REFIID iid, void **outObject) PURE;
106 STDMETHOD_(ULONG, AddRef)() PURE;
107 STDMETHOD_(ULONG, Release)() PURE;
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 

Completed in 519 milliseconds