/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_exp2_test.cpp | 48 EXPECT_FLOAT_EQ(10.0f, exp2f(log2f(10))); in HWTEST_F() 54 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the exp2f interface. 61 bool testResult = FloatUlpCmp(g_exp2fData[i].expected, exp2f(g_exp2fData[i].input), 1); in HWTEST_F() 68 * @tc.desc: When the parameter of exp2f is valid, test the return value of the function. 73 EXPECT_FLOAT_EQ(8.0f, exp2f(3.0f)); in HWTEST_F()
|
/third_party/optimized-routines/math/test/ |
H A D | runulp.sh | 91 t exp2f 0 0xffff0000 10000 92 t exp2f 0x1p-14 0x1p8 50000 93 t exp2f -0x1p-14 -0x1p8 50000 282 exp2f __s_exp2f $runs 283 exp2f __v_exp2f $runv 284 exp2f __vn_exp2f $runvn 285 exp2f _ZGVnN4v_exp2f $runvn
|
H A D | mathbench.c | 255 F (exp2f, -9.9, 9.9)
|
/third_party/optimized-routines/math/ |
H A D | exp2f.c | 34 exp2f (float x) in exp2f() function 78 strong_alias (exp2f, __exp2f_finite) 79 hidden_alias (exp2f, __ieee754_exp2f)
|
H A D | v_exp2f.c | 46 V_NAME(exp2f) (v_f32_t x) in exp2f() function
|
/third_party/ffmpeg/libavutil/ |
H A D | ffmath.h | 49 return exp2f(M_LOG2_10 * x); in ff_exp10f()
|
H A D | libm.h | 292 #undef exp2f macro 293 #define exp2f(x) ((float)exp2(x)) macro
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | exp10f.c | 16 y = exp2f(3.32192809488736234787031942948939f * y); in exp10f()
|
H A D | exp2f.c | 33 float exp2f(float x) in exp2f() function
|
/third_party/musl/src/math/ |
H A D | exp10f.c | 16 y = exp2f(3.32192809488736234787031942948939f * y); in exp10f()
|
H A D | exp2f.c | 33 float exp2f(float x) in exp2f() function
|
/third_party/musl/libc-test/src/math/ |
H A D | exp2f.c | 6 #include "sanity/exp2f.h" 7 #include "special/exp2f.h" 26 y = exp2f(p->x); in main() 30 printf("%s:%d: bad fp exception: %s exp2f(%a)=%a, want %s", in main() 37 printf("%s:%d: %s exp2f(%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_exposure.c | 71 s->scale = 1.f / (exp2f(-s->exposure) - s->black); in filter_frame()
|
/third_party/optimized-routines/math/include/ |
H A D | mathlib.h | 12 float exp2f (float);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.cpp | 156 return Call(exp2f, x); 248 return call4(exp2f, x);
|
/third_party/ffmpeg/libavcodec/ |
H A D | opus_celt.c | 153 float norm = exp2f(FFMIN(log_norm, 32.0f)); in celt_denormalize() 282 thresh = exp2f(-1.0 - 0.125f * depth); in process_anticollapse() 300 r = exp2f(1 - Ediff); in process_anticollapse()
|
H A D | aacpsy.c | 568 thr_avg = exp2f((a - pe) / (4.0f * active_lines)); in calc_reduction_3gpp() 569 reduction = exp2f((a - desired_pe) / (4.0f * active_lines)) - thr_avg; in calc_reduction_3gpp() 809 thr *= exp2f(delta_sfb_pe / band->active_lines); in psy_3gpp_analyze_channel()
|
H A D | atrac3plusdsp.c | 110 amp_sf_tab[i] = exp2f((i - 3) / 4.0f); in ff_atrac3p_init_dsp_static()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 196 float exp2f(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 196 float exp2f(float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 196 float exp2f(float);
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_arit.c | 318 {"exp2", &lp_build_exp2, &exp2f, exp2_values, ARRAY_SIZE(exp2_values), 18.0 },
|
/third_party/musl/include/ |
H A D | math.h | 196 float exp2f(float);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 98 {float(*p)(float) = exp2f;} in f()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Math.hpp | 149 return exp2f(x); in exp2()
|