Home
last modified time | relevance | path

Searched refs:az (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsConic.cpp125 double ax, ay, az; in subDivide() local
129 az = 1; in subDivide()
133 az = conic_eval_denominator(fWeight, t1); in subDivide()
137 az = 1; in subDivide()
159 double bz = 2 * dz - (az + cz) / 2; 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/vk-gl-cts/framework/common/
H A DtcuTexVerifierUtil.cpp80 const float az = de::abs(z); in getPossibleCubeFaces() local
87 if (ay+ey < ax-ex && az+ez < ax-ex) in getPossibleCubeFaces()
92 else if (ax+ex < ay-ey && az+ez < ay-ey) in getPossibleCubeFaces()
97 else if (ax+ex < az-ez && ay+ey < az-ez) in getPossibleCubeFaces()
117 if (az > ez) in getPossibleCubeFaces()
H A DtcuTexture.cpp2980 const float az = deFloatAbs(z); in selectCubeFace() local
2982 if (ay < ax && az < ax) in selectCubeFace()
2984 else if (ax < ay && az < ay) in selectCubeFace()
2986 else if (ax < az && ay < az) in selectCubeFace()
2993 if (ax < az) in selectCubeFace()
2998 else if (ax == az) in selectCubeFace()
3000 if (az < ay) in selectCubeFace()
3005 else if (ay == az) in selectCubeFace()
/third_party/skia/tests/
H A DStreamTest.cpp450 const char az[] = "abcdefghijklmnopqrstuvwxyz"; in DEF_TEST() local
454 dmws.writeText(az); in DEF_TEST()
456 REPORTER_ASSERT(r, dmws.bytesWritten() == N * strlen(az)); in DEF_TEST()
458 REPORTER_ASSERT(r, data->size() == N * strlen(az)); in DEF_TEST()
461 if (0 != memcmp(ptr, az, strlen(az))) { in DEF_TEST()
465 ptr += strlen(az); in DEF_TEST()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c5447 uint8_t az[SHA512_DIGEST_LENGTH]; in ossl_ed25519_sign() local
5461 || !EVP_DigestFinal_ex(hash_ctx, az, &sz)) in ossl_ed25519_sign()
5464 az[0] &= 248; in ossl_ed25519_sign()
5465 az[31] &= 63; in ossl_ed25519_sign()
5466 az[31] |= 64; in ossl_ed25519_sign()
5469 || !EVP_DigestUpdate(hash_ctx, az + 32, 32) in ossl_ed25519_sign()
5486 sc_muladd(out_sig + 32, hram, az, nonce); in ossl_ed25519_sign()
5491 OPENSSL_cleanse(az, sizeof(az)); in ossl_ed25519_sign()
5589 uint8_t az[SHA512_DIGEST_LENGT in ossl_ed25519_public_from_private() local
[all...]
/third_party/openssl/crypto/ec/
H A Dcurve25519.c5447 uint8_t az[SHA512_DIGEST_LENGTH]; in ossl_ed25519_sign() local
5461 || !EVP_DigestFinal_ex(hash_ctx, az, &sz)) in ossl_ed25519_sign()
5464 az[0] &= 248; in ossl_ed25519_sign()
5465 az[31] &= 63; in ossl_ed25519_sign()
5466 az[31] |= 64; in ossl_ed25519_sign()
5469 || !EVP_DigestUpdate(hash_ctx, az + 32, 32) in ossl_ed25519_sign()
5486 sc_muladd(out_sig + 32, hram, az, nonce); in ossl_ed25519_sign()
5491 OPENSSL_cleanse(az, sizeof(az)); in ossl_ed25519_sign()
5589 uint8_t az[SHA512_DIGEST_LENGT in ossl_ed25519_public_from_private() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp540 // %az = OpExtInst %float %n_1 FAbs %z
542 // %amax = OpExtInst %float %n_1 FMax %az %amax_x_y
544 // %is_z_max = OpFOrdGreaterThanEqual %bool %az %amax_x_y
613 Instruction* az = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
630 {az->result_id(), amax_x_y->result_id()}); in ReplaceCubeFaceCoord()
637 az->result_id(), amax_x_y->result_id()); in ReplaceCubeFaceCoord()
698 // %az = OpExtInst %float %n_1 FAbs %z
703 // %is_z_max = OpFOrdGreaterThanEqual %bool %az %amax_x_y
751 Instruction* az = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceIndex() local
768 az in ReplaceCubeFaceIndex()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Damd_ext_to_khr.cpp540 // %az = OpExtInst %float %n_1 FAbs %z
542 // %amax = OpExtInst %float %n_1 FMax %az %amax_x_y
544 // %is_z_max = OpFOrdGreaterThanEqual %bool %az %amax_x_y
613 Instruction* az = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
630 {az->result_id(), amax_x_y->result_id()}); in ReplaceCubeFaceCoord()
637 az->result_id(), amax_x_y->result_id()); in ReplaceCubeFaceCoord()
698 // %az = OpExtInst %float %n_1 FAbs %z
703 // %is_z_max = OpFOrdGreaterThanEqual %bool %az %amax_x_y
751 Instruction* az = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceIndex() local
768 az in ReplaceCubeFaceIndex()
[all...]
/third_party/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp546 // %az = OpExtInst %float %n_1 FAbs %z
548 // %amax = OpExtInst %float %n_1 FMax %az %amax_x_y
550 // %is_z_max = OpFOrdGreaterThanEqual %bool %az %amax_x_y
619 Instruction* az = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
636 {az->result_id(), amax_x_y->result_id()}); in ReplaceCubeFaceCoord()
643 az->result_id(), amax_x_y->result_id()); in ReplaceCubeFaceCoord()
706 // %az = OpExtInst %float %n_1 FAbs %z
711 // %is_z_max = OpFOrdGreaterThanEqual %bool %az %amax_x_y
759 Instruction* az = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceIndex() local
776 az in ReplaceCubeFaceIndex()
[all...]
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c5435 uint8_t az[SHA512_DIGEST_LENGTH]; in ED25519_sign() local
5443 SHA512_Final(az, &hash_ctx); in ED25519_sign()
5445 az[0] &= 248; in ED25519_sign()
5446 az[31] &= 63; in ED25519_sign()
5447 az[31] |= 64; in ED25519_sign()
5450 SHA512_Update(&hash_ctx, az + 32, 32); in ED25519_sign()
5465 sc_muladd(out_sig + 32, hram, az, nonce); in ED25519_sign()
5469 OPENSSL_cleanse(az, sizeof(az)); in ED25519_sign()
5547 uint8_t az[SHA512_DIGEST_LENGT in ED25519_public_from_private() local
[all...]
/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py34 az = time2isoz()
36 for text in (az, bz):
38 "bad time2isoz format: %s %s" % (az, bz))
53 az = time2netscape()
55 for text in (az, bz):
60 "bad time2netscape format: %s %s" % (az, bz))
H A Dtest_random.py991 az = z + (7.0 - 0.5)
992 return az ** (z-0.5) / exp(az) * sqrt2pi * fsum([
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_rt_common.c317 nir_ssa_def *az = nir_fmul(b, sz, nir_vector_extract(b, v_a, 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/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs1160 test_lit!(pfx_cat2, prefixes, "[ab]z", M("az"), M("bz"));
1171 M("az"),
1180 M("az"),
1393 test_lit!(sfx_cat2, suffixes, "[ab]z", M("az"), M("bz"));
1403 M("az"),
1412 M("az"),
/third_party/icu/icu4c/source/common/
H A Dlocmap.cpp165 ILCID_POSIX_SUBTABLE(az) { in ILCID_POSIX_SUBTABLE()
166 {0x2c, "az"}, in ILCID_POSIX_SUBTABLE()
805 ILCID_POSIX_MAP(az), /* az Azerbaijani 0x2c */
/third_party/node/deps/icu-small/source/common/
H A Dlocmap.cpp165 ILCID_POSIX_SUBTABLE(az) { in ILCID_POSIX_SUBTABLE()
166 {0x2c, "az"}, in ILCID_POSIX_SUBTABLE()
805 ILCID_POSIX_MAP(az), /* az Azerbaijani 0x2c */
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocmap.cpp165 ILCID_POSIX_SUBTABLE(az) { in ILCID_POSIX_SUBTABLE()
166 {0x2c, "az"}, in ILCID_POSIX_SUBTABLE()
805 ILCID_POSIX_MAP(az), /* az Azerbaijani 0x2c */
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp1738 const float az = -rng.getFloat(0.1f, 0.5f); in initAccelerationStructures() local
1739 const float bz = az + 0.01f; in initAccelerationStructures()
1740 const tcu::Vec3 A = tcu::Vec3(a.x(), a.y(), az); in initAccelerationStructures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp1718 const float az = -rng.getFloat(0.1f, 0.5f); in initAccelerationStructures() local
1719 const float bz = az + 0.01f; in initAccelerationStructures()
1720 const tcu::Vec3 A = tcu::Vec3(a.x(), a.y(), az); in initAccelerationStructures()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp1212 skvm::F32 ax = f32(args[0][0]), ay = f32(args[0][1]), az = f32(args[0][2]),
1215 result[0] = ay**bz - az**by;
1216 result[1] = az**bx - ax**bz;
/third_party/sqlite/src/
H A Dshell.c16335 const char *az[4]; in shellAuth() local
16336 az[0] = zA1; in shellAuth()
16337 az[1] = zA2; in shellAuth()
16338 az[2] = zA3; in shellAuth()
16339 az[3] = zA4; in shellAuth()
16343 if( az[i] ){ in shellAuth()
16344 output_c_string(p->out, az[i]); in shellAuth()
16949 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback() argument
16952 UNUSED_PARAMETER(az); in captureOutputCallback()
H A Dsqlite3.c122647 static const char * const az[] = { "BEGIN", "RELEASE", "ROLLBACK" }; global() local
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h1310 V(az) \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 257 milliseconds