Searched refs:maxm (Results 1 – 4 of 4) sorted by relevance
/openbsd/regress/lib/libc/cephes/ |
H A D | ieetst.c | 68 static unsigned short eten[NE], maxm[NE]; variable 180 epow( eten, e1, maxm ); in main() 181 esub( eone, maxm, maxm ); in main() 228 emul( maxm, q5, fullp ); in main() 232 emul( maxm, fullp, fullp ); in main()
|
/openbsd/gnu/gcc/gcc/ |
H A D | expmed.c | 2465 int maxm = MIN (BITS_PER_WORD, GET_MODE_BITSIZE (mode)); in synth_mult() local 2583 if (m < maxm) in synth_mult() 2688 if (t % d == 0 && t > d && m < maxm in synth_mult() 2727 if (t % d == 0 && t > d && m < maxm in synth_mult() 2775 if (m >= 0 && m < maxm) in synth_mult() 2800 if (m >= 0 && m < maxm) in synth_mult()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.md | 1696 The maxa/maxm use A as the source or destination. This is the
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.md | 1704 The maxa/maxm use A as the source or destination. This is the
|