Home
last modified time | relevance | path

Searched refs:print_binary (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtset_ld.c61 print_binary (long double d, int flag) in print_binary() function
184 prec = print_binary (d, 0); in check_set_get()
209 print_binary (d, 1); in check_set_get()
214 print_binary (d, 2); in check_set_get()
247 print_binary (d, 1); in check_set_get()
251 print_binary (e, 1); in check_set_get()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dsymbols.c3229 print_binary (FILE *file, const char *name, expressionS *exp) in print_binary() function
3282 print_binary (file, "multiply", exp); in print_expr_1()
3285 print_binary (file, "divide", exp); in print_expr_1()
3288 print_binary (file, "modulus", exp); in print_expr_1()
3291 print_binary (file, "lshift", exp); in print_expr_1()
3294 print_binary (file, "rshift", exp); in print_expr_1()
3297 print_binary (file, "bit_ior", exp); in print_expr_1()
3300 print_binary (file, "bit_xor", exp); in print_expr_1()
3303 print_binary (file, "bit_and", exp); in print_expr_1()
3306 print_binary (file, "eq", exp); in print_expr_1()
[all …]
H A DChangeLog-98994146 * symbols.c (print_binary): New function.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dsymbols.c3109 print_binary (FILE *file, const char *name, expressionS *exp) in print_binary() function
3164 print_binary (file, "multiply", exp); in print_expr_1()
3167 print_binary (file, "divide", exp); in print_expr_1()
3170 print_binary (file, "modulus", exp); in print_expr_1()
3173 print_binary (file, "lshift", exp); in print_expr_1()
3176 print_binary (file, "rshift", exp); in print_expr_1()
3179 print_binary (file, "bit_ior", exp); in print_expr_1()
3182 print_binary (file, "bit_xor", exp); in print_expr_1()
3185 print_binary (file, "bit_and", exp); in print_expr_1()
3188 print_binary (file, "eq", exp); in print_expr_1()
[all …]
H A DChangeLog-98994146 * symbols.c (print_binary): New function.
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog14148 [tests/tset_ld.c] Fixed print_binary (and no longer any failure with
14151 [tests/tset_ld.c] Corrected note in print_binary.
14156 [tests/tset_ld.c] Fixed print_binary.
14158 [tests/tset_ld.c] Added a FIXME in print_binary, which can yield an
14167 [tests/tset_ld.c] In print_binary, added an assertion that may fail
14170 [tests/tset_ld.c] Simplified a condition in print_binary (BTW, the old
14197 [tests/tset_ld.c] fixed print_binary() for when the rounding precision is less
14217 [tests/tset_ld.c] Avoid a freeze in print_binary under NetBSD due to
14227 [tests/tset_ld.c] The print_binary function is freezing on a NetBSD
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git109141 (print_binary): Likewise.