/external/python/cpython3/Lib/test/test_json/ |
D | test_enum.py | 31 neg_inf = NEG_INF variable in WierdNum 104 j=WierdNum.neg_inf,
|
/external/rust/crates/cast/src/ |
D | test.rs | 141 let neg_inf = -_1 / _0; localVariable 145 assert_eq!($dst::cast(neg_inf),
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_lexer.cc | 385 static LazyRE2 neg_inf = {"-inf"}; in LexNumberOrPattern() local 386 if (RE2::Consume(&consumable, *neg_inf)) { in LexNumberOrPattern()
|
D | elemental_ir_emitter.cc | 1006 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/ |
D | utils.rs | 388 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/ |
D | nir_conversion_builder.h | 92 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/ |
D | bfloat.rs | 738 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()
|
D | binary16.rs | 1025 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/ |
D | image_ops.cc | 542 xla::XlaOp neg_inf = in Compile() local 544 xla::XlaOp scores_included = xla::Select(included, scores, neg_inf); in Compile()
|
/external/pffft/ |
D | sse2neon.h | 4853 __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()
|