HomeSort by relevance Sort by last modified time
    Searched refs:STD_UNARY_FUNCTOR (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
simd.h 105 STD_UNARY_FUNCTOR (fpreciprocal,T, (1 / a))
106 STD_UNARY_FUNCTOR (fpsqrt, T, (reset_mmx(), T (sqrt (a))))
107 STD_UNARY_FUNCTOR (fprecipsqrt, T, (reset_mmx(), 1 / T(sqrt (a))))
108 STD_UNARY_FUNCTOR (fsin, T, (reset_mmx(), T (sin (a))))
109 STD_UNARY_FUNCTOR (fcos, T, (reset_mmx(), T (cos (a))))
110 STD_UNARY_FUNCTOR (ftan, T, (reset_mmx(), T (tan (a))))
ufunction.h 58 #define STD_UNARY_FUNCTOR(name, rv, func) \
72 STD_UNARY_FUNCTOR (logical_not, T, (!a))
76 STD_UNARY_FUNCTOR (bitwise_not, T, (~a))
77 STD_UNARY_FUNCTOR (negate, T, (-a))
85 STD_UNARY_FUNCTOR (identity, T, (a))

Completed in 31 milliseconds