/external/tensorflow/tensorflow/core/kernels/ |
D | data_format_ops.h | 44 auto is_one = (x_mod == one); in operator() local 48 f_zero, is_one.select(f_one, is_two.select(f_two, f_three))); in operator()
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
D | periodic.py | 92 is_one = math_ops.equal(coord_diff % self._periodicity, 94 positive_ones = array_ops.where(is_one, 96 array_ops.shape(is_one), 99 array_ops.shape(is_one),
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_algebraic.cpp | 111 return (ir == NULL) ? false : ir->is_one(); in is_vec_one() 879 outer_const->is_one()) in handle_expression() 884 inner_const->is_one() && in handle_expression() 902 inner_const->is_one() && in handle_expression() 909 outer_const->is_one()) in handle_expression()
|
D | lower_vector.cpp | 78 if (!c->is_one() && !c->is_zero() && !c->is_negative_one()) in is_extended_swizzle()
|
D | ir.cpp | 41 bool ir_rvalue::is_one() const in is_one() function in ir_rvalue 1320 ir_constant::is_one() const in is_one() function in ir_constant 1949 if (expr->operands[0]->is_one()) in try_min_one() 1952 if (expr->operands[1]->is_one()) in try_min_one()
|
D | ir.h | 287 virtual bool is_one() const; 2245 virtual bool is_one() const;
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_cmod_propagation.cpp | 77 !(inst->src[1].is_one() && in opt_cmod_propagation_local()
|
D | brw_vec4_cmod_propagation.cpp | 57 !(inst->src[1].is_one() && in opt_cmod_propagation_local()
|
D | brw_shader.h | 64 bool is_one() const;
|
D | brw_shader.cpp | 692 backend_reg::is_one() const in is_one() function in backend_reg
|
D | brw_fs.cpp | 2355 if (inst->src[1].is_one()) { in opt_algebraic() 2494 } else if (inst->src[1].is_one()) { in opt_algebraic() 2499 } else if (inst->src[2].is_one()) { in opt_algebraic()
|
D | brw_vec4.cpp | 839 } else if (inst->src[1].is_one()) { in opt_algebraic()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 177 struct is_one { struct 182 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One() argument 183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 1616 bool is_zero[4] = {}, is_one[4] = {}; in ac_eliminate_const_output() local 1622 is_one[i] = true; in ac_eliminate_const_output() 1627 is_one[i] = true; in ac_eliminate_const_output() 1637 else if (is_one[0] && is_one[1] && is_one[2]) in ac_eliminate_const_output()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 239 struct is_one { struct 244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One() argument 245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 347 struct is_one { struct 352 inline cst_pred_ty<is_one> m_One() { in m_One() argument 353 return cst_pred_ty<is_one>(); in m_One()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1254 bool is_one = (width == 32) ? int_constant->GetU32BitValue() == 1u in IntMultipleBy1() local 1256 if (is_one) { in IntMultipleBy1()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1254 bool is_one = (width == 32) ? int_constant->GetU32BitValue() == 1u in IntMultipleBy1() local 1256 if (is_one) { in IntMultipleBy1()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 851 if (c->is_one()) { in emit_swz()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1558 ir->operands[1]->as_constant()->is_one()) { in visit_expression()
|