Home
last modified time | relevance | path

Searched refs:neg_inf (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/test_json/
Dtest_enum.py31 neg_inf = NEG_INF variable in WierdNum
104 j=WierdNum.neg_inf,
/external/rust/crates/cast/src/
Dtest.rs141 let neg_inf = -_1 / _0; localVariable
145 assert_eq!($dst::cast(neg_inf),
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc385 static LazyRE2 neg_inf = {"-inf"}; in LexNumberOrPattern() local
386 if (RE2::Consume(&consumable, *neg_inf)) { in LexNumberOrPattern()
Delemental_ir_emitter.cc1006 llvm::Value* neg_inf = llvm::ConstantFP::getInfinity(type, true); in EmitComplexSqrt() local
1012 Select(And(FCmpOEQ(a, neg_inf), FCmpONE(abs_b, inf)), in EmitComplexSqrt()
1018 Select(Or(FCmpOEQ(abs_b, inf), FCmpOEQ(a, neg_inf)), b_signed_inf, in EmitComplexSqrt()
/external/rust/crates/rand/src/distributions/
Dutils.rs388 let neg_inf = $ty::splat(::core::$f_scalar::NEG_INFINITY); localVariable
390 self.gt(neg_inf) & self.lt(pos_inf)
/external/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h92 nir_ssa_def *neg_inf = nir_imm_floatN_t(b, -INFINITY, dest_bit_size); in nir_round_float_to_float() local
93 return nir_bcsel(b, cmp, nir_nextafter(b, lower_prec, neg_inf), lower_prec); in nir_round_float_to_float()
/external/rust/crates/half/src/
Dbfloat.rs738 let neg_inf = bf16::from_f32(core::f32::NEG_INFINITY); in test_bf16_consts_from_f32() localVariable
745 assert_eq!(bf16::NEG_INFINITY, neg_inf); in test_bf16_consts_from_f32()
796 let neg_inf = bf16::from_f64(core::f64::NEG_INFINITY); in test_bf16_consts_from_f64() localVariable
803 assert_eq!(bf16::NEG_INFINITY, neg_inf); in test_bf16_consts_from_f64()
Dbinary16.rs1025 let neg_inf = f16::from_f32(core::f32::NEG_INFINITY); in test_f16_consts_from_f32() localVariable
1034 assert_eq!(f16::NEG_INFINITY, neg_inf); in test_f16_consts_from_f32()
1085 let neg_inf = f16::from_f64(core::f64::NEG_INFINITY); in test_f16_consts_from_f64() localVariable
1094 assert_eq!(f16::NEG_INFINITY, neg_inf); in test_f16_consts_from_f64()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc542 xla::XlaOp neg_inf = in Compile() local
544 xla::XlaOp scores_included = xla::Select(included, scores, neg_inf); in Compile()
/external/pffft/
Dsse2neon.h4853 __m128 zero, neg_inf, pos_inf; in _mm_round_ps()
4866 neg_inf = _mm_set_ps(floorf(v_float[0]), floorf(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()