/aosp_15_r20/external/swiftshader/src/System/ |
H A D | Math.hpp | 34 inline T constexpr max(T a, T b) in max() function 46 inline constexpr T max(T a, T b, T c) in max() function 58 inline constexpr T max(T a, T b, T c, T d) in max() function 178 inline float clamp_s(float x, float min, float max) in clamp_s() 224 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local 245 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in snorm() local 276 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in ucast() local 297 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in scast() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/fis/src/main/resources/codegen-resources/ |
H A D | service-2.json | 404 "max":512, number 409 "max":128, number 429 "max":512, number 439 "max":64, number 486 "max":64, number 491 "max":1024, number 497 "max":2048, number 796 "max":1024, number 901 "max":512, number 912 "max":64, number [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
H A D | RiddersSolver.java | 65 public double solve(final double min, final double max) in solve() 72 public double solve(final double min, final double max, final double initial) in solve() 94 final double min, final double max, final double initial) in solve() 117 final double min, final double max, final double initial) in solve() 150 final double min, final double max) in solve() 172 final double min, final double max) in solve()
|
H A D | LaguerreSolver.java | 92 public double solve(final double min, final double max) in solve() 99 public double solve(final double min, final double max, final double initial) in solve() 122 final double min, final double max, final double initial) in solve() 146 final double min, final double max, final double initial) in solve() 191 final double min, final double max) in solve() 218 final double min, final double max) in solve() 265 protected boolean isRootOK(double min, double max, Complex z) { in isRootOK()
|
H A D | BrentSolver.java | 97 public double solve(double min, double max) in solve() 104 public double solve(double min, double max, double initial) in solve() 130 final double min, final double max, final double initial) in solve() 197 final double min, final double max, final double initial) in solve() 222 final double min, final double max) in solve() 282 final double min, final double max) in solve()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkBitmapProcState_matrixProcs.cpp | 36 int count, unsigned max) { in can_truncate_to_fixed_for_decal() 161 static unsigned extract_low_bits_general(SkFixed fx, int max) { in extract_low_bits_general() 183 static uint32_t pack(SkFixed f, unsigned max, SkFixed one) { in pack() 258 static unsigned repeat(SkFixed fx, int max) { in repeat() 262 static unsigned mirror(SkFixed fx, int max) { in mirror() 271 static unsigned clamp(SkFixed fx, int max) { in clamp() 538 uint32_t sktests::pack_clamp(SkFixed f, unsigned max) { in pack_clamp() 543 uint32_t sktests::pack_repeat(SkFixed f, unsigned max, size_t width) { in pack_repeat() 548 uint32_t sktests::pack_mirror(SkFixed f, unsigned max, size_t width) { in pack_mirror()
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | itx_1d.c | 67 const int min, const int max, const int tx64) in inv_dct4_1d_internal_c() 93 const int min, const int max) in inv_dct4_1d_c() 100 const int min, const int max, const int tx64) in inv_dct8_1d_internal_c() 146 const int min, const int max) in inv_dct8_1d_c() 153 const int min, const int max, int tx64) in inv_dct16_1d_internal_c() 241 const int min, const int max) in inv_dct16_1d_c() 248 const int min, const int max, const int tx64) in inv_dct32_1d_internal_c() 431 const int min, const int max) in inv_dct32_1d_c() 437 const int min, const int max) in inv_dct64_1d_c() 785 const int min, const int max, in inv_adst4_1d_internal_c() [all …]
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/api/ |
H A D | FuzzedDataProvider.java | 61 byte consumeByte(byte min, byte max); in consumeByte() 96 short consumeShort(short min, short max); in consumeShort() 122 int consumeInt(int min, int max); in consumeInt() 148 long consumeLong(long min, long max); in consumeLong() 179 float consumeRegularFloat(float min, float max); in consumeRegularFloat() 207 double consumeRegularDouble(double min, double max); in consumeRegularDouble() 228 char consumeChar(char min, char max); in consumeChar()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qclamp.cpp | 34 Tensor qnnpack_clamp(Tensor input, const Scalar& min, const Scalar& max) { in qnnpack_clamp() 99 const std::optional<Scalar>& max) { in quantized_clamp_impl() 132 const std::optional<Scalar>& max) { in clamp_quantized_cpu() 144 const Scalar& max) { in hardtanh_quantized_cpu() 152 const Scalar& max, in hardtanh_out_quantized_cpu() 161 const Scalar& max) { in hardtanh_quantized_cpu_()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/sts/src/main/resources/codegen-resources/ |
H A D | service-2.json | 701 "max":5 number 718 "max":100000, number 744 "max":128, number 755 "max":2048, number 761 "max":193, number 767 "max":20000, number 773 "max":2048, number 780 "max":129600, number 785 "max":10240, number 791 "max":1224, number [all …]
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | extended_min_max.inl | 74 GLM_FUNC_QUALIFIER T max( function 83 GLM_FUNC_QUALIFIER C<T> max function 94 GLM_FUNC_QUALIFIER C<T> max function 105 GLM_FUNC_QUALIFIER T max function 117 GLM_FUNC_QUALIFIER C<T> max function 129 GLM_FUNC_QUALIFIER C<T> max function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | extended_min_max.inl | 74 GLM_FUNC_QUALIFIER T max( function 83 GLM_FUNC_QUALIFIER C<T> max function 94 GLM_FUNC_QUALIFIER C<T> max function 105 GLM_FUNC_QUALIFIER T max function 117 GLM_FUNC_QUALIFIER C<T> max function 129 GLM_FUNC_QUALIFIER C<T> max function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | small_vector_test.cpp | 97 for(std::size_t i = 0, max = v.capacity()+1; i != max; ++i){ in test_swap() local 109 for(std::size_t i = 0, max = v.capacity()-1; i != max; ++i){ in test_swap() local 121 for(std::size_t i = 0, max = v.capacity()-1; i != max; ++i){ in test_swap() local 125 for(std::size_t i = 0, max = v.capacity()/2; i != max; ++i){ in test_swap() local 136 for(std::size_t i = 0, max = v.capacity()+1; i != max; ++i){ in test_swap() local 140 for(std::size_t i = 0, max = v.capacity()*2; i != max; ++i){ in test_swap() local
|
/aosp_15_r20/hardware/interfaces/audio/aidl/common/ |
H A D | EffectRangeSpecific.cpp | 29 const DynamicsProcessing::InputGain& max) { in isInputGainConfigInRange() 38 const DynamicsProcessing::LimiterConfig& max) { in isLimiterConfigInRange() 48 const DynamicsProcessing::MbcBandConfig& max) { in isMbcBandConfigInRange() 60 const DynamicsProcessing::EqBandConfig& max) { in isEqBandConfigInRange() 70 const DynamicsProcessing::ChannelConfig& max) { in isChannelConfigInRange() 79 const DynamicsProcessing::EngineArchitecture& max) { in isEngineConfigInRange()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/connectparticipant/src/main/resources/codegen-resources/ |
H A D | service-2.json | 180 "max":256, number 194 "max":1, number 221 "max":256, number 235 "max":16384, number 240 "max":100, number 245 "max":256, number 267 "max":500 number 337 "max":256, number 342 "max":255, number 432 "max":256, number [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/ |
D | float.rs | 190 let mut max = StepRng::new(!0, 0); localVariable 198 let mut max = StepRng::new(!0, 0); localVariable 206 let mut max = StepRng::new(!0, 0); localVariable 230 let mut max = StepRng::new(!0, 0); localVariable 238 let mut max = StepRng::new(!0, 0); localVariable 246 let mut max = StepRng::new(!0, 0); localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/ |
H A D | float.rs | 190 let mut max = StepRng::new(!0, 0); localVariable 198 let mut max = StepRng::new(!0, 0); localVariable 206 let mut max = StepRng::new(!0, 0); localVariable 230 let mut max = StepRng::new(!0, 0); localVariable 238 let mut max = StepRng::new(!0, 0); localVariable 246 let mut max = StepRng::new(!0, 0); localVariable
|
/aosp_15_r20/external/aws-sdk-java-v2/services/amplify/src/main/resources/codegen-resources/ |
H A D | service-2.json | 628 "max":255, number 635 "max":1000 number 755 "max":1000 number 759 "max":20, number 787 "max":1000 number 791 "max":255, number 796 "max":1000 number 804 "max":1000 number 808 "max":2048, number 863 "max":2048, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/outposts/src/main/resources/codegen-resources/ |
H A D | service-2.json | 450 "max":12, number 513 "max":180, number 519 "max":60, number 525 "max":60, number 538 "max":1011, number 543 "max":100, number 602 "max":1000, number 609 "max":255, number 616 "max":5, number 622 "max":5, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/connectcases/src/main/resources/codegen-resources/ |
H A D | service-2.json | 616 "max":500, number 687 "max":500, number 720 "max":500, number 725 "max":500, number 765 "max":50, number 807 "max":50, number 813 "max":50, number 845 "max":50, number 860 "max":50, number 869 "max":500, number [all …]
|
/aosp_15_r20/art/test/911-get-stack-trace/src/art/ |
H A D | Recurse.java | 20 public static int foo(int x, int start, int max, ControlData data) { in foo() 25 private static long bar(int x, int start, int max, ControlData data) { in bar() 30 private static Object baz(int x, int start, int max, ControlData data) { in baz() 39 private static void printOrWait(int start, int max, ControlData data) { in printOrWait() 41 PrintThread.print(Thread.currentThread(), start, max); in printOrWait() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/fsx/src/main/resources/codegen-resources/ |
H A D | service-2.json | 813 "max":12, number 861 "max":255, number 867 "max":50, number 939 "max":50 number 943 "max":6, number 963 "max":200, number 969 "max":6 number 999 "max":50 number 1003 "max":253, number 1010 "max":50 number [all …]
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | GEMMLowpFixture.h | 348 …ult_offset, int32_t result_mult_int, int32_t result_shift, int32_t min, int32_t max, bool add_bias) in setup() 362 …ult_offset, int32_t result_mult_int, int32_t result_shift, int32_t min, int32_t max, bool add_bias) in compute_target() 414 …ult_offset, int32_t result_mult_int, int32_t result_shift, int32_t min, int32_t max, bool add_bias) in compute_reference() 450 …ult_offset, int32_t result_mult_int, int32_t result_shift, int32_t min, int32_t max, bool add_bias) in setup() 464 …ult_offset, int32_t result_mult_int, int32_t result_shift, int32_t min, int32_t max, bool add_bias) in compute_target() 516 …ult_offset, int32_t result_mult_int, int32_t result_shift, int32_t min, int32_t max, bool add_bias) in compute_reference() 552 …, int32_t result_shift, int32_t result_offset_after_shift, int32_t min, int32_t max, bool add_bias) in setup() 566 …, int32_t result_shift, int32_t result_offset_after_shift, int32_t min, int32_t max, bool add_bias) in compute_target() 610 …oint_multiplier, int32_t result_shift, int32_t result_offset_after_shift, int32_t min, int32_t max, in compute_reference() 647 …, int32_t result_shift, int32_t result_offset_after_shift, int32_t min, int32_t max, bool add_bias) in setup() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/mwaa/src/main/resources/codegen-resources/ |
H A D | service-2.json | 226 "max":64, number 231 "max":32, number 237 "max":1224, number 243 "max":1224, number 249 "max":64, number 255 "max":65536, number 625 "max":1224, number 631 "max":1024, number 640 "max":80, number 664 "max":1024, number [all …]
|
/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_max_test.cpp | 32 Tensor& max, in op_max_dim_max() 44 Tensor max = tf_in.zeros({2, 3, 2}); in test_max_out_invalid_dimensions() local 104 Tensor max = tf.zeros(out_shape, dynamism); in test_dynamic_shape() local 130 Tensor max = tf_in.zeros({2, 4}); in test_max_out_dtype() local 193 Tensor max = tf_bool.zeros({2, 3, 1}); in test_max_out_dtype() local 301 Tensor max = tf_long.zeros({2, 3, 1}); in TEST_F() local 340 Tensor max = tf_float.zeros({2, 3, 1}); in TEST_F() local
|