HomeSort by: relevance | last modified time | path
    Searched refs:scalar_value (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-explore.exp 72 proc scalar_value { value_name value } {
140 -re "[scalar_description {su.d} {double}].*[scalar_value {su.d} {100[.].*}].*$return_to_parent_prompt" {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-explore.exp 72 proc scalar_value { value_name value } {
140 -re "[scalar_description {su.d} {double}].*[scalar_value {su.d} {100[.].*}].*$return_to_parent_prompt" {
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 1383 /* Widen a scalar value SCALAR_VALUE to vector type VECTOR_TYPE by
1384 replicating SCALAR_VALUE for each element of the vector. Only scalar
1390 value_vector_widen (struct value *scalar_value, struct type *vector_type)
1407 elval = value_cast (eltype, scalar_value);
1409 scalar_type = check_typedef (scalar_value->type ());
1414 && !value_equal (elval, scalar_value))
value.h 1027 /* Cast SCALAR_VALUE to the element type of VECTOR_TYPE, then replicate
1030 struct value *value_vector_widen (struct value *scalar_value,
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 1383 /* Widen a scalar value SCALAR_VALUE to vector type VECTOR_TYPE by
1384 replicating SCALAR_VALUE for each element of the vector. Only scalar
1390 value_vector_widen (struct value *scalar_value, struct type *vector_type)
1407 elval = value_cast (eltype, scalar_value);
1409 scalar_type = check_typedef (scalar_value->type ());
1414 && !value_equal (elval, scalar_value))
value.h 1027 /* Cast SCALAR_VALUE to the element type of VECTOR_TYPE, then replicate
1030 struct value *value_vector_widen (struct value *scalar_value,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5805 tree scalar_value = reduc_info->reduc_initial_values[i]; local
5806 scalar_value = gimple_convert (&seq, TREE_TYPE (vectype),
5807 scalar_value);
5809 scalar_value);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6611 tree scalar_value = reduc_info->reduc_initial_values[i]; local
6612 scalar_value = gimple_convert (&seq, TREE_TYPE (vectype),
6613 scalar_value);
6615 scalar_value);

Completed in 34 milliseconds