Home
last modified time | relevance | path

Searched refs:pos_inf (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.cc312 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/
Dutils.rs389 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/
Dmap_lmhlo_to_scalar_op.h422 auto pos_inf = APFloat::getInf(
425 b->create<ConstantOp>(loc, b->getFloatAttr(args[0].getType(), pos_inf));
/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h441 uint32_t pos_inf : 1; member
Dir3.c195 cat1->pos_inf = !!(dst->flags & IR3_REG_POS_INF); in emit_cat1()
Ddisasm-a3xx.c462 if (cat1->pos_inf) in print_instr_cat1()
/external/pffft/
Dsse2neon.h4853 __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()