Searched refs:mpl1 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/geometry/test/geometries/ |
D | multi_polygon.cpp | 56 bg::model::multi_polygon<PL> mpl1; in create_multi_polygon() local 58 mpl1.push_back(pl1); in create_multi_polygon() 59 mpl1.push_back(pl1); in create_multi_polygon() 60 return mpl1; in create_multi_polygon() 79 bg::model::multi_polygon<PL> mpl1(create_multi_polygon<P, PL>()); in test_default_constructor() local 80 check_multi_polygon(mpl1, PL(create_polygon<P>())); in test_default_constructor() 86 bg::model::multi_polygon<PL> mpl1 = create_multi_polygon<P, PL>(); in test_copy_constructor() local 87 check_multi_polygon(mpl1, PL(create_polygon<P>())); in test_copy_constructor() 93 bg::model::multi_polygon<PL> mpl1(create_multi_polygon<P, PL>()), mpl2; in test_copy_assignment() local 94 mpl2 = mpl1; in test_copy_assignment() [all …]
|
/third_party/musl/libc-test/src/math/gen/ |
D | mplibm.c | 39 static int mpl1(struct t *s, long double (*f)(long double)) in mpl1() function 83 int mpacosl(struct t *t) { return mpl1(t, acosl); } in mpacosl() 86 int mpacoshl(struct t *t) { return mpl1(t, acoshl); } in mpacoshl() 89 int mpasinl(struct t *t) { return mpl1(t, asinl); } in mpasinl() 92 int mpasinhl(struct t *t) { return mpl1(t, asinhl); } in mpasinhl() 95 int mpatanl(struct t *t) { return mpl1(t, atanl); } in mpatanl() 101 int mpatanhl(struct t *t) { return mpl1(t, atanhl); } in mpatanhl() 104 int mpcbrtl(struct t *t) { return mpl1(t, cbrtl); } in mpcbrtl() 107 int mpceill(struct t *t) { return mpl1(t, ceill); } in mpceill() 113 int mpcosl(struct t *t) { return mpl1(t, cosl); } in mpcosl() [all …]
|
D | mp.c | 251 static int mpl1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t)) in mpl1() function 364 int mpacosl(struct t *t) { return mpl1(t, mpfr_acos); } in mpacosl() 367 int mpacoshl(struct t *t) { return mpl1(t, mpfr_acosh); } in mpacoshl() 370 int mpasinl(struct t *t) { return mpl1(t, mpfr_asin); } in mpasinl() 373 int mpasinhl(struct t *t) { return mpl1(t, mpfr_asinh); } in mpasinhl() 376 int mpatanl(struct t *t) { return mpl1(t, mpfr_atan); } in mpatanl() 382 int mpatanhl(struct t *t) { return mpl1(t, mpfr_atanh); } in mpatanhl() 385 int mpcbrtl(struct t *t) { return mpl1(t, mpfr_cbrt); } in mpcbrtl() 388 int mpceill(struct t *t) { return mpl1(t, wrap_ceil); } in mpceill() 394 int mpcosl(struct t *t) { return mpl1(t, mpfr_cos); } in mpcosl() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.td | 269 def MPL1 : MipsReg<1, "mpl1">;
|