Lines Matching refs:printf

117 #			printf("denorm %d\n", denorm);
138 # printf("%a: mant %e ipart %d fpart %f\n", x, mant, ipart, fpart);
207 # printf("rounded ipart %d exp %d bits %d\n", ipart, exp, bits);
408printf(" /* %4d */ { %-17s, %-17s, %-17s, {", i, strfromfloat(x, suf), strfromfloat(y, suf), strfr…
410 printf(" %s,", strfromfloat(round(r, format, i_format, rounding_mode_t.TONEAREST), suf));
411 printf(" %s,", strfromfloat(round(r, format, i_format, rounding_mode_t.UPWARD), suf));
412 printf(" %s,", strfromfloat(round(r, format, i_format, rounding_mode_t.DOWNWARD), suf));
413 printf(" %s" , strfromfloat(round(r, format, i_format, rounding_mode_t.TOWARDZERO), suf));
414 printf(" } },\n");
463 printf("/* This file is automatically generated with fma_gen.5c */\n");
464 printf("\n");
466 printf("#if __FLT_EVAL_METHOD__ == 0 && FLT_MANT_DIG == 24\n");
467 printf("#define HAVE_FLOAT_FMA_VEC\n");
468 printf("static const struct fmaf_vec fmaf_vec[] = {\n");
470 printf("};\n");
471 printf("#endif\n");
472 printf("\n");
474printf("#if __FLT_EVAL_METHOD__ == 2 && FLT_MANT_DIG == 24 && LDBL_MANT_DIG == 64 && LDBL_MIN_EXP …
475 printf("#define HAVE_FLOAT_FMA_VEC\n");
476 printf("static const struct fmaf_vec fmaf_vec[] = {\n");
478 printf("};\n");
479 printf("#endif\n");
480 printf("\n");
482printf("#if __FLT_EVAL_METHOD__ == 2 && FLT_MANT_DIG == 24 && LDBL_MANT_DIG == 64 && LDBL_MIN_EXP …
483 printf("#define HAVE_FLOAT_FMA_VEC\n");
484 printf("static const struct fmaf_vec fmaf_vec[] = {\n");
486 printf("};\n");
487 printf("#endif\n");
488 printf("\n");
490 printf("#if __FLT_EVAL_METHOD__ <= 1 && DBL_MANT_DIG == 53\n");
491 printf("#define HAVE_DOUBLE_FMA_VEC\n");
492 printf("static const struct fma_vec fma_vec[] = {\n");
494 printf("};\n");
495 printf("#endif\n");
496 printf("\n");
498printf("#if __FLT_EVAL_METHOD__ == 2 && DBL_MANT_DIG == 53 && LDBL_MANT_DIG == 64 && LDBL_MIN_EXP …
499 printf("#define HAVE_DOUBLE_FMA_VEC\n");
500 printf("static const struct fma_vec fma_vec[] = {\n");
502 printf("};\n");
503 printf("#endif\n");
504 printf("\n");
506printf("#if __FLT_EVAL_METHOD__ == 2 && DBL_MANT_DIG == 53 && LDBL_MANT_DIG == 64 && LDBL_MIN_EXP …
507 printf("#define HAVE_DOUBLE_FMA_VEC\n");
508 printf("static const struct fma_vec fma_vec[] = {\n");
510 printf("};\n");
511 printf("#endif\n");
512 printf("\n");
514 printf("#if LDBL_MANT_DIG == 64 && LDBL_MIN_EXP == -16381\n");
515 printf("#define HAVE_LONG_DOUBLE_FMA_VEC\n");
516 printf("static const struct fmal_vec fmal_vec[] = {\n");
518 printf("};\n");
519 printf("#endif\n");
520 printf("\n");
522 printf("#if LDBL_MANT_DIG == 64 && LDBL_MIN_EXP == -16382\n");
523 printf("#define HAVE_LONG_DOUBLE_FMA_VEC\n");
524 printf("static const struct fmal_vec fmal_vec[] = {\n");
526 printf("};\n");
527 printf("#endif\n");
528 printf("\n");
530 printf("#if LDBL_MANT_DIG == 113\n");
531 printf("#define HAVE_LONG_DOUBLE_FMA_VEC\n");
532 printf("static const struct fmal_vec fmal_vec[] = {\n");
534 printf("};\n");
535 printf("#endif\n");