Lines Matching refs:fargs
3569 static double *fargs; variable
3608 fargs = my_malloc(200 * sizeof(double)); in build_fargs_table()
3619 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
3631 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
3636 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
3641 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
3646 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
3651 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
3656 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
3661 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
3666 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table()
4098 u0 = *(uint64_t *)(&fargs[i]); in test_float_three_args()
4099 u1 = *(uint64_t *)(&fargs[j]); in test_float_three_args()
4100 u2 = *(uint64_t *)(&fargs[k]); in test_float_three_args()
4101 f14 = fargs[i]; in test_float_three_args()
4102 f15 = fargs[j]; in test_float_three_args()
4103 f16 = fargs[k]; in test_float_three_args()
4135 u0 = *(uint64_t *)(&fargs[i]); in test_float_two_args()
4136 u1 = *(uint64_t *)(&fargs[j]); in test_float_two_args()
4137 f14 = fargs[i]; in test_float_two_args()
4138 f15 = fargs[j]; in test_float_two_args()
4167 u0 = *(uint64_t *)(&fargs[i]); in test_float_one_arg()
4168 f14 = fargs[i]; in test_float_one_arg()