Home
last modified time | relevance | path

Searched defs:sin_ (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/proto/example/
Dmixed.cpp242 struct sin_ struct
248 struct result<This(Arg)>
253 Arg operator ()(Arg const &a) const in operator ()()
/third_party/flutter/skia/modules/skottie/src/effects/
DLinearWipeEffect.cpp50 sin_ = std::sin(angle); in onMakeMask() local
/third_party/skia/modules/skottie/src/effects/
DLinearWipeEffect.cpp71 sin_ = std::sin(angle); in onMakeMask() local
/third_party/boost/libs/yap/example/
Dautodiff_example.cpp63 autodiff_fn_expr<OP_SIN> const sin_; variable