Searched refs:ex0 (Results 1 – 3 of 3) sorted by relevance
81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0, in ast_expression_bin() argument83 ast_expression(oper, ex0, ex1, NULL) in ast_expression_bin()
1287 ast_expression *ex0, in ast_expression() argument1293 this->subexpressions[0] = ex0; in ast_expression()
57 GLfloat ex0, ey0; /* quad edge vectors */ member300 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0); in compute_coveragef()308 cross0 = info->ex0 + info->ey0; in compute_coveragef()360 line->ex0 = line->qx1 - line->qx0; in segment()