/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _vectorize.hpp | 54 struct functor2{}; struct 57 struct functor2<T, P, tvec1> struct 66 struct functor2<T, P, tvec2> struct 75 struct functor2<T, P, tvec3> struct 84 struct functor2<T, P, tvec4> struct
|
D | func_exponential.inl | 72 return detail::functor2<T, P, vecType>::call(pow, base, exponent);
|
D | func_trigonometric.inl | 97 return detail::functor2<T, P, vecType>::call(::std::atan2, a, b);
|
D | func_common.inl | 265 return detail::functor2<T, P, vecType>::call(min, x, y); 274 return detail::functor2<T, P, vecType>::call(max, x, y);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | aggregate_ops.cc | 83 functor::Add2Functor<Device, T> functor2; in Compute() local 84 functor2(ctx->template eigen_device<Device>(), To, I(0), I(1)); in Compute() 91 functor::Add2Functor<Device, T> functor2; in Compute() local 92 functor2(ctx->template eigen_device<Device>(), To, I(0), I(1)); in Compute()
|
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/refwrap/ |
D | unary.pass.cpp | 25 class functor2 class 56 std::reference_wrapper<functor2> >::value), ""); in main()
|
D | binary.pass.cpp | 25 class functor2 class 56 std::reference_wrapper<functor2> >::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/ |
D | weak_result.pass.cpp | 42 class functor2 class 79 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type, in main()
|
/external/libcxx/test/std/utilities/function.objects/refwrap/ |
D | weak_result.pass.cpp | 39 class functor2 class 76 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type, in main()
|
/external/libcxx/test/libcxx/utilities/function.objects/refwrap/ |
D | unary.pass.cpp | 24 class functor2 class 55 std::reference_wrapper<functor2> >::value), ""); in main()
|
D | binary.pass.cpp | 24 class functor2 class 55 std::reference_wrapper<functor2> >::value), ""); in main()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | round.inl | 312 return detail::functor2<T, P, vecType>::call(ceilMultiple, Source, Multiple); 327 return detail::functor2<T, P, vecType>::call(floorMultiple, Source, Multiple); 342 return detail::functor2<T, P, vecType>::call(roundMultiple, Source, Multiple);
|
D | random.inl | 291 return detail::functor2<T, P, vecType>::call(gaussRand, Mean, Deviation);
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | common.inl | 14 return detail::functor2<T, P, vecType>::call(std::fmod, a, b);
|
D | fast_trigonometry.inl | 129 return detail::functor2<T, P, vecType>::call(fastAtan, y, x);
|