Home
last modified time | relevance | path

Searched refs:is_value (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp117 return (ir == NULL) ? false : ir->is_value(2.0, 2); in is_vec_two()
123 return (ir == NULL) ? false : ir->is_value(4.0, 4); in is_vec_four()
611 if (!point_five || !point_five->is_value(0.5, 0)) in handle_expression()
Dir.cpp1124 ir_constant::is_value(float f, int i) const in is_value() function in ir_constant
1171 return is_value(0.0, 0); in is_zero()
1177 return is_value(1.0, 1); in is_one()
1183 return is_value(-1.0, -1); in is_negative_one()
Dir.h2201 virtual bool is_value(float f, int i) const;
/external/libchrome/base/test/
Dtrace_event_analyzer.cc296 DCHECK(left().is_value() && right().is_value()) in Evaluate()
Dtrace_event_analyzer.h616 bool is_value() const { return type_ != QUERY_BOOLEAN_OPERATOR; } in is_value() function