/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 98 StringLiteral S3, T Value) { in Cases() 103 StringLiteral S3, StringLiteral S4, T Value) { in Cases() 108 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 114 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 120 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 126 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 133 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 171 StringLiteral S3, T Value) { in CasesLower() 176 StringLiteral S3, StringLiteral S4, T Value) { in CasesLower()
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypingWithObjectMembersOptionality.ts | 35 interface S3 extends T3 { interface 65 interface S3 extends T3 { interface
|
D | subtypingWithObjectMembersOptionality2.ts | 26 interface S3 extends T3 { interface
|
D | subtypingWithObjectMembersOptionality4.ts | 26 interface S3 extends T3 { interface
|
D | subtypingWithObjectMembersOptionality3.ts | 26 interface S3 extends T3 { interface
|
/third_party/musl/src/math/ |
D | __sinl.c | 32 S3 = -0.00019841269841269427, /* -0x1a01a01a019f81.0p-65 */ variable 52 S3 = -0.00019841269841269841269841269839935785325638310428717L, variable
|
D | __sindf.c | 23 S3 = -0x1a00f9e2cae774.0p-65, /* -0.000198393348360966317347 */ variable
|
D | __sin.c | 47 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */ variable
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __sinl.c | 32 S3 = -0.00019841269841269427, /* -0x1a01a01a019f81.0p-65 */ variable 52 S3 = -0.00019841269841269841269841269839935785325638310428717L, variable
|
D | __sindf.c | 23 S3 = -0x1a00f9e2cae774.0p-65, /* -0.000198393348360966317347 */ variable
|
D | __sin.c | 47 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */ variable
|
/third_party/boost/libs/units/test/ |
D | test_implicit_conversion.cpp | 104 …BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::si::catalytic_activity> S3(2.0*bu::si::catalytic_activi… in test_main() local
|
/third_party/boost/libs/core/test/ |
D | empty_value_size_test.cpp | 26 struct S3 struct
|
/third_party/flutter/skia/third_party/externals/sdl/src/libm/ |
D | k_sin.c | 57 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */ variable
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
D | WinogradTrans.c | 138 const float *S2 = SK + len_c4, *S3 = S2 + len_c4; in WinogradTransRight() local 170 const float *S3 = S2 + len_c4; in WinogradTransRight() local 193 const float *S3 = S2 + len_c4; in WinogradTransRight() local
|
/third_party/boost/boost/mp11/ |
D | integer_sequence.hpp | 81 using S3 = typename make_integer_sequence_impl<T, R>::type; typedef
|
/third_party/libsnd/src/GSM610/ |
D | long_term.c | 349 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, in Cut_Calculation_of_the_LTP_parameters() local 519 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, in Calculation_of_the_LTP_parameters() local 734 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, in Fast_Calculation_of_the_LTP_parameters() local
|
/third_party/ffmpeg/libavutil/ |
D | cast5.c | 149 static const uint32_t S3[256] = { variable
|
/third_party/boost/libs/test/test/test-organization-ts/ |
D | test-tree-management-test.cpp | 232 test_suite& S3 = framework::get<test_suite>( mts.get( "S3" ) ); in BOOST_AUTO_TEST_CASE() local
|
/third_party/mbedtls/library/ |
D | sha256.c | 153 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) macro
|
D | sha512.c | 212 #define S3(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) in mbedtls_internal_sha512_process() macro
|
/third_party/boost/boost/numeric/ublas/ |
D | assignment.hpp | 810 …static bool next(const E1 &e, const E2 &me, S1 &i, S2 &j, const S3 &/*i0*/, const S3 &j0, S4 &k, S… in next() 856 …static bool next(const E1 &e, const E2 &me, S1 &i, S2 &j, const S3 &i0, const S3 &/*j0*/, S4 &k, S… in next()
|
/third_party/jerryscript/jerry-libm/ |
D | trig.c | 635 #define S3 -1.98412698298579493134e-04 /* 0xBF2A01A0, 0x19C161D5 */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | LowLevel.cpp | 680 const uint32_t S3 = allocateDword(); in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | LowLevel.cpp | 1108 const uint32_t S3 = allocateDword(); in TEST_F() local
|