Searched refs:dconsthalf (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | real.h | 383 extern REAL_VALUE_TYPE dconsthalf;
|
| H A D | real.c | 4772 do_add (&halfthree, &dconst1, &dconsthalf, 0); in real_sqrt() 4786 do_multiply (&t, &h, &dconsthalf); in real_sqrt() 4803 do_multiply (&i, &dconsthalf, &h); in real_sqrt() 4920 do_add (r, x, &dconsthalf, x->sign); in real_round()
|
| H A D | emit-rtl.c | 106 REAL_VALUE_TYPE dconsthalf; variable 5201 dconsthalf = dconst1; in init_emit_once() 5202 SET_REAL_EXP (&dconsthalf, REAL_EXP (&dconsthalf) - 1); in init_emit_once()
|
| H A D | builtins.c | 7054 build_real (type, dconsthalf)); in fold_builtin_sqrt() 7070 BUILTIN_SQRT_P (fcode) ? dconsthalf : dconstthird; in fold_builtin_sqrt() 7095 build_real (type, dconsthalf)); in fold_builtin_sqrt() 7651 exponent = build_real (type, dconsthalf); in fold_builtin_logarithm() 7722 && REAL_VALUES_EQUAL (c, dconsthalf)) in fold_builtin_pow() 7784 build_real (type, dconsthalf)); in fold_builtin_pow()
|