Home
last modified time | relevance | path

Searched refs:rintf (Results 1 – 25 of 39) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dmath-compat.h89 #if defined (__GST_MATH_COMPAT_NEED_RINTF) && !defined (rintf)
90 #define rintf(x) __gst_math_compat_rintf(x) macro
/third_party/musl/porting/liteos_a/kernel/src/math/
Dllrintf.c7 return rintf(x); in llrintf()
Dlrintf.c7 return rintf(x); in lrintf()
Dnearbyintf.c12 x = rintf(x); in nearbyintf()
Dscalbf.c28 if (rintf(fn) != fn) return (fn-fn)/(fn-fn); in scalbf()
Drintf.c14 float rintf(float x) in rintf() function
/third_party/musl/src/math/
Dlrintf.c7 return rintf(x); in lrintf()
Dllrintf.c7 return rintf(x); in llrintf()
Dnearbyintf.c12 x = rintf(x); in nearbyintf()
Dscalbf.c28 if (rintf(fn) != fn) return (fn-fn)/(fn-fn); in scalbf()
Drintf.c14 float rintf(float x) in rintf() function
/third_party/musl/src/math/i386/
Drintf.c3 float rintf(float x) in rintf() function
/third_party/musl/src/math/aarch64/
Drintf.c3 float rintf(float x) in rintf() function
/third_party/musl/src/math/s390x/
Drintf.c5 float rintf(float x) in rintf() function
/third_party/musl/libc-test/src/math/
Drintf.c26 y = rintf(p->x); in main()
Dtest_src_math.gni157 "rintf",
/third_party/mesa3d/src/util/
Drounding.h69 return rintf(x); in _mesa_roundevenf()
/third_party/musl/ndk_musl_include/
Dmath.h320 float rintf(float);
/third_party/musl/libc-test/src/api/
Dmath.c198 {float(*p)(float) = rintf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h320 float rintf(float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h320 float rintf(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h320 float rintf(float);
/third_party/musl/include/
Dmath.h320 float rintf(float);
/third_party/musl/libc-test/report_base/
DREPORT484 ../../third_party/musl/libc-test/src/math/special/rintf.h:24: RD rintf(-0x1p-1) want -0x1p+0 got -0…
485 ../../third_party/musl/libc-test/src/math/special/rintf.h:26: RD rintf(-0x1.0001p+0) want -0x1p+1 g…
486 ../../third_party/musl/libc-test/src/math/special/rintf.h:27: RD rintf(0x1.ffffp-1) want 0x0p+0 got…
487 ../../third_party/musl/libc-test/src/math/special/rintf.h:30: RD rintf(-0x1p-100) want -0x1p+0 got …
488 ../../third_party/musl/libc-test/src/math/special/rintf.h:38: RU rintf(0x1p-1) want 0x1p+0 got 0x0p…
489 ../../third_party/musl/libc-test/src/math/special/rintf.h:40: RU rintf(0x1.0001p+0) want 0x1p+1 got…
490 ../../third_party/musl/libc-test/src/math/special/rintf.h:43: RU rintf(-0x1.ffffp-1) want -0x0p+0 g…
491 ../../third_party/musl/libc-test/src/math/special/rintf.h:44: RU rintf(0x1p-100) want 0x1p+0 got 0x…
492 FAIL src/math/rintf [status 1]
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h116 T(rintf, f_f)

12