Home
last modified time | relevance | path

Searched refs:crosses (Results 1 – 25 of 38) sorted by relevance

12

/external/skia/src/pathops/
DSkOpAngle.cpp232 double crosses[3]; in lineOnOneSide() local
240 crosses[index - 1] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in lineOnOneSide()
242 if (crosses[0] * crosses[1] < 0) { in lineOnOneSide()
246 if (crosses[0] * crosses[2] < 0 || crosses[1] * crosses[2] < 0) { in lineOnOneSide()
250 if (crosses[0]) { in lineOnOneSide()
251 return crosses[0] < 0; in lineOnOneSide()
253 if (crosses[1]) { in lineOnOneSide()
254 return crosses[1] < 0; in lineOnOneSide()
256 if (SkPath::kCubic_Verb == testVerb && crosses[2]) { in lineOnOneSide()
257 return crosses[2] < 0; in lineOnOneSide()
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseCross.pbtxt64 function to combine the crosses fingerprints.
71 the batchwise crosses of these features.
Dapi_def_SparseCrossV2.pbtxt56 the batchwise crosses of these features.
Dapi_def_SparseCrossHashed.pbtxt69 the batchwise crosses of these features.
/external/llvm/test/MC/X86/AlignedBundling/
Dpad-align-to-bundle-end.s29 # otherwise the group crosses a boundary.
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Loop.java730 boolean crosses = false; in isValid()
771 crosses = crosser.robustCrossing(vertex(b2)) > 0; in isValid()
773 if (crosses ) { in isValid()
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2EdgeUtilTest.java267 boolean crosses) { in assertWedge() argument
279 contains ? 1 : crosses ? -1 : 0); in assertWedge()
/external/cronet/base/android/java/src/org/chromium/base/metrics/
Dforwarding_synchronization.md105 happen, so this is a bug. The current delegate implementation crosses JNI and
/external/angle/src/libANGLE/renderer/vulkan/doc/
DOpenGLLineSegmentRasterization.md27 intersection between the line segment and the grid that crosses the pixel
/external/walt/docs/
DAudioLatency.md66 Audio output signal from the phone is detected when audio line voltage crosses a predefined
/external/skia/src/core/
DSkGeometry.cpp1099 SkScalar crosses[2]; in on_same_side() local
1102 crosses[index] = line.cross(testLine); in on_same_side()
1104 return crosses[0] * crosses[1] >= 0; in on_same_side()
/external/walt/docs/usage/
DWALT_usage.md172 the measured screen brightness crosses a threshold
243 …* Position a laser pointer so that the beam crosses the screen roughly in the middle. A convenient…
/external/python/cpython2/Misc/NEWS.d/
D2.7a4.rst96 email no longer inserts extra blank lines when a \r\n combo crosses an 8192
/external/libchrome/mojo/
DREADME.md165 crosses a process boundary -- in fact this detail is intentionally obscured.
/external/cronet/base/allocator/partition_allocator/
DPartitionAlloc.md151 is provisioned (note, a slot that crosses a page boundary only gets
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-07-18-LimitReassociate.ll7 ; the use that crosses loops. With limits we have five.
/external/perfetto/docs/design-docs/
Dprotozero.md342 ProtoZero), when a message crosses the buffer boundary, its `size` field gets
/external/arm-trusted-firmware/docs/process/
Dcoding-guidelines.rst362 member crosses a 32-bit boundary.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME.txt355 In the new trace, the hot loop has an instruction which crosses a cacheline
/external/llvm/lib/Target/X86/
DREADME.txt355 In the new trace, the hot loop has an instruction which crosses a cacheline
/external/cronet/third_party/protobuf/
DCHANGES.txt708 * Fix parsing negative Int32Value that crosses segment boundary (#8035)
784 * Fix parsing negative Int32Value that crosses segment boundary (#8035)
/external/tflite-support/tensorflow_lite_support/cc/test/testdata/task/text/
Dvocab_for_regex_tokenizer.txt6880 crosses 6879
/external/protobuf/
DCHANGES.txt893 * Fix parsing negative Int32Value that crosses segment boundary (#8035)
969 * Fix parsing negative Int32Value that crosses segment boundary (#8035)
/external/freetype/docs/oldlogs/
DChangeLog.262264 where a segment crosses the contour start.
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt7822 crosses

12