Home
last modified time | relevance | path

Searched refs:functor1 (Results 1 – 25 of 26) sorted by relevance

12

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl22 return detail::functor1<T, T, P, vecType>::call(radians, v);
37 return detail::functor1<T, T, P, vecType>::call(degrees, v);
46 return detail::functor1<T, T, P, vecType>::call(sin, v);
55 return detail::functor1<T, T, P, vecType>::call(cos, v);
64 return detail::functor1<T, T, P, vecType>::call(tan, v);
73 return detail::functor1<T, T, P, vecType>::call(asin, v);
82 return detail::functor1<T, T, P, vecType>::call(acos, v);
105 return detail::functor1<T, T, P, vecType>::call(atan, v);
114 return detail::functor1<T, T, P, vecType>::call(sinh, v);
123 return detail::functor1<T, T, P, vecType>::call(cosh, v);
[all …]
D_vectorize.hpp15 struct functor1{}; struct
18 struct functor1<R, T, P, tvec1> struct
27 struct functor1<R, T, P, tvec2> struct
36 struct functor1<R, T, P, tvec3> struct
45 struct functor1<R, T, P, tvec4> struct
Dfunc_exponential.inl28 return detail::functor1<T, T, P, vecType>::call(log2, vec);
37 return detail::functor1<T, T, P, vecType>::call(std::sqrt, x);
80 return detail::functor1<T, T, P, vecType>::call(exp, x);
88 return detail::functor1<T, T, P, vecType>::call(log, x);
103 return detail::functor1<T, T, P, vecType>::call(exp2, x);
Dfunc_common.inl115 return detail::functor1<T, T, P, vecType>::call(abs, x);
210 return detail::functor1<T, T, P, vecType>::call(std::floor, x);
219 return detail::functor1<T, T, P, vecType>::call(std::ceil, x);
237 return detail::functor1<T, T, P, vecType>::call(trunc, x);
246 return detail::functor1<T, T, P, vecType>::call(round, x);
412 return detail::functor1<T, T, P, vecType>::call(roundEven, x);
655 return detail::functor1<bool, T, P, vecType>::call(isnan, x);
694 return detail::functor1<bool, T, P, vecType>::call(isinf, x);
Dfunc_integer.inl155 return detail::functor1<int, T, P, vecType>::call(compute_findMSB_32, x);
173 return detail::functor1<int, T, P, vecType>::call(compute_findMSB_64, x);
344 return detail::functor1<int, T, P, vecType>::call(findLSB, x);
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dreciprocal.inl21 return detail::functor1<T, T, P, vecType>::call(sec, x);
36 return detail::functor1<T, T, P, vecType>::call(csc, x);
53 return detail::functor1<T, T, P, vecType>::call(cot, x);
68 return detail::functor1<T, T, P, vecType>::call(asec, x);
83 return detail::functor1<T, T, P, vecType>::call(acsc, x);
100 return detail::functor1<T, T, P, vecType>::call(acot, x);
115 return detail::functor1<T, T, P, vecType>::call(sech, x);
130 return detail::functor1<T, T, P, vecType>::call(csch, x);
145 return detail::functor1<T, T, P, vecType>::call(coth, x);
160 return detail::functor1<T, T, P, vecType>::call(asech, x);
[all …]
Dround.inl256 return detail::functor1<T, T, P, vecType>::call(floorPowerOfTwo, v);
276 return detail::functor1<T, T, P, vecType>::call(roundPowerOfTwo, v);
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dbit.inl25 return detail::functor1<T, T, P, vecType>::call(highestBitValue, v);
40 return detail::functor1<T, T, P, vecType>::call(lowestBitValue, v);
55 return detail::functor1<T, T, P, vecType>::call(powerOfTwoAbove, v);
70 return detail::functor1<T, T, P, vecType>::call(powerOfTwoBelow, v);
90 return detail::functor1<T, T, P, vecType>::call(powerOfTwoNearest, v);
Dfast_trigonometry.inl27 return detail::functor1<T, T, P, vecType>::call(cos_52s, x);
41 return detail::functor1<T, T, P, vecType>::call(wrapAngle, x);
63 return detail::functor1<T, T, P, vecType>::call(fastCos, x);
76 return detail::functor1<T, T, P, vecType>::call(fastSin, x);
89 return detail::functor1<T, T, P, vecType>::call(fastTan, x);
102 return detail::functor1<T, T, P, vecType>::call(fastAsin, x);
115 return detail::functor1<T, T, P, vecType>::call(fastAcos, x);
141 return detail::functor1<T, T, P, vecType>::call(fastAtan, x);
Dfast_exponential.inl87 return detail::functor1<T, T, P, vecType>::call(fastExp, x);
109 return detail::functor1<T, T, P, vecType>::call(fastLog, x);
122 return detail::functor1<T, T, P, vecType>::call(fastExp2, x);
135 return detail::functor1<T, T, P, vecType>::call(fastLog2, x);
Dfast_square_root.inl18 return detail::functor1<T, T, P, vecType>::call(fastSqrt, x);
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
Dtype_ctor.pass.cpp19 class functor1 class
38 functor1 f1; in main()
Dcopy_ctor.pass.cpp19 class functor1 class
39 functor1 f1; in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
Dtype_ctor.pass.cpp20 class functor1 class
39 functor1 f1; in main()
Dcopy_ctor.pass.cpp20 class functor1 class
40 functor1 f1; in main()
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.access/
Dconversion.pass.cpp19 class functor1 class
39 functor1 f1; in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.access/
Dconversion.pass.cpp20 class functor1 class
40 functor1 f1; in main()
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/
Dcopy_assign.pass.cpp19 class functor1 class
51 functor1 f1; in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/
Dcopy_assign.pass.cpp20 class functor1 class
52 functor1 f1; in main()
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/refwrap/
Dunary.pass.cpp20 class functor1 class
54 std::reference_wrapper<functor1> >::value), ""); in main()
Dbinary.pass.cpp20 class functor1 class
54 std::reference_wrapper<functor1> >::value), ""); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/
Dweak_result.pass.cpp37 class functor1 class
77 static_assert((std::is_same<std::reference_wrapper<functor1>::result_type, in main()
/external/libcxx/test/std/utilities/function.objects/refwrap/
Dweak_result.pass.cpp34 class functor1 class
74 static_assert((std::is_same<std::reference_wrapper<functor1>::result_type, in main()
/external/libcxx/test/libcxx/utilities/function.objects/refwrap/
Dunary.pass.cpp19 class functor1 class
53 std::reference_wrapper<functor1> >::value), ""); in main()
Dbinary.pass.cpp19 class functor1 class
53 std::reference_wrapper<functor1> >::value), ""); in main()

12