Home
last modified time | relevance | path

Searched refs:operator_string (Results 1 – 6 of 6) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator.c126 const char* const operator_string) { in find_operator_function_by_string() argument
129 assert(operator_string); in find_operator_function_by_string()
134 if (strcmp(operator_function->operator, operator_string) == 0) { in find_operator_function_by_string()
193 const char* const operator_string = arguments[i]; in perform_operation() local
195 number_of_operator_functions, operator_functions, operator_string); in perform_operation()
202 operator_string, i); in perform_operation()
210 operator_string); in perform_operation()
Dcalculator_test.c48 const char* const operator_string);
/external/mesa3d/src/compiler/glsl/
Dast_expr.cpp27 ast_expression::operator_string(enum ast_operators op) in operator_string() function in ast_expression
93 printf("%s ", operator_string(oper)); in print()
Dast_to_hir.cpp537 ast_expression::operator_string(op)); in bit_logic_result_type()
542 ast_expression::operator_string(op)); in bit_logic_result_type()
563 ast_expression::operator_string(op)); in bit_logic_result_type()
570 ast_expression::operator_string(op)); in bit_logic_result_type()
581 "base type", ast_expression::operator_string(op)); in bit_logic_result_type()
590 "different sizes", ast_expression::operator_string(op)); in bit_logic_result_type()
745 "integer vector", ast_expression::operator_string(op)); in shift_result_type()
751 "integer vector", ast_expression::operator_string(op)); in shift_result_type()
761 ast_expression::operator_string(op)); in shift_result_type()
773 ast_expression::operator_string(op)); in shift_result_type()
[all …]
Dglsl_parser_extras.cpp1200 printf("%s ", operator_string(oper)); in print()
1215 printf("%s ", operator_string(oper)); in print()
1222 printf("%s ", operator_string(oper)); in print()
Dast.h233 static const char *operator_string(enum ast_operators op);