Home
last modified time | relevance | path

Searched refs:decreasing (Results 1 – 25 of 64) sorted by relevance

123

/external/fonttools/Lib/fontTools/cffLib/
Dwidth.py22 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/
Dpfrsbit.c52 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/
Dapi_def_SelfAdjointEig.pbtxt23 are sorted in non-decreasing order.
Dapi_def_SelfAdjointEigV2.pbtxt35 are sorted in non-decreasing order.
Dapi_def_Eig.pbtxt35 are sorted in non-decreasing order.
Dapi_def_SpaceToDepth.pbtxt33 ordered by decreasing memory layout significance as:
Dapi_def_DepthToSpace.pbtxt36 ordered by decreasing memory layout significance as:
/external/llvm-project/llvm/test/Transforms/IRCE/
Deq_ne.ll166 ; 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
Dunsigned_comparisons_ugt.ll54 ; UGT condition for decreasing loop.
Dunsigned_comparisons_ult.ll57 ; ULT condition for decreasing loops.
/external/iptables/extensions/
Dlibxt_LOG.man13 Possible values are (in decreasing order of priority): \fBemerg\fP,
/external/llvm/test/CodeGen/X86/
Dstores-merging.ll12 ;; order, the second in decreasing -- but in both cases should have
Dmovtopush.ll391 ; simply decreasing the stack pointer.
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dconfig.proto101 // Offset to apply to the per-packet overhead when decreasing frame length.
/external/llvm-project/openmp/runtime/src/i18n/
Den_US.txt472 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/
DCodeViewTypes.rst33 Padding is implemented by inserting a decreasing sequence of `<_padding_records>`
/external/tensorflow/tensorflow/python/ops/
Dnn_test.py1837 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/
Dcgscc-devirt-iteration.ll108 ; decreasing and the count of direct calls increasing.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.0114 In decreasing order of size:
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Donly-keep-debug.test15 ## objcopy sets sh_offset to 0x402. We don't do this to keep sh_offset non-decreasing.
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.nn.pbtxt181 …argspec: "args=[\'inputs\', \'decreasing\', \'axis\'], varargs=None, keywords=None, defaults=[\'Tr…
/external/llvm-project/llvm/docs/
DBuildingADistribution.rst154 all the tools. This reduces code size by decreasing duplication of common code
/external/python/cpython2/Objects/
Dlistsort.txt216 "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/
Dlistsort.txt216 "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/
Dfaq.rst221 In addition to decreasing binary size, ``-fvisibility=hidden`` also avoids

123