/third_party/typescript/tests/baselines/reference/ |
H A D | genericClassExpressionInFunction.js | 55 function B1() {
function
|
H A D | argumentsUsedInClassFieldInitializerOrStaticInitializationBlock.js | 20 function B1() { function
|
H A D | typedefScope1.js | 2 function B1() { function
|
H A D | returnTypeTypeArguments.js | 98 function B1() { return null; }
function
|
H A D | moduleAliasInterface.js | 114 var B1;
variable
|
/third_party/musl/src/math/ |
H A D | cbrtf.c | 24 B1 = 709958130, /* B1 = (127-127.0/3-0.03306235651)*2**23 */ variable
|
H A D | cbrt.c | 22 B1 = 715094163, /* B1 = (1023-1023/3-0.03306235651)*2**20 */ variable
|
H A D | cbrtl.c | 26 static const unsigned B1 = 709958130; /* B1 = (127-127.0/3-0.03306235651)*2**23 */ variable
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | cbrtf.c | 24 B1 = 709958130, /* B1 = (127-127.0/3-0.03306235651)*2**23 */ variable
|
H A D | cbrt.c | 22 B1 = 715094163, /* B1 = (1023-1023/3-0.03306235651)*2**20 */ variable
|
H A D | cbrtl.c | 26 static const unsigned B1 = 709958130; /* B1 = (127-127.0/3-0.03306235651)*2**23 */ variable
|
/third_party/libabigail/tests/data/test-diff-filter/ |
H A D | test13-v1.cc | 13 class B1 class 21 B1::B1() in B1() function in B1
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test8-v1.cc | 13 class B1 class 21 B1::B1() in B1() function in B1
|
/third_party/jerryscript/jerry-libm/ |
H A D | cbrt.c | 34 #define B1 715094163 /* B1 = (682 - 0.03306235651) * 2**20 */ macro 97 #undef B1 macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | ord-enum.h | 12 B1 = B0 + 3, enumerator
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | llviddsp.c | 74 int A0, A1, B0, B1; in check_add_median_pred() local
|
/third_party/icu/tools/colprobe/ |
H A D | strengthprobe.h | 39 UChar B1; member in StrengthProbe
|
H A D | strengthprobe.cpp | 40 StrengthProbe::setProbeChars(UChar B0, UChar B1, UChar B2, UChar B3) in setProbeChars() argument 29 StrengthProbe(CompareFn comparer, GetSortKeyFn getter, UChar SE, UChar B0, UChar B1, UChar B2, UChar B3) StrengthProbe() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/sm4/ |
H A D | sm4.c | 190 uint32_t B1 = load_u32_be(in, 1); in ossl_sm4_encrypt() local 216 uint32_t B1 = load_u32_be(in, 1); in ossl_sm4_decrypt() local
|
/third_party/openssl/crypto/sm4/ |
H A D | sm4.c | 190 uint32_t B1 = load_u32_be(in, 1); in ossl_sm4_encrypt() local 216 uint32_t B1 = load_u32_be(in, 1); in ossl_sm4_decrypt() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | Trace.h | 73 bool dominates(const BasicBlock *B1, const BasicBlock *B2) const { in dominates() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | faandct.c | 41 #define B1 0.720959822006947913789091890943021267 // (cos(pi*1/16)sqrt(2))^-1 macro [all...] |
H A D | faanidct.c | 28 #define B1 1.3870398453221474618216 // cos(pi*1/16)sqrt(2) macro [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc_sse41.c | 63 const __m128i B1 = _mm_shuffle_epi8(A1, perm); in CollectColorBlueTransforms_SSE41() local 107 const __m128i B1 = _mm_and_si128(A1, mask_g); in CollectColorRedTransforms_SSE41() local
|
H A D | rescaler_neon.c | 81 const uint32x4_t B1 = MULT_FIX(A1, fy_scale_half); in RescalerExportRowExpand_NEON() local 139 const uint32x4_t B1 = vqsubq_u32(in3, A1); in RescalerExportRowShrink_NEON() local 160 const uint16x4_t B1 = vmovn_u32(A1); in RescalerExportRowShrink_NEON() local
|