/third_party/ffmpeg/libavutil/x86/ |
D | intmath.h | 108 static av_always_inline av_const double av_clipd_sse2(double a, double amin, double amax) in av_clipd_sse2() 124 static av_always_inline av_const float av_clipf_sse(float a, float amin, float amax) in av_clipf_sse()
|
/third_party/ffmpeg/libavutil/ |
D | common.h | 200 static av_always_inline av_const int av_clip_c(int a, int amin, int amax) in av_clip_c() 217 static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax) in av_clip64_c() 413 static av_always_inline av_const float av_clipf_c(float a, float amin, float amax) in av_clipf_c() 430 static av_always_inline av_const double av_clipd_c(double a, double amin, double amax) in av_clipd_c()
|
D | internal.h | 226 static av_always_inline av_const int64_t ff_rint64_clip(double a, int64_t amin, int64_t amax) in ff_rint64_clip()
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
D | avcodec.h | 52 static inline int av_clip(int a, int amin, int amax) in av_clip()
|
/third_party/ffmpeg/libavformat/ |
D | tedcaptionsdec.c | 50 #define BETWEEN(a, amin, amax) ((unsigned)((a) - (amin)) <= (amax) - (amin)) argument
|
/third_party/boost/boost/numeric/ublas/ |
D | blas.hpp | 60 amax (const V &v) { in amax() function
|
/third_party/spirv-tools/source/opt/ |
D | amd_ext_to_khr.cpp | 628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | amd_ext_to_khr.cpp | 628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | quant_enc.c | 344 const double amax = 0.85; in QualityToJPEGCompression() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | quant_enc.c | 344 const double amax = 0.85; in QualityToJPEGCompression() local
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
|
/third_party/mindspore/mindspore/numpy/ |
D | math_ops.py | 1382 def amax(a, axis=None, keepdims=False, initial=None, where=True): function
|
/third_party/libpng/contrib/libtests/ |
D | pngstest.c | 2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
|
/third_party/tzdata/ |
D | zic.c | 494 ptrdiff_t amax = nitems_max < SIZE_MAX ? nitems_max : SIZE_MAX; in growalloc() local
|