Searched refs:x1p120 (Results 1 – 13 of 13) sorted by relevance
44 let x1p120 = f32::from_bits(0x7b800000); // 0x1p120f === 2 ^ 120 in tan() localVariable53 x / x1p120 as f64 in tan()55 x + x1p120 as f64 in tan()
45 let x1p120 = f64::from_bits(0x4770000000000000); // 0x1p120f === 2 ^ 120 in sin() localVariable56 force_eval!(x / x1p120); in sin()58 force_eval!(x + x1p120); in sin()
28 let x1p120 = f64::from_bits(0x4770000000000000); // 0x1p120 == 2^120 in sincos() localVariable30 force_eval!(x / x1p120); in sincos()32 force_eval!(x + x1p120); in sincos()
31 let x1p120 = f32::from_bits(0x7b800000); // 0x1p120f === 2 ^ 120 in tanf() localVariable43 x / x1p120 in tanf()45 x + x1p120 in tanf()
31 let x1p120 = f32::from_bits(0x7b800000); // 0x1p120f === 2 ^ 120 in sinf() localVariable43 x / x1p120 in sinf()45 x + x1p120 in sinf()
12 let x1p120 = f32::from_bits(0x7b800000); // 0x1p120f === 2 ^ 120 in coshf() localVariable23 force_eval!(x + x1p120); in coshf()
21 let x1p120 = f64::from_bits(0x4770000000000000); in cosh() localVariable22 force_eval!(x + x1p120); in cosh()
29 let x1p120 = f32::from_bits(0x7b800000); in asinhf() localVariable30 force_eval!(x + x1p120); in asinhf()
30 let x1p120 = f64::from_bits(0x4770000000000000); in asinh() localVariable31 force_eval!(x + x1p120); in asinh()
13 let x1p120 = f64::from_bits(0x4770000000000000); // 0x1p120f === 2 ^ 120 in trunc() localVariable29 force_eval!(x + x1p120); in trunc()
13 let x1p120 = f32::from_bits(0x7b800000); // 0x1p120f === 2 ^ 120 in truncf() localVariable29 force_eval!(x + x1p120); in truncf()
31 let x1p120 = f32::from_bits(0x7b800000); // 0x1p120f === 2 ^ 120 in cosf() localVariable42 force_eval!(x + x1p120); in cosf()
42 let x1p120 = f32::from_bits(0x7b800000); // 0x1p120 == 2^120 in sincosf() localVariable44 force_eval!(x / x1p120); in sincosf()46 force_eval!(x + x1p120); in sincosf()