/external/u-boot/arch/arm/cpu/armv7/sunxi/ |
D | psci.c | 78 static void __secure clamp_release(u32 __maybe_unused *clamp) in clamp_release() 93 static void __secure clamp_set(u32 __maybe_unused *clamp) in clamp_set() 102 static void __secure sunxi_power_switch(u32 *clamp, u32 *pwroff, bool on, in sunxi_power_switch()
|
/external/libvpx/libvpx/test/ |
D | add_noise_test.cc | 53 const int clamp = vpx_setup_noise(GET_PARAM(0), noise, kNoiseSize); in TEST_P() local 105 const int clamp = vpx_setup_noise(4.4, noise, kNoiseSize); in TEST_P() local
|
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 303 GLfloat factor, GLfloat units, GLfloat clamp) in _mesa_polygon_offset_clamp() 340 _mesa_PolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp ) in _mesa_PolygonOffsetClampEXT()
|
/external/libvpx/libvpx/vp8/common/ |
D | postproc.h | 20 int clamp; member
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | Utilities.java | 64 public static int clamp(int value, int min, int max) { in clamp() method in Utilities
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUOperandSyntax.rst | 653 clamp subsection 804 clamp subsection 836 Note. Output modifiers are applied before :ref:`clamping<amdgpu_synid_clamp>` (if any). argument 991 clamp subsection 996 .. _amdgpu_synid_mad_mix: 1052 clamp subsection
|
/external/skqp/experimental/canvaskit/ |
D | helper.js | 6 function clamp(c) { function
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.h | 31 int clamp; member
|
/external/pdfium/third_party/base/ |
D | stl_util.h | 73 constexpr const T& clamp(const T& v, const T& lo, const T& hi) { in clamp() function
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPolygonOffsetClampTests.hpp | 41 GLfloat clamp; member
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Utils.java | 39 public final static int clamp(int value, int min, int max) { in clamp() method in Utils
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_common.h | 52 static INLINE int clamp(int value, int low, int high) { in clamp() function
|
/external/libchrome/ui/gfx/geometry/ |
D | size_f.h | 70 static constexpr float clamp(float f) { return f > kTrivial ? f : 0.f; } in clamp() function
|
/external/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 319 …4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective, bool clamp) in interpolate()
|
/external/swiftshader/src/Device/ |
D | QuadRasterizer.cpp | 319 …4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective, bool clamp) in interpolate()
|
/external/skia/modules/canvaskit/ |
D | helper.js | 3 function clamp(c) { function
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_inlines.h | 42 boolean clamp) in r300_translate_blend_function()
|
/external/libaom/libaom/aom_dsp/ |
D | aom_dsp_common.h | 65 static INLINE int clamp(int value, int low, int high) { in clamp() function
|
/external/brotli/c/enc/ |
D | literal_cost.c | 21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position()
|
/external/boringssl/linux-x86_64/crypto/cipher_extra/ |
D | chacha20_poly1305_x86_64.S | 36 .clamp: label
|
/external/boringssl/mac-x86_64/crypto/cipher_extra/ |
D | chacha20_poly1305_x86_64.S | 35 .clamp: label
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_offset.c | 47 float clamp; member
|
/external/replicaisland/tools/ |
D | ExtractPoints.js | 293 function clamp(input) { function
|
/external/deqp/framework/delibs/decpp/ |
D | deDefs.hpp | 45 template<typename T> inline T clamp (T x, T a, T b) { DE_ASSERT(a <= b); return x < a ? a : (x > … in clamp() function
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_limits.h | 46 } clamp; member
|