Searched refs:fpstr (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
H A D | csky.cc | 3583 char fpstr[20]; in csky_print_operand() local 3584 real_to_decimal ( fpstr, CONST_DOUBLE_REAL_VALUE (x), in csky_print_operand() 3585 sizeof (fpstr), 0, 1); in csky_print_operand() 3586 fprintf (stream, "%s", fpstr); in csky_print_operand()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 17022 char fpstr[20]; in arm_print_value() local 17023 real_to_decimal (fpstr, CONST_DOUBLE_REAL_VALUE (x), in arm_print_value() 17024 sizeof (fpstr), 0, 1); in arm_print_value() 17025 fputs (fpstr, f); in arm_print_value() 24349 char fpstr[20]; in arm_print_operand() local 24350 real_to_decimal (fpstr, CONST_DOUBLE_REAL_VALUE (x), in arm_print_operand() 24351 sizeof (fpstr), 0, 1); in arm_print_operand() 24352 fprintf (stream, "#%s", fpstr); in arm_print_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 17197 char fpstr[20]; in arm_print_value() local 17198 real_to_decimal (fpstr, CONST_DOUBLE_REAL_VALUE (x), in arm_print_value() 17199 sizeof (fpstr), 0, 1); in arm_print_value() 17200 fputs (fpstr, f); in arm_print_value() 24594 char fpstr[20]; in arm_print_operand() local 24595 real_to_decimal (fpstr, CONST_DOUBLE_REAL_VALUE (x), in arm_print_operand() 24596 sizeof (fpstr), 0, 1); in arm_print_operand() 24597 fprintf (stream, "#%s", fpstr); in arm_print_operand()
|