Searched refs:rintf (Results 1 – 25 of 39) sorted by relevance
12
89 #if defined (__GST_MATH_COMPAT_NEED_RINTF) && !defined (rintf)90 #define rintf(x) __gst_math_compat_rintf(x) macro
7 return rintf(x); in llrintf()
7 return rintf(x); in lrintf()
12 x = rintf(x); in nearbyintf()
28 if (rintf(fn) != fn) return (fn-fn)/(fn-fn); in scalbf()
14 float rintf(float x) in rintf() function
3 float rintf(float x) in rintf() function
5 float rintf(float x) in rintf() function
26 y = rintf(p->x); in main()
157 "rintf",
69 return rintf(x); in _mesa_roundevenf()
320 float rintf(float);
198 {float(*p)(float) = rintf;} in f()
484 ../../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]
116 T(rintf, f_f)