Lines Matching defs:ldexp
2241 def ldexp(f, exp, bits):
2245 # FLT_MAX, you actually have to do ldexp(FLT_MAX, -278) to get it to flush
2254 # a floating-point value using ldexp() should yield the original input
2282 # technically defines ldexp as f * 2.0^exp, simply multiplying once doesn't
2292 (('ldexp@16', 'x', 'exp'), ldexp('x', 'exp', 16), 'options->lower_ldexp'),
2293 (('ldexp@32', 'x', 'exp'), ldexp('x', 'exp', 32), 'options->lower_ldexp'),
2294 (('ldexp@64', 'x', 'exp'), ldexp('x', 'exp', 64), 'options->lower_ldexp'),