| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/ |
| divtc3.c | 41 DD imag = { .ld = __gcc_qdiv(imagNumerator, denom) }; local 45 imag.s.hi = crt_scalbn(imag.s.hi, -ilogbw); 46 imag.s.lo = crt_scalbn(imag.s.lo, -ilogbw); 48 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) 59 imag.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) * bDD.s.hi; 60 imag.s.lo = 0.0; 70 imag.s.hi = CRT_INFINITY * (bDD.s.hi*cDD.s.hi - aDD.s.hi*dDD.s.hi); 71 imag.s.lo = 0.0 [all...] |
| multc3.c | 29 DD imag = { .ld = __gcc_qadd(ad,bc) }; local 31 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) 80 imag.s.hi = CRT_INFINITY * (aDD.s.hi*dDD.s.hi + bDD.s.hi*cDD.s.hi); 81 imag.s.lo = 0.0; 87 __imag__ z = imag.ld;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-const.cc | 354 tree imag = gfc_conv_mpfr_to_tree (mpc_imagref (expr->value.complex), local 358 real, imag);
|
| primary.cc | 230 convert_complex (gfc_expr *real, gfc_expr *imag, int kind) 235 mpc_set_fr_fr (e->value.complex, real->value.real, imag->value.real, 1408 gfc_expr *e, *real, *imag; local 1416 real = imag = e = NULL; 1454 m = match_complex_part (&imag); 1480 if (imag->ts.type == BT_REAL) 1481 kind = gfc_kind_max (real, imag); 1487 if (imag->ts.type == BT_REAL) 1488 kind = imag->ts.kind; 1498 if (imag->ts.type != BT_REAL || kind != imag->ts.kind [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-const.cc | 354 tree imag = gfc_conv_mpfr_to_tree (mpc_imagref (expr->value.complex), local 358 real, imag);
|
| primary.cc | 230 convert_complex (gfc_expr *real, gfc_expr *imag, int kind) 235 mpc_set_fr_fr (e->value.complex, real->value.real, imag->value.real, 1416 gfc_expr *e, *real, *imag; local 1424 real = imag = e = NULL; 1462 m = match_complex_part (&imag); 1488 if (imag->ts.type == BT_REAL) 1489 kind = gfc_kind_max (real, imag); 1495 if (imag->ts.type == BT_REAL) 1496 kind = imag->ts.kind; 1506 if (imag->ts.type != BT_REAL || kind != imag->ts.kind [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| convert.cc | 1017 tree imag = convert (subtype, integer_zero_node); local 1018 if (error_operand_p (real) || error_operand_p (imag)) 1020 return build2 (COMPLEX_EXPR, type, real, imag);
|
| gimple-range-fold.cc | 501 int_range<1> imag (TREE_TYPE (TREE_IMAGPART (cst)), w, w); 502 res.intersect (imag); 528 wide_int imag = wi::to_wide (TREE_REALPART (cst)); local 529 int_range<2> tmp (TREE_TYPE (TREE_REALPART (cst)), imag, imag);
|
| fold-const.cc | 1555 tree real, imag; 1562 imag = const_binop (code, i1, i2); 1574 imag = const_binop (PLUS_EXPR, 1612 imag = const_binop (code, t2, magsquared); 1641 imag = const_binop (MULT_EXPR, i1, ratio); 1642 imag = const_binop (MINUS_EXPR, imag, r1); 1643 imag = const_binop (code, imag, div); 1662 imag = const_binop (MULT_EXPR, r1, ratio) 1550 tree real, imag; local [all...] |
| tree-complex.cc | 81 imag PHIs if real and/or imag PHIs contain temporarily 135 and IMAG. */ 138 find_lattice_value_parts (tree real, tree imag) 144 i = some_nonzerop (imag); 162 tree real, imag; local 171 imag = TREE_IMAGPART (t); 178 return find_lattice_value_parts (real, imag); 385 the real/imag from/to 0/1; the ^ performs the comparison. */ 488 imag_p ? "$imag" : "$real" [all...] |
| calls.cc | 4081 tree next, imag; 4088 imag = build_tree_list (NULL_TREE, TREE_VALUE (p)); 4089 TREE_CHAIN (p) = imag; 4090 TREE_CHAIN (imag) = next; 4080 tree next, imag; local
|
| expmed.cc | 399 rtx imag = read_complex_part (x, true); local 402 imag = flip_storage_order (GET_MODE_INNER (mode), imag); 404 return gen_rtx_CONCAT (mode, real, imag);
|
| /src/external/lgpl3/mpc/dist/tests/ |
| mpc-tests.h | 202 int imag; member in struct:__anon23587
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| expop.h | 983 value *imag = std::get<1> (m_storage)->evaluate (nullptr, exp, noside); variable 984 return value_literal_complex (real, imag,
|
| valarith.c | 1776 struct value *imag = value_imaginary_part (arg1); 1779 imag = value_neg (imag); 1780 return value_literal_complex (real, imag, type); 1828 struct value *imag = value_imaginary_part (arg1); 1830 imag = value_neg (imag); 1831 return value_literal_complex (real, imag, type); 1771 struct value *imag = value_imaginary_part (arg1); local 1823 struct value *imag = value_imaginary_part (arg1); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| expop.h | 985 value *imag = std::get<1> (m_storage)->evaluate (nullptr, exp, noside); variable 986 return value_literal_complex (real, imag,
|
| valarith.c | 1776 struct value *imag = value_imaginary_part (arg1); 1779 imag = value_neg (imag); 1780 return value_literal_complex (real, imag, type); 1828 struct value *imag = value_imaginary_part (arg1); 1830 imag = value_neg (imag); 1831 return value_literal_complex (real, imag, type); 1771 struct value *imag = value_imaginary_part (arg1); local 1823 struct value *imag = value_imaginary_part (arg1); local
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGCleanup.cpp | 96 llvm::Value *imag = local 98 return RValue::getComplex(real, imag);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fold-const.cc | 1412 tree real, imag; 1419 imag = const_binop (code, i1, i2); 1431 imag = const_binop (PLUS_EXPR, 1469 imag = const_binop (code, t2, magsquared); 1498 imag = const_binop (MULT_EXPR, i1, ratio); 1499 imag = const_binop (MINUS_EXPR, imag, r1); 1500 imag = const_binop (code, imag, div); 1519 imag = const_binop (MULT_EXPR, r1, ratio) 1407 tree real, imag; local [all...] |
| gimple-range-fold.cc | 406 wide_int imag = wi::to_wide (TREE_IMAGPART (cst)); local 407 res.intersect (imag, imag); 432 tree imag = TREE_REALPART (cst); local 433 int_range<2> tmp (imag, imag);
|
| tree-complex.cc | 81 imag PHIs if real and/or imag PHIs contain temporarily 135 and IMAG. */ 138 find_lattice_value_parts (tree real, tree imag) 144 i = some_nonzerop (imag); 162 tree real, imag; local 171 imag = TREE_IMAGPART (t); 178 return find_lattice_value_parts (real, imag); 380 the real/imag from/to 0/1; the ^ performs the comparison. */ 483 imag_p ? "$imag" : "$real" [all...] |
| calls.cc | 4015 tree next, imag; 4022 imag = build_tree_list (NULL_TREE, TREE_VALUE (p)); 4023 TREE_CHAIN (p) = imag; 4024 TREE_CHAIN (imag) = next; 4014 tree next, imag; local
|
| expmed.cc | 398 rtx imag = read_complex_part (x, true); local 401 imag = flip_storage_order (GET_MODE_INNER (mode), imag); 403 return gen_rtx_CONCAT (mode, real, imag);
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pftn.c | 1731 int class, qual, sig, uns, cmplx, imag, err; member in struct:typctx 1841 case IMAG: 1842 tc->imag = 1; 1867 if (tc.cmplx || tc.imag) { 1870 if ((tc.cmplx && tc.imag) || tc.sig || tc.uns || 2957 static char *real, *imag; variable 2975 imag = addname("__imag"); 2981 soumemb(p, imag, 0); 3048 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i)); 3060 structref(ccopy(q), DOT, imag), [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pftn.c | 1715 int class, qual, sig, uns, cmplx, imag, err, align; member in struct:typctx 1842 case IMAG: 1843 tc->imag = 1; 1869 if (tc.cmplx || tc.imag) { 1872 if ((tc.cmplx && tc.imag) || tc.sig || tc.uns || 2984 static char *real, *imag; variable 3004 imag = addname("__imag"); 3010 soumemb(p, imag, 0); 3113 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i)); 3125 structref(ccopy(q), DOT, imag), [all...] |