Home
last modified time | relevance | path

Searched refs:bz (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js16bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.index… argument
23bz 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/
Darray-length.msl2.argument.discrete.comp11 float bz[];
22 float bz[];
29 len += ssbos[1].bz.length();
31 len += ssbos2[0].bz.length();
Darray-length.comp11 float bz[];
16 return v.length() + ssbos[1].bz.length();
/third_party/rust/crates/bindgen/book/src/
Dtutorial-6.md5 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/
DSkPathOpsConic.cpp159 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/
Darray-length.msl2.argument.discrete.comp14 float bz[1];
25 float bz[1];
Darray-length.comp14 float bz[1];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Darray-length.msl2.argument.discrete.comp16 float bz[1];
27 float bz[1];
Darray-length.comp16 float bz[1];
/third_party/node/deps/v8/src/bigint/
Ddiv-burnikel.cc238 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/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "bp" | "bq" | "br" | "bs" | "bt" | "bu" | "bv" | "bw" | "bx" | "by" | "bz" | "ca" | "cb" | "cc…
9bz: "aa.bz"; ca: "aa.ca"; cb: "aa.cb"; cc: "aa.cc"; cd: "aa.cd"; ce: "aa.ce"; cf: "aa.cf"; cg: "aa…
10bz: "aa.bz"; ca: "aa.ca"; cb: "aa.cb"; cc: "aa.cc"; cd: "aa.cd"; ce: "aa.ce"; cf: "aa.cf"; cg: "aa…
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "bp" | "bq" | "br" | "bs" | "bt" | "bu" | "bv" | "bw" | "bx" | "by" | "bz" | "ca" | "cb" | "cc…
9bz: "aa.bz"; ca: "aa.ca"; cb: "aa.cb"; cc: "aa.cc"; cd: "aa.cd"; ce: "aa.ce"; cf: "aa.cf"; cg: "aa…
10bz: "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/
Dsparcv8.S56 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 …]
Dsparcv8plus.S190 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/
Dsparcv8.S56 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 …]
Dsparcv8plus.S190 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/
DCargo.toml4 authors = ["Sergio Benitez <sb@sergio.bz>"]
DBUILD.gn24 cargo_pkg_authors = "Sergio Benitez <sb@sergio.bz>"
/third_party/python/Lib/test/
Dtest_http_cookiejar.py32 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/
Dastc_trace_analysis.py260 bz = get_attrib(data, "block_z")
261 dbStruct = Trace(bx, by, bz)
/third_party/node/deps/openssl/openssl/crypto/
Dsparccpuid.S398 bz .v9aligned
423 bz .v8aligned
552 bz .Ldone2
/third_party/openssl/crypto/
Dsparccpuid.S398 bz .v9aligned
423 bz .v8aligned
552 bz .Ldone2
/third_party/mesa3d/src/amd/vulkan/
Dradv_rt_common.c318 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/
DAUTHORS55 Alexander Neville <dark@volatile.bz>
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1213 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()

123