• Home
  • Raw
  • Download

Lines Matching refs:simplified

16 ; Verify that 'a - 0' isn't simplified to 'a' when the rounding mode is unknown.
20 ; // downward, this shouldn't be simplified.
35 ; Verify that '-((-a)*b)' isn't simplified to 'a*b' when the rounding mode is
40 ; // rounding, this shouldn't be simplified.
70 ; // Because a + 1 may overflow, this should not be simplified.
97 ; Verify that sqrt(42.0) isn't simplified when the rounding mode is unknown.
108 ; Verify that pow(42.1, 3.0) isn't simplified when the rounding mode is unknown.
120 ; Verify that powi(42.1, 3) isn't simplified when the rounding mode is unknown.
132 ; Verify that sin(42.0) isn't simplified when the rounding mode is unknown.
143 ; Verify that cos(42.0) isn't simplified when the rounding mode is unknown.
154 ; Verify that exp(42.0) isn't simplified when the rounding mode is unknown.
165 ; Verify that exp2(42.1) isn't simplified when the rounding mode is unknown.
176 ; Verify that log(42.0) isn't simplified when the rounding mode is unknown.
187 ; Verify that log10(42.0) isn't simplified when the rounding mode is unknown.
198 ; Verify that log2(42.0) isn't simplified when the rounding mode is unknown.
209 ; Verify that rint(42.1) isn't simplified when the rounding mode is unknown.
220 ; Verify that nearbyint(42.1) isn't simplified when the rounding mode is
233 ; Verify that fma(42.1) isn't simplified when the rounding mode is
245 ; Verify that fptoui(42.1) isn't simplified when the rounding mode is
257 ; Verify that fptosi(42.1) isn't simplified when the rounding mode is
268 ; Verify that fptrunc(42.1) isn't simplified when the rounding mode is
281 ; Verify that fpext(42.1) isn't simplified when the rounding mode is
292 ; Verify that lrint(42.1) isn't simplified when the rounding mode is unknown.
303 ; Verify that lrintf(42.0) isn't simplified when the rounding mode is unknown.
314 ; Verify that llrint(42.1) isn't simplified when the rounding mode is unknown.
325 ; Verify that llrint(42.0) isn't simplified when the rounding mode is unknown.
336 ; Verify that lround(42.1) isn't simplified when the rounding mode is unknown.
346 ; Verify that lround(42.0) isn't simplified when the rounding mode is unknown.
356 ; Verify that llround(42.1) isn't simplified when the rounding mode is unknown.
366 ; Verify that llround(42.0) isn't simplified when the rounding mode is unknown.
376 ; Verify that sitofp(42) isn't simplified when the rounding mode is unknown.
387 ; Verify that uitofp(42) isn't simplified when the rounding mode is unknown.