Home
last modified time | relevance | path

Searched refs:frexpf (Results 1 – 25 of 29) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_frexp_test.cpp54 … bool testResult = FloatUlpCmp(g_frexpfData[i].expected1, frexpf(g_frexpfData[i].input, &exp), 1);
69 float fraction = frexpf(inputNum, &exponent);
82 float fraction = frexpf(inputNum, &exponent);
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfrexpf.c4 float frexpf(float x, int *e) in frexpf() function
11 x = frexpf(x*0x1p64, e); in frexpf()
/third_party/musl/src/math/
Dfrexpf.c4 float frexpf(float x, int *e) in frexpf() function
11 x = frexpf(x*0x1p64, e); in frexpf()
/third_party/mesa3d/src/mesa/math/
Dm_debug_util.h292 frexpf( a, &a_ex ); in significand_match()
293 frexpf( b, &b_ex ); in significand_match()
294 frexpf( d, &d_ex ); in significand_match()
/third_party/mesa3d/src/freedreno/common/
Dfreedreno_guardband.h87 float gb_adj_mantissa = frexpf(gb_adj, &gb_adj_exp); in fd_calc_guardband()
/third_party/mesa3d/src/asahi/compiler/
Dagx_minifloat.h59 float frac = frexpf(f, &exp); in agx_minifloat_encode()
/third_party/musl/libc-test/src/math/
Dfrexpf.c27 y = frexpf(p->x, &yi); in main()
Dtest_src_math.gni82 "frexpf",
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c276 frexpf(val0[swizzle0[i]].f32, &exp0); in sources_are_constants_with_similar_magnitudes()
277 frexpf(val1[swizzle1[i]].f32, &exp1); in sources_are_constants_with_similar_magnitudes()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_image_load_store.cpp42 float normfrac = frexpf(p, &expo); in float_to_lns()
/third_party/musl/libc-test/src/api/
Dmath.c127 {float(*p)(float,int*) = frexpf;} in f()
/third_party/musl/include/
Dmath.h232 float frexpf(float, int *);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h232 float frexpf(float, int *);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h232 float frexpf(float, int *);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h232 float frexpf(float, int *);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h160 T(frexpf, f_fi)
Dmplibm.c278 mp_f_fi(frexpf)
/third_party/optimized-routines/math/test/
Dmathtest.c293 TFUNC(at_sip,rt_s, frexpf, 0),
1430 if (t.func->func.ptr == &frexp || t.func->func.ptr == &frexpf || in runtest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def817 /// float frexpf(float num, int *exp);
818 TLI_DEFINE_ENUM_INTERNAL(frexpf)
819 TLI_DEFINE_STRING_INTERNAL("frexpf")
/third_party/musl/
Dlibc.map.txt747 frexpf;
Dmusl_src.gni688 "src/math/frexpf.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni165 "$MUSLPORTINGDIR/src/math/frexpf.c",
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c193 mantissa = frexpf(f, &exponent); in pack_float24()
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi946 …<function-decl name='frexpf' filepath='bionic/libc/include/math.h' line='141' column='1' visibilit…
/third_party/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi344 …nc-type' binding='global-binding' visibility='default-visibility' alias='frexpf' is-defined='yes'/>
2541 <!-- frexpf -->
2542 …<elf-symbol name='frexpf' type='func-type' binding='weak-binding' visibility='default-visibility' …

12