Home
last modified time | relevance | path

Searched refs:exp2f (Results 1 - 25 of 42) sorted by relevance

12

/third_party/optimized-routines/math/test/
H A Drunulp.sh91 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 Dmathbench.c255 F (exp2f, -9.9, 9.9)
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_exp2_test.cpp48 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/
H A Dexp2f.c34 exp2f (float x) in exp2f() function
78 strong_alias (exp2f, __exp2f_finite)
79 hidden_alias (exp2f, __ieee754_exp2f)
H A Dv_exp2f.c46 V_NAME(exp2f) (v_f32_t x) in exp2f() function
/third_party/ffmpeg/libavutil/
H A Dffmath.h49 return exp2f(M_LOG2_10 * x); in ff_exp10f()
H A Dlibm.h292 #undef exp2f macro
293 #define exp2f(x) ((float)exp2(x)) macro
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp10f.c16 y = exp2f(3.32192809488736234787031942948939f * y); in exp10f()
H A Dexp2f.c33 float exp2f(float x) in exp2f() function
/third_party/musl/src/math/
H A Dexp10f.c16 y = exp2f(3.32192809488736234787031942948939f * y); in exp10f()
H A Dexp2f.c33 float exp2f(float x) in exp2f() function
/third_party/musl/libc-test/src/math/
H A Dexp2f.c6 #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 Dvf_exposure.c71 s->scale = 1.f / (exp2f(-s->exposure) - s->black); in filter_frame()
/third_party/optimized-routines/math/include/
H A Dmathlib.h12 float exp2f (float);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DEmulatedIntrinsics.cpp156 return Call(exp2f, x);
248 return call4(exp2f, x);
/third_party/ffmpeg/libavcodec/
H A Dopus_celt.c153 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 Daacpsy.c568 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 Datrac3plusdsp.c110 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 Dmath.h196 float exp2f(float);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h196 float exp2f(float);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h196 float exp2f(float);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c318 {"exp2", &lp_build_exp2, &exp2f, exp2_values, ARRAY_SIZE(exp2_values), 18.0 },
/third_party/musl/include/
H A Dmath.h196 float exp2f(float);
/third_party/musl/libc-test/src/api/
H A Dmath.c98 {float(*p)(float) = exp2f;} in f()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.hpp149 return exp2f(x); in exp2()

Completed in 12 milliseconds

12