Home
last modified time | relevance | path

Searched refs:INFINITY (Results 1 – 8 of 8) sorted by relevance

/math/
A Dtest-misc.c232 f = nextafterf (f, INFINITY); in do_test()
245 f = nextafterf (f, -INFINITY); in do_test()
390 if (nextafterf (0.0f, INFINITY) != nextafterf (0.0f, 1.0f) in do_test()
510 d = nextafter (d, INFINITY); in do_test()
523 d = nextafter (d, -INFINITY); in do_test()
704 if (nextafter (0.0, INFINITY) != nextafter (0.0, 1.0) in do_test()
705 || nextafter (-0.0, INFINITY) != nextafter (-0.0, 1.0) in do_test()
713 if (nexttoward (0.0, INFINITY) != nexttoward (0.0, 1.0) in do_test()
790 v2 = nextafterl (v1, INFINITY); in do_test()
805 v2 = nextafterl (v1, -INFINITY); in do_test()
[all …]
A Dbug-nextafter.c15 float inf = INFINITY;
22 float i = INFINITY; in main()
74 i = -INFINITY; in main()
122 double di = INFINITY; in main()
174 di = -INFINITY; in main()
222 long double li = INFINITY; in main()
274 li = -INFINITY; in main()
A Dbug-nexttoward.c15 float inf = INFINITY;
23 float fi = INFINITY; in main()
75 fi = -INFINITY; in main()
124 double di = INFINITY; in main()
176 di = -INFINITY; in main()
224 long double li = INFINITY; in main()
276 li = -INFINITY; in main()
A Ddivtc3.c53 x = copysignl (INFINITY, c) * a; in __divtc3()
54 y = copysignl (INFINITY, c) * b; in __divtc3()
61 x = INFINITY * (a * c + b * d); in __divtc3()
62 y = INFINITY * (b * c - a * d); in __divtc3()
A Dtest-math-isinff.cc31 || !isinff (INFINITY) in do_test()
33 || !isinfl (INFINITY) in do_test()
A Dmultc3.c73 x = INFINITY * (a * c - b * d); in __multc3()
74 y = INFINITY * (a * d + b * c); in __multc3()
A Dmath.h91 # define INFINITY (__builtin_inff ()) macro
93 # define INFINITY HUGE_VALF
A Ds_cproj_template.c30 __real__ res = INFINITY; in M_DECL_FUNC()

Completed in 11 milliseconds