/external/fonttools/Lib/fontTools/cffLib/ |
D | width.py | 22 def cumSum(f, op=add, start=0, decreasing=False): argument 29 if decreasing: 114 cumFrqD = cumSum(widths, op=add, decreasing=True) 115 cumMaxD = cumSum(widths, op=max, decreasing=True)
|
/external/freetype/src/pfr/ |
D | pfrsbit.c | 52 FT_Bool decreasing ) in pfr_bitwriter_init() argument 60 if ( !decreasing ) in pfr_bitwriter_init() 536 FT_Bool decreasing, in pfr_load_bitmap_bits() argument 545 pfr_bitwriter_init( &writer, target, decreasing ); in pfr_load_bitmap_bits()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SelfAdjointEig.pbtxt | 23 are sorted in non-decreasing order.
|
D | api_def_SelfAdjointEigV2.pbtxt | 35 are sorted in non-decreasing order.
|
D | api_def_Eig.pbtxt | 35 are sorted in non-decreasing order.
|
D | api_def_SpaceToDepth.pbtxt | 33 ordered by decreasing memory layout significance as:
|
D | api_def_DepthToSpace.pbtxt | 36 ordered by decreasing memory layout significance as:
|
/external/llvm-project/llvm/test/Transforms/IRCE/ |
D | eq_ne.ll | 166 ; Show that IRCE can turn 'ne' condition to 'sgt' in decreasing IV. 198 ; Show that IRCE cannot turn 'ne' condition to 'sgt' in decreasing IV if the end 227 ; Show that IRCE can turn 'eq' condition to 'slt' in decreasing IV. 259 ; Show that IRCE cannot turn 'eq' condition to 'slt' in decreasing IV if the end
|
D | unsigned_comparisons_ugt.ll | 54 ; UGT condition for decreasing loop.
|
D | unsigned_comparisons_ult.ll | 57 ; ULT condition for decreasing loops.
|
/external/iptables/extensions/ |
D | libxt_LOG.man | 13 Possible values are (in decreasing order of priority): \fBemerg\fP,
|
/external/llvm/test/CodeGen/X86/ |
D | stores-merging.ll | 12 ;; order, the second in decreasing -- but in both cases should have
|
D | movtopush.ll | 391 ; simply decreasing the stack pointer.
|
/external/webrtc/modules/audio_coding/audio_network_adaptor/ |
D | config.proto | 101 // Offset to apply to the per-packet overhead when decreasing frame length.
|
/external/llvm-project/openmp/runtime/src/i18n/ |
D | en_US.txt | 472 DecreaseWorkerStackSize "Try decreasing OMP_STACKSIZE." 473 Decrease_NUM_THREADS "Try decreasing the value of OMP_NUM_THREADS." 475 DecreaseMonitorStackSize "Try decreasing KMP_MONITOR_STACKSIZE." 476 DecreaseNumberOfThreadsInUse "Try decreasing the number of threads in use simultaneously."
|
/external/llvm-project/llvm/docs/PDB/ |
D | CodeViewTypes.rst | 33 Padding is implemented by inserting a decreasing sequence of `<_padding_records>`
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_test.py | 1837 y, segments = nn_ops.isotonic_regression(x, decreasing=False) 1841 y, segments = nn_ops.isotonic_regression(x, decreasing=True) 1850 y, segments = nn_ops.isotonic_regression(-x, decreasing=True) 1854 y, segments = nn_ops.isotonic_regression(-x, decreasing=False) 1867 y, segments = nn_ops.isotonic_regression(x, decreasing=True, axis=0)
|
/external/llvm-project/llvm/test/Other/ |
D | cgscc-devirt-iteration.ll | 108 ; decreasing and the count of direct calls increasing.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-2.0 | 114 In decreasing order of size:
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | only-keep-debug.test | 15 ## objcopy sets sh_offset to 0x402. We don't do this to keep sh_offset non-decreasing.
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.nn.pbtxt | 181 …argspec: "args=[\'inputs\', \'decreasing\', \'axis\'], varargs=None, keywords=None, defaults=[\'Tr…
|
/external/llvm-project/llvm/docs/ |
D | BuildingADistribution.rst | 154 all the tools. This reduces code size by decreasing duplication of common code
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 216 "ascending", which means non-decreasing: 220 or "descending", which means strictly decreasing: 338 decreasing sequence. #1 implies that, reading the lengths right to left,
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 216 "ascending", which means non-decreasing: 220 or "descending", which means strictly decreasing: 338 decreasing sequence. #1 implies that, reading the lengths right to left,
|
/external/python/pybind11/docs/ |
D | faq.rst | 221 In addition to decreasing binary size, ``-fvisibility=hidden`` also avoids
|