/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_frexp_test.cpp | 54 … 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/ |
D | frexpf.c | 4 float frexpf(float x, int *e) in frexpf() function 11 x = frexpf(x*0x1p64, e); in frexpf()
|
/third_party/musl/src/math/ |
D | frexpf.c | 4 float frexpf(float x, int *e) in frexpf() function 11 x = frexpf(x*0x1p64, e); in frexpf()
|
/third_party/mesa3d/src/mesa/math/ |
D | m_debug_util.h | 292 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/ |
D | freedreno_guardband.h | 87 float gb_adj_mantissa = frexpf(gb_adj, &gb_adj_exp); in fd_calc_guardband()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_minifloat.h | 59 float frac = frexpf(f, &exp); in agx_minifloat_encode()
|
/third_party/musl/libc-test/src/math/ |
D | frexpf.c | 27 y = frexpf(p->x, &yi); in main()
|
D | test_src_math.gni | 82 "frexpf",
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_flrp.c | 276 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/ |
D | astc_image_load_store.cpp | 42 float normfrac = frexpf(p, &expo); in float_to_lns()
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 127 {float(*p)(float,int*) = frexpf;} in f()
|
/third_party/musl/include/ |
D | math.h | 232 float frexpf(float, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 232 float frexpf(float, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 232 float frexpf(float, int *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 232 float frexpf(float, int *);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 160 T(frexpf, f_fi)
|
D | mplibm.c | 278 mp_f_fi(frexpf)
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 293 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/ |
D | TargetLibraryInfo.def | 817 /// float frexpf(float num, int *exp); 818 TLI_DEFINE_ENUM_INTERNAL(frexpf) 819 TLI_DEFINE_STRING_INTERNAL("frexpf")
|
/third_party/musl/ |
D | libc.map.txt | 747 frexpf;
|
D | musl_src.gni | 688 "src/math/frexpf.c",
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 165 "$MUSLPORTINGDIR/src/math/frexpf.c",
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_emit.c | 193 mantissa = frexpf(f, &exponent); in pack_float24()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 946 …<function-decl name='frexpf' filepath='bionic/libc/include/math.h' line='141' column='1' visibilit…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 344 …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' …
|