Searched refs:EXPR1 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | convert.cc | 44 #define maybe_fold_build2_loc(FOLD_P, LOC, CODE, TYPE, EXPR1, EXPR2) \ argument 45 ((FOLD_P) ? fold_build2_loc (LOC, CODE, TYPE, EXPR1, EXPR2) \ 46 : build2_loc (LOC, CODE, TYPE, EXPR1, EXPR2))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | convert.c | 44 #define maybe_fold_build2_loc(FOLD_P, LOC, CODE, TYPE, EXPR1, EXPR2) \ argument 45 ((FOLD_P) ? fold_build2_loc (LOC, CODE, TYPE, EXPR1, EXPR2) \ 46 : build2_loc (LOC, CODE, TYPE, EXPR1, EXPR2))
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | cvs.texinfo | 9727 $ cvs tag -b EXPR1 9728 $ cvs update -r EXPR1 9733 EXPR1} option sticky on all files. Note that your 9742 $ cvs tag -b EXPR1 9743 $ cvs commit -r EXPR1 9748 will have the @samp{-r EXPR1} sticky flag. If you hack 9749 away, and commit without specifying the @samp{-r EXPR1} 9757 $ cvs checkout -r EXPR1 whatever_module 10369 Suppose the experimental branch EXPR1 was based on a 10374 $ cvs diff -r RELEASE_1_0 -r EXPR1
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | as.info | 22305 ``$atan2(EXPR1,EXPR2)'' 22306 Returns the floating point arctangent of EXPR1 / EXPR2. 22333 ``$fmod(EXPR1,EXPR2)'' 22334 Returns the floating point remainder of EXPR1 / EXPR2. 22339 ``$ldexp(EXPR1,EXPR2)'' 22340 Returns the floating point value EXPR1 * 2 ^ EXPR2. 22348 ``$max(EXPR1,EXPR2)'' 22349 Returns the floating point maximum of EXPR1 and EXPR2. 22351 ``$min(EXPR1,EXPR2)'' 22352 Returns the floating point minimum of EXPR1 and EXPR2. [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | as.info | 22781 ‘$atan2(EXPR1,EXPR2)’ 22782 Returns the floating point arctangent of EXPR1 / EXPR2. 22809 ‘$fmod(EXPR1,EXPR2)’ 22810 Returns the floating point remainder of EXPR1 / EXPR2. 22815 ‘$ldexp(EXPR1,EXPR2)’ 22816 Returns the floating point value EXPR1 * 2 ^ EXPR2. 22824 ‘$max(EXPR1,EXPR2)’ 22825 Returns the floating point maximum of EXPR1 and EXPR2. 22827 ‘$min(EXPR1,EXPR2)’ 22828 Returns the floating point minimum of EXPR1 and EXPR2. [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
H A D | cvs.texinfo | 14524 $ cvs tag -b EXPR1 14525 $ cvs update -r EXPR1 14530 EXPR1} option sticky on all files. Note that your 14539 $ cvs tag -b EXPR1 14540 $ cvs commit -r EXPR1 14545 will have the @samp{-r EXPR1} sticky flag. If you hack 14546 away, and commit without specifying the @samp{-r EXPR1} 14554 $ cvs checkout -r EXPR1 whatever_module 15172 Suppose the experimental branch EXPR1 was based on a 15177 $ cvs diff -r RELEASE_1_0 -r EXPR1
|