HomeSort by relevance Sort by last modified time
    Searched defs:S9 (Results 1 - 9 of 9) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 43 S9 = -0.82206352458348947812512122163446202498005154296863e-17,
56 z*(S9+z*(S10+z*(S11+z*S12)))))))));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sinhl.c 52 S9 = 2.7557319223873889e-6, /* 0x171de3a5565fe6.0p-71 */
66 S9 = 2.75573192239858906525574406205464218e-6L, /* 0x171de3a556c7338faac243aaa9592.0p-131L */
111 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x);
116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 +
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 81 struct S9 {
  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 49 struct S9 { // expected-warning {{packed attribute is unnecessary for 'S9'}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
microsoft-abi-static-initializers.cpp 68 static S S9;
  /external/clang/test/ASTMerge/Inputs/
struct1.c 42 struct S9 { int i; float f; } *x9;
  /art/runtime/arch/arm/
registers_arm.h 66 S9 = 9,
  /art/runtime/arch/arm64/
registers_arm64.h 162 S9 = 9,
  /external/clang/test/Misc/
diag-template-diffing.cpp 253 template<typename ...T> struct S9 {};
254 template<typename T> using U9 = S9<int, char, T>;
256 int f9(S9<int, char, U9<const double>>);
260 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'S9<[2 * ...], S9<[2 * ...], double>>' to 'S9<[2 * ...], S9<[2 * ...], const double>>' for 1st argument
262 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'S9<int, char, S9<int, char, double>>' to 'S9<int, char, S9<int, char, const double>>' for 1st argumen
    [all...]

Completed in 228 milliseconds