Searched refs:increasing (Results 1 – 25 of 369) sorted by relevance
12345678910>>...15
/third_party/node/deps/npm/node_modules/performance-now/test/ |
D | performance-now.coffee | 2 chai.use(require "chai-increasing") 14 it "two subsequent calls return an increasing number", -> 27 expect(stamps).to.be.increasing
|
/third_party/boost/boost/icl/type_traits/ |
D | succ_pred.hpp | 23 template <class DomainT, bool increasing = true> 40 template <class DomainT, bool increasing = true>
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_tile_raster_order.txt | 109 … in increasing X direction 111 … in increasing X direction 113 … in increasing Y direction
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_tile_raster_order.txt | 109 … in increasing X direction 111 … in increasing X direction 113 … in increasing Y direction
|
/third_party/boost/libs/metaparse/doc/ |
D | length128_gcc_4.8.5.qbk | 1 128 strings with increasing length.
|
D | max_length_gcc_4.8.5.qbk | 1 100 one character long strings with increasing maximum length.
|
/third_party/boost/libs/algorithm/doc/ |
D | algorithm.qbk | 80 Generate an increasing series 135 Whether an entire sequence is increasing; i.e, each item is greater than or equal to the previous o… 145 Whether an entire sequence is strictly increasing; i.e, each item is greater than the previous one 219 Write a sequence of n increasing values to an output iterator
|
D | ordered-hpp.qbk | 76 To test if a sequence is increasing (each element at least as large as the preceding one): 99 To test if a sequence is strictly increasing (each element larger than the preceding one):
|
/third_party/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.h | 44 bool increasing) const;
|
D | Sk4fGradientBase.cpp | 260 SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const { in findNext() 270 if (increasing) { in findNext()
|
/third_party/flutter/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.h | 44 bool increasing) const;
|
D | Sk4fGradientBase.cpp | 260 SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const { in findNext() 270 if (increasing) { in findNext()
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 59 consists of two parts: a horizontal left part, and a linearly increasing right 61 these tests is to look at the slope of the increasing right part. Additionally
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 63 consists of two parts: a horizontal left part, and a linearly increasing right 65 these tests is to look at the slope of the increasing right part. Additionally
|
/third_party/grpc/src/core/tsi/alts/handshaker/proto/ |
D | transport_security_common.proto | 21 // The security level of the created channel. The list is sorted in increasing
|
/third_party/grpc/test/core/tsi/alts/fake_handshaker/ |
D | transport_security_common.proto | 21 // The security level of the created channel. The list is sorted in increasing
|
/third_party/boost/libs/mpi/doc/ |
D | threading.qbk | 3 There are an increasing number of hybrid parallel applications that mix
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_supersample.txt | 83 1. Fx is continuous and monotonically increasing in |du/dx| and |dv/dx|. 84 Fy is continuous and monotonically increasing in |du/dy| and |dv/dy|.
|
D | SGIX_texture_mipmap_anisotropic.txt | 131 1. Fx is continuous and monotonically increasing in |du/dx| and |dv/dx|. 132 Fy is continuous and monotonically increasing in |du/dy| and |dv/dy|.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_texture_supersample.txt | 83 1. Fx is continuous and monotonically increasing in |du/dx| and |dv/dx|. 84 Fy is continuous and monotonically increasing in |du/dy| and |dv/dy|.
|
D | SGIX_texture_mipmap_anisotropic.txt | 131 1. Fx is continuous and monotonically increasing in |du/dx| and |dv/dx|. 132 Fy is continuous and monotonically increasing in |du/dy| and |dv/dy|.
|
/third_party/grpc/src/proto/grpc/gcp/ |
D | transport_security_common.proto | 27 // The security level of the created channel. The list is sorted in increasing
|
/third_party/mindspore/mindspore/numpy/ |
D | utils_const.py | 442 def _iota(dtype, num, increasing=True): argument 447 if increasing:
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 56 increasing (call also at nsec increments to ensure both nsec and sec 57 are always increasing).
|
/third_party/node/deps/npm/node_modules/performance-now/ |
D | README.md | 7 Using `process.hrtime` means that the reported time will be monotonically increasing, and not subje…
|
12345678910>>...15