/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_fmin_test.cpp | 17 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the fmin interface. 24 bool testResult = DoubleUlpCmp(g_fminData[i].expected, fmin(g_fminData[i].input1, g_fminData[i].input2), 1); in HWTEST_F() 31 * @tc.desc: When the parameter of fmin is valid, test the return value of the function. 36 EXPECT_DOUBLE_EQ(14.0, fmin(15.0, 14.0)); in HWTEST_F() 37 EXPECT_DOUBLE_EQ(11.0, fmin(11.0, nan(""))); in HWTEST_F() 38 EXPECT_DOUBLE_EQ(12.0, fmin(nan(""), 12.0)); in HWTEST_F()
|
/third_party/backends/backend/ |
H A D | hp-accessor.c | 537 SANE_Fixed fmin; member 551 return this->fmin; in sanei_hp_accessor_vector_minval() 628 if (*ptr < this->fmin) in hp_accessor_vector_set() 629 *ptr = this->fmin; in hp_accessor_vector_set() 681 new->fmin = SANE_FIX(0.0); in sanei_hp_accessor_vector_new() 724 this->fmin = SANE_FIX(0.0); in sanei_hp_accessor_gamma_vector_new() 782 this->fmin = - this->fmax; in sanei_hp_accessor_matrix_vector_new()
|
/third_party/musl/libc-test/src/api/ |
H A D | tgmath.c | 141 #ifdef fmin in f() 142 {double r = fmin(x,y);} in f() 144 #error no fmin(x,y) in f()
|
/third_party/musl/src/math/aarch64/ |
H A D | fmin.c | 3 double fmin(double x, double y) in fmin() function
|
/third_party/musl/src/math/powerpc64/ |
H A D | fmin.c | 5 double fmin(double x, double y) in fmin() function 13 #include "../fmin.c"
|
/third_party/musl/src/math/riscv32/ |
H A D | fmin.c | 5 double fmin(double x, double y) in fmin() function 7 __asm__ ("fmin.d %0, %1, %2" : "=f"(x) : "f"(x), "f"(y)); in fmin() 13 #include "../fmin.c"
|
/third_party/musl/src/math/riscv64/ |
H A D | fmin.c | 5 double fmin(double x, double y) in fmin() function 7 __asm__ ("fmin.d %0, %1, %2" : "=f"(x) : "f"(x), "f"(y)); in fmin() 13 #include "../fmin.c"
|
/third_party/musl/src/math/ |
H A D | fmin.c | 3 double fmin(double x, double y) in fmin() function
|
H A D | fminl.c | 7 return fmin(x, y); in fminl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | fmin.c | 3 double fmin(double x, double y) in fmin() function
|
H A D | fminl.c | 7 return fmin(x, y); in fminl()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_dynaudnorm.c | 434 gain.max_gain = bound(s->max_amplification, fmin(maximum_gain, rms_gain)); in get_max_local_gain() 444 min = fmin(min, cqueue_peek(q, i)); in minimum_filter() 474 const double initial_value = s->alt_boundary_mode ? gain.max_gain : fmin(1.0, gain.max_gain); in update_gain_history() 496 initial_value = fmin(initial_value, cqueue_peek(s->gain_history_original[channel], input)); in update_gain_history() 515 smoothed = fmin(smoothed, limit); in update_gain_history() 614 const double current_threshold = fmin(1.0, s->compress_factor * standard_deviation); in perform_compression() 639 const double current_threshold = setup_compress_thresh(fmin(1.0, s->compress_factor * standard_deviation)); in perform_compression() 811 dst_ptr[i] = s->alt_boundary_mode ? DBL_EPSILON : ((s->target_rms > DBL_EPSILON) ? fmin(s->peak_value, s->target_rms) : s->peak_value); in flush_buffer()
|
H A D | af_adynamicequalizer.c | 128 Lgain = from_dB(nc * fmin(cdb - makeup, range)); in get_gain() 151 const double dfrequency = fmin(s->dfrequency, sample_rate * 0.5); in filter_channels() 152 const double tfrequency = fmin(s->tfrequency, sample_rate * 0.5); in filter_channels()
|
H A D | af_adynamicsmooth.c | 79 double g = fmin(1., wd * (5.9948827 + wd * (-11.969296 + wd * 15.959062))); in filter_frame()
|
/third_party/ffmpeg/compat/djgpp/ |
H A D | math.c | 29 FUN(fmin, double, <)
|
/third_party/pulseaudio/speex/tmv/ |
H A D | speex_config_types.h | 24 #define VMIN(a,b) fmin((a),(b))
|
H A D | _kiss_fft_guts_tm.h | 93 #define MIN(a,b) fmin(a,b)
|
/third_party/musl/libc-test/src/math/ |
H A D | fmin.c | 6 #include "sanity/fmin.h" 7 #include "special/fmin.h" 26 y = fmin(p->x, p->x2); in main() 30 printf("%s:%d: bad fp exception: %s fmin(%a,%a)=%a, want %s", in main() 37 printf("%s:%d: %s fmin(%a,%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 173 #undef fmin macro 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 173 #undef fmin macro 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 173 #undef fmin macro 236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_uniform_atomics.c | 83 OP_NOIMG(fmin, fmin) in parse_atomic_op()
|
H A D | nir_opt_load_store_vectorize.c | 98 ATOMIC(nir_var_mem_ssbo, ssbo, fmin, 0, 1, -1, 2) in get_info() 112 ATOMIC(0, deref, fmin, -1, -1, 0, 1) in get_info() 126 ATOMIC(nir_var_mem_shared, shared, fmin, -1, 0, -1, 1) in get_info() 140 ATOMIC(nir_var_mem_global, global, fmin, -1, 0, -1, 1) in get_info() 154 ATOMIC(nir_var_mem_task_payload, task_payload, fmin, -1, 0, -1, 1) in get_info()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-fp-aarch64.cc | 156 COMPARE(fmin(h13, h15, h17), "fmin h13, h15, h17"); in TEST() 157 COMPARE(fmin(s25, s26, s27), "fmin s25, s26, s27"); in TEST() 158 COMPARE(fmin(d28, d29, d30), "fmin d28, d29, d30"); in TEST()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 223 double fmin(double, double);
|