/external/rust/crates/plotters-backend/src/rasterizer/ |
D | path.rs | 20 let a_p = ( localVariable 32 if a_p.0 as i32 == b_p.0 as i32 && a_p.1 as i32 == b_p.1 as i32 { 33 return (a_p.0 as i32, a_p.1 as i32); 38 let c0 = b_p.0 - a_p.0; 41 let c1 = b_p.1 - a_p.1; 45 return (a_p.0 as i32, a_p.1 as i32); 50 let x = a_p.0 + u * a_t.0; 51 let y = a_p.1 + u * a_t.1;
|
/external/libavc/common/ |
D | ih264_deblk_edge_filters.c | 112 UWORD8 a_p, a_q; /* threshold variables */ in ih264_deblk_luma_vert_bs4() local 150 a_p = (UWORD8)ABS(p2 - p0); in ih264_deblk_luma_vert_bs4() 153 if(a_p < beta) in ih264_deblk_luma_vert_bs4() 232 UWORD8 a_p, a_q; /* threshold variables */ in ih264_deblk_luma_horz_bs4() local 273 a_p = ABS(p2 - p0); in ih264_deblk_luma_horz_bs4() 276 if((a_p < beta)) in ih264_deblk_luma_horz_bs4() 546 UWORD8 a_p, a_q; /* threshold variables */ in ih264_deblk_luma_vert_bslt4() local 586 a_p = ABS(p2 - p0); in ih264_deblk_luma_vert_bslt4() 590 tc = tc0 + (a_p < beta) + (a_q < beta); in ih264_deblk_luma_vert_bslt4() 603 if(a_p < beta) in ih264_deblk_luma_vert_bslt4() [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | bernoulli_test.py | 322 a_p = np.array([0.5] * batch_size, dtype=np.float32) 325 a = bernoulli.Bernoulli(probs=a_p) 331 kl_expected = (a_p * np.log(a_p / b_p) + (1. - a_p) * np.log( 332 (1. - a_p) / (1. - b_p)))
|
/external/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 524 nir_deref_instr **a_p = &a_path->path[1]; in nir_compare_deref_paths() local 526 while (*a_p != NULL && *a_p == *b_p) { in nir_compare_deref_paths() 527 a_p++; in nir_compare_deref_paths() 542 for (nir_deref_instr **t_p = a_p; *t_p; t_p++) { in nir_compare_deref_paths() 553 while (*a_p != NULL && *b_p != NULL) { in nir_compare_deref_paths() 554 nir_deref_instr *a_tail = *(a_p++); in nir_compare_deref_paths() 607 if (*a_p != NULL) in nir_compare_deref_paths()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | betainc_op_test.py | 105 a_p = array_ops.placeholder(dtype) 108 math_ops.betainc(a_p, b_p, x_p).eval( 109 feed_dict={a_p: 0.5,
|
/external/tensorflow/tensorflow/python/kernel_tests/v1_compat_tests/ |
D | session_ops_test.py | 193 a_p, a_t = session_ops.get_session_tensor(a_handle.handle, dtypes.float32) 198 feed_dict={a_p: a_handle.handle, 238 a_p, a_t = session_ops.get_session_tensor(a_handle.handle, dtypes.float32) 244 feed_dict={a_p: a_handle.handle,
|
/external/libaom/libaom/av1/encoder/ |
D | svc_layercontext.c | 16 void **a_p = (void **)a; in swap_ptr() local 18 void *c = *a_p; in swap_ptr() 19 *a_p = *b_p; in swap_ptr()
|
/external/llvm/test/Transforms/InstCombine/ |
D | strlen-1.ll | 145 %a_p = getelementptr [32 x i8], [32 x i8]* @a, i32 0, i32 0 146 %a_l = call i32 @strlen(i8* %a_p)
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 314 …Scalar AlignedBox<Scalar,AmbientDim>::squaredExteriorDistance(const MatrixBase<Derived>& a_p) const in squaredExteriorDistance() argument 316 typename internal::nested_eval<Derived,2*AmbientDim>::type p(a_p.derived()); in squaredExteriorDistance()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | wcslen-3.ll | 151 %a_p = getelementptr [32 x i16], [32 x i16]* @a, i64 0, i64 0 152 %a_l = call i64 @wcslen(i16* %a_p)
|
D | wcslen-1.ll | 150 %a_p = getelementptr [32 x i32], [32 x i32]* @a, i64 0, i64 0 151 %a_l = call i64 @wcslen(i32* %a_p)
|
D | strlen-1.ll | 147 %a_p = getelementptr [32 x i8], [32 x i8]* @a, i32 0, i32 0 148 %a_l = call i32 @strlen(i8* %a_p)
|
/external/llvm/test/CodeGen/X86/ |
D | musttail-varargs.ll | 156 %a_p = getelementptr %struct.Foo, %struct.Foo* %this, i32 0, i32 1 157 %a_i8 = load i8*, i8** %a_p
|
/external/pdfium/third_party/lcms/src/ |
D | cmspcs.c | 604 cmsFloat64Number a_p = (1 + G ) * a1; in cmsCIE2000DeltaE() local 606 cmsFloat64Number C_p = sqrt( Sqr(a_p) + Sqr(b_p)); in cmsCIE2000DeltaE() 607 cmsFloat64Number h_p = atan2deg(b_p, a_p); in cmsCIE2000DeltaE()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | call-translator-variadic-musttail.ll | 210 %a_p = getelementptr %struct.Foo, %struct.Foo* %this, i32 0, i32 1 211 %a_i8 = load i8*, i8** %a_p
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 23 void **a_p = (void **)a; in swap_ptr() local 25 void *c = *a_p; in swap_ptr() 26 *a_p = *b_p; in swap_ptr()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | musttail-varargs.ll | 387 %a_p = getelementptr %struct.Foo, %struct.Foo* %this, i32 0, i32 1 388 %a_i8 = load i8*, i8** %a_p
|