/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicToQuads.cpp | 32 Compute the Tdiv as the root of (cubic) equation 33 sqrt(3)/18 · |P2 - 3·C2 + 3·C1 - P1|/2 · Tdiv ^ 3 = prec 34 if Tdiv < 0.5 divide the cubic at Tdiv. First segment [0..Tdiv] can be approximated with by a 36 Repeat from step 2 with the second resulted segment (corresponding to 1-Tdiv) 37 0.5<=Tdiv<1 - simply divide the cubic in two. The two halves can be approximated by the mid-point 39 Tdiv>=1 - the entire cubic can be approximated by the mid-point approximation 92 double tDiv = calc_t_div(cubic, precision, 0); 93 if (tDiv >= 1) [all...] |
/external/skia/src/pathops/ |
SkDCubicToQuads.cpp | 32 Compute the Tdiv as the root of (cubic) equation 33 sqrt(3)/18 · |P2 - 3·C2 + 3·C1 - P1|/2 · Tdiv ^ 3 = prec 34 if Tdiv < 0.5 divide the cubic at Tdiv. First segment [0..Tdiv] can be approximated with by a 36 Repeat from step 2 with the second resulted segment (corresponding to 1-Tdiv) 37 0.5<=Tdiv<1 - simply divide the cubic in two. The two halves can be approximated by the mid-point 39 Tdiv>=1 - the entire cubic can be approximated by the mid-point approximation 92 double tDiv = calc_t_div(cubic, precision, 0); 93 if (tDiv >= 1) [all...] |
/external/clang/test/Analysis/ |
taint-tester.c | 21 double tdiv = n / 30; // expected-warning+ {{tainted}} local 23 char tinc = tdiv++; // expected-warning + {{tainted}}
|
/external/qemu/ |
qemu-io.c | 110 cvtstr(tdiv((double)total, *t), s2, sizeof(s2)); 114 s1, cnt, ts, s2, tdiv((double)cnt, *t)); 118 tdiv((double)total, *t), 119 tdiv((double)cnt, *t)); [all...] |
/external/valgrind/main/none/tests/ppc32/ |
test_isa_2_06_part3.c | [all...] |
test_isa_2_06_part3.stdout.exp | [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_isa_2_06_part3.c | [all...] |
test_isa_2_06_part3.stdout.exp | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_ppc_toIR.c | [all...] |