Home
last modified time | relevance | path

Searched refs:complex_value (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c3179 tree complex_value = TREE_VALUE (p); in split_complex_values() local
3182 complex_type = TREE_TYPE (complex_value); in split_complex_values()
3193 complex_value = save_expr (complex_value); in split_complex_values()
3194 real = build1 (REALPART_EXPR, subtype, complex_value); in split_complex_values()
3195 imag = build1 (IMAGPART_EXPR, subtype, complex_value); in split_complex_values()
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20012339 * testsuite/26_numerics/complex_value.cc: Likewise.
H A DChangeLog1642 * testsuite/26_numerics/complex_value.cc: Set to noopts.
H A DChangeLog-2000986 * testsuite/26_numerics/complex_value.cc: New file, for catching