Home
last modified time | relevance | path

Searched refs:is_x (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/cs_undefined/
Dis.cpp23 inline void is_x(G const& g) in is_x() function
34 ::is_x(g.pt); in test_main()
35 ::is_x(g.mpt); in test_main()
36 ::is_x(g.s); in test_main()
37 ::is_x(g.ls); in test_main()
38 ::is_x(g.mls); in test_main()
39 ::is_x(g.r); in test_main()
40 ::is_x(g.po); in test_main()
41 ::is_x(g.mpo); in test_main()
/third_party/boost/libs/metaparse/doc/
Dpredicate.qbk11 struct is_x
20 using type = is_x;
/third_party/skia/src/core/
DSkVM.cpp843 auto is_x = bit_or(eq(x, 0.0f), in approx_powf() local
845 return select(is_x, x, approx_pow2(mul(approx_log2(x), y))); in approx_powf()