/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_trigonometric.inl | 22 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.hpp | 15 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
|
D | func_exponential.inl | 28 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);
|
D | func_common.inl | 115 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);
|
D | func_integer.inl | 155 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/ |
D | reciprocal.inl | 21 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 …]
|
D | round.inl | 256 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/ |
D | bit.inl | 25 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);
|
D | fast_trigonometry.inl | 27 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);
|
D | fast_exponential.inl | 87 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);
|
D | fast_square_root.inl | 18 return detail::functor1<T, T, P, vecType>::call(fastSqrt, x);
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ |
D | type_ctor.pass.cpp | 19 class functor1 class 38 functor1 f1; in main()
|
D | copy_ctor.pass.cpp | 19 class functor1 class 39 functor1 f1; in main()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ |
D | type_ctor.pass.cpp | 20 class functor1 class 39 functor1 f1; in main()
|
D | copy_ctor.pass.cpp | 20 class functor1 class 40 functor1 f1; in main()
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.access/ |
D | conversion.pass.cpp | 19 class functor1 class 39 functor1 f1; in main()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.access/ |
D | conversion.pass.cpp | 20 class functor1 class 40 functor1 f1; in main()
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/ |
D | copy_assign.pass.cpp | 19 class functor1 class 51 functor1 f1; in main()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/ |
D | copy_assign.pass.cpp | 20 class functor1 class 52 functor1 f1; in main()
|
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/refwrap/ |
D | unary.pass.cpp | 20 class functor1 class 54 std::reference_wrapper<functor1> >::value), ""); in main()
|
D | binary.pass.cpp | 20 class functor1 class 54 std::reference_wrapper<functor1> >::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/ |
D | weak_result.pass.cpp | 37 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/ |
D | weak_result.pass.cpp | 34 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/ |
D | unary.pass.cpp | 19 class functor1 class 53 std::reference_wrapper<functor1> >::value), ""); in main()
|
D | binary.pass.cpp | 19 class functor1 class 53 std::reference_wrapper<functor1> >::value), ""); in main()
|