HomeSort by relevance Sort by last modified time
    Searched refs:LP3 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
partial-reinitialization2.c 11 struct LP3 { struct P1 p1[2]; } g3 = { { "dog" }, { "cat" } };
12 struct LLP3 { struct LP3 l3; };
13 union ULP3 { struct LP3 l3; };
79 // CHECK: call void @llvm.memcpy{{.*}}%struct.LP3, %struct.LP3* @g3{{.*}}i64 12, i32 {{[0-9]}}, i1 false)
  /external/v8/src/third_party/fdlibm/
fdlibm.js 424 // R(z) ~ Lp1*s +Lp2*s +Lp3*s +Lp4*s +Lp5*s +Lp6*s +Lp7*s
468 define LP3 = 2.857142874366239149e-01;
555 var R = z * (LP1 + z * (LP2 + z * (LP3 + z * (LP4 +
    [all...]

Completed in 87 milliseconds