/third_party/optimized-routines/math/test/testcases/directed/ |
D | exp2f.tst | 1 ; exp2f.tst - Directed test cases for exp2f 6 func=exp2f op1=7fc00001 result=7fc00001 errno=0 7 func=exp2f op1=ffc00001 result=7fc00001 errno=0 8 func=exp2f op1=7f800001 result=7fc00001 errno=0 status=i 9 func=exp2f op1=ff800001 result=7fc00001 errno=0 status=i 10 func=exp2f op1=7f800000 result=7f800000 errno=0 11 func=exp2f op1=7f7fffff result=7f800000 errno=ERANGE status=ox 12 func=exp2f op1=ff800000 result=00000000 errno=0 13 func=exp2f op1=ff7fffff result=00000000 errno=ERANGE status=ux 14 func=exp2f op1=00000000 result=3f800000 errno=0 [all …]
|
/third_party/optimized-routines/math/test/ |
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
|
/third_party/optimized-routines/math/ |
D | exp2f.c | 34 exp2f (float x) in exp2f() function 78 strong_alias (exp2f, __exp2f_finite) 79 hidden_alias (exp2f, __ieee754_exp2f)
|
D | v_exp2f.c | 46 V_NAME(exp2f) (v_f32_t x) in V_NAME() argument
|
/third_party/ffmpeg/libavutil/ |
D | ffmath.h | 49 return exp2f(M_LOG2_10 * x); in ff_exp10f()
|
D | libm.h | 292 #undef exp2f 293 #define exp2f(x) ((float)exp2(x)) macro
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp10f.c | 16 y = exp2f(3.32192809488736234787031942948939f * y); in exp10f()
|
D | exp2f.c | 33 float exp2f(float x) in exp2f() function
|
/third_party/musl/src/math/ |
D | exp10f.c | 16 y = exp2f(3.32192809488736234787031942948939f * y); in exp10f()
|
D | exp2f.c | 33 float exp2f(float x) in exp2f() function
|
/third_party/optimized-routines/math/test/testcases/random/ |
D | float.tst | 12 test exp2f 10000
|
/third_party/musl/libc-test/src/math/ |
D | exp2f.c | 26 y = exp2f(p->x); in main()
|
D | test_src_math.gni | 51 "exp2f",
|
/third_party/mesa3d/include/ |
D | c99_math.h | 105 exp2f(float f) in exp2f() function
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 156 return Call(exp2f, x); in Exp2() 248 return call4(exp2f, x); in Exp2()
|
/third_party/optimized-routines/math/include/ |
D | mathlib.h | 12 float exp2f (float);
|
/third_party/optimized-routines/math/tools/ |
D | exp2.sollya | 6 // exp2f parameters
|
/third_party/ffmpeg/libavfilter/ |
D | vf_exposure.c | 71 s->scale = 1.f / (exp2f(-s->exposure) - s->black); in filter_frame()
|
/third_party/ffmpeg/libavcodec/ |
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()
|
/third_party/musl/ |
D | musl_template.gni | 333 "src/math/exp2f.c", 374 "src/math/exp2f.c", 416 "$OPTRTDIR/math/exp2f.c", 586 "src/math/exp2f.c",
|
/third_party/boost/boost/math/ |
D | tr1_c_macros.ipp | 107 #ifdef exp2f 108 #undef exp2f 110 #define exp2f boost_exp2f
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Math.hpp | 149 return exp2f(x); in exp2()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 196 float exp2f(float);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 98 {float(*p)(float) = exp2f;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 196 float exp2f(float);
|