Searched refs:crazy (Results 1 – 15 of 15) sorted by relevance
328 static constexpr int crazy{2 * Real::decimalRange + log10Radix}; in ConvertToBinary() local329 if (exponent_ < -crazy) { // underflow to +/-0. in ConvertToBinary()331 } else if (exponent_ > crazy) { // overflow to +/-Inf. in ConvertToBinary()
7 # does not make code crazy.
3 # completely crazy (like crashing).
47 # Just verifying that data fills don't drive bundling crazy
76 geometric programming, ...** - Really, there is no end of crazy87 Have fun - try doing something crazy and unusual. Building a language89 little crazy or off the wall and seeing how it turns out. If you get
57 # If detecting Xcode version failed, set a crazy high version so we default
30 ; ScalarEvolution should be able to correctly expand the crazy addrec here.
168 // Do some other crazy stuff
202 " An overload candidate. Use a crazy hack to get vim to
906 // CHECK: %c43 = arith.constant {crazy = "func.foo"} 43 : index907 %2 = arith.constant {crazy = "func.foo"} 43: index
556 ; Verify that crazy/non-canonical code does not crash.
1078 # special hack for Solaris to handle crazy system sys/regset.h
476 lets get a little wild and crazy. Lets say that we want our optimizer to accept
1379 // people out there who are crazy enough to peek into that page's 32-byte
1101 leading to excess stack traffic. This could be handled by GVN with some crazy