Home
last modified time | relevance | path

Searched refs:fmp (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
H A Dmp.c141 static int mpf1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t)) in mpf1() argument
150 tn = fmp(my, mx, r); in mpf1()
156 static int mpf2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t)) in mpf2() argument
167 tn = fmp(my, mx, mx2, r); in mpf2()
195 static int mpd1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t)) in mpd1() argument
204 tn = fmp(my, mx, r); in mpd1()
210 static int mpd2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t)) in mpd2() argument
221 tn = fmp(my, mx, mx2, r); in mpd2()
251 static int mpl1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t)) in mpl1() argument
254 return mpd1(p, fmp); in mpl1()
272 mpl2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t)) mpl2() argument
[all...]
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js1140 const fmp = this.#fetchMethod?.(k, v, fetchOpts);
1141 if (fmp && fmp instanceof Promise) {
1142 fmp.then(v => res(v === undefined ? undefined : v), rej);
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js1137 const fmp = this.#fetchMethod?.(k, v, fetchOpts);
1138 if (fmp && fmp instanceof Promise) {
1139 fmp.then(v => res(v === undefined ? undefined : v), rej);

Completed in 5 milliseconds