Home
last modified time | relevance | path

Searched refs:increasing (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/third_party/node/deps/npm/node_modules/performance-now/test/
Dperformance-now.coffee2 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/
Dsucc_pred.hpp23 template <class DomainT, bool increasing = true>
40 template <class DomainT, bool increasing = true>
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_tile_raster_order.txt109 … in increasing X direction
111 … in increasing X direction
113 … in increasing Y direction
/third_party/openGLES/extensions/MESA/
DMESA_tile_raster_order.txt109 … in increasing X direction
111 … in increasing X direction
113 … in increasing Y direction
/third_party/boost/libs/metaparse/doc/
Dlength128_gcc_4.8.5.qbk1 128 strings with increasing length.
Dmax_length_gcc_4.8.5.qbk1 100 one character long strings with increasing maximum length.
/third_party/boost/libs/algorithm/doc/
Dalgorithm.qbk80 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
Dordered-hpp.qbk76 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/
DSk4fGradientBase.h44 bool increasing) const;
DSk4fGradientBase.cpp260 SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const { in findNext()
270 if (increasing) { in findNext()
/third_party/flutter/skia/src/shaders/gradients/
DSk4fGradientBase.h44 bool increasing) const;
DSk4fGradientBase.cpp260 SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const { in findNext()
270 if (increasing) { in findNext()
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dperformance.shaders.operator.txt59 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/
Dperformance.shaders.operator.txt63 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/
Dtransport_security_common.proto21 // The security level of the created channel. The list is sorted in increasing
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dtransport_security_common.proto21 // The security level of the created channel. The list is sorted in increasing
/third_party/boost/libs/mpi/doc/
Dthreading.qbk3 There are an increasing number of hybrid parallel applications that mix
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_supersample.txt83 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|.
DSGIX_texture_mipmap_anisotropic.txt131 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/
DSGIX_texture_supersample.txt83 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|.
DSGIX_texture_mipmap_anisotropic.txt131 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/
Dtransport_security_common.proto27 // The security level of the created channel. The list is sorted in increasing
/third_party/mindspore/mindspore/numpy/
Dutils_const.py442 def _iota(dtype, num, increasing=True): argument
447 if increasing:
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt56 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/
DREADME.md7 Using `process.hrtime` means that the reported time will be monotonically increasing, and not subje…

12345678910>>...15