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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 165 bool is_one () const;
404 double_int::is_one () const
  /external/mesa3d/src/glsl/
lower_vector.cpp 74 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
ir.h 204 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one,
220 virtual bool is_one() const;
230 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
244 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one,
    [all...]
ir.cpp 39 bool ir_rvalue::is_one() const function in class:ir_rvalue
1064 ir_constant::is_one() const function in class:ir_constant
    [all...]
opt_algebraic.cpp 84 return (ir == NULL) ? false : ir->is_one();
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 528 src_reg::is_one() const function in class:brw::src_reg
589 } else if (inst->src[1].is_one()) {
brw_vec4.h 104 bool is_one() const;
  /external/llvm/include/llvm/IR/
PatternMatch.h 239 struct is_one { struct in namespace:llvm::PatternMatch
244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 997 if (c->is_one()) {
    [all...]

Completed in 1155 milliseconds