HomeSort by relevance Sort by last modified time
    Searched refs:is_value (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/compiler/glsl/
opt_algebraic.cpp 117 return (ir == NULL) ? false : ir->is_value(2.0, 2);
123 return (ir == NULL) ? false : ir->is_value(4.0, 4);
611 if (!point_five || !point_five->is_value(0.5, 0))
ir.cpp 1124 ir_constant::is_value(float f, int i) const function in class:ir_constant
1171 return is_value(0.0, 0);
1177 return is_value(1.0, 1);
1183 return is_value(-1.0, -1);
    [all...]
ir.h     [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldexp.c 803 is_value (const etree_type *tree, bfd_vma val) function
840 && is_value (tree->binary.rhs, 0));
852 && (is_value (tree->binary.rhs, 0)
867 && is_value (tree->trinary.rhs, 1));
944 && (is_value (tree->assign.src, 0)
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.cc 296 DCHECK(left().is_value() && right().is_value())
trace_event_analyzer.h 616 bool is_value() const { return type_ != QUERY_BOOLEAN_OPERATOR; } function in class:trace_analyzer::Query

Completed in 246 milliseconds