Home
last modified time | relevance | path

Searched refs:mul3 (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/tests/lib/libpthread/
Dt_fpu.c88 mul3(double x, double y, double z) in mul3() function
102 d = mul3(mul3(2., 3., 5.), mul3(7., 11., 13.), mul3(17., 19., 23.)); in bar()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
D24k.md172 ;; mul3->next use : 5 cycles (default)
173 ;; mul3->l/s base : 6 cycles
174 ;; mul3->prefetch : 6 cycles
179 ;; mul3->madd/msub : 1 cycle
/netbsd/src/external/lgpl3/gmp/dist/mpz/
Dbin_uiui.c102 mul3 (mp_limb_t m) in mul3() function
170 static const mulfunc_t mulfunc[] = {mul1,mul2,mul3,mul4,mul5,mul6,mul7,mul8 /* ,mul9,mul10 */};
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dfmp626.md28 ;; mul1 mul2 mul3
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog5710 * mpz/bin_uiui.c (mul3, mul4, mul8): Remove unneeded shifts.