Searched refs:pos_inf (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | llvm_ir_runtime.cc | 312 const llvm::APFloat pos_inf = GetIeeeF32FromBitwiseRep(0x7f800000); in GenerateVF32Log() local 319 llvm::Value* is_pos_inf_mask = vsl.FCmpEQMask(input, pos_inf); in GenerateVF32Log() 380 vsl.FloatAnd(is_pos_inf_mask, pos_inf)); in GenerateVF32Log()
|
/external/rust/crates/rand/src/distributions/ |
D | utils.rs | 389 let pos_inf = $ty::splat(::core::$f_scalar::INFINITY); localVariable 390 self.gt(neg_inf) & self.lt(pos_inf)
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/ |
D | map_lmhlo_to_scalar_op.h | 422 auto pos_inf = APFloat::getInf( 425 b->create<ConstantOp>(loc, b->getFloatAttr(args[0].getType(), pos_inf));
|
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 441 uint32_t pos_inf : 1; member
|
D | ir3.c | 195 cat1->pos_inf = !!(dst->flags & IR3_REG_POS_INF); in emit_cat1()
|
D | disasm-a3xx.c | 462 if (cat1->pos_inf) in print_instr_cat1()
|
/external/pffft/ |
D | sse2neon.h | 4853 __m128 zero, neg_inf, pos_inf; in _mm_round_ps() 4868 pos_inf = _mm_set_ps(ceilf(v_float[0]), ceilf(v_float[1]), in _mm_round_ps() 4870 return _mm_blendv_ps(pos_inf, neg_inf, _mm_cmple_ps(a, zero)); in _mm_round_ps()
|