/third_party/skia/third_party/externals/oboe/docs/reference/ |
D | jquery.js | 16 …bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.index… argument 23 …bz in bE.match){bE.match[bz]=new RegExp(bE.match[bz].source+(/(?![^\[]*\])(?![^\(]*\))/.source));b… argument
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/ |
D | array-length.msl2.argument.discrete.comp | 11 float bz[]; 22 float bz[]; 29 len += ssbos[1].bz.length(); 31 len += ssbos2[0].bz.length();
|
D | array-length.comp | 11 float bz[]; 16 return v.length() + ssbos[1].bz.length();
|
/third_party/rust/crates/bindgen/book/src/ |
D | tutorial-6.md | 5 already a [`bzip2-sys`][bz-sys] crate providing raw FFI bindings, and there is 6 already a [`bzip2`][bz] crate providing a nice, safe, Rust-y API on top of the 11 [bz-sys]: https://crates.io/crates/bzip2-sys 12 [bz]: https://crates.io/crates/bzip2
|
/third_party/skia/src/pathops/ |
D | SkPathOpsConic.cpp | 159 double bz = 2 * dz - (az + cz) / 2; in subDivide() local 160 if (!bz) { in subDivide() 161 bz = 1; // if bz is 0, weight is 0, control point has no effect: any value will do in subDivide() 163 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}} in subDivide() 165 SkDoubleToScalar(bz / sqrt(az * cz)) }; in subDivide()
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
D | array-length.msl2.argument.discrete.comp | 14 float bz[1]; 25 float bz[1];
|
D | array-length.comp | 14 float bz[1];
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
D | array-length.msl2.argument.discrete.comp | 16 float bz[1]; 27 float bz[1];
|
D | array-length.comp | 16 float bz[1];
|
/third_party/node/deps/v8/src/bigint/ |
D | div-burnikel.cc | 238 BZ bz(this, n); in DivideBurnikelZiegler() local 245 bz.D2n1n(Qi, Ri, Z, B); in DivideBurnikelZiegler() 261 bz.D2n1n(Qi, Ri, Z, B); in DivideBurnikelZiegler()
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "bp" | "bq" | "br" | "bs" | "bt" | "bu" | "bv" | "bw" | "bx" | "by" | "bz" | "ca" | "cb" | "cc… 9 …bz: "aa.bz"; ca: "aa.ca"; cb: "aa.cb"; cc: "aa.cc"; cd: "aa.cd"; ce: "aa.ce"; cf: "aa.cf"; cg: "aa… 10 …bz: "aa.bz"; ca: "aa.ca"; cb: "aa.cb"; cc: "aa.cc"; cd: "aa.cd"; ce: "aa.ce"; cf: "aa.cf"; cg: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "bp" | "bq" | "br" | "bs" | "bt" | "bu" | "bv" | "bw" | "bx" | "by" | "bz" | "ca" | "cb" | "cc… 9 …bz: "aa.bz"; ca: "aa.ca"; cb: "aa.cb"; cc: "aa.cc"; cd: "aa.cd"; ce: "aa.ce"; cf: "aa.cf"; cg: "aa… 10 …bz: "aa.bz"; ca: "aa.ca"; cb: "aa.cb"; cc: "aa.cc"; cd: "aa.cd"; ce: "aa.ce"; cf: "aa.cf"; cg: "aa…
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
D | sparcv8.S | 56 bz .L_bn_mul_add_words_tail 122 bz .L_bn_mul_add_words_return 134 bz .L_bn_mul_add_words_return 169 bz .L_bn_mul_words_tail 221 bz .L_bn_mul_words_return 231 bz .L_bn_mul_words_return 261 bz .L_bn_sqr_words_tail 308 bz .L_bn_sqr_words_return 317 bz .L_bn_sqr_words_return 364 bz .L_bn_add_words_tail [all …]
|
D | sparcv8plus.S | 190 bz,pn %icc,.L_bn_mul_add_words_tail 292 bz,pn %icc,.L_bn_mul_words_tail 380 bz,pn %icc,.L_bn_sqr_words_tail 481 bz,pn %icc,.L_bn_add_words_tail 559 bz,pn %icc,.L_bn_sub_words_tail
|
/third_party/openssl/crypto/bn/asm/ |
D | sparcv8.S | 56 bz .L_bn_mul_add_words_tail 122 bz .L_bn_mul_add_words_return 134 bz .L_bn_mul_add_words_return 169 bz .L_bn_mul_words_tail 221 bz .L_bn_mul_words_return 231 bz .L_bn_mul_words_return 261 bz .L_bn_sqr_words_tail 308 bz .L_bn_sqr_words_return 317 bz .L_bn_sqr_words_return 364 bz .L_bn_add_words_tail [all …]
|
D | sparcv8plus.S | 190 bz,pn %icc,.L_bn_mul_add_words_tail 292 bz,pn %icc,.L_bn_mul_words_tail 380 bz,pn %icc,.L_bn_sqr_words_tail 481 bz,pn %icc,.L_bn_add_words_tail 559 bz,pn %icc,.L_bn_sub_words_tail
|
/third_party/rust/crates/version_check/ |
D | Cargo.toml | 4 authors = ["Sergio Benitez <sb@sergio.bz>"]
|
D | BUILD.gn | 24 cargo_pkg_authors = "Sergio Benitez <sb@sergio.bz>"
|
/third_party/python/Lib/test/ |
D | test_http_cookiejar.py | 32 bz = time2isoz(500000) 33 for text in (az, bz): 35 "bad time2isoz format: %s %s" % (az, bz)) 51 bz = time2netscape(500000) 52 for text in (az, bz): 57 "bad time2netscape format: %s %s" % (az, bz))
|
/third_party/astc-encoder/Test/ |
D | astc_trace_analysis.py | 260 bz = get_attrib(data, "block_z") 261 dbStruct = Trace(bx, by, bz)
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | sparccpuid.S | 398 bz .v9aligned 423 bz .v8aligned 552 bz .Ldone2
|
/third_party/openssl/crypto/ |
D | sparccpuid.S | 398 bz .v9aligned 423 bz .v8aligned 552 bz .Ldone2
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_rt_common.c | 318 nir_ssa_def *bz = nir_fmul(b, sz, nir_vector_extract(b, v_b, kz)); in intersect_ray_amd_software_tri() local 322 nir_fadd(b, nir_fadd(b, nir_fmul(b, u, az), nir_fmul(b, v, bz)), nir_fmul(b, w, cz)); in intersect_ray_amd_software_tri()
|
/third_party/node/deps/v8/ |
D | AUTHORS | 55 Alexander Neville <dark@volatile.bz>
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 1213 bx = f32(args[1][0]), by = f32(args[1][1]), bz = f32(args[1][2]); in writeIntrinsicCall() local 1215 result[0] = ay**bz - az**by; in writeIntrinsicCall() 1216 result[1] = az**bx - ax**bz; in writeIntrinsicCall()
|