Searched refs:fp_max (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dsfp-exceptions.c34 const double fp_max = __DBL_MAX__; local
56 : "f" (fp_max));
68 : "f" (fp_max), "f" (fp_one));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dsfp-exceptions.c29 const float fp_max = __FLT_MAX__; local
56 : "w" (fp_max), "w" (fp_1e32)
72 : "w" (fp_max), "w" (fp_one)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Dsfp-exceptions.c29 const float fp_max = __FLT_MAX__; local
56 : "w" (fp_max), "w" (fp_1e32)
72 : "w" (fp_max), "w" (fp_one)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dsfp-exceptions.c34 const double fp_max = __DBL_MAX__; local
56 : "f" (fp_max));
68 : "f" (fp_max), "f" (fp_one));
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.h796 uint64_t fp_max (SIM_STATE, uint64_t op1, uint64_t op2, FP_formats fmt);
797 #define Max(op1,op2,fmt) fp_max(SIM_ARGS, op1, op2, fmt)
H A Dcp1.c1320 fp_max (sim_cpu *cpu, function

Completed in 271 milliseconds