/aosp_15_r20/external/skia/tools/viewer/ |
H A D | FatBitsSlide.cpp | 162 void drawRectSkeleton(SkCanvas* max, const SkRect& r) { in drawRectSkeleton() 236 void FatBits::drawLineSkeleton(SkCanvas* max, const SkPoint pts[]) { in drawLineSkeleton() 283 SkCanvas* max = fMaxSurface->getCanvas(); in drawLine() local 312 SkCanvas* max = fMaxSurface->getCanvas(); in drawRect() local 321 void FatBits::drawTriangleSkeleton(SkCanvas* max, const SkPoint pts[]) { in drawTriangleSkeleton() 355 SkCanvas* max = fMaxSurface->getCanvas(); in drawTriangle() local
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | imageHelpers.h | 68 #define NORMALIZE(v, max) (v < 0 ? 0 : (v > 1.f ? max : round_to_even(v * max))) argument 69 #define NORMALIZE_UNROUNDED(v, max) (v < 0 ? 0 : (v > 1.f ? max : v * max)) argument 70 #define NORMALIZE_SIGNED(v, min, max) \ argument 72 #define NORMALIZE_SIGNED_UNROUNDED(v, min, max) \ argument 74 #define CONVERT_INT(v, min, max, max_val) \ argument 76 #define CONVERT_UINT(v, max, max_val) \ argument
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 70 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost() 84 static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max, size_t const total) in ZSTD_entropyCost() 107 unsigned const max) in ZSTD_fseBitCost() 140 unsigned const* count, unsigned const max) in ZSTD_crossEntropyCost() 158 FSE_repeat* repeatMode, unsigned const* count, unsigned const max, in ZSTD_selectEncodingType() 245 unsigned* count, U32 max, in ZSTD_buildCTable()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/secretsmanager/src/main/resources/codegen-resources/ |
H A D | service-2.json | 434 "max":1000, number 506 "max":64, number 740 "max":2048 number 744 "max":3, number 760 "max":4096, number 795 "max":512, number 801 "max":10, number 807 "max":10 number 981 "max":2048, number 1091 "max":20, number [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/ |
H A D | FastSineTransformer.java | 83 double min, double max, int n) in transform() 123 UnivariateRealFunction f, double min, double max, int n) in transform2() 162 public double[] inversetransform(UnivariateRealFunction f, double min, double max, int n) in inversetransform() 200 public double[] inversetransform2(UnivariateRealFunction f, double min, double max, int n) in inversetransform2()
|
H A D | FastCosineTransformer.java | 84 double min, double max, int n) in transform() 125 double min, double max, int n) in transform2() 166 double min, double max, int n) in inversetransform() 205 double min, double max, int n) in inversetransform2()
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
H A D | Stats.java | 99 public static int max(int[] X) { in max() method in Stats 100 int max = Integer.MIN_VALUE; in max() local 143 public static int max(List<Integer> X) { in max() method in Stats 144 int max = Integer.MIN_VALUE; in max() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 1747 public static int max(int a, int b) { in max() method in StrictMath 1761 public static long max(long a, long b) { in max() method in StrictMath 1780 public static float max(float a, float b) { in max() method in StrictMath 1799 public static double max(double a, double b) { in max() method in StrictMath 1889 public static int clamp(long value, int min, int max) { in clamp() 1907 public static long clamp(long value, long min, long max) { in clamp() 1931 public static double clamp(double value, double min, double max) { in clamp() 1955 public static float clamp(float value, float min, float max) { in clamp()
|
D | Math.java | 2166 public static int max(int a, int b) { in max() method in Math 2180 public static long max(long a, long b) { in max() method in Math 2207 public static float max(float a, float b) { in max() method in Math 2238 public static double max(double a, double b) { in max() method in Math 2360 public static int clamp(long value, int min, int max) { in clamp() 2381 public static long clamp(long value, long min, long max) { in clamp() 2408 public static double clamp(double value, double min, double max) { in clamp() 2449 public static float clamp(float value, float min, float max) { in clamp()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Math.java | 2166 public static int max(int a, int b) { in max() method in Math 2180 public static long max(long a, long b) { in max() method in Math 2207 public static float max(float a, float b) { in max() method in Math 2238 public static double max(double a, double b) { in max() method in Math 2360 public static int clamp(long value, int min, int max) { in clamp() 2381 public static long clamp(long value, long min, long max) { in clamp() 2408 public static double clamp(double value, double min, double max) { in clamp() 2449 public static float clamp(float value, float min, float max) { in clamp()
|
H A D | StrictMath.java | 1747 public static int max(int a, int b) { in max() method in StrictMath 1761 public static long max(long a, long b) { in max() method in StrictMath 1780 public static float max(float a, float b) { in max() method in StrictMath 1799 public static double max(double a, double b) { in max() method in StrictMath 1889 public static int clamp(long value, int min, int max) { in clamp() 1907 public static long clamp(long value, long min, long max) { in clamp() 1931 public static double clamp(double value, double min, double max) { in clamp() 1955 public static float clamp(float value, float min, float max) { in clamp()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/ |
D | Math.java | 2166 public static int max(int a, int b) { in max() method in Math 2180 public static long max(long a, long b) { in max() method in Math 2207 public static float max(float a, float b) { in max() method in Math 2238 public static double max(double a, double b) { in max() method in Math 2360 public static int clamp(long value, int min, int max) { in clamp() 2381 public static long clamp(long value, long min, long max) { in clamp() 2408 public static double clamp(double value, double min, double max) { in clamp() 2449 public static float clamp(float value, float min, float max) { in clamp()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 1747 public static int max(int a, int b) { in max() method in StrictMath 1761 public static long max(long a, long b) { in max() method in StrictMath 1780 public static float max(float a, float b) { in max() method in StrictMath 1799 public static double max(double a, double b) { in max() method in StrictMath 1889 public static int clamp(long value, int min, int max) { in clamp() 1907 public static long clamp(long value, long min, long max) { in clamp() 1931 public static double clamp(double value, double min, double max) { in clamp() 1955 public static float clamp(float value, float min, float max) { in clamp()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/marketplacedeployment/src/main/resources/codegen-resources/ |
H A D | service-2.json | 110 "max":64, number 116 "max":64, number 160 "max":400, number 166 "max":32, number 275 "max":2048, number 281 "max":64, number 300 "max":15000, number 328 "max":128, number 355 "max":256, number 368 "max":50, number
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_interval.h | 99 QuicInterval(const T& min, const T& max) : min_(min), max_(max) {} in QuicInterval() 105 QuicInterval(U1&& min, U2&& max) in QuicInterval() 109 const T& max() const { return max_; } in max() function 113 void Set(const T& min, const T& max) { in Set()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/launchwizard/src/main/resources/codegen-resources/ |
H A D | service-2.json | 350 "max":100, number 355 "max":128, number 361 "max":25, number 367 "max":256, number 375 "max":100, number 456 "max":256, number 581 "max":100, number 587 "max":100, number 593 "max":100, number 599 "max":100, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/fms/src/main/resources/codegen-resources/ |
H A D | api-2.json | 200 "max":1024, number 235 "max":1024, number 272 "max":1024, number 434 "max":1024, number 443 "max":100, number 509 "max":36, number 529 "max":1024, number 559 "max":1024, number 568 "max":1024, number 573 "max":128, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/rum/src/main/resources/codegen-resources/ |
H A D | service-2.json | 456 "max":253, number 462 "max":36, number 468 "max":255, number 864 "max":2048, number 870 "max":280, number 877 "max":29, number 882 "max":255, number 893 "max":4000, number 899 "max":50, number 969 "max":19, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/storagegateway/src/main/resources/codegen-resources/ |
H A D | service-2.json | 1332 "max":50, number 1565 "max":1024 number 1570 "max":15, number 1623 "max":10, number 1682 "max":20, number 1687 "max":25, number 1850 "max":100, number 1856 "max":100, number 1861 "max":562 number 2452 "max":255, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesisvideoarchivedmedia/src/main/resources/codegen-resources/ |
H A D | service-2.json | 187 "max":128, number 228 "max":5000, number 257 "max":43200, number 271 "max":1, number 280 "max":256, number 317 "max":1000, number 322 "max":128, number 542 "max":100, number 630 "max":5000, number 658 "max":2160, number [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/ |
H A D | log_uniform_int_distribution.h | 88 result_type(max)() const { return max_; } in result_type() argument 122 : param_(min, max, base) {} in param_() argument 141 result_type(max)() const { return (param_.max)(); } in result_type() argument 237 stream_type max; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 91 result_type(max)() const { return max_; } in result_type() argument 125 : param_(min, max, base) {} in param_() argument 144 result_type(max)() const { return (param_.max)(); } in result_type() argument 240 stream_type max; variable
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/ |
H A D | log_uniform_int_distribution.h | 90 result_type(max)() const { return max_; } in result_type() argument 124 : param_(min, max, base) {} in param_() argument 143 result_type(max)() const { return (param_.max)(); } in result_type() argument 238 stream_type max; variable
|
/aosp_15_r20/external/abseil-cpp/absl/random/ |
H A D | log_uniform_int_distribution.h | 91 result_type(max)() const { return max_; } in result_type() argument 125 : param_(min, max, base) {} in param_() argument 144 result_type(max)() const { return (param_.max)(); } in result_type() argument 240 stream_type max; variable
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/ |
H A D | log_uniform_int_distribution.h | 91 result_type(max)() const { return max_; } in result_type() argument 125 : param_(min, max, base) {} in param_() argument 144 result_type(max)() const { return (param_.max)(); } in result_type() argument 240 stream_type max; variable
|