Skip to content

Instantly share code, notes, and snippets.

@andsor
Last active August 26, 2015 21:06
Show Gist options
  • Save andsor/4ad5460f8bc641124233 to your computer and use it in GitHub Desktop.
Save andsor/4ad5460f8bc641124233 to your computer and use it in GitHub Desktop.
NumPy 1.9.2 on NLD clusters objdump of umath.so
# output of $ objdump -d numpy-test/lib/python3.4/site-packages/numpy/core/umath.cpython-34m.so | grep sse2
0000000000033690 <sse2_binary_scalar1_not_equal_FLOAT>:
336b1: 0f 85 d9 00 00 00 jne 33790 <sse2_binary_scalar1_not_equal_FLOAT+0x100>
336cc: 73 75 jae 33743 <sse2_binary_scalar1_not_equal_FLOAT+0xb3>
33741: 72 ad jb 336f0 <sse2_binary_scalar1_not_equal_FLOAT+0x60>
33746: 7e 3f jle 33787 <sse2_binary_scalar1_not_equal_FLOAT+0xf7>
33785: 7f d9 jg 33760 <sse2_binary_scalar1_not_equal_FLOAT+0xd0>
337ae: 0f 84 0b ff ff ff je 336bf <sse2_binary_scalar1_not_equal_FLOAT+0x2f>
337bf: eb 0b jmp 337cc <sse2_binary_scalar1_not_equal_FLOAT+0x13c>
337f2: 7f d4 jg 337c8 <sse2_binary_scalar1_not_equal_FLOAT+0x138>
337fa: e9 c0 fe ff ff jmpq 336bf <sse2_binary_scalar1_not_equal_FLOAT+0x2f>
0000000000033800 <sse2_binary_scalar2_not_equal_FLOAT>:
33824: 0f 85 d6 00 00 00 jne 33900 <sse2_binary_scalar2_not_equal_FLOAT+0x100>
3383f: 73 7a jae 338bb <sse2_binary_scalar2_not_equal_FLOAT+0xbb>
338b9: 72 ad jb 33868 <sse2_binary_scalar2_not_equal_FLOAT+0x68>
338be: 7e 37 jle 338f7 <sse2_binary_scalar2_not_equal_FLOAT+0xf7>
338f5: 7f d9 jg 338d0 <sse2_binary_scalar2_not_equal_FLOAT+0xd0>
3391e: 0f 84 0e ff ff ff je 33832 <sse2_binary_scalar2_not_equal_FLOAT+0x32>
3392f: eb 0b jmp 3393c <sse2_binary_scalar2_not_equal_FLOAT+0x13c>
3395f: 7f d7 jg 33938 <sse2_binary_scalar2_not_equal_FLOAT+0x138>
33967: e9 c6 fe ff ff jmpq 33832 <sse2_binary_scalar2_not_equal_FLOAT+0x32>
0000000000035c20 <sse2_binary_scalar1_not_equal_DOUBLE>:
35c43: 0f 85 e7 00 00 00 jne 35d30 <sse2_binary_scalar1_not_equal_DOUBLE+0x110>
35c5d: 0f 86 84 00 00 00 jbe 35ce7 <sse2_binary_scalar1_not_equal_DOUBLE+0xc7>
35ce5: 77 a1 ja 35c88 <sse2_binary_scalar1_not_equal_DOUBLE+0x68>
35cea: 7e 3b jle 35d27 <sse2_binary_scalar1_not_equal_DOUBLE+0x107>
35d25: 7f d9 jg 35d00 <sse2_binary_scalar1_not_equal_DOUBLE+0xe0>
35d4f: 0f 85 fb fe ff ff jne 35c50 <sse2_binary_scalar1_not_equal_DOUBLE+0x30>
35d83: e9 c8 fe ff ff jmpq 35c50 <sse2_binary_scalar1_not_equal_DOUBLE+0x30>
0000000000035d90 <sse2_binary_scalar2_not_equal_DOUBLE>:
35db7: 0f 85 eb 00 00 00 jne 35ea8 <sse2_binary_scalar2_not_equal_DOUBLE+0x118>
35dd1: 0f 86 88 00 00 00 jbe 35e5f <sse2_binary_scalar2_not_equal_DOUBLE+0xcf>
35e5d: 77 a1 ja 35e00 <sse2_binary_scalar2_not_equal_DOUBLE+0x70>
35e62: 7e 3b jle 35e9f <sse2_binary_scalar2_not_equal_DOUBLE+0x10f>
35e9d: 7f d9 jg 35e78 <sse2_binary_scalar2_not_equal_DOUBLE+0xe8>
35ec4: 0f 85 fa fe ff ff jne 35dc4 <sse2_binary_scalar2_not_equal_DOUBLE+0x34>
35ef8: e9 c7 fe ff ff jmpq 35dc4 <sse2_binary_scalar2_not_equal_DOUBLE+0x34>
0000000000037be0 <sse2_binary_not_equal_FLOAT>:
37bfe: 0f 85 4c 01 00 00 jne 37d50 <sse2_binary_not_equal_FLOAT+0x170>
37c0f: 0f 84 a3 01 00 00 je 37db8 <sse2_binary_not_equal_FLOAT+0x1d8>
37c25: 0f 83 b8 00 00 00 jae 37ce3 <sse2_binary_not_equal_FLOAT+0x103>
37ce1: 72 9d jb 37c80 <sse2_binary_not_equal_FLOAT+0xa0>
37ce6: 7e 53 jle 37d3b <sse2_binary_not_equal_FLOAT+0x15b>
37d39: 7f d5 jg 37d10 <sse2_binary_not_equal_FLOAT+0x130>
37d6c: 0f 84 9a fe ff ff je 37c0c <sse2_binary_not_equal_FLOAT+0x2c>
37da7: 7f d7 jg 37d80 <sse2_binary_not_equal_FLOAT+0x1a0>
37db2: 0f 85 60 fe ff ff jne 37c18 <sse2_binary_not_equal_FLOAT+0x38>
37dc5: 0f 86 18 ff ff ff jbe 37ce3 <sse2_binary_not_equal_FLOAT+0x103>
37e3f: 77 af ja 37df0 <sse2_binary_not_equal_FLOAT+0x210>
37e41: e9 9d fe ff ff jmpq 37ce3 <sse2_binary_not_equal_FLOAT+0x103>
37f91: e9 fa b6 ff ff jmpq 33690 <sse2_binary_scalar1_not_equal_FLOAT>
3801f: e9 bc fb ff ff jmpq 37be0 <sse2_binary_not_equal_FLOAT>
38079: e9 82 b7 ff ff jmpq 33800 <sse2_binary_scalar2_not_equal_FLOAT>
38149: e9 92 fa ff ff jmpq 37be0 <sse2_binary_not_equal_FLOAT>
0000000000038150 <sse2_binary_not_equal_DOUBLE>:
38170: 0f 85 52 01 00 00 jne 382c8 <sse2_binary_not_equal_DOUBLE+0x178>
38182: 0f 84 a2 01 00 00 je 3832a <sse2_binary_not_equal_DOUBLE+0x1da>
38195: 0f 86 c7 00 00 00 jbe 38262 <sse2_binary_not_equal_DOUBLE+0x112>
38260: 77 8e ja 381f0 <sse2_binary_not_equal_DOUBLE+0xa0>
38265: 7e 53 jle 382ba <sse2_binary_not_equal_DOUBLE+0x16a>
382b8: 7f d6 jg 38290 <sse2_binary_not_equal_DOUBLE+0x140>
382e7: 0f 85 90 fe ff ff jne 3817d <sse2_binary_not_equal_DOUBLE+0x2d>
38324: 0f 85 5e fe ff ff jne 38188 <sse2_binary_not_equal_DOUBLE+0x38>
38337: 0f 83 25 ff ff ff jae 38262 <sse2_binary_not_equal_DOUBLE+0x112>
383bc: 72 a2 jb 38360 <sse2_binary_not_equal_DOUBLE+0x210>
383be: e9 9f fe ff ff jmpq 38262 <sse2_binary_not_equal_DOUBLE+0x112>
38499: e9 b2 fc ff ff jmpq 38150 <sse2_binary_not_equal_DOUBLE>
385e1: e9 3a d6 ff ff jmpq 35c20 <sse2_binary_scalar1_not_equal_DOUBLE>
3866f: e9 dc fa ff ff jmpq 38150 <sse2_binary_not_equal_DOUBLE>
386c9: e9 c2 d6 ff ff jmpq 35d90 <sse2_binary_scalar2_not_equal_DOUBLE>
0000000000038d40 <sse2_binary_scalar1_divide_FLOAT>:
38d56: 0f 85 d4 00 00 00 jne 38e30 <sse2_binary_scalar1_divide_FLOAT+0xf0>
38d78: 74 76 je 38df0 <sse2_binary_scalar1_divide_FLOAT+0xb0>
38d8b: 73 25 jae 38db2 <sse2_binary_scalar1_divide_FLOAT+0x72>
38db0: 72 de jb 38d90 <sse2_binary_scalar1_divide_FLOAT+0x50>
38db5: 7e 36 jle 38ded <sse2_binary_scalar1_divide_FLOAT+0xad>
38deb: 7f e3 jg 38dd0 <sse2_binary_scalar1_divide_FLOAT+0x90>
38dfd: 73 b3 jae 38db2 <sse2_binary_scalar1_divide_FLOAT+0x72>
38e25: 72 e1 jb 38e08 <sse2_binary_scalar1_divide_FLOAT+0xc8>
38e27: eb 89 jmp 38db2 <sse2_binary_scalar1_divide_FLOAT+0x72>
38e51: 75 11 jne 38e64 <sse2_binary_scalar1_divide_FLOAT+0x124>
38e53: e9 0d ff ff ff jmpq 38d65 <sse2_binary_scalar1_divide_FLOAT+0x25>
38e75: 7f e9 jg 38e60 <sse2_binary_scalar1_divide_FLOAT+0x120>
38e7d: e9 e3 fe ff ff jmpq 38d65 <sse2_binary_scalar1_divide_FLOAT+0x25>
0000000000038e90 <sse2_binary_scalar2_divide_FLOAT>:
38ea9: 0f 85 d1 00 00 00 jne 38f80 <sse2_binary_scalar2_divide_FLOAT+0xf0>
38ecb: 74 73 je 38f40 <sse2_binary_scalar2_divide_FLOAT+0xb0>
38ede: 73 1f jae 38eff <sse2_binary_scalar2_divide_FLOAT+0x6f>
38efd: 72 e1 jb 38ee0 <sse2_binary_scalar2_divide_FLOAT+0x50>
38f02: 7e 31 jle 38f35 <sse2_binary_scalar2_divide_FLOAT+0xa5>
38f33: 7f e3 jg 38f18 <sse2_binary_scalar2_divide_FLOAT+0x88>
38f4d: 73 b0 jae 38eff <sse2_binary_scalar2_divide_FLOAT+0x6f>
38f75: 72 e1 jb 38f58 <sse2_binary_scalar2_divide_FLOAT+0xc8>
38f77: eb 86 jmp 38eff <sse2_binary_scalar2_divide_FLOAT+0x6f>
38fa1: 75 11 jne 38fb4 <sse2_binary_scalar2_divide_FLOAT+0x124>
38fa3: e9 10 ff ff ff jmpq 38eb8 <sse2_binary_scalar2_divide_FLOAT+0x28>
38fc9: 7f e5 jg 38fb0 <sse2_binary_scalar2_divide_FLOAT+0x120>
38fd1: e9 e2 fe ff ff jmpq 38eb8 <sse2_binary_scalar2_divide_FLOAT+0x28>
0000000000038fe0 <sse2_binary_scalar1_multiply_FLOAT>:
38ff6: 0f 85 d4 00 00 00 jne 390d0 <sse2_binary_scalar1_multiply_FLOAT+0xf0>
39018: 74 76 je 39090 <sse2_binary_scalar1_multiply_FLOAT+0xb0>
3902b: 73 22 jae 3904f <sse2_binary_scalar1_multiply_FLOAT+0x6f>
3904d: 72 e1 jb 39030 <sse2_binary_scalar1_multiply_FLOAT+0x50>
39052: 7e 31 jle 39085 <sse2_binary_scalar1_multiply_FLOAT+0xa5>
39083: 7f e3 jg 39068 <sse2_binary_scalar1_multiply_FLOAT+0x88>
3909d: 73 b0 jae 3904f <sse2_binary_scalar1_multiply_FLOAT+0x6f>
390c5: 72 e1 jb 390a8 <sse2_binary_scalar1_multiply_FLOAT+0xc8>
390c7: eb 86 jmp 3904f <sse2_binary_scalar1_multiply_FLOAT+0x6f>
390f1: 75 11 jne 39104 <sse2_binary_scalar1_multiply_FLOAT+0x124>
390f3: e9 0d ff ff ff jmpq 39005 <sse2_binary_scalar1_multiply_FLOAT+0x25>
39115: 7f e9 jg 39100 <sse2_binary_scalar1_multiply_FLOAT+0x120>
3911d: e9 e3 fe ff ff jmpq 39005 <sse2_binary_scalar1_multiply_FLOAT+0x25>
0000000000039130 <sse2_binary_scalar2_multiply_FLOAT>:
39146: 0f 85 d4 00 00 00 jne 39220 <sse2_binary_scalar2_multiply_FLOAT+0xf0>
39168: 74 76 je 391e0 <sse2_binary_scalar2_multiply_FLOAT+0xb0>
3917b: 73 22 jae 3919f <sse2_binary_scalar2_multiply_FLOAT+0x6f>
3919d: 72 e1 jb 39180 <sse2_binary_scalar2_multiply_FLOAT+0x50>
391a2: 7e 31 jle 391d5 <sse2_binary_scalar2_multiply_FLOAT+0xa5>
391d3: 7f e3 jg 391b8 <sse2_binary_scalar2_multiply_FLOAT+0x88>
391ed: 73 b0 jae 3919f <sse2_binary_scalar2_multiply_FLOAT+0x6f>
39215: 72 e1 jb 391f8 <sse2_binary_scalar2_multiply_FLOAT+0xc8>
39217: eb 86 jmp 3919f <sse2_binary_scalar2_multiply_FLOAT+0x6f>
39241: 75 11 jne 39254 <sse2_binary_scalar2_multiply_FLOAT+0x124>
39243: e9 0d ff ff ff jmpq 39155 <sse2_binary_scalar2_multiply_FLOAT+0x25>
39265: 7f e9 jg 39250 <sse2_binary_scalar2_multiply_FLOAT+0x120>
3926d: e9 e3 fe ff ff jmpq 39155 <sse2_binary_scalar2_multiply_FLOAT+0x25>
00000000000397a0 <sse2_binary_scalar1_divide_DOUBLE>:
397af: 0f 85 e3 00 00 00 jne 39898 <sse2_binary_scalar1_divide_DOUBLE+0xf8>
397d1: 0f 84 79 00 00 00 je 39850 <sse2_binary_scalar1_divide_DOUBLE+0xb0>
397eb: 73 29 jae 39816 <sse2_binary_scalar1_divide_DOUBLE+0x76>
39814: 72 da jb 397f0 <sse2_binary_scalar1_divide_DOUBLE+0x50>
39819: 7e 32 jle 3984d <sse2_binary_scalar1_divide_DOUBLE+0xad>
3984b: 7f e3 jg 39830 <sse2_binary_scalar1_divide_DOUBLE+0x90>
3985d: 73 b7 jae 39816 <sse2_binary_scalar1_divide_DOUBLE+0x76>
39890: 77 de ja 39870 <sse2_binary_scalar1_divide_DOUBLE+0xd0>
39892: eb 82 jmp 39816 <sse2_binary_scalar1_divide_DOUBLE+0x76>
398b7: 0f 85 00 ff ff ff jne 397bd <sse2_binary_scalar1_divide_DOUBLE+0x1d>
398d4: e9 e4 fe ff ff jmpq 397bd <sse2_binary_scalar1_divide_DOUBLE+0x1d>
00000000000398e0 <sse2_binary_scalar2_divide_DOUBLE>:
398ef: 0f 85 eb 00 00 00 jne 399e0 <sse2_binary_scalar2_divide_DOUBLE+0x100>
39911: 74 7d je 39990 <sse2_binary_scalar2_divide_DOUBLE+0xb0>
39927: 73 29 jae 39952 <sse2_binary_scalar2_divide_DOUBLE+0x72>
39950: 72 de jb 39930 <sse2_binary_scalar2_divide_DOUBLE+0x50>
39955: 7e 36 jle 3998d <sse2_binary_scalar2_divide_DOUBLE+0xad>
3998b: 7f e3 jg 39970 <sse2_binary_scalar2_divide_DOUBLE+0x90>
3999d: 73 b3 jae 39952 <sse2_binary_scalar2_divide_DOUBLE+0x72>
399d0: 77 de ja 399b0 <sse2_binary_scalar2_divide_DOUBLE+0xd0>
399d2: e9 7b ff ff ff jmpq 39952 <sse2_binary_scalar2_divide_DOUBLE+0x72>
399ff: 0f 85 f8 fe ff ff jne 398fd <sse2_binary_scalar2_divide_DOUBLE+0x1d>
39a1c: e9 dc fe ff ff jmpq 398fd <sse2_binary_scalar2_divide_DOUBLE+0x1d>
0000000000039a30 <sse2_binary_scalar1_multiply_DOUBLE>:
39a3f: 0f 85 eb 00 00 00 jne 39b30 <sse2_binary_scalar1_multiply_DOUBLE+0x100>
39a61: 74 7d je 39ae0 <sse2_binary_scalar1_multiply_DOUBLE+0xb0>
39a77: 73 29 jae 39aa2 <sse2_binary_scalar1_multiply_DOUBLE+0x72>
39aa0: 72 de jb 39a80 <sse2_binary_scalar1_multiply_DOUBLE+0x50>
39aa5: 7e 36 jle 39add <sse2_binary_scalar1_multiply_DOUBLE+0xad>
39adb: 7f e3 jg 39ac0 <sse2_binary_scalar1_multiply_DOUBLE+0x90>
39aed: 73 b3 jae 39aa2 <sse2_binary_scalar1_multiply_DOUBLE+0x72>
39b20: 77 de ja 39b00 <sse2_binary_scalar1_multiply_DOUBLE+0xd0>
39b22: e9 7b ff ff ff jmpq 39aa2 <sse2_binary_scalar1_multiply_DOUBLE+0x72>
39b4f: 0f 85 f8 fe ff ff jne 39a4d <sse2_binary_scalar1_multiply_DOUBLE+0x1d>
39b6c: e9 dc fe ff ff jmpq 39a4d <sse2_binary_scalar1_multiply_DOUBLE+0x1d>
0000000000039b80 <sse2_binary_scalar2_multiply_DOUBLE>:
39b8f: 0f 85 eb 00 00 00 jne 39c80 <sse2_binary_scalar2_multiply_DOUBLE+0x100>
39bb1: 74 7d je 39c30 <sse2_binary_scalar2_multiply_DOUBLE+0xb0>
39bc7: 73 29 jae 39bf2 <sse2_binary_scalar2_multiply_DOUBLE+0x72>
39bf0: 72 de jb 39bd0 <sse2_binary_scalar2_multiply_DOUBLE+0x50>
39bf5: 7e 36 jle 39c2d <sse2_binary_scalar2_multiply_DOUBLE+0xad>
39c2b: 7f e3 jg 39c10 <sse2_binary_scalar2_multiply_DOUBLE+0x90>
39c3d: 73 b3 jae 39bf2 <sse2_binary_scalar2_multiply_DOUBLE+0x72>
39c70: 77 de ja 39c50 <sse2_binary_scalar2_multiply_DOUBLE+0xd0>
39c72: e9 7b ff ff ff jmpq 39bf2 <sse2_binary_scalar2_multiply_DOUBLE+0x72>
39c9f: 0f 85 f8 fe ff ff jne 39b9d <sse2_binary_scalar2_multiply_DOUBLE+0x1d>
39cbc: e9 dc fe ff ff jmpq 39b9d <sse2_binary_scalar2_multiply_DOUBLE+0x1d>
000000000003b140 <sse2_binary_multiply_DOUBLE>:
3b159: 0f 85 e1 00 00 00 jne 3b240 <sse2_binary_multiply_DOUBLE+0x100>
3b17b: 0f 84 07 01 00 00 je 3b288 <sse2_binary_multiply_DOUBLE+0x148>
3b188: 0f 85 62 02 00 00 jne 3b3f0 <sse2_binary_multiply_DOUBLE+0x2b0>
3b19b: 73 33 jae 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b1cc: 72 da jb 3b1a8 <sse2_binary_multiply_DOUBLE+0x68>
3b1d3: 7e 5c jle 3b231 <sse2_binary_multiply_DOUBLE+0xf1>
3b1f9: 76 09 jbe 3b204 <sse2_binary_multiply_DOUBLE+0xc4>
3b1fe: 0f 84 34 01 00 00 je 3b338 <sse2_binary_multiply_DOUBLE+0x1f8>
3b22f: 7f df jg 3b210 <sse2_binary_multiply_DOUBLE+0xd0>
3b25f: 0f 85 02 ff ff ff jne 3b167 <sse2_binary_multiply_DOUBLE+0x27>
3b27d: e9 e5 fe ff ff jmpq 3b167 <sse2_binary_multiply_DOUBLE+0x27>
3b28f: 75 57 jne 3b2e8 <sse2_binary_multiply_DOUBLE+0x1a8>
3b294: 0f 84 cb 01 00 00 je 3b465 <sse2_binary_multiply_DOUBLE+0x325>
3b2af: 0f 83 1b ff ff ff jae 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b2dc: 72 da jb 3b2b8 <sse2_binary_multiply_DOUBLE+0x178>
3b2de: e9 ed fe ff ff jmpq 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b2fd: 0f 83 cd fe ff ff jae 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b32c: 77 da ja 3b308 <sse2_binary_multiply_DOUBLE+0x1c8>
3b32e: e9 9d fe ff ff jmpq 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b33f: 0f 86 0b 01 00 00 jbe 3b450 <sse2_binary_multiply_DOUBLE+0x310>
3b34c: 77 09 ja 3b357 <sse2_binary_multiply_DOUBLE+0x217>
3b351: 0f 86 ad fe ff ff jbe 3b204 <sse2_binary_multiply_DOUBLE+0xc4>
3b363: 74 49 je 3b3ae <sse2_binary_multiply_DOUBLE+0x26e>
3b3a0: 77 ce ja 3b370 <sse2_binary_multiply_DOUBLE+0x230>
3b3a8: 0f 84 83 fe ff ff je 3b231 <sse2_binary_multiply_DOUBLE+0xf1>
3b3e7: 7f df jg 3b3c8 <sse2_binary_multiply_DOUBLE+0x288>
3b3f3: 0f 84 ac 00 00 00 je 3b4a5 <sse2_binary_multiply_DOUBLE+0x365>
3b40e: 0f 83 bc fd ff ff jae 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b440: 77 d6 ja 3b418 <sse2_binary_multiply_DOUBLE+0x2d8>
3b442: e9 89 fd ff ff jmpq 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b453: 0f 83 ab fd ff ff jae 3b204 <sse2_binary_multiply_DOUBLE+0xc4>
3b460: e9 e0 fe ff ff jmpq 3b345 <sse2_binary_multiply_DOUBLE+0x205>
3b472: 0f 86 58 fd ff ff jbe 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b49e: 77 e0 ja 3b480 <sse2_binary_multiply_DOUBLE+0x340>
3b4a0: e9 2b fd ff ff jmpq 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b4b2: 0f 83 18 fd ff ff jae 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b4de: 77 e0 ja 3b4c0 <sse2_binary_multiply_DOUBLE+0x380>
3b4e0: e9 eb fc ff ff jmpq 3b1d0 <sse2_binary_multiply_DOUBLE+0x90>
3b7de: e9 9d e3 ff ff jmpq 39b80 <sse2_binary_scalar2_multiply_DOUBLE>
3b875: e9 c6 f8 ff ff jmpq 3b140 <sse2_binary_multiply_DOUBLE>
3b90f: e9 1c e1 ff ff jmpq 39a30 <sse2_binary_scalar1_multiply_DOUBLE>
3b9be: e9 7d f7 ff ff jmpq 3b140 <sse2_binary_multiply_DOUBLE>
000000000003c2c0 <sse2_binary_divide_FLOAT>:
3c2d9: 0f 85 f1 00 00 00 jne 3c3d0 <sse2_binary_divide_FLOAT+0x110>
3c2fc: 0f 84 1e 01 00 00 je 3c420 <sse2_binary_divide_FLOAT+0x160>
3c309: 0f 84 81 02 00 00 je 3c590 <sse2_binary_divide_FLOAT+0x2d0>
3c312: 0f 84 1a 03 00 00 je 3c632 <sse2_binary_divide_FLOAT+0x372>
3c325: 73 39 jae 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c35c: 77 da ja 3c338 <sse2_binary_divide_FLOAT+0x78>
3c363: 7e 5c jle 3c3c1 <sse2_binary_divide_FLOAT+0x101>
3c389: 76 09 jbe 3c394 <sse2_binary_divide_FLOAT+0xd4>
3c38e: 0f 84 3c 01 00 00 je 3c4d0 <sse2_binary_divide_FLOAT+0x210>
3c3bf: 7c df jl 3c3a0 <sse2_binary_divide_FLOAT+0xe0>
3c3f1: 0f 84 f1 fe ff ff je 3c2e8 <sse2_binary_divide_FLOAT+0x28>
3c411: 7f e4 jg 3c3f7 <sse2_binary_divide_FLOAT+0x137>
3c419: e9 ca fe ff ff jmpq 3c2e8 <sse2_binary_divide_FLOAT+0x28>
3c427: 75 57 jne 3c480 <sse2_binary_divide_FLOAT+0x1c0>
3c42c: 0f 84 c3 01 00 00 je 3c5f5 <sse2_binary_divide_FLOAT+0x335>
3c43f: 0f 83 1b ff ff ff jae 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c471: 77 dd ja 3c450 <sse2_binary_divide_FLOAT+0x190>
3c473: e9 e8 fe ff ff jmpq 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c48d: 0f 83 cd fe ff ff jae 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c4c4: 77 da ja 3c4a0 <sse2_binary_divide_FLOAT+0x1e0>
3c4c6: e9 95 fe ff ff jmpq 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c4d7: 0f 86 03 01 00 00 jbe 3c5e0 <sse2_binary_divide_FLOAT+0x320>
3c4e4: 77 09 ja 3c4ef <sse2_binary_divide_FLOAT+0x22f>
3c4e9: 0f 86 a5 fe ff ff jbe 3c394 <sse2_binary_divide_FLOAT+0xd4>
3c501: 74 49 je 3c54c <sse2_binary_divide_FLOAT+0x28c>
3c53e: 72 d0 jb 3c510 <sse2_binary_divide_FLOAT+0x250>
3c546: 0f 84 75 fe ff ff je 3c3c1 <sse2_binary_divide_FLOAT+0x101>
3c587: 7f df jg 3c568 <sse2_binary_divide_FLOAT+0x2a8>
3c59d: 0f 83 bd fd ff ff jae 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c5d1: 72 dd jb 3c5b0 <sse2_binary_divide_FLOAT+0x2f0>
3c5d3: e9 88 fd ff ff jmpq 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c5e3: 0f 83 ab fd ff ff jae 3c394 <sse2_binary_divide_FLOAT+0xd4>
3c5f0: e9 e8 fe ff ff jmpq 3c4dd <sse2_binary_divide_FLOAT+0x21d>
3c602: 0f 83 58 fd ff ff jae 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c62b: 72 e3 jb 3c610 <sse2_binary_divide_FLOAT+0x350>
3c62d: e9 2e fd ff ff jmpq 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c63f: 0f 83 1b fd ff ff jae 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c66b: 77 e3 ja 3c650 <sse2_binary_divide_FLOAT+0x390>
3c66d: e9 ee fc ff ff jmpq 3c360 <sse2_binary_divide_FLOAT+0xa0>
3c96e: e9 1d c5 ff ff jmpq 38e90 <sse2_binary_scalar2_divide_FLOAT>
3ca05: e9 b6 f8 ff ff jmpq 3c2c0 <sse2_binary_divide_FLOAT>
3ca9f: e9 9c c2 ff ff jmpq 38d40 <sse2_binary_scalar1_divide_FLOAT>
3cbca: e8 71 c1 ff ff callq 38d40 <sse2_binary_scalar1_divide_FLOAT>
000000000003cbe0 <sse2_binary_divide_DOUBLE>:
3cbf9: 0f 85 e1 00 00 00 jne 3cce0 <sse2_binary_divide_DOUBLE+0x100>
3cc1b: 0f 84 07 01 00 00 je 3cd28 <sse2_binary_divide_DOUBLE+0x148>
3cc28: 0f 85 72 02 00 00 jne 3cea0 <sse2_binary_divide_DOUBLE+0x2c0>
3cc3b: 73 33 jae 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cc6c: 72 da jb 3cc48 <sse2_binary_divide_DOUBLE+0x68>
3cc73: 7e 5c jle 3ccd1 <sse2_binary_divide_DOUBLE+0xf1>
3cc99: 76 09 jbe 3cca4 <sse2_binary_divide_DOUBLE+0xc4>
3cc9e: 0f 84 3c 01 00 00 je 3cde0 <sse2_binary_divide_DOUBLE+0x200>
3cccf: 7f df jg 3ccb0 <sse2_binary_divide_DOUBLE+0xd0>
3ccff: 0f 85 02 ff ff ff jne 3cc07 <sse2_binary_divide_DOUBLE+0x27>
3cd1d: e9 e5 fe ff ff jmpq 3cc07 <sse2_binary_divide_DOUBLE+0x27>
3cd2f: 75 57 jne 3cd88 <sse2_binary_divide_DOUBLE+0x1a8>
3cd34: 0f 84 db 01 00 00 je 3cf15 <sse2_binary_divide_DOUBLE+0x335>
3cd4f: 0f 83 1b ff ff ff jae 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cd7c: 72 da jb 3cd58 <sse2_binary_divide_DOUBLE+0x178>
3cd7e: e9 ed fe ff ff jmpq 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cd9d: 0f 83 cd fe ff ff jae 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cdd0: 77 d6 ja 3cda8 <sse2_binary_divide_DOUBLE+0x1c8>
3cdd2: e9 99 fe ff ff jmpq 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cde7: 0f 86 13 01 00 00 jbe 3cf00 <sse2_binary_divide_DOUBLE+0x320>
3cdf4: 77 09 ja 3cdff <sse2_binary_divide_DOUBLE+0x21f>
3cdf9: 0f 86 a5 fe ff ff jbe 3cca4 <sse2_binary_divide_DOUBLE+0xc4>
3ce0b: 74 49 je 3ce56 <sse2_binary_divide_DOUBLE+0x276>
3ce48: 77 ce ja 3ce18 <sse2_binary_divide_DOUBLE+0x238>
3ce50: 0f 84 7b fe ff ff je 3ccd1 <sse2_binary_divide_DOUBLE+0xf1>
3ce8f: 7f df jg 3ce70 <sse2_binary_divide_DOUBLE+0x290>
3cea3: 0f 84 ac 00 00 00 je 3cf55 <sse2_binary_divide_DOUBLE+0x375>
3cebe: 0f 83 ac fd ff ff jae 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cef0: 77 d6 ja 3cec8 <sse2_binary_divide_DOUBLE+0x2e8>
3cef2: e9 79 fd ff ff jmpq 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cf03: 0f 83 9b fd ff ff jae 3cca4 <sse2_binary_divide_DOUBLE+0xc4>
3cf10: e9 d8 fe ff ff jmpq 3cded <sse2_binary_divide_DOUBLE+0x20d>
3cf22: 0f 86 48 fd ff ff jbe 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cf4e: 77 e0 ja 3cf30 <sse2_binary_divide_DOUBLE+0x350>
3cf50: e9 1b fd ff ff jmpq 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cf62: 0f 83 08 fd ff ff jae 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3cf8e: 77 e0 ja 3cf70 <sse2_binary_divide_DOUBLE+0x390>
3cf90: e9 db fc ff ff jmpq 3cc70 <sse2_binary_divide_DOUBLE+0x90>
3d28e: e9 4d c6 ff ff jmpq 398e0 <sse2_binary_scalar2_divide_DOUBLE>
3d325: e9 b6 f8 ff ff jmpq 3cbe0 <sse2_binary_divide_DOUBLE>
3d3bf: e9 dc c3 ff ff jmpq 397a0 <sse2_binary_scalar1_divide_DOUBLE>
3d4ea: e8 b1 c2 ff ff callq 397a0 <sse2_binary_scalar1_divide_DOUBLE>
000000000003d500 <sse2_binary_multiply_FLOAT>:
3d519: 0f 85 f1 00 00 00 jne 3d610 <sse2_binary_multiply_FLOAT+0x110>
3d53c: 0f 84 1e 01 00 00 je 3d660 <sse2_binary_multiply_FLOAT+0x160>
3d549: 0f 84 81 02 00 00 je 3d7d0 <sse2_binary_multiply_FLOAT+0x2d0>
3d552: 0f 84 1a 03 00 00 je 3d872 <sse2_binary_multiply_FLOAT+0x372>
3d565: 73 39 jae 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d59c: 77 da ja 3d578 <sse2_binary_multiply_FLOAT+0x78>
3d5a3: 7e 5c jle 3d601 <sse2_binary_multiply_FLOAT+0x101>
3d5c9: 76 09 jbe 3d5d4 <sse2_binary_multiply_FLOAT+0xd4>
3d5ce: 0f 84 3c 01 00 00 je 3d710 <sse2_binary_multiply_FLOAT+0x210>
3d5ff: 7c df jl 3d5e0 <sse2_binary_multiply_FLOAT+0xe0>
3d631: 0f 84 f1 fe ff ff je 3d528 <sse2_binary_multiply_FLOAT+0x28>
3d651: 7f e4 jg 3d637 <sse2_binary_multiply_FLOAT+0x137>
3d659: e9 ca fe ff ff jmpq 3d528 <sse2_binary_multiply_FLOAT+0x28>
3d667: 75 57 jne 3d6c0 <sse2_binary_multiply_FLOAT+0x1c0>
3d66c: 0f 84 c3 01 00 00 je 3d835 <sse2_binary_multiply_FLOAT+0x335>
3d67f: 0f 83 1b ff ff ff jae 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d6b1: 77 dd ja 3d690 <sse2_binary_multiply_FLOAT+0x190>
3d6b3: e9 e8 fe ff ff jmpq 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d6cd: 0f 83 cd fe ff ff jae 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d701: 77 dd ja 3d6e0 <sse2_binary_multiply_FLOAT+0x1e0>
3d703: e9 98 fe ff ff jmpq 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d717: 0f 86 03 01 00 00 jbe 3d820 <sse2_binary_multiply_FLOAT+0x320>
3d724: 77 09 ja 3d72f <sse2_binary_multiply_FLOAT+0x22f>
3d729: 0f 86 a5 fe ff ff jbe 3d5d4 <sse2_binary_multiply_FLOAT+0xd4>
3d741: 74 49 je 3d78c <sse2_binary_multiply_FLOAT+0x28c>
3d77e: 72 d0 jb 3d750 <sse2_binary_multiply_FLOAT+0x250>
3d786: 0f 84 75 fe ff ff je 3d601 <sse2_binary_multiply_FLOAT+0x101>
3d7c7: 7f df jg 3d7a8 <sse2_binary_multiply_FLOAT+0x2a8>
3d7dd: 0f 83 bd fd ff ff jae 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d811: 72 dd jb 3d7f0 <sse2_binary_multiply_FLOAT+0x2f0>
3d813: e9 88 fd ff ff jmpq 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d823: 0f 83 ab fd ff ff jae 3d5d4 <sse2_binary_multiply_FLOAT+0xd4>
3d830: e9 e8 fe ff ff jmpq 3d71d <sse2_binary_multiply_FLOAT+0x21d>
3d842: 0f 83 58 fd ff ff jae 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d86b: 72 e3 jb 3d850 <sse2_binary_multiply_FLOAT+0x350>
3d86d: e9 2e fd ff ff jmpq 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d87f: 0f 83 1b fd ff ff jae 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3d8ab: 77 e3 ja 3d890 <sse2_binary_multiply_FLOAT+0x390>
3d8ad: e9 ee fc ff ff jmpq 3d5a0 <sse2_binary_multiply_FLOAT+0xa0>
3dbae: e9 7d b5 ff ff jmpq 39130 <sse2_binary_scalar2_multiply_FLOAT>
3dc45: e9 b6 f8 ff ff jmpq 3d500 <sse2_binary_multiply_FLOAT>
3dcdf: e9 fc b2 ff ff jmpq 38fe0 <sse2_binary_scalar1_multiply_FLOAT>
3dd8e: e9 6d f7 ff ff jmpq 3d500 <sse2_binary_multiply_FLOAT>
non-existing path in 'numpy/distutils': 'site.cfg'
non-existing path in 'numpy/f2py': 'docs'
non-existing path in 'numpy/f2py': 'f2py.1'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_info:
libraries satlas not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
blas_info:
libraries blas not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
blas_src_info:
NOT AVAILABLE
NOT AVAILABLE
non-existing path in 'numpy/lib': 'benchmarks'
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas,tatlas not found in /usr/nld/python-3.4.3-cluster/lib
libraries lapack_atlas not found in /usr/nld/python-3.4.3-cluster/lib
libraries tatlas,tatlas not found in /usr/local/lib64
libraries lapack_atlas not found in /usr/local/lib64
libraries tatlas,tatlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries tatlas,tatlas not found in /usr/lib64
libraries lapack_atlas not found in /usr/lib64
libraries tatlas,tatlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
libraries satlas,satlas not found in /usr/nld/python-3.4.3-cluster/lib
libraries lapack_atlas not found in /usr/nld/python-3.4.3-cluster/lib
libraries satlas,satlas not found in /usr/local/lib64
libraries lapack_atlas not found in /usr/local/lib64
libraries satlas,satlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries satlas,satlas not found in /usr/lib64
libraries lapack_atlas not found in /usr/lib64
libraries satlas,satlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /usr/nld/python-3.4.3-cluster/lib
libraries lapack_atlas not found in /usr/nld/python-3.4.3-cluster/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib64
libraries lapack_atlas not found in /usr/local/lib64
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
libraries lapack_atlas not found in /usr/lib64
libraries ptf77blas,ptcblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in /usr/nld/python-3.4.3-cluster/lib
libraries lapack_atlas not found in /usr/nld/python-3.4.3-cluster/lib
libraries f77blas,cblas,atlas not found in /usr/local/lib64
libraries lapack_atlas not found in /usr/local/lib64
libraries f77blas,cblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries f77blas,cblas,atlas not found in /usr/lib64
libraries lapack_atlas not found in /usr/lib64
libraries f77blas,cblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
lapack_info:
libraries lapack not found in ['/usr/nld/python-3.4.3-cluster/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']
NOT AVAILABLE
lapack_src_info:
NOT AVAILABLE
NOT AVAILABLE
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build/src.linux-x86_64-3.4
creating build/src.linux-x86_64-3.4/numpy
creating build/src.linux-x86_64-3.4/numpy/distutils
building library "npymath" sources
customize Gnu95FCompiler
Found executable /usr/bin/gfortran
customize Gnu95FCompiler
customize Gnu95FCompiler using config
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
gcc -pthread _configtest.o -o _configtest
_configtest.o: In function `main':
/home/sorge/numpy-1.9.2/_configtest.c:6: undefined reference to `exp'
collect2: ld returned 1 exit status
_configtest.o: In function `main':
/home/sorge/numpy-1.9.2/_configtest.c:6: undefined reference to `exp'
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
creating build/src.linux-x86_64-3.4/numpy/core
creating build/src.linux-x86_64-3.4/numpy/core/src
creating build/src.linux-x86_64-3.4/numpy/core/src/npymath
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/npymath/npy_math.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/npymath/ieee754.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/npymath/npy_math_complex.c
building library "npysort" sources
creating build/src.linux-x86_64-3.4/numpy/core/src/npysort
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/npysort/quicksort.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/npysort/mergesort.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/npysort/heapsort.c
creating build/src.linux-x86_64-3.4/numpy/core/src/private
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/private/npy_partition.h
adding 'build/src.linux-x86_64-3.4/numpy/core/src/private' to include_dirs.
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/npysort/selection.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/private/npy_binsearch.h
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/npysort/binsearch.c
None - nothing done with h_files = ['build/src.linux-x86_64-3.4/numpy/core/src/private/npy_partition.h', 'build/src.linux-x86_64-3.4/numpy/core/src/private/npy_binsearch.h']
building extension "numpy.core._dummy" sources
Generating build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function)
_configtest.c:7: error: (Each undeclared identifier is reported only once
_configtest.c:7: error: for each function it appears in.)
_configtest.c:5: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function)
_configtest.c:7: error: (Each undeclared identifier is reported only once
_configtest.c:7: error: for each function it appears in.)
failure.
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: size of array ‘test_array’ is negative
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: size of array ‘test_array’ is negative
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: size of array ‘test_array’ is negative
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
gcc -pthread _configtest.o -o _configtest
_configtest.o: In function `main':
/home/sorge/numpy-1.9.2/_configtest.c:6: undefined reference to `exp'
collect2: ld returned 1 exit status
_configtest.o: In function `main':
/home/sorge/numpy-1.9.2/_configtest.c:6: undefined reference to `exp'
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘atan’
_configtest.c:2: warning: conflicting types for built-in function ‘exp’
_configtest.c:3: warning: conflicting types for built-in function ‘fabs’
_configtest.c:4: warning: conflicting types for built-in function ‘tanh’
_configtest.c:5: warning: conflicting types for built-in function ‘sin’
_configtest.c:6: warning: conflicting types for built-in function ‘frexp’
_configtest.c:7: warning: conflicting types for built-in function ‘sqrt’
_configtest.c:8: warning: conflicting types for built-in function ‘log10’
_configtest.c:9: warning: conflicting types for built-in function ‘cos’
_configtest.c:10: warning: conflicting types for built-in function ‘asin’
_configtest.c:11: warning: conflicting types for built-in function ‘sinh’
_configtest.c:12: warning: conflicting types for built-in function ‘fmod’
_configtest.c:13: warning: conflicting types for built-in function ‘acos’
_configtest.c:14: warning: conflicting types for built-in function ‘cosh’
_configtest.c:15: warning: conflicting types for built-in function ‘log’
_configtest.c:16: warning: conflicting types for built-in function ‘ldexp’
_configtest.c:17: warning: conflicting types for built-in function ‘floor’
_configtest.c:18: warning: conflicting types for built-in function ‘tan’
_configtest.c:19: warning: conflicting types for built-in function ‘modf’
_configtest.c:20: warning: conflicting types for built-in function ‘ceil’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:2: warning: conflicting types for built-in function ‘exp2’
_configtest.c:3: warning: conflicting types for built-in function ‘nextafter’
_configtest.c:4: warning: conflicting types for built-in function ‘atan2’
_configtest.c:6: warning: conflicting types for built-in function ‘rint’
_configtest.c:7: warning: conflicting types for built-in function ‘trunc’
_configtest.c:8: warning: conflicting types for built-in function ‘pow’
_configtest.c:9: warning: conflicting types for built-in function ‘log2’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: ‘optimize’ attribute directive ignored
_configtest.c: In function ‘main’:
_configtest.c:6: warning: statement with no effect
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: ‘optimize’ attribute directive ignored
_configtest.c: In function ‘main’:
_configtest.c:6: warning: statement with no effect
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c: In function ‘main’:
_configtest.c:6: warning: statement with no effect
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c: In function ‘main’:
_configtest.c:6: warning: useless ‘__thread’ in empty declaration
_configtest.c:6: warning: empty declaration
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: function declaration isn’t a prototype
_configtest.c: In function ‘__declspec’:
_configtest.c:1: error: expected declaration specifiers before ‘a’
_configtest.c:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
_configtest.c:8: error: expected ‘{’ at end of input
_configtest.c:8: warning: no return statement in function returning non-void
_configtest.c:1: warning: function declaration isn’t a prototype
_configtest.c: In function ‘__declspec’:
_configtest.c:1: error: expected declaration specifiers before ‘a’
_configtest.c:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
_configtest.c:8: error: expected ‘{’ at end of input
_configtest.c:8: warning: no return statement in function returning non-void
failure.
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘log2f’
_configtest.c:2: warning: conflicting types for built-in function ‘sqrtf’
_configtest.c:3: warning: conflicting types for built-in function ‘fmodf’
_configtest.c:4: warning: conflicting types for built-in function ‘exp2f’
_configtest.c:5: warning: conflicting types for built-in function ‘expf’
_configtest.c:6: warning: conflicting types for built-in function ‘tanf’
_configtest.c:7: warning: conflicting types for built-in function ‘fabsf’
_configtest.c:8: warning: conflicting types for built-in function ‘sinf’
_configtest.c:9: warning: conflicting types for built-in function ‘atan2f’
_configtest.c:10: warning: conflicting types for built-in function ‘floorf’
_configtest.c:11: warning: conflicting types for built-in function ‘log10f’
_configtest.c:12: warning: conflicting types for built-in function ‘asinhf’
_configtest.c:13: warning: conflicting types for built-in function ‘sinhf’
_configtest.c:14: warning: conflicting types for built-in function ‘atanhf’
_configtest.c:15: warning: conflicting types for built-in function ‘expm1f’
_configtest.c:16: warning: conflicting types for built-in function ‘coshf’
_configtest.c:17: warning: conflicting types for built-in function ‘acosf’
_configtest.c:18: warning: conflicting types for built-in function ‘hypotf’
_configtest.c:19: warning: conflicting types for built-in function ‘atanf’
_configtest.c:20: warning: conflicting types for built-in function ‘frexpf’
_configtest.c:21: warning: conflicting types for built-in function ‘acoshf’
_configtest.c:22: warning: conflicting types for built-in function ‘logf’
_configtest.c:23: warning: conflicting types for built-in function ‘powf’
_configtest.c:24: warning: conflicting types for built-in function ‘nextafterf’
_configtest.c:25: warning: conflicting types for built-in function ‘truncf’
_configtest.c:26: warning: conflicting types for built-in function ‘log1pf’
_configtest.c:27: warning: conflicting types for built-in function ‘cosf’
_configtest.c:28: warning: conflicting types for built-in function ‘ceilf’
_configtest.c:29: warning: conflicting types for built-in function ‘modff’
_configtest.c:30: warning: conflicting types for built-in function ‘ldexpf’
_configtest.c:31: warning: conflicting types for built-in function ‘tanhf’
_configtest.c:32: warning: conflicting types for built-in function ‘rintf’
_configtest.c:33: warning: conflicting types for built-in function ‘copysignf’
_configtest.c:34: warning: conflicting types for built-in function ‘asinf’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘sqrtl’
_configtest.c:2: warning: conflicting types for built-in function ‘floorl’
_configtest.c:3: warning: conflicting types for built-in function ‘atanl’
_configtest.c:4: warning: conflicting types for built-in function ‘sinhl’
_configtest.c:5: warning: conflicting types for built-in function ‘tanhl’
_configtest.c:6: warning: conflicting types for built-in function ‘fabsl’
_configtest.c:7: warning: conflicting types for built-in function ‘log2l’
_configtest.c:8: warning: conflicting types for built-in function ‘asinl’
_configtest.c:9: warning: conflicting types for built-in function ‘powl’
_configtest.c:10: warning: conflicting types for built-in function ‘acosl’
_configtest.c:11: warning: conflicting types for built-in function ‘expl’
_configtest.c:12: warning: conflicting types for built-in function ‘nextafterl’
_configtest.c:13: warning: conflicting types for built-in function ‘logl’
_configtest.c:14: warning: conflicting types for built-in function ‘ldexpl’
_configtest.c:15: warning: conflicting types for built-in function ‘log1pl’
_configtest.c:16: warning: conflicting types for built-in function ‘atan2l’
_configtest.c:17: warning: conflicting types for built-in function ‘fmodl’
_configtest.c:18: warning: conflicting types for built-in function ‘atanhl’
_configtest.c:19: warning: conflicting types for built-in function ‘log10l’
_configtest.c:20: warning: conflicting types for built-in function ‘copysignl’
_configtest.c:21: warning: conflicting types for built-in function ‘exp2l’
_configtest.c:22: warning: conflicting types for built-in function ‘tanl’
_configtest.c:23: warning: conflicting types for built-in function ‘rintl’
_configtest.c:24: warning: conflicting types for built-in function ‘acoshl’
_configtest.c:25: warning: conflicting types for built-in function ‘modfl’
_configtest.c:26: warning: conflicting types for built-in function ‘cosl’
_configtest.c:27: warning: conflicting types for built-in function ‘expm1l’
_configtest.c:28: warning: conflicting types for built-in function ‘hypotl’
_configtest.c:29: warning: conflicting types for built-in function ‘coshl’
_configtest.c:30: warning: conflicting types for built-in function ‘sinl’
_configtest.c:31: warning: conflicting types for built-in function ‘ceill’
_configtest.c:32: warning: conflicting types for built-in function ‘asinhl’
_configtest.c:33: warning: conflicting types for built-in function ‘truncl’
_configtest.c:34: warning: conflicting types for built-in function ‘frexpl’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:8: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
_configtest.c:8: error: (Each undeclared identifier is reported only once
_configtest.c:8: error: for each function it appears in.)
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:8: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
_configtest.c:8: error: (Each undeclared identifier is reported only once
_configtest.c:8: error: for each function it appears in.)
failure.
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘clog’
_configtest.c:2: warning: conflicting types for built-in function ‘cexp’
_configtest.c:3: warning: conflicting types for built-in function ‘carg’
_configtest.c:4: warning: conflicting types for built-in function ‘cpow’
_configtest.c:5: warning: conflicting types for built-in function ‘csqrt’
_configtest.c:6: warning: conflicting types for built-in function ‘cabs’
_configtest.c:7: warning: conflicting types for built-in function ‘csin’
_configtest.c:8: warning: conflicting types for built-in function ‘ccos’
_configtest.c:9: warning: conflicting types for built-in function ‘cimag’
_configtest.c:10: warning: conflicting types for built-in function ‘creal’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘cargf’
_configtest.c:2: warning: conflicting types for built-in function ‘cpowf’
_configtest.c:3: warning: conflicting types for built-in function ‘crealf’
_configtest.c:4: warning: conflicting types for built-in function ‘cabsf’
_configtest.c:5: warning: conflicting types for built-in function ‘cimagf’
_configtest.c:6: warning: conflicting types for built-in function ‘clogf’
_configtest.c:7: warning: conflicting types for built-in function ‘ccosf’
_configtest.c:8: warning: conflicting types for built-in function ‘csinf’
_configtest.c:9: warning: conflicting types for built-in function ‘cexpf’
_configtest.c:10: warning: conflicting types for built-in function ‘csqrtf’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘creall’
_configtest.c:2: warning: conflicting types for built-in function ‘cpowl’
_configtest.c:3: warning: conflicting types for built-in function ‘csinl’
_configtest.c:4: warning: conflicting types for built-in function ‘cabsl’
_configtest.c:5: warning: conflicting types for built-in function ‘csqrtl’
_configtest.c:6: warning: conflicting types for built-in function ‘clogl’
_configtest.c:7: warning: conflicting types for built-in function ‘cexpl’
_configtest.c:8: warning: conflicting types for built-in function ‘cargl’
_configtest.c:9: warning: conflicting types for built-in function ‘ccosl’
_configtest.c:10: warning: conflicting types for built-in function ‘cimagl’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
removing: _configtest.c _configtest.o
File: build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h
#define HAVE_ENDIAN_H 1
#define SIZEOF_PY_INTPTR_T 8
#define SIZEOF_OFF_T 8
#define SIZEOF_PY_LONG_LONG 8
#define MATHLIB m
#define HAVE_SIN 1
#define HAVE_COS 1
#define HAVE_TAN 1
#define HAVE_SINH 1
#define HAVE_COSH 1
#define HAVE_TANH 1
#define HAVE_FABS 1
#define HAVE_FLOOR 1
#define HAVE_CEIL 1
#define HAVE_SQRT 1
#define HAVE_LOG10 1
#define HAVE_LOG 1
#define HAVE_EXP 1
#define HAVE_ASIN 1
#define HAVE_ACOS 1
#define HAVE_ATAN 1
#define HAVE_FMOD 1
#define HAVE_MODF 1
#define HAVE_FREXP 1
#define HAVE_LDEXP 1
#define HAVE_RINT 1
#define HAVE_TRUNC 1
#define HAVE_EXP2 1
#define HAVE_LOG2 1
#define HAVE_ATAN2 1
#define HAVE_POW 1
#define HAVE_NEXTAFTER 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOULL 1
#define HAVE_XMMINTRIN_H 1
#define HAVE_EMMINTRIN_H 1
#define HAVE___BUILTIN_ISNAN 1
#define HAVE___BUILTIN_ISINF 1
#define HAVE___BUILTIN_ISFINITE 1
#define HAVE___BUILTIN_BSWAP32 1
#define HAVE___BUILTIN_BSWAP64 1
#define HAVE___BUILTIN_EXPECT 1
#define HAVE__MM_LOAD_PS 1
#define HAVE__MM_LOAD_PD 1
#define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1
#define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1
#define HAVE_ATTRIBUTE_NONNULL 1
#define HAVE___THREAD 1
#define HAVE_SINF 1
#define HAVE_COSF 1
#define HAVE_TANF 1
#define HAVE_SINHF 1
#define HAVE_COSHF 1
#define HAVE_TANHF 1
#define HAVE_FABSF 1
#define HAVE_FLOORF 1
#define HAVE_CEILF 1
#define HAVE_RINTF 1
#define HAVE_TRUNCF 1
#define HAVE_SQRTF 1
#define HAVE_LOG10F 1
#define HAVE_LOGF 1
#define HAVE_LOG1PF 1
#define HAVE_EXPF 1
#define HAVE_EXPM1F 1
#define HAVE_ASINF 1
#define HAVE_ACOSF 1
#define HAVE_ATANF 1
#define HAVE_ASINHF 1
#define HAVE_ACOSHF 1
#define HAVE_ATANHF 1
#define HAVE_HYPOTF 1
#define HAVE_ATAN2F 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_MODFF 1
#define HAVE_FREXPF 1
#define HAVE_LDEXPF 1
#define HAVE_EXP2F 1
#define HAVE_LOG2F 1
#define HAVE_COPYSIGNF 1
#define HAVE_NEXTAFTERF 1
#define HAVE_SINL 1
#define HAVE_COSL 1
#define HAVE_TANL 1
#define HAVE_SINHL 1
#define HAVE_COSHL 1
#define HAVE_TANHL 1
#define HAVE_FABSL 1
#define HAVE_FLOORL 1
#define HAVE_CEILL 1
#define HAVE_RINTL 1
#define HAVE_TRUNCL 1
#define HAVE_SQRTL 1
#define HAVE_LOG10L 1
#define HAVE_LOGL 1
#define HAVE_LOG1PL 1
#define HAVE_EXPL 1
#define HAVE_EXPM1L 1
#define HAVE_ASINL 1
#define HAVE_ACOSL 1
#define HAVE_ATANL 1
#define HAVE_ASINHL 1
#define HAVE_ACOSHL 1
#define HAVE_ATANHL 1
#define HAVE_HYPOTL 1
#define HAVE_ATAN2L 1
#define HAVE_POWL 1
#define HAVE_FMODL 1
#define HAVE_MODFL 1
#define HAVE_FREXPL 1
#define HAVE_LDEXPL 1
#define HAVE_EXP2L 1
#define HAVE_LOG2L 1
#define HAVE_COPYSIGNL 1
#define HAVE_NEXTAFTERL 1
#define HAVE_DECL_SIGNBIT
#define HAVE_COMPLEX_H 1
#define HAVE_CREAL 1
#define HAVE_CIMAG 1
#define HAVE_CABS 1
#define HAVE_CARG 1
#define HAVE_CEXP 1
#define HAVE_CSQRT 1
#define HAVE_CLOG 1
#define HAVE_CCOS 1
#define HAVE_CSIN 1
#define HAVE_CPOW 1
#define HAVE_CREALF 1
#define HAVE_CIMAGF 1
#define HAVE_CABSF 1
#define HAVE_CARGF 1
#define HAVE_CEXPF 1
#define HAVE_CSQRTF 1
#define HAVE_CLOGF 1
#define HAVE_CCOSF 1
#define HAVE_CSINF 1
#define HAVE_CPOWF 1
#define HAVE_CREALL 1
#define HAVE_CIMAGL 1
#define HAVE_CABSL 1
#define HAVE_CARGL 1
#define HAVE_CEXPL 1
#define HAVE_CSQRTL 1
#define HAVE_CLOGL 1
#define HAVE_CCOSL 1
#define HAVE_CSINL 1
#define HAVE_CPOWL 1
#define ENABLE_SEPARATE_COMPILATION 1
#define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1
#define NPY_PY3K 1
#ifndef __cplusplus
/* #undef inline */
#endif
#ifndef _NPY_NPY_CONFIG_H_
#error config.h should never be included directly, include npy_config.h instead
#endif
EOF
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h' to sources.
Generating build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
gcc -pthread _configtest.o -o _configtest
_configtest.o: In function `main':
/home/sorge/numpy-1.9.2/_configtest.c:6: undefined reference to `exp'
collect2: ld returned 1 exit status
_configtest.o: In function `main':
/home/sorge/numpy-1.9.2/_configtest.c:6: undefined reference to `exp'
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:8: warning: control reaches end of non-void function
success!
removing: _configtest.c _configtest.o
File: build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h
#define NPY_HAVE_ENDIAN_H 1
#define NPY_SIZEOF_SHORT SIZEOF_SHORT
#define NPY_SIZEOF_INT SIZEOF_INT
#define NPY_SIZEOF_LONG SIZEOF_LONG
#define NPY_SIZEOF_FLOAT 4
#define NPY_SIZEOF_COMPLEX_FLOAT 8
#define NPY_SIZEOF_DOUBLE 8
#define NPY_SIZEOF_COMPLEX_DOUBLE 16
#define NPY_SIZEOF_LONGDOUBLE 16
#define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
#define NPY_SIZEOF_PY_INTPTR_T 8
#define NPY_SIZEOF_OFF_T 8
#define NPY_SIZEOF_PY_LONG_LONG 8
#define NPY_SIZEOF_LONGLONG 8
#define NPY_NO_SMP 0
#define NPY_HAVE_DECL_ISNAN
#define NPY_HAVE_DECL_ISINF
#define NPY_HAVE_DECL_ISFINITE
#define NPY_HAVE_DECL_SIGNBIT
#define NPY_USE_C99_COMPLEX 1
#define NPY_HAVE_COMPLEX_DOUBLE 1
#define NPY_HAVE_COMPLEX_FLOAT 1
#define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
#define NPY_ENABLE_SEPARATE_COMPILATION 1
#define NPY_USE_C99_FORMATS 1
#define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#define NPY_ABI_VERSION 0x01000009
#define NPY_API_VERSION 0x00000009
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
EOF
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__multiarray_api.h' to sources.
creating build/src.linux-x86_64-3.4/numpy/core/src/multiarray
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/multiarray/arraytypes.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/multiarray/einsum.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/multiarray/lowlevel_strided_loops.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/multiarray/nditer_templ.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/multiarray/scalartypes.c
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__ufunc_api.h' to sources.
creating build/src.linux-x86_64-3.4/numpy/core/src/umath
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/umath/funcs.inc
adding 'build/src.linux-x86_64-3.4/numpy/core/src/umath' to include_dirs.
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/umath/simd.inc
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/umath/loops.h
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/umath/loops.c
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.4/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-3.4/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-3.4/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__multiarray_api.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__ufunc_api.h' to sources.
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/scalarmathmodule.c
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/private/scalarmathmodule.h
adding 'build/src.linux-x86_64-3.4/numpy/core/src/private' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.4/numpy/core/src/private/scalarmathmodule.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-3.4/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._dotblas" sources
building extension "numpy.core.umath_tests" sources
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/umath/umath_tests.c
building extension "numpy.core.test_rational" sources
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/umath/test_rational.c
building extension "numpy.core.struct_ufunc_test" sources
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/umath/struct_ufunc_test.c
building extension "numpy.core.multiarray_tests" sources
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/multiarray/multiarray_tests.c
building extension "numpy.core.operand_flag_tests" sources
conv_template:> build/src.linux-x86_64-3.4/numpy/core/src/umath/operand_flag_tests.c
building extension "numpy.lib._compiled_base" sources
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources
creating build/src.linux-x86_64-3.4/numpy/linalg
### Warning: Using unoptimized lapack ###
adding 'numpy/linalg/lapack_litemodule.c' to sources.
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
adding 'numpy/linalg/lapack_lite/zlapack_lite.c' to sources.
adding 'numpy/linalg/lapack_lite/dlapack_lite.c' to sources.
adding 'numpy/linalg/lapack_lite/blas_lite.c' to sources.
adding 'numpy/linalg/lapack_lite/dlamch.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_lite.c' to sources.
building extension "numpy.linalg._umath_linalg" sources
### Warning: Using unoptimized lapack ###
adding 'numpy/linalg/umath_linalg.c.src' to sources.
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
adding 'numpy/linalg/lapack_lite/zlapack_lite.c' to sources.
adding 'numpy/linalg/lapack_lite/dlapack_lite.c' to sources.
adding 'numpy/linalg/lapack_lite/blas_lite.c' to sources.
adding 'numpy/linalg/lapack_lite/dlamch.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_lite.c' to sources.
conv_template:> build/src.linux-x86_64-3.4/numpy/linalg/umath_linalg.c
building extension "numpy.random.mtrand" sources
creating build/src.linux-x86_64-3.4/numpy/random
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
_configtest
failure.
removing: _configtest.c _configtest.o _configtest
building data_files sources
build_src: building npy-pkg config files
running build_py
creating build/lib.linux-x86_64-3.4
creating build/lib.linux-x86_64-3.4/numpy
copying numpy/ctypeslib.py -> build/lib.linux-x86_64-3.4/numpy
copying numpy/add_newdocs.py -> build/lib.linux-x86_64-3.4/numpy
copying numpy/_import_tools.py -> build/lib.linux-x86_64-3.4/numpy
copying numpy/matlib.py -> build/lib.linux-x86_64-3.4/numpy
copying numpy/dual.py -> build/lib.linux-x86_64-3.4/numpy
copying numpy/setup.py -> build/lib.linux-x86_64-3.4/numpy
copying numpy/__init__.py -> build/lib.linux-x86_64-3.4/numpy
copying numpy/version.py -> build/lib.linux-x86_64-3.4/numpy
copying build/src.linux-x86_64-3.4/numpy/__config__.py -> build/lib.linux-x86_64-3.4/numpy
creating build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/compat.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/log.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/__version__.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/info.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/environment.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/core.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-3.4/numpy/distutils
copying build/src.linux-x86_64-3.4/numpy/distutils/__config__.py -> build/lib.linux-x86_64-3.4/numpy/distutils
creating build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-3.4/numpy/distutils/command
creating build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-3.4/numpy/distutils/fcompiler
creating build/lib.linux-x86_64-3.4/numpy/testing
copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-3.4/numpy/testing
copying numpy/testing/decorators.py -> build/lib.linux-x86_64-3.4/numpy/testing
copying numpy/testing/utils.py -> build/lib.linux-x86_64-3.4/numpy/testing
copying numpy/testing/setup.py -> build/lib.linux-x86_64-3.4/numpy/testing
copying numpy/testing/__init__.py -> build/lib.linux-x86_64-3.4/numpy/testing
copying numpy/testing/noseclasses.py -> build/lib.linux-x86_64-3.4/numpy/testing
copying numpy/testing/nosetester.py -> build/lib.linux-x86_64-3.4/numpy/testing
creating build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/f2py_testing.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/info.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-3.4/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.linux-x86_64-3.4/numpy/f2py
creating build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/_internal.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/function_base.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/getlimits.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/_methods.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/cversions.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/defchararray.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/machar.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/info.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/setup.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/memmap.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/records.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/__init__.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/numeric.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/setup_common.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/shape_base.py -> build/lib.linux-x86_64-3.4/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-3.4/numpy/core
creating build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/financial.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/format.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/function_base.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/scimath.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/type_check.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/utils.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/info.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/_version.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/setup.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/user_array.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/__init__.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/arraypad.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/nanfunctions.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/npyio.py -> build/lib.linux-x86_64-3.4/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-3.4/numpy/lib
creating build/lib.linux-x86_64-3.4/numpy/fft
copying numpy/fft/helper.py -> build/lib.linux-x86_64-3.4/numpy/fft
copying numpy/fft/fftpack.py -> build/lib.linux-x86_64-3.4/numpy/fft
copying numpy/fft/info.py -> build/lib.linux-x86_64-3.4/numpy/fft
copying numpy/fft/setup.py -> build/lib.linux-x86_64-3.4/numpy/fft
copying numpy/fft/__init__.py -> build/lib.linux-x86_64-3.4/numpy/fft
creating build/lib.linux-x86_64-3.4/numpy/linalg
copying numpy/linalg/info.py -> build/lib.linux-x86_64-3.4/numpy/linalg
copying numpy/linalg/setup.py -> build/lib.linux-x86_64-3.4/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-3.4/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-3.4/numpy/linalg
creating build/lib.linux-x86_64-3.4/numpy/random
copying numpy/random/info.py -> build/lib.linux-x86_64-3.4/numpy/random
copying numpy/random/setup.py -> build/lib.linux-x86_64-3.4/numpy/random
copying numpy/random/__init__.py -> build/lib.linux-x86_64-3.4/numpy/random
creating build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/extras.py -> build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/setup.py -> build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/bench.py -> build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/testutils.py -> build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/__init__.py -> build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/core.py -> build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-3.4/numpy/ma
copying numpy/ma/version.py -> build/lib.linux-x86_64-3.4/numpy/ma
creating build/lib.linux-x86_64-3.4/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-3.4/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-3.4/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-3.4/numpy/matrixlib
creating build/lib.linux-x86_64-3.4/numpy/compat
copying numpy/compat/_inspect.py -> build/lib.linux-x86_64-3.4/numpy/compat
copying numpy/compat/py3k.py -> build/lib.linux-x86_64-3.4/numpy/compat
copying numpy/compat/setup.py -> build/lib.linux-x86_64-3.4/numpy/compat
copying numpy/compat/__init__.py -> build/lib.linux-x86_64-3.4/numpy/compat
creating build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/polytemplate.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
copying numpy/polynomial/_polybase.py -> build/lib.linux-x86_64-3.4/numpy/polynomial
creating build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/subclassing.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/howtofind.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/indexing.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/basics.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/glossary.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/constants.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/creation.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/internals.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/methods_vs_functions.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/byteswapping.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/structured_arrays.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/jargon.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/__init__.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/io.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/misc.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/performance.py -> build/lib.linux-x86_64-3.4/numpy/doc
copying numpy/doc/broadcasting.py -> build/lib.linux-x86_64-3.4/numpy/doc
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
building 'npymath' library
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4
creating build/temp.linux-x86_64-3.4/build
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/npymath
creating build/temp.linux-x86_64-3.4/numpy
creating build/temp.linux-x86_64-3.4/numpy/core
creating build/temp.linux-x86_64-3.4/numpy/core/src
creating build/temp.linux-x86_64-3.4/numpy/core/src/npymath
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/core/src/npymath/npy_math_complex.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/npymath/npy_math.c
gcc: numpy/core/src/npymath/halffloat.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/npymath/ieee754.c
ar: adding 4 object files to build/temp.linux-x86_64-3.4/libnpymath.a
building 'npysort' library
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/npysort
compile options: '-Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/core/src/npysort/selection.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/npysort/quicksort.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/npysort/binsearch.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/npysort/heapsort.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/npysort/mergesort.c
ar: adding 5 object files to build/temp.linux-x86_64-3.4/libnpysort.a
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
building 'numpy.core._dummy' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: numpy/core/src/dummymodule.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/numpy/core/src/dummymodule.o -Lbuild/temp.linux-x86_64-3.4 -lm -o build/lib.linux-x86_64-3.4/numpy/core/_dummy.cpython-34m.so
building 'numpy.core.multiarray' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4/numpy/core/src/multiarray
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/multiarray
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: numpy/core/src/multiarray/item_selection.c
gcc: numpy/core/src/multiarray/numpyos.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/multiarray/einsum.c
gcc: numpy/core/src/multiarray/scalarapi.c
gcc: numpy/core/src/multiarray/dtype_transfer.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/multiarray/nditer_templ.c
gcc: numpy/core/src/multiarray/common.c
gcc: numpy/core/src/multiarray/datetime_busdaycal.c
gcc: numpy/core/src/multiarray/calculation.c
gcc: numpy/core/src/multiarray/nditer_constr.c
gcc: numpy/core/src/multiarray/number.c
gcc: numpy/core/src/multiarray/array_assign_array.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/multiarray/arraytypes.c
numpy/core/src/multiarray/arraytypes.c.src: In function ‘CFLOAT_fastclip’:
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘max_val.real’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘max_val.imag’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘min_val.real’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘min_val.imag’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src: In function ‘CDOUBLE_fastclip’:
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘max_val.real’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘max_val.imag’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘min_val.real’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘min_val.imag’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src: In function ‘CLONGDOUBLE_fastclip’:
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘max_val.real’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘max_val.imag’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘min_val.real’ may be used uninitialized in this function
numpy/core/src/multiarray/arraytypes.c.src:3468: warning: ‘min_val.imag’ may be used uninitialized in this function
gcc: numpy/core/src/multiarray/hashdescr.c
gcc: numpy/core/src/multiarray/conversion_utils.c
numpy/core/src/multiarray/conversion_utils.c: In function ‘PyArray_PyIntAsIntp_ErrMsg’:
numpy/core/src/multiarray/conversion_utils.c:903: warning: label ‘overflow_check’ defined but not used
gcc: numpy/core/src/multiarray/ucsnarrow.c
numpy/core/src/multiarray/ucsnarrow.c: In function ‘PyUnicode_FromUCS4’:
numpy/core/src/multiarray/ucsnarrow.c:139: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromUnicode’ differ in signedness
gcc: numpy/core/src/multiarray/alloc.c
gcc: numpy/core/src/multiarray/flagsobject.c
gcc: numpy/core/src/multiarray/convert.c
gcc: numpy/core/src/multiarray/methods.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/multiarray/lowlevel_strided_loops.c
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src: In function ‘_aligned_strided_to_contig_size1_srcstride0’:
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:203: warning: unused variable ‘temp’
numpy/core/src/multiarray/lowlevel_strided_loops.c.src: At top level:
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:131: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:201: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:802: warning: ‘optimize’ attribute directive ignored
gcc: numpy/core/src/multiarray/nditer_api.c
gcc: numpy/core/src/multiarray/getset.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/multiarray/scalartypes.c
gcc: numpy/core/src/multiarray/buffer.c
gcc: numpy/core/src/multiarray/ctors.c
gcc: numpy/core/src/multiarray/shape.c
gcc: numpy/core/src/multiarray/convert_datatype.c
gcc: numpy/core/src/multiarray/array_assign_scalar.c
gcc: numpy/core/src/multiarray/array_assign.c
gcc: numpy/core/src/multiarray/iterators.c
gcc: numpy/core/src/multiarray/usertypes.c
gcc: numpy/core/src/multiarray/multiarraymodule.c
build/src.linux-x86_64-3.4/numpy/core/include/numpy/__ufunc_api.h:242: warning: ‘_import_umath’ defined but not used
gcc: numpy/core/src/multiarray/datetime_busday.c
gcc: numpy/core/src/multiarray/nditer_pywrap.c
numpy/core/src/multiarray/nditer_pywrap.c: In function ‘npyiter_subscript’:
numpy/core/src/multiarray/nditer_pywrap.c:2257: warning: passing argument 1 of ‘PySlice_GetIndices’ from incompatible pointer type
numpy/core/src/multiarray/nditer_pywrap.c: In function ‘npyiter_ass_subscript’:
numpy/core/src/multiarray/nditer_pywrap.c:2307: warning: passing argument 1 of ‘PySlice_GetIndices’ from incompatible pointer type
gcc: numpy/core/src/multiarray/numpymemoryview.c
gcc: numpy/core/src/multiarray/sequence.c
gcc: numpy/core/src/multiarray/arrayobject.c
gcc: numpy/core/src/multiarray/descriptor.c
gcc: numpy/core/src/multiarray/mapping.c
gcc: numpy/core/src/multiarray/datetime_strings.c
gcc: numpy/core/src/multiarray/refcount.c
gcc: numpy/core/src/multiarray/datetime.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/alloc.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/arrayobject.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/multiarray/arraytypes.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/array_assign.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/array_assign_scalar.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/array_assign_array.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/buffer.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/calculation.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/common.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/convert.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/convert_datatype.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/conversion_utils.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/ctors.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/datetime.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/datetime_strings.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/datetime_busday.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/descriptor.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/dtype_transfer.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/multiarray/einsum.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/flagsobject.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/getset.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/hashdescr.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/item_selection.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/iterators.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/mapping.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/methods.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/multiarraymodule.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/multiarray/nditer_templ.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/nditer_api.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/nditer_constr.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/nditer_pywrap.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/number.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/numpymemoryview.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/numpyos.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/refcount.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/sequence.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/shape.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/scalarapi.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/multiarray/scalartypes.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/usertypes.o build/temp.linux-x86_64-3.4/numpy/core/src/multiarray/ucsnarrow.o -Lbuild/temp.linux-x86_64-3.4 -lnpymath -lnpysort -lm -o build/lib.linux-x86_64-3.4/numpy/core/multiarray.cpython-34m.so
building 'numpy.core.umath' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4/numpy/core/src/umath
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/umath
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.4/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: numpy/core/src/umath/umathmodule.c
gcc: numpy/core/src/umath/ufunc_object.c
gcc: numpy/core/src/umath/ufunc_type_resolution.c
gcc: numpy/core/src/umath/reduction.c
gcc: build/src.linux-x86_64-3.4/numpy/core/src/umath/loops.c
In file included from numpy/core/src/umath/loops.c.src:41:
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_equal_FLOAT’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_not_equal_FLOAT’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_less_FLOAT’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_less_equal_FLOAT’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_greater_FLOAT’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_greater_equal_FLOAT’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_equal_DOUBLE’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_not_equal_DOUBLE’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_less_DOUBLE’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_less_equal_DOUBLE’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_greater_DOUBLE’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src: In function ‘sse2_ordered_cmp_greater_equal_DOUBLE’:
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/simd.inc.src:524: warning: dereferencing type-punned pointer will break strict-aliasing rules
numpy/core/src/umath/loops.c.src: At top level:
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
numpy/core/src/umath/loops.c.src:795: warning: ‘optimize’ attribute directive ignored
gcc -pthread -shared build/temp.linux-x86_64-3.4/numpy/core/src/umath/umathmodule.o build/temp.linux-x86_64-3.4/numpy/core/src/umath/reduction.o build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/umath/loops.o build/temp.linux-x86_64-3.4/numpy/core/src/umath/ufunc_object.o build/temp.linux-x86_64-3.4/numpy/core/src/umath/ufunc_type_resolution.o -Lbuild/temp.linux-x86_64-3.4 -lnpymath -lm -o build/lib.linux-x86_64-3.4/numpy/core/umath.cpython-34m.so
building 'numpy.core.scalarmath' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/core/src/scalarmathmodule.c
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘byte_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘ubyte_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘short_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘ushort_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘int_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘uint_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘long_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘ulong_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘longlong_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘ulonglong_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘half_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘float_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘double_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘longdouble_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘cfloat_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘cdouble_long’ defined but not used
numpy/core/src/scalarmathmodule.c.src:1406: warning: ‘clongdouble_long’ defined but not used
gcc -pthread -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/scalarmathmodule.o -Lbuild/temp.linux-x86_64-3.4 -lnpymath -lm -o build/lib.linux-x86_64-3.4/numpy/core/scalarmath.cpython-34m.so
building 'numpy.core.umath_tests' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/core/src/umath/umath_tests.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/umath/umath_tests.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/core/umath_tests.cpython-34m.so
building 'numpy.core.test_rational' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/core/src/umath/test_rational.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/umath/test_rational.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/core/test_rational.cpython-34m.so
building 'numpy.core.struct_ufunc_test' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/core/src/umath/struct_ufunc_test.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/umath/struct_ufunc_test.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/core/struct_ufunc_test.cpython-34m.so
building 'numpy.core.multiarray_tests' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/core/src/multiarray/multiarray_tests.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/multiarray/multiarray_tests.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/core/multiarray_tests.cpython-34m.so
building 'numpy.core.operand_flag_tests' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/core/src/umath/operand_flag_tests.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/core/src/umath/operand_flag_tests.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/core/operand_flag_tests.cpython-34m.so
building 'numpy.lib._compiled_base' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4/numpy/lib
creating build/temp.linux-x86_64-3.4/numpy/lib/src
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: numpy/lib/src/_compiled_base.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/numpy/lib/src/_compiled_base.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/lib/_compiled_base.cpython-34m.so
building 'numpy.fft.fftpack_lite' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4/numpy/fft
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: numpy/fft/fftpack.c
gcc: numpy/fft/fftpack_litemodule.c
numpy/fft/fftpack_litemodule.c:325: warning: ‘fftpack_module_documentation’ defined but not used
gcc -pthread -shared build/temp.linux-x86_64-3.4/numpy/fft/fftpack_litemodule.o build/temp.linux-x86_64-3.4/numpy/fft/fftpack.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/fft/fftpack_lite.cpython-34m.so
building 'numpy.linalg.lapack_lite' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4/numpy/linalg
creating build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: numpy/linalg/lapack_lite/f2c_lite.c
gcc: numpy/linalg/lapack_lite/dlamch.c
gcc: numpy/linalg/lapack_lite/zlapack_lite.c
gcc: numpy/linalg/lapack_litemodule.c
numpy/linalg/lapack_litemodule.c:318: warning: ‘lapack_lite_module_documentation’ defined but not used
gcc: numpy/linalg/lapack_lite/python_xerbla.c
gcc: numpy/linalg/lapack_lite/dlapack_lite.c
gcc: numpy/linalg/lapack_lite/blas_lite.c
numpy/linalg/lapack_lite/blas_lite.c:24: warning: ‘c__1’ defined but not used
gcc -pthread -shared build/temp.linux-x86_64-3.4/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/zlapack_lite.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/dlapack_lite.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/blas_lite.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/dlamch.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/f2c_lite.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/linalg/lapack_lite.cpython-34m.so
building 'numpy.linalg._umath_linalg' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/linalg
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: build/src.linux-x86_64-3.4/numpy/linalg/umath_linalg.c
numpy/linalg/umath_linalg.c.src:789: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’
numpy/linalg/umath_linalg.c.src:790: warning: unknown option after ‘#pragma GCC diagnostic’ kind
numpy/linalg/umath_linalg.c.src:2791: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’
numpy/linalg/umath_linalg.c.src: In function ‘CFLOAT_svd_wrapper’:
numpy/linalg/umath_linalg.c.src:2696: warning: ‘v_out.rows’ may be used uninitialized in this function
numpy/linalg/umath_linalg.c.src:2696: warning: ‘v_out.columns’ may be used uninitialized in this function
numpy/linalg/umath_linalg.c.src:2696: warning: ‘v_out.row_strides’ may be used uninitialized in this function
numpy/linalg/umath_linalg.c.src:2696: warning: ‘v_out.column_strides’ may be used uninitialized in this function
numpy/linalg/umath_linalg.c.src:2696: warning: ‘u_out.rows’ may be used uninitialized in this function
numpy/linalg/umath_linalg.c.src:2696: warning: ‘u_out.columns’ may be used uninitialized in this function
numpy/linalg/umath_linalg.c.src:2696: warning: ‘u_out.row_strides’ may be used uninitialized in this function
numpy/linalg/umath_linalg.c.src:2696: warning: ‘u_out.column_strides’ may be used uninitialized in this function
gcc: numpy/linalg/lapack_lite/f2c_lite.c
gcc: numpy/linalg/lapack_lite/dlamch.c
gcc: numpy/linalg/lapack_lite/zlapack_lite.c
gcc: numpy/linalg/lapack_lite/python_xerbla.c
gcc: numpy/linalg/lapack_lite/dlapack_lite.c
gcc: numpy/linalg/lapack_lite/blas_lite.c
numpy/linalg/lapack_lite/blas_lite.c:24: warning: ‘c__1’ defined but not used
gcc -pthread -shared build/temp.linux-x86_64-3.4/build/src.linux-x86_64-3.4/numpy/linalg/umath_linalg.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/zlapack_lite.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/dlapack_lite.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/blas_lite.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/dlamch.o build/temp.linux-x86_64-3.4/numpy/linalg/lapack_lite/f2c_lite.o -Lbuild/temp.linux-x86_64-3.4 -lnpymath -o build/lib.linux-x86_64-3.4/numpy/linalg/_umath_linalg.cpython-34m.so
building 'numpy.random.mtrand' extension
compiling C sources
C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating build/temp.linux-x86_64-3.4/numpy/random
creating build/temp.linux-x86_64-3.4/numpy/random/mtrand
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.4/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/nld/python-3.4.3-cluster/include/python3.4m -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -Ibuild/src.linux-x86_64-3.4/numpy/core/src/private -c'
gcc: numpy/random/mtrand/mtrand.c
gcc: numpy/random/mtrand/initarray.c
gcc: numpy/random/mtrand/distributions.c
gcc: numpy/random/mtrand/randomkit.c
gcc -pthread -shared build/temp.linux-x86_64-3.4/numpy/random/mtrand/mtrand.o build/temp.linux-x86_64-3.4/numpy/random/mtrand/randomkit.o build/temp.linux-x86_64-3.4/numpy/random/mtrand/initarray.o build/temp.linux-x86_64-3.4/numpy/random/mtrand/distributions.o -Lbuild/temp.linux-x86_64-3.4 -o build/lib.linux-x86_64-3.4/numpy/random/mtrand.cpython-34m.so
running build_scripts
creating build/scripts.linux-x86_64-3.4
Creating build/scripts.linux-x86_64-3.4/f2py3
adding 'build/scripts.linux-x86_64-3.4/f2py3' to scripts
changing mode of build/scripts.linux-x86_64-3.4/f2py3 from 600 to 755
This file has been truncated, but you can view the full file.
/usr/nld/python-2.7.9-cluster/lib/python2.7/site-packages/numpy/core/umath.so: file format elf64-x86-64
Disassembly of section .init:
000000000000c418 <_init>:
c418: 48 83 ec 08 sub $0x8,%rsp
c41c: e8 3f 13 00 00 callq d760 <call_gmon_start>
c421: e8 da 13 00 00 callq d800 <frame_dummy>
c426: e8 95 27 04 00 callq 4ebc0 <__do_global_ctors_aux>
c42b: 48 83 c4 08 add $0x8,%rsp
c42f: c3 retq
Disassembly of section .plt:
000000000000c430 <log10@plt-0x10>:
c430: ff 35 ba 1b 26 00 pushq 0x261bba(%rip) # 26dff0 <_GLOBAL_OFFSET_TABLE_+0x8>
c436: ff 25 bc 1b 26 00 jmpq *0x261bbc(%rip) # 26dff8 <_GLOBAL_OFFSET_TABLE_+0x10>
c43c: 0f 1f 40 00 nopl 0x0(%rax)
000000000000c440 <log10@plt>:
c440: ff 25 ba 1b 26 00 jmpq *0x261bba(%rip) # 26e000 <_GLOBAL_OFFSET_TABLE_+0x18>
c446: 68 00 00 00 00 pushq $0x0
c44b: e9 e0 ff ff ff jmpq c430 <_init+0x18>
000000000000c450 <PyModule_AddObject@plt>:
c450: ff 25 b2 1b 26 00 jmpq *0x261bb2(%rip) # 26e008 <_GLOBAL_OFFSET_TABLE_+0x20>
c456: 68 01 00 00 00 pushq $0x1
c45b: e9 d0 ff ff ff jmpq c430 <_init+0x18>
000000000000c460 <npy_cos@plt>:
c460: ff 25 aa 1b 26 00 jmpq *0x261baa(%rip) # 26e010 <_GLOBAL_OFFSET_TABLE_+0x28>
c466: 68 02 00 00 00 pushq $0x2
c46b: e9 c0 ff ff ff jmpq c430 <_init+0x18>
000000000000c470 <npy_atan2f@plt>:
c470: ff 25 a2 1b 26 00 jmpq *0x261ba2(%rip) # 26e018 <_GLOBAL_OFFSET_TABLE_+0x30>
c476: 68 03 00 00 00 pushq $0x3
c47b: e9 b0 ff ff ff jmpq c430 <_init+0x18>
000000000000c480 <PyDict_SetItemString@plt>:
c480: ff 25 9a 1b 26 00 jmpq *0x261b9a(%rip) # 26e020 <_GLOBAL_OFFSET_TABLE_+0x38>
c486: 68 04 00 00 00 pushq $0x4
c48b: e9 a0 ff ff ff jmpq c430 <_init+0x18>
000000000000c490 <exp@plt>:
c490: ff 25 92 1b 26 00 jmpq *0x261b92(%rip) # 26e028 <_GLOBAL_OFFSET_TABLE_+0x40>
c496: 68 05 00 00 00 pushq $0x5
c49b: e9 90 ff ff ff jmpq c430 <_init+0x18>
000000000000c4a0 <PyString_InternFromString@plt>:
c4a0: ff 25 8a 1b 26 00 jmpq *0x261b8a(%rip) # 26e030 <_GLOBAL_OFFSET_TABLE_+0x48>
c4a6: 68 06 00 00 00 pushq $0x6
c4ab: e9 80 ff ff ff jmpq c430 <_init+0x18>
000000000000c4b0 <npy_half_to_float@plt>:
c4b0: ff 25 82 1b 26 00 jmpq *0x261b82(%rip) # 26e038 <_GLOBAL_OFFSET_TABLE_+0x50>
c4b6: 68 07 00 00 00 pushq $0x7
c4bb: e9 70 ff ff ff jmpq c430 <_init+0x18>
000000000000c4c0 <npy_exp@plt>:
c4c0: ff 25 7a 1b 26 00 jmpq *0x261b7a(%rip) # 26e040 <_GLOBAL_OFFSET_TABLE_+0x58>
c4c6: 68 08 00 00 00 pushq $0x8
c4cb: e9 60 ff ff ff jmpq c430 <_init+0x18>
000000000000c4d0 <sinhl@plt>:
c4d0: ff 25 72 1b 26 00 jmpq *0x261b72(%rip) # 26e048 <_GLOBAL_OFFSET_TABLE_+0x60>
c4d6: 68 09 00 00 00 pushq $0x9
c4db: e9 50 ff ff ff jmpq c430 <_init+0x18>
000000000000c4e0 <npy_halfbits_to_floatbits@plt>:
c4e0: ff 25 6a 1b 26 00 jmpq *0x261b6a(%rip) # 26e050 <_GLOBAL_OFFSET_TABLE_+0x68>
c4e6: 68 0a 00 00 00 pushq $0xa
c4eb: e9 40 ff ff ff jmpq c430 <_init+0x18>
000000000000c4f0 <atan2@plt>:
c4f0: ff 25 62 1b 26 00 jmpq *0x261b62(%rip) # 26e058 <_GLOBAL_OFFSET_TABLE_+0x70>
c4f6: 68 0b 00 00 00 pushq $0xb
c4fb: e9 30 ff ff ff jmpq c430 <_init+0x18>
000000000000c500 <frexp@plt>:
c500: ff 25 5a 1b 26 00 jmpq *0x261b5a(%rip) # 26e060 <_GLOBAL_OFFSET_TABLE_+0x78>
c506: 68 0c 00 00 00 pushq $0xc
c50b: e9 20 ff ff ff jmpq c430 <_init+0x18>
000000000000c510 <acosh@plt>:
c510: ff 25 52 1b 26 00 jmpq *0x261b52(%rip) # 26e068 <_GLOBAL_OFFSET_TABLE_+0x80>
c516: 68 0d 00 00 00 pushq $0xd
c51b: e9 10 ff ff ff jmpq c430 <_init+0x18>
000000000000c520 <npy_expl@plt>:
c520: ff 25 4a 1b 26 00 jmpq *0x261b4a(%rip) # 26e070 <_GLOBAL_OFFSET_TABLE_+0x88>
c526: 68 0e 00 00 00 pushq $0xe
c52b: e9 00 ff ff ff jmpq c430 <_init+0x18>
000000000000c530 <npy_atan2@plt>:
c530: ff 25 42 1b 26 00 jmpq *0x261b42(%rip) # 26e078 <_GLOBAL_OFFSET_TABLE_+0x90>
c536: 68 0f 00 00 00 pushq $0xf
c53b: e9 f0 fe ff ff jmpq c430 <_init+0x18>
000000000000c540 <tanh@plt>:
c540: ff 25 3a 1b 26 00 jmpq *0x261b3a(%rip) # 26e080 <_GLOBAL_OFFSET_TABLE_+0x98>
c546: 68 10 00 00 00 pushq $0x10
c54b: e9 e0 fe ff ff jmpq c430 <_init+0x18>
000000000000c550 <PyObject_Cmp@plt>:
c550: ff 25 32 1b 26 00 jmpq *0x261b32(%rip) # 26e088 <_GLOBAL_OFFSET_TABLE_+0xa0>
c556: 68 11 00 00 00 pushq $0x11
c55b: e9 d0 fe ff ff jmpq c430 <_init+0x18>
000000000000c560 <cpowf@plt>:
c560: ff 25 2a 1b 26 00 jmpq *0x261b2a(%rip) # 26e090 <_GLOBAL_OFFSET_TABLE_+0xa8>
c566: 68 12 00 00 00 pushq $0x12
c56b: e9 c0 fe ff ff jmpq c430 <_init+0x18>
000000000000c570 <memset@plt>:
c570: ff 25 22 1b 26 00 jmpq *0x261b22(%rip) # 26e098 <_GLOBAL_OFFSET_TABLE_+0xb0>
c576: 68 13 00 00 00 pushq $0x13
c57b: e9 b0 fe ff ff jmpq c430 <_init+0x18>
000000000000c580 <asinh@plt>:
c580: ff 25 1a 1b 26 00 jmpq *0x261b1a(%rip) # 26e0a0 <_GLOBAL_OFFSET_TABLE_+0xb8>
c586: 68 14 00 00 00 pushq $0x14
c58b: e9 a0 fe ff ff jmpq c430 <_init+0x18>
000000000000c590 <truncl@plt>:
c590: ff 25 12 1b 26 00 jmpq *0x261b12(%rip) # 26e0a8 <_GLOBAL_OFFSET_TABLE_+0xc0>
c596: 68 15 00 00 00 pushq $0x15
c59b: e9 90 fe ff ff jmpq c430 <_init+0x18>
000000000000c5a0 <PyObject_CallMethod@plt>:
c5a0: ff 25 0a 1b 26 00 jmpq *0x261b0a(%rip) # 26e0b0 <_GLOBAL_OFFSET_TABLE_+0xc8>
c5a6: 68 16 00 00 00 pushq $0x16
c5ab: e9 80 fe ff ff jmpq c430 <_init+0x18>
000000000000c5b0 <npy_half_iszero@plt>:
c5b0: ff 25 02 1b 26 00 jmpq *0x261b02(%rip) # 26e0b8 <_GLOBAL_OFFSET_TABLE_+0xd0>
c5b6: 68 17 00 00 00 pushq $0x17
c5bb: e9 70 fe ff ff jmpq c430 <_init+0x18>
000000000000c5c0 <Py_InitModule4_64@plt>:
c5c0: ff 25 fa 1a 26 00 jmpq *0x261afa(%rip) # 26e0c0 <_GLOBAL_OFFSET_TABLE_+0xd8>
c5c6: 68 18 00 00 00 pushq $0x18
c5cb: e9 60 fe ff ff jmpq c430 <_init+0x18>
000000000000c5d0 <ceil@plt>:
c5d0: ff 25 f2 1a 26 00 jmpq *0x261af2(%rip) # 26e0c8 <_GLOBAL_OFFSET_TABLE_+0xe0>
c5d6: 68 19 00 00 00 pushq $0x19
c5db: e9 50 fe ff ff jmpq c430 <_init+0x18>
000000000000c5e0 <PyType_Ready@plt>:
c5e0: ff 25 ea 1a 26 00 jmpq *0x261aea(%rip) # 26e0d0 <_GLOBAL_OFFSET_TABLE_+0xe8>
c5e6: 68 1a 00 00 00 pushq $0x1a
c5eb: e9 40 fe ff ff jmpq c430 <_init+0x18>
000000000000c5f0 <tanf@plt>:
c5f0: ff 25 e2 1a 26 00 jmpq *0x261ae2(%rip) # 26e0d8 <_GLOBAL_OFFSET_TABLE_+0xf0>
c5f6: 68 1b 00 00 00 pushq $0x1b
c5fb: e9 30 fe ff ff jmpq c430 <_init+0x18>
000000000000c600 <tan@plt>:
c600: ff 25 da 1a 26 00 jmpq *0x261ada(%rip) # 26e0e0 <_GLOBAL_OFFSET_TABLE_+0xf8>
c606: 68 1c 00 00 00 pushq $0x1c
c60b: e9 20 fe ff ff jmpq c430 <_init+0x18>
000000000000c610 <ldexp@plt>:
c610: ff 25 d2 1a 26 00 jmpq *0x261ad2(%rip) # 26e0e8 <_GLOBAL_OFFSET_TABLE_+0x100>
c616: 68 1d 00 00 00 pushq $0x1d
c61b: e9 10 fe ff ff jmpq c430 <_init+0x18>
000000000000c620 <npy_hypotf@plt>:
c620: ff 25 ca 1a 26 00 jmpq *0x261aca(%rip) # 26e0f0 <_GLOBAL_OFFSET_TABLE_+0x108>
c626: 68 1e 00 00 00 pushq $0x1e
c62b: e9 00 fe ff ff jmpq c430 <_init+0x18>
000000000000c630 <PyModule_AddStringConstant@plt>:
c630: ff 25 c2 1a 26 00 jmpq *0x261ac2(%rip) # 26e0f8 <_GLOBAL_OFFSET_TABLE_+0x110>
c636: 68 1f 00 00 00 pushq $0x1f
c63b: e9 f0 fd ff ff jmpq c430 <_init+0x18>
000000000000c640 <npy_spacing@plt>:
c640: ff 25 ba 1a 26 00 jmpq *0x261aba(%rip) # 26e100 <_GLOBAL_OFFSET_TABLE_+0x118>
c646: 68 20 00 00 00 pushq $0x20
c64b: e9 e0 fd ff ff jmpq c430 <_init+0x18>
000000000000c650 <PyMem_Free@plt>:
c650: ff 25 b2 1a 26 00 jmpq *0x261ab2(%rip) # 26e108 <_GLOBAL_OFFSET_TABLE_+0x120>
c656: 68 21 00 00 00 pushq $0x21
c65b: e9 d0 fd ff ff jmpq c430 <_init+0x18>
000000000000c660 <npy_clogf@plt>:
c660: ff 25 aa 1a 26 00 jmpq *0x261aaa(%rip) # 26e110 <_GLOBAL_OFFSET_TABLE_+0x128>
c666: 68 22 00 00 00 pushq $0x22
c66b: e9 c0 fd ff ff jmpq c430 <_init+0x18>
000000000000c670 <npy_spacingl@plt>:
c670: ff 25 a2 1a 26 00 jmpq *0x261aa2(%rip) # 26e118 <_GLOBAL_OFFSET_TABLE_+0x130>
c676: 68 23 00 00 00 pushq $0x23
c67b: e9 b0 fd ff ff jmpq c430 <_init+0x18>
000000000000c680 <csqrtl@plt>:
c680: ff 25 9a 1a 26 00 jmpq *0x261a9a(%rip) # 26e120 <_GLOBAL_OFFSET_TABLE_+0x138>
c686: 68 24 00 00 00 pushq $0x24
c68b: e9 a0 fd ff ff jmpq c430 <_init+0x18>
000000000000c690 <log1p@plt>:
c690: ff 25 92 1a 26 00 jmpq *0x261a92(%rip) # 26e128 <_GLOBAL_OFFSET_TABLE_+0x140>
c696: 68 25 00 00 00 pushq $0x25
c69b: e9 90 fd ff ff jmpq c430 <_init+0x18>
000000000000c6a0 <log2f@plt>:
c6a0: ff 25 8a 1a 26 00 jmpq *0x261a8a(%rip) # 26e130 <_GLOBAL_OFFSET_TABLE_+0x148>
c6a6: 68 26 00 00 00 pushq $0x26
c6ab: e9 80 fd ff ff jmpq c430 <_init+0x18>
000000000000c6b0 <PyGILState_Release@plt>:
c6b0: ff 25 82 1a 26 00 jmpq *0x261a82(%rip) # 26e138 <_GLOBAL_OFFSET_TABLE_+0x150>
c6b6: 68 27 00 00 00 pushq $0x27
c6bb: e9 70 fd ff ff jmpq c430 <_init+0x18>
000000000000c6c0 <npy_cpowl@plt>:
c6c0: ff 25 7a 1a 26 00 jmpq *0x261a7a(%rip) # 26e140 <_GLOBAL_OFFSET_TABLE_+0x158>
c6c6: 68 28 00 00 00 pushq $0x28
c6cb: e9 60 fd ff ff jmpq c430 <_init+0x18>
000000000000c6d0 <npy_half_le@plt>:
c6d0: ff 25 72 1a 26 00 jmpq *0x261a72(%rip) # 26e148 <_GLOBAL_OFFSET_TABLE_+0x160>
c6d6: 68 29 00 00 00 pushq $0x29
c6db: e9 50 fd ff ff jmpq c430 <_init+0x18>
000000000000c6e0 <PyCObject_FromVoidPtr@plt>:
c6e0: ff 25 6a 1a 26 00 jmpq *0x261a6a(%rip) # 26e150 <_GLOBAL_OFFSET_TABLE_+0x168>
c6e6: 68 2a 00 00 00 pushq $0x2a
c6eb: e9 40 fd ff ff jmpq c430 <_init+0x18>
000000000000c6f0 <ldexpl@plt>:
c6f0: ff 25 62 1a 26 00 jmpq *0x261a62(%rip) # 26e158 <_GLOBAL_OFFSET_TABLE_+0x170>
c6f6: 68 2b 00 00 00 pushq $0x2b
c6fb: e9 30 fd ff ff jmpq c430 <_init+0x18>
000000000000c700 <npy_sinl@plt>:
c700: ff 25 5a 1a 26 00 jmpq *0x261a5a(%rip) # 26e160 <_GLOBAL_OFFSET_TABLE_+0x178>
c706: 68 2c 00 00 00 pushq $0x2c
c70b: e9 20 fd ff ff jmpq c430 <_init+0x18>
000000000000c710 <npy_half_nextafter@plt>:
c710: ff 25 52 1a 26 00 jmpq *0x261a52(%rip) # 26e168 <_GLOBAL_OFFSET_TABLE_+0x180>
c716: 68 2d 00 00 00 pushq $0x2d
c71b: e9 10 fd ff ff jmpq c430 <_init+0x18>
000000000000c720 <npy_fmodf@plt>:
c720: ff 25 4a 1a 26 00 jmpq *0x261a4a(%rip) # 26e170 <_GLOBAL_OFFSET_TABLE_+0x188>
c726: 68 2e 00 00 00 pushq $0x2e
c72b: e9 00 fd ff ff jmpq c430 <_init+0x18>
000000000000c730 <npy_fabsf@plt>:
c730: ff 25 42 1a 26 00 jmpq *0x261a42(%rip) # 26e178 <_GLOBAL_OFFSET_TABLE_+0x190>
c736: 68 2f 00 00 00 pushq $0x2f
c73b: e9 f0 fc ff ff jmpq c430 <_init+0x18>
000000000000c740 <npy_nextafter@plt>:
c740: ff 25 3a 1a 26 00 jmpq *0x261a3a(%rip) # 26e180 <_GLOBAL_OFFSET_TABLE_+0x198>
c746: 68 30 00 00 00 pushq $0x30
c74b: e9 e0 fc ff ff jmpq c430 <_init+0x18>
000000000000c750 <atan2l@plt>:
c750: ff 25 32 1a 26 00 jmpq *0x261a32(%rip) # 26e188 <_GLOBAL_OFFSET_TABLE_+0x1a0>
c756: 68 31 00 00 00 pushq $0x31
c75b: e9 d0 fc ff ff jmpq c430 <_init+0x18>
000000000000c760 <PyErr_NoMemory@plt>:
c760: ff 25 2a 1a 26 00 jmpq *0x261a2a(%rip) # 26e190 <_GLOBAL_OFFSET_TABLE_+0x1a8>
c766: 68 32 00 00 00 pushq $0x32
c76b: e9 c0 fc ff ff jmpq c430 <_init+0x18>
000000000000c770 <npy_cexpl@plt>:
c770: ff 25 22 1a 26 00 jmpq *0x261a22(%rip) # 26e198 <_GLOBAL_OFFSET_TABLE_+0x1b0>
c776: 68 33 00 00 00 pushq $0x33
c77b: e9 b0 fc ff ff jmpq c430 <_init+0x18>
000000000000c780 <PyEval_CallObjectWithKeywords@plt>:
c780: ff 25 1a 1a 26 00 jmpq *0x261a1a(%rip) # 26e1a0 <_GLOBAL_OFFSET_TABLE_+0x1b8>
c786: 68 34 00 00 00 pushq $0x34
c78b: e9 a0 fc ff ff jmpq c430 <_init+0x18>
000000000000c790 <PyObject_CallFunctionObjArgs@plt>:
c790: ff 25 12 1a 26 00 jmpq *0x261a12(%rip) # 26e1a8 <_GLOBAL_OFFSET_TABLE_+0x1c0>
c796: 68 35 00 00 00 pushq $0x35
c79b: e9 90 fc ff ff jmpq c430 <_init+0x18>
000000000000c7a0 <npy_coshf@plt>:
c7a0: ff 25 0a 1a 26 00 jmpq *0x261a0a(%rip) # 26e1b0 <_GLOBAL_OFFSET_TABLE_+0x1c8>
c7a6: 68 36 00 00 00 pushq $0x36
c7ab: e9 80 fc ff ff jmpq c430 <_init+0x18>
000000000000c7b0 <log2@plt>:
c7b0: ff 25 02 1a 26 00 jmpq *0x261a02(%rip) # 26e1b8 <_GLOBAL_OFFSET_TABLE_+0x1d0>
c7b6: 68 37 00 00 00 pushq $0x37
c7bb: e9 70 fc ff ff jmpq c430 <_init+0x18>
000000000000c7c0 <PyObject_IsTrue@plt>:
c7c0: ff 25 fa 19 26 00 jmpq *0x2619fa(%rip) # 26e1c0 <_GLOBAL_OFFSET_TABLE_+0x1d8>
c7c6: 68 38 00 00 00 pushq $0x38
c7cb: e9 60 fc ff ff jmpq c430 <_init+0x18>
000000000000c7d0 <npy_fabsl@plt>:
c7d0: ff 25 f2 19 26 00 jmpq *0x2619f2(%rip) # 26e1c8 <_GLOBAL_OFFSET_TABLE_+0x1e0>
c7d6: 68 39 00 00 00 pushq $0x39
c7db: e9 50 fc ff ff jmpq c430 <_init+0x18>
000000000000c7e0 <coshl@plt>:
c7e0: ff 25 ea 19 26 00 jmpq *0x2619ea(%rip) # 26e1d0 <_GLOBAL_OFFSET_TABLE_+0x1e8>
c7e6: 68 3a 00 00 00 pushq $0x3a
c7eb: e9 40 fc ff ff jmpq c430 <_init+0x18>
000000000000c7f0 <log2l@plt>:
c7f0: ff 25 e2 19 26 00 jmpq *0x2619e2(%rip) # 26e1d8 <_GLOBAL_OFFSET_TABLE_+0x1f0>
c7f6: 68 3b 00 00 00 pushq $0x3b
c7fb: e9 30 fc ff ff jmpq c430 <_init+0x18>
000000000000c800 <npy_log1pf@plt>:
c800: ff 25 da 19 26 00 jmpq *0x2619da(%rip) # 26e1e0 <_GLOBAL_OFFSET_TABLE_+0x1f8>
c806: 68 3c 00 00 00 pushq $0x3c
c80b: e9 20 fc ff ff jmpq c430 <_init+0x18>
000000000000c810 <PyMem_Realloc@plt>:
c810: ff 25 d2 19 26 00 jmpq *0x2619d2(%rip) # 26e1e8 <_GLOBAL_OFFSET_TABLE_+0x200>
c816: 68 3d 00 00 00 pushq $0x3d
c81b: e9 10 fc ff ff jmpq c430 <_init+0x18>
000000000000c820 <cpow@plt>:
c820: ff 25 ca 19 26 00 jmpq *0x2619ca(%rip) # 26e1f0 <_GLOBAL_OFFSET_TABLE_+0x208>
c826: 68 3e 00 00 00 pushq $0x3e
c82b: e9 00 fc ff ff jmpq c430 <_init+0x18>
000000000000c830 <npy_half_isnan@plt>:
c830: ff 25 c2 19 26 00 jmpq *0x2619c2(%rip) # 26e1f8 <_GLOBAL_OFFSET_TABLE_+0x210>
c836: 68 3f 00 00 00 pushq $0x3f
c83b: e9 f0 fb ff ff jmpq c430 <_init+0x18>
000000000000c840 <npy_expm1l@plt>:
c840: ff 25 ba 19 26 00 jmpq *0x2619ba(%rip) # 26e200 <_GLOBAL_OFFSET_TABLE_+0x218>
c846: 68 40 00 00 00 pushq $0x40
c84b: e9 e0 fb ff ff jmpq c430 <_init+0x18>
000000000000c850 <npy_nextafterl@plt>:
c850: ff 25 b2 19 26 00 jmpq *0x2619b2(%rip) # 26e208 <_GLOBAL_OFFSET_TABLE_+0x220>
c856: 68 41 00 00 00 pushq $0x41
c85b: e9 d0 fb ff ff jmpq c430 <_init+0x18>
000000000000c860 <npy_half_spacing@plt>:
c860: ff 25 aa 19 26 00 jmpq *0x2619aa(%rip) # 26e210 <_GLOBAL_OFFSET_TABLE_+0x228>
c866: 68 42 00 00 00 pushq $0x42
c86b: e9 c0 fb ff ff jmpq c430 <_init+0x18>
000000000000c870 <PyObject_Not@plt>:
c870: ff 25 a2 19 26 00 jmpq *0x2619a2(%rip) # 26e218 <_GLOBAL_OFFSET_TABLE_+0x230>
c876: 68 43 00 00 00 pushq $0x43
c87b: e9 b0 fb ff ff jmpq c430 <_init+0x18>
000000000000c880 <npy_sqrt@plt>:
c880: ff 25 9a 19 26 00 jmpq *0x26199a(%rip) # 26e220 <_GLOBAL_OFFSET_TABLE_+0x238>
c886: 68 44 00 00 00 pushq $0x44
c88b: e9 a0 fb ff ff jmpq c430 <_init+0x18>
000000000000c890 <npy_set_floatstatus_divbyzero@plt>:
c890: ff 25 92 19 26 00 jmpq *0x261992(%rip) # 26e228 <_GLOBAL_OFFSET_TABLE_+0x240>
c896: 68 45 00 00 00 pushq $0x45
c89b: e9 90 fb ff ff jmpq c430 <_init+0x18>
000000000000c8a0 <atanhl@plt>:
c8a0: ff 25 8a 19 26 00 jmpq *0x26198a(%rip) # 26e230 <_GLOBAL_OFFSET_TABLE_+0x248>
c8a6: 68 46 00 00 00 pushq $0x46
c8ab: e9 80 fb ff ff jmpq c430 <_init+0x18>
000000000000c8b0 <npy_expm1@plt>:
c8b0: ff 25 82 19 26 00 jmpq *0x261982(%rip) # 26e238 <_GLOBAL_OFFSET_TABLE_+0x250>
c8b6: 68 47 00 00 00 pushq $0x47
c8bb: e9 70 fb ff ff jmpq c430 <_init+0x18>
000000000000c8c0 <cos@plt>:
c8c0: ff 25 7a 19 26 00 jmpq *0x26197a(%rip) # 26e240 <_GLOBAL_OFFSET_TABLE_+0x258>
c8c6: 68 48 00 00 00 pushq $0x48
c8cb: e9 60 fb ff ff jmpq c430 <_init+0x18>
000000000000c8d0 <PyOS_snprintf@plt>:
c8d0: ff 25 72 19 26 00 jmpq *0x261972(%rip) # 26e248 <_GLOBAL_OFFSET_TABLE_+0x260>
c8d6: 68 49 00 00 00 pushq $0x49
c8db: e9 50 fb ff ff jmpq c430 <_init+0x18>
000000000000c8e0 <rintl@plt>:
c8e0: ff 25 6a 19 26 00 jmpq *0x26196a(%rip) # 26e250 <_GLOBAL_OFFSET_TABLE_+0x268>
c8e6: 68 4a 00 00 00 pushq $0x4a
c8eb: e9 40 fb ff ff jmpq c430 <_init+0x18>
000000000000c8f0 <npy_cexp@plt>:
c8f0: ff 25 62 19 26 00 jmpq *0x261962(%rip) # 26e258 <_GLOBAL_OFFSET_TABLE_+0x270>
c8f6: 68 4b 00 00 00 pushq $0x4b
c8fb: e9 30 fb ff ff jmpq c430 <_init+0x18>
000000000000c900 <npy_floorl@plt>:
c900: ff 25 5a 19 26 00 jmpq *0x26195a(%rip) # 26e260 <_GLOBAL_OFFSET_TABLE_+0x278>
c906: 68 4c 00 00 00 pushq $0x4c
c90b: e9 20 fb ff ff jmpq c430 <_init+0x18>
000000000000c910 <PyString_FromStringAndSize@plt>:
c910: ff 25 52 19 26 00 jmpq *0x261952(%rip) # 26e268 <_GLOBAL_OFFSET_TABLE_+0x280>
c916: 68 4d 00 00 00 pushq $0x4d
c91b: e9 10 fb ff ff jmpq c430 <_init+0x18>
000000000000c920 <log1pf@plt>:
c920: ff 25 4a 19 26 00 jmpq *0x26194a(%rip) # 26e270 <_GLOBAL_OFFSET_TABLE_+0x288>
c926: 68 4e 00 00 00 pushq $0x4e
c92b: e9 00 fb ff ff jmpq c430 <_init+0x18>
000000000000c930 <PyDict_Next@plt>:
c930: ff 25 42 19 26 00 jmpq *0x261942(%rip) # 26e278 <_GLOBAL_OFFSET_TABLE_+0x290>
c936: 68 4f 00 00 00 pushq $0x4f
c93b: e9 f0 fa ff ff jmpq c430 <_init+0x18>
000000000000c940 <modfl@plt>:
c940: ff 25 3a 19 26 00 jmpq *0x26193a(%rip) # 26e280 <_GLOBAL_OFFSET_TABLE_+0x298>
c946: 68 50 00 00 00 pushq $0x50
c94b: e9 e0 fa ff ff jmpq c430 <_init+0x18>
000000000000c950 <asinl@plt>:
c950: ff 25 32 19 26 00 jmpq *0x261932(%rip) # 26e288 <_GLOBAL_OFFSET_TABLE_+0x2a0>
c956: 68 51 00 00 00 pushq $0x51
c95b: e9 d0 fa ff ff jmpq c430 <_init+0x18>
000000000000c960 <npy_rintf@plt>:
c960: ff 25 2a 19 26 00 jmpq *0x26192a(%rip) # 26e290 <_GLOBAL_OFFSET_TABLE_+0x2a8>
c966: 68 52 00 00 00 pushq $0x52
c96b: e9 c0 fa ff ff jmpq c430 <_init+0x18>
000000000000c970 <acosf@plt>:
c970: ff 25 22 19 26 00 jmpq *0x261922(%rip) # 26e298 <_GLOBAL_OFFSET_TABLE_+0x2b0>
c976: 68 53 00 00 00 pushq $0x53
c97b: e9 b0 fa ff ff jmpq c430 <_init+0x18>
000000000000c980 <PyModule_AddIntConstant@plt>:
c980: ff 25 1a 19 26 00 jmpq *0x26191a(%rip) # 26e2a0 <_GLOBAL_OFFSET_TABLE_+0x2b8>
c986: 68 54 00 00 00 pushq $0x54
c98b: e9 a0 fa ff ff jmpq c430 <_init+0x18>
000000000000c990 <log1pl@plt>:
c990: ff 25 12 19 26 00 jmpq *0x261912(%rip) # 26e2a8 <_GLOBAL_OFFSET_TABLE_+0x2c0>
c996: 68 55 00 00 00 pushq $0x55
c99b: e9 90 fa ff ff jmpq c430 <_init+0x18>
000000000000c9a0 <npy_clear_floatstatus@plt>:
c9a0: ff 25 0a 19 26 00 jmpq *0x26190a(%rip) # 26e2b0 <_GLOBAL_OFFSET_TABLE_+0x2c8>
c9a6: 68 56 00 00 00 pushq $0x56
c9ab: e9 80 fa ff ff jmpq c430 <_init+0x18>
000000000000c9b0 <npy_cosf@plt>:
c9b0: ff 25 02 19 26 00 jmpq *0x261902(%rip) # 26e2b8 <_GLOBAL_OFFSET_TABLE_+0x2d0>
c9b6: 68 57 00 00 00 pushq $0x57
c9bb: e9 70 fa ff ff jmpq c430 <_init+0x18>
000000000000c9c0 <npy_clog@plt>:
c9c0: ff 25 fa 18 26 00 jmpq *0x2618fa(%rip) # 26e2c0 <_GLOBAL_OFFSET_TABLE_+0x2d8>
c9c6: 68 58 00 00 00 pushq $0x58
c9cb: e9 60 fa ff ff jmpq c430 <_init+0x18>
000000000000c9d0 <tanl@plt>:
c9d0: ff 25 f2 18 26 00 jmpq *0x2618f2(%rip) # 26e2c8 <_GLOBAL_OFFSET_TABLE_+0x2e0>
c9d6: 68 59 00 00 00 pushq $0x59
c9db: e9 50 fa ff ff jmpq c430 <_init+0x18>
000000000000c9e0 <PyErr_Format@plt>:
c9e0: ff 25 ea 18 26 00 jmpq *0x2618ea(%rip) # 26e2d0 <_GLOBAL_OFFSET_TABLE_+0x2e8>
c9e6: 68 5a 00 00 00 pushq $0x5a
c9eb: e9 40 fa ff ff jmpq c430 <_init+0x18>
000000000000c9f0 <PyFloat_FromDouble@plt>:
c9f0: ff 25 e2 18 26 00 jmpq *0x2618e2(%rip) # 26e2d8 <_GLOBAL_OFFSET_TABLE_+0x2f0>
c9f6: 68 5b 00 00 00 pushq $0x5b
c9fb: e9 30 fa ff ff jmpq c430 <_init+0x18>
000000000000ca00 <atan2f@plt>:
ca00: ff 25 da 18 26 00 jmpq *0x2618da(%rip) # 26e2e0 <_GLOBAL_OFFSET_TABLE_+0x2f8>
ca06: 68 5c 00 00 00 pushq $0x5c
ca0b: e9 20 fa ff ff jmpq c430 <_init+0x18>
000000000000ca10 <expl@plt>:
ca10: ff 25 d2 18 26 00 jmpq *0x2618d2(%rip) # 26e2e8 <_GLOBAL_OFFSET_TABLE_+0x300>
ca16: 68 5d 00 00 00 pushq $0x5d
ca1b: e9 10 fa ff ff jmpq c430 <_init+0x18>
000000000000ca20 <PyNumber_Power@plt>:
ca20: ff 25 ca 18 26 00 jmpq *0x2618ca(%rip) # 26e2f0 <_GLOBAL_OFFSET_TABLE_+0x308>
ca26: 68 5e 00 00 00 pushq $0x5e
ca2b: e9 00 fa ff ff jmpq c430 <_init+0x18>
000000000000ca30 <fmod@plt>:
ca30: ff 25 c2 18 26 00 jmpq *0x2618c2(%rip) # 26e2f8 <_GLOBAL_OFFSET_TABLE_+0x310>
ca36: 68 5f 00 00 00 pushq $0x5f
ca3b: e9 f0 f9 ff ff jmpq c430 <_init+0x18>
000000000000ca40 <npy_sin@plt>:
ca40: ff 25 ba 18 26 00 jmpq *0x2618ba(%rip) # 26e300 <_GLOBAL_OFFSET_TABLE_+0x318>
ca46: 68 60 00 00 00 pushq $0x60
ca4b: e9 e0 f9 ff ff jmpq c430 <_init+0x18>
000000000000ca50 <npy_log2_1p@plt>:
ca50: ff 25 b2 18 26 00 jmpq *0x2618b2(%rip) # 26e308 <_GLOBAL_OFFSET_TABLE_+0x320>
ca56: 68 61 00 00 00 pushq $0x61
ca5b: e9 d0 f9 ff ff jmpq c430 <_init+0x18>
000000000000ca60 <PyArg_ParseTuple@plt>:
ca60: ff 25 aa 18 26 00 jmpq *0x2618aa(%rip) # 26e310 <_GLOBAL_OFFSET_TABLE_+0x328>
ca66: 68 62 00 00 00 pushq $0x62
ca6b: e9 c0 f9 ff ff jmpq c430 <_init+0x18>
000000000000ca70 <PyObject_GetAttr@plt>:
ca70: ff 25 a2 18 26 00 jmpq *0x2618a2(%rip) # 26e318 <_GLOBAL_OFFSET_TABLE_+0x330>
ca76: 68 63 00 00 00 pushq $0x63
ca7b: e9 b0 f9 ff ff jmpq c430 <_init+0x18>
000000000000ca80 <PyErr_ExceptionMatches@plt>:
ca80: ff 25 9a 18 26 00 jmpq *0x26189a(%rip) # 26e320 <_GLOBAL_OFFSET_TABLE_+0x338>
ca86: 68 64 00 00 00 pushq $0x64
ca8b: e9 a0 f9 ff ff jmpq c430 <_init+0x18>
000000000000ca90 <PyErr_Occurred@plt>:
ca90: ff 25 92 18 26 00 jmpq *0x261892(%rip) # 26e328 <_GLOBAL_OFFSET_TABLE_+0x340>
ca96: 68 65 00 00 00 pushq $0x65
ca9b: e9 90 f9 ff ff jmpq c430 <_init+0x18>
000000000000caa0 <npy_half_ne@plt>:
caa0: ff 25 8a 18 26 00 jmpq *0x26188a(%rip) # 26e330 <_GLOBAL_OFFSET_TABLE_+0x348>
caa6: 68 66 00 00 00 pushq $0x66
caab: e9 80 f9 ff ff jmpq c430 <_init+0x18>
000000000000cab0 <fmodf@plt>:
cab0: ff 25 82 18 26 00 jmpq *0x261882(%rip) # 26e338 <_GLOBAL_OFFSET_TABLE_+0x350>
cab6: 68 67 00 00 00 pushq $0x67
cabb: e9 70 f9 ff ff jmpq c430 <_init+0x18>
000000000000cac0 <npy_sinh@plt>:
cac0: ff 25 7a 18 26 00 jmpq *0x26187a(%rip) # 26e340 <_GLOBAL_OFFSET_TABLE_+0x358>
cac6: 68 68 00 00 00 pushq $0x68
cacb: e9 60 f9 ff ff jmpq c430 <_init+0x18>
000000000000cad0 <npy_floor@plt>:
cad0: ff 25 72 18 26 00 jmpq *0x261872(%rip) # 26e348 <_GLOBAL_OFFSET_TABLE_+0x360>
cad6: 68 69 00 00 00 pushq $0x69
cadb: e9 50 f9 ff ff jmpq c430 <_init+0x18>
000000000000cae0 <ldexpf@plt>:
cae0: ff 25 6a 18 26 00 jmpq *0x26186a(%rip) # 26e350 <_GLOBAL_OFFSET_TABLE_+0x368>
cae6: 68 6a 00 00 00 pushq $0x6a
caeb: e9 40 f9 ff ff jmpq c430 <_init+0x18>
000000000000caf0 <atan@plt>:
caf0: ff 25 62 18 26 00 jmpq *0x261862(%rip) # 26e358 <_GLOBAL_OFFSET_TABLE_+0x370>
caf6: 68 6b 00 00 00 pushq $0x6b
cafb: e9 30 f9 ff ff jmpq c430 <_init+0x18>
000000000000cb00 <strlen@plt>:
cb00: ff 25 5a 18 26 00 jmpq *0x26185a(%rip) # 26e360 <_GLOBAL_OFFSET_TABLE_+0x378>
cb06: 68 6c 00 00 00 pushq $0x6c
cb0b: e9 20 f9 ff ff jmpq c430 <_init+0x18>
000000000000cb10 <exp2l@plt>:
cb10: ff 25 52 18 26 00 jmpq *0x261852(%rip) # 26e368 <_GLOBAL_OFFSET_TABLE_+0x380>
cb16: 68 6d 00 00 00 pushq $0x6d
cb1b: e9 10 f9 ff ff jmpq c430 <_init+0x18>
000000000000cb20 <npy_exp2l@plt>:
cb20: ff 25 4a 18 26 00 jmpq *0x26184a(%rip) # 26e370 <_GLOBAL_OFFSET_TABLE_+0x388>
cb26: 68 6e 00 00 00 pushq $0x6e
cb2b: e9 00 f9 ff ff jmpq c430 <_init+0x18>
000000000000cb30 <PyArg_ParseTupleAndKeywords@plt>:
cb30: ff 25 42 18 26 00 jmpq *0x261842(%rip) # 26e378 <_GLOBAL_OFFSET_TABLE_+0x390>
cb36: 68 6f 00 00 00 pushq $0x6f
cb3b: e9 f0 f8 ff ff jmpq c430 <_init+0x18>
000000000000cb40 <PyNumber_Divide@plt>:
cb40: ff 25 3a 18 26 00 jmpq *0x26183a(%rip) # 26e380 <_GLOBAL_OFFSET_TABLE_+0x398>
cb46: 68 70 00 00 00 pushq $0x70
cb4b: e9 e0 f8 ff ff jmpq c430 <_init+0x18>
000000000000cb50 <npy_modfl@plt>:
cb50: ff 25 32 18 26 00 jmpq *0x261832(%rip) # 26e388 <_GLOBAL_OFFSET_TABLE_+0x3a0>
cb56: 68 71 00 00 00 pushq $0x71
cb5b: e9 d0 f8 ff ff jmpq c430 <_init+0x18>
000000000000cb60 <expm1f@plt>:
cb60: ff 25 2a 18 26 00 jmpq *0x26182a(%rip) # 26e390 <_GLOBAL_OFFSET_TABLE_+0x3a8>
cb66: 68 72 00 00 00 pushq $0x72
cb6b: e9 c0 f8 ff ff jmpq c430 <_init+0x18>
000000000000cb70 <cosh@plt>:
cb70: ff 25 22 18 26 00 jmpq *0x261822(%rip) # 26e398 <_GLOBAL_OFFSET_TABLE_+0x3b0>
cb76: 68 73 00 00 00 pushq $0x73
cb7b: e9 b0 f8 ff ff jmpq c430 <_init+0x18>
000000000000cb80 <csinl@plt>:
cb80: ff 25 1a 18 26 00 jmpq *0x26181a(%rip) # 26e3a0 <_GLOBAL_OFFSET_TABLE_+0x3b8>
cb86: 68 74 00 00 00 pushq $0x74
cb8b: e9 a0 f8 ff ff jmpq c430 <_init+0x18>
000000000000cb90 <npy_cpow@plt>:
cb90: ff 25 12 18 26 00 jmpq *0x261812(%rip) # 26e3a8 <_GLOBAL_OFFSET_TABLE_+0x3c0>
cb96: 68 75 00 00 00 pushq $0x75
cb9b: e9 90 f8 ff ff jmpq c430 <_init+0x18>
000000000000cba0 <npy_half_isfinite@plt>:
cba0: ff 25 0a 18 26 00 jmpq *0x26180a(%rip) # 26e3b0 <_GLOBAL_OFFSET_TABLE_+0x3c8>
cba6: 68 76 00 00 00 pushq $0x76
cbab: e9 80 f8 ff ff jmpq c430 <_init+0x18>
000000000000cbb0 <nextafterf@plt>:
cbb0: ff 25 02 18 26 00 jmpq *0x261802(%rip) # 26e3b8 <_GLOBAL_OFFSET_TABLE_+0x3d0>
cbb6: 68 77 00 00 00 pushq $0x77
cbbb: e9 70 f8 ff ff jmpq c430 <_init+0x18>
000000000000cbc0 <acoshf@plt>:
cbc0: ff 25 fa 17 26 00 jmpq *0x2617fa(%rip) # 26e3c0 <_GLOBAL_OFFSET_TABLE_+0x3d8>
cbc6: 68 78 00 00 00 pushq $0x78
cbcb: e9 60 f8 ff ff jmpq c430 <_init+0x18>
000000000000cbd0 <__cxa_finalize@plt>:
cbd0: ff 25 f2 17 26 00 jmpq *0x2617f2(%rip) # 26e3c8 <_GLOBAL_OFFSET_TABLE_+0x3e0>
cbd6: 68 79 00 00 00 pushq $0x79
cbdb: e9 50 f8 ff ff jmpq c430 <_init+0x18>
000000000000cbe0 <npy_exp2@plt>:
cbe0: ff 25 ea 17 26 00 jmpq *0x2617ea(%rip) # 26e3d0 <_GLOBAL_OFFSET_TABLE_+0x3e8>
cbe6: 68 7a 00 00 00 pushq $0x7a
cbeb: e9 40 f8 ff ff jmpq c430 <_init+0x18>
000000000000cbf0 <PyErr_SetObject@plt>:
cbf0: ff 25 e2 17 26 00 jmpq *0x2617e2(%rip) # 26e3d8 <_GLOBAL_OFFSET_TABLE_+0x3f0>
cbf6: 68 7b 00 00 00 pushq $0x7b
cbfb: e9 30 f8 ff ff jmpq c430 <_init+0x18>
000000000000cc00 <rint@plt>:
cc00: ff 25 da 17 26 00 jmpq *0x2617da(%rip) # 26e3e0 <_GLOBAL_OFFSET_TABLE_+0x3f8>
cc06: 68 7c 00 00 00 pushq $0x7c
cc0b: e9 20 f8 ff ff jmpq c430 <_init+0x18>
000000000000cc10 <PyNumber_Multiply@plt>:
cc10: ff 25 d2 17 26 00 jmpq *0x2617d2(%rip) # 26e3e8 <_GLOBAL_OFFSET_TABLE_+0x400>
cc16: 68 7d 00 00 00 pushq $0x7d
cc1b: e9 10 f8 ff ff jmpq c430 <_init+0x18>
000000000000cc20 <npy_half_eq_nonan@plt>:
cc20: ff 25 ca 17 26 00 jmpq *0x2617ca(%rip) # 26e3f0 <_GLOBAL_OFFSET_TABLE_+0x408>
cc26: 68 7e 00 00 00 pushq $0x7e
cc2b: e9 00 f8 ff ff jmpq c430 <_init+0x18>
000000000000cc30 <PyEval_RestoreThread@plt>:
cc30: ff 25 c2 17 26 00 jmpq *0x2617c2(%rip) # 26e3f8 <_GLOBAL_OFFSET_TABLE_+0x410>
cc36: 68 7f 00 00 00 pushq $0x7f
cc3b: e9 f0 f7 ff ff jmpq c430 <_init+0x18>
000000000000cc40 <npy_copysign@plt>:
cc40: ff 25 ba 17 26 00 jmpq *0x2617ba(%rip) # 26e400 <_GLOBAL_OFFSET_TABLE_+0x418>
cc46: 68 80 00 00 00 pushq $0x80
cc4b: e9 e0 f7 ff ff jmpq c430 <_init+0x18>
000000000000cc50 <floorf@plt>:
cc50: ff 25 b2 17 26 00 jmpq *0x2617b2(%rip) # 26e408 <_GLOBAL_OFFSET_TABLE_+0x420>
cc56: 68 81 00 00 00 pushq $0x81
cc5b: e9 d0 f7 ff ff jmpq c430 <_init+0x18>
000000000000cc60 <sprintf@plt>:
cc60: ff 25 aa 17 26 00 jmpq *0x2617aa(%rip) # 26e410 <_GLOBAL_OFFSET_TABLE_+0x428>
cc66: 68 82 00 00 00 pushq $0x82
cc6b: e9 c0 f7 ff ff jmpq c430 <_init+0x18>
000000000000cc70 <sqrtl@plt>:
cc70: ff 25 a2 17 26 00 jmpq *0x2617a2(%rip) # 26e418 <_GLOBAL_OFFSET_TABLE_+0x430>
cc76: 68 83 00 00 00 pushq $0x83
cc7b: e9 b0 f7 ff ff jmpq c430 <_init+0x18>
000000000000cc80 <asin@plt>:
cc80: ff 25 9a 17 26 00 jmpq *0x26179a(%rip) # 26e420 <_GLOBAL_OFFSET_TABLE_+0x438>
cc86: 68 84 00 00 00 pushq $0x84
cc8b: e9 a0 f7 ff ff jmpq c430 <_init+0x18>
000000000000cc90 <nextafter@plt>:
cc90: ff 25 92 17 26 00 jmpq *0x261792(%rip) # 26e428 <_GLOBAL_OFFSET_TABLE_+0x440>
cc96: 68 85 00 00 00 pushq $0x85
cc9b: e9 90 f7 ff ff jmpq c430 <_init+0x18>
000000000000cca0 <npy_csqrtf@plt>:
cca0: ff 25 8a 17 26 00 jmpq *0x26178a(%rip) # 26e430 <_GLOBAL_OFFSET_TABLE_+0x448>
cca6: 68 86 00 00 00 pushq $0x86
ccab: e9 80 f7 ff ff jmpq c430 <_init+0x18>
000000000000ccb0 <npy_floatbits_to_halfbits@plt>:
ccb0: ff 25 82 17 26 00 jmpq *0x261782(%rip) # 26e438 <_GLOBAL_OFFSET_TABLE_+0x450>
ccb6: 68 87 00 00 00 pushq $0x87
ccbb: e9 70 f7 ff ff jmpq c430 <_init+0x18>
000000000000ccc0 <npy_half_gt@plt>:
ccc0: ff 25 7a 17 26 00 jmpq *0x26177a(%rip) # 26e440 <_GLOBAL_OFFSET_TABLE_+0x458>
ccc6: 68 88 00 00 00 pushq $0x88
cccb: e9 60 f7 ff ff jmpq c430 <_init+0x18>
000000000000ccd0 <PyString_FromString@plt>:
ccd0: ff 25 72 17 26 00 jmpq *0x261772(%rip) # 26e448 <_GLOBAL_OFFSET_TABLE_+0x460>
ccd6: 68 89 00 00 00 pushq $0x89
ccdb: e9 50 f7 ff ff jmpq c430 <_init+0x18>
000000000000cce0 <npy_half_signbit@plt>:
cce0: ff 25 6a 17 26 00 jmpq *0x26176a(%rip) # 26e450 <_GLOBAL_OFFSET_TABLE_+0x468>
cce6: 68 8a 00 00 00 pushq $0x8a
cceb: e9 40 f7 ff ff jmpq c430 <_init+0x18>
000000000000ccf0 <trunc@plt>:
ccf0: ff 25 62 17 26 00 jmpq *0x261762(%rip) # 26e458 <_GLOBAL_OFFSET_TABLE_+0x470>
ccf6: 68 8b 00 00 00 pushq $0x8b
ccfb: e9 30 f7 ff ff jmpq c430 <_init+0x18>
000000000000cd00 <PyString_FromFormat@plt>:
cd00: ff 25 5a 17 26 00 jmpq *0x26175a(%rip) # 26e460 <_GLOBAL_OFFSET_TABLE_+0x478>
cd06: 68 8c 00 00 00 pushq $0x8c
cd0b: e9 20 f7 ff ff jmpq c430 <_init+0x18>
000000000000cd10 <PyTuple_Pack@plt>:
cd10: ff 25 52 17 26 00 jmpq *0x261752(%rip) # 26e468 <_GLOBAL_OFFSET_TABLE_+0x480>
cd16: 68 8d 00 00 00 pushq $0x8d
cd1b: e9 10 f7 ff ff jmpq c430 <_init+0x18>
000000000000cd20 <PyInt_FromLong@plt>:
cd20: ff 25 4a 17 26 00 jmpq *0x26174a(%rip) # 26e470 <_GLOBAL_OFFSET_TABLE_+0x488>
cd26: 68 8e 00 00 00 pushq $0x8e
cd2b: e9 00 f7 ff ff jmpq c430 <_init+0x18>
000000000000cd30 <PyEval_SaveThread@plt>:
cd30: ff 25 42 17 26 00 jmpq *0x261742(%rip) # 26e478 <_GLOBAL_OFFSET_TABLE_+0x490>
cd36: 68 8f 00 00 00 pushq $0x8f
cd3b: e9 f0 f6 ff ff jmpq c430 <_init+0x18>
000000000000cd40 <floorl@plt>:
cd40: ff 25 3a 17 26 00 jmpq *0x26173a(%rip) # 26e480 <_GLOBAL_OFFSET_TABLE_+0x498>
cd46: 68 90 00 00 00 pushq $0x90
cd4b: e9 e0 f6 ff ff jmpq c430 <_init+0x18>
000000000000cd50 <asinhf@plt>:
cd50: ff 25 32 17 26 00 jmpq *0x261732(%rip) # 26e488 <_GLOBAL_OFFSET_TABLE_+0x4a0>
cd56: 68 91 00 00 00 pushq $0x91
cd5b: e9 d0 f6 ff ff jmpq c430 <_init+0x18>
000000000000cd60 <cabs@plt>:
cd60: ff 25 2a 17 26 00 jmpq *0x26172a(%rip) # 26e490 <_GLOBAL_OFFSET_TABLE_+0x4a8>
cd66: 68 92 00 00 00 pushq $0x92
cd6b: e9 c0 f6 ff ff jmpq c430 <_init+0x18>
000000000000cd70 <atanl@plt>:
cd70: ff 25 22 17 26 00 jmpq *0x261722(%rip) # 26e498 <_GLOBAL_OFFSET_TABLE_+0x4b0>
cd76: 68 93 00 00 00 pushq $0x93
cd7b: e9 b0 f6 ff ff jmpq c430 <_init+0x18>
000000000000cd80 <npy_copysignl@plt>:
cd80: ff 25 1a 17 26 00 jmpq *0x26171a(%rip) # 26e4a0 <_GLOBAL_OFFSET_TABLE_+0x4b8>
cd86: 68 94 00 00 00 pushq $0x94
cd8b: e9 a0 f6 ff ff jmpq c430 <_init+0x18>
000000000000cd90 <pow@plt>:
cd90: ff 25 12 17 26 00 jmpq *0x261712(%rip) # 26e4a8 <_GLOBAL_OFFSET_TABLE_+0x4c0>
cd96: 68 95 00 00 00 pushq $0x95
cd9b: e9 90 f6 ff ff jmpq c430 <_init+0x18>
000000000000cda0 <PyModule_GetDict@plt>:
cda0: ff 25 0a 17 26 00 jmpq *0x26170a(%rip) # 26e4b0 <_GLOBAL_OFFSET_TABLE_+0x4c8>
cda6: 68 96 00 00 00 pushq $0x96
cdab: e9 80 f6 ff ff jmpq c430 <_init+0x18>
000000000000cdb0 <fetestexcept@plt>:
cdb0: ff 25 02 17 26 00 jmpq *0x261702(%rip) # 26e4b8 <_GLOBAL_OFFSET_TABLE_+0x4d0>
cdb6: 68 97 00 00 00 pushq $0x97
cdbb: e9 70 f6 ff ff jmpq c430 <_init+0x18>
000000000000cdc0 <npy_set_floatstatus_overflow@plt>:
cdc0: ff 25 fa 16 26 00 jmpq *0x2616fa(%rip) # 26e4c0 <_GLOBAL_OFFSET_TABLE_+0x4d8>
cdc6: 68 98 00 00 00 pushq $0x98
cdcb: e9 60 f6 ff ff jmpq c430 <_init+0x18>
000000000000cdd0 <frexpl@plt>:
cdd0: ff 25 f2 16 26 00 jmpq *0x2616f2(%rip) # 26e4c8 <_GLOBAL_OFFSET_TABLE_+0x4e0>
cdd6: 68 99 00 00 00 pushq $0x99
cddb: e9 50 f6 ff ff jmpq c430 <_init+0x18>
000000000000cde0 <npy_half_copysign@plt>:
cde0: ff 25 ea 16 26 00 jmpq *0x2616ea(%rip) # 26e4d0 <_GLOBAL_OFFSET_TABLE_+0x4e8>
cde6: 68 9a 00 00 00 pushq $0x9a
cdeb: e9 40 f6 ff ff jmpq c430 <_init+0x18>
000000000000cdf0 <npy_atan2l@plt>:
cdf0: ff 25 e2 16 26 00 jmpq *0x2616e2(%rip) # 26e4d8 <_GLOBAL_OFFSET_TABLE_+0x4f0>
cdf6: 68 9b 00 00 00 pushq $0x9b
cdfb: e9 30 f6 ff ff jmpq c430 <_init+0x18>
000000000000ce00 <PySequence_GetItem@plt>:
ce00: ff 25 da 16 26 00 jmpq *0x2616da(%rip) # 26e4e0 <_GLOBAL_OFFSET_TABLE_+0x4f8>
ce06: 68 9c 00 00 00 pushq $0x9c
ce0b: e9 20 f6 ff ff jmpq c430 <_init+0x18>
000000000000ce10 <PyDict_GetItem@plt>:
ce10: ff 25 d2 16 26 00 jmpq *0x2616d2(%rip) # 26e4e8 <_GLOBAL_OFFSET_TABLE_+0x500>
ce16: 68 9d 00 00 00 pushq $0x9d
ce1b: e9 10 f6 ff ff jmpq c430 <_init+0x18>
000000000000ce20 <PyInt_AsLong@plt>:
ce20: ff 25 ca 16 26 00 jmpq *0x2616ca(%rip) # 26e4f0 <_GLOBAL_OFFSET_TABLE_+0x508>
ce26: 68 9e 00 00 00 pushq $0x9e
ce2b: e9 00 f6 ff ff jmpq c430 <_init+0x18>
000000000000ce30 <sinl@plt>:
ce30: ff 25 c2 16 26 00 jmpq *0x2616c2(%rip) # 26e4f8 <_GLOBAL_OFFSET_TABLE_+0x510>
ce36: 68 9f 00 00 00 pushq $0x9f
ce3b: e9 f0 f5 ff ff jmpq c430 <_init+0x18>
000000000000ce40 <npy_double_to_half@plt>:
ce40: ff 25 ba 16 26 00 jmpq *0x2616ba(%rip) # 26e500 <_GLOBAL_OFFSET_TABLE_+0x518>
ce46: 68 a0 00 00 00 pushq $0xa0
ce4b: e9 e0 f5 ff ff jmpq c430 <_init+0x18>
000000000000ce50 <npy_get_floatstatus@plt>:
ce50: ff 25 b2 16 26 00 jmpq *0x2616b2(%rip) # 26e508 <_GLOBAL_OFFSET_TABLE_+0x520>
ce56: 68 a1 00 00 00 pushq $0xa1
ce5b: e9 d0 f5 ff ff jmpq c430 <_init+0x18>
000000000000ce60 <PyCObject_AsVoidPtr@plt>:
ce60: ff 25 aa 16 26 00 jmpq *0x2616aa(%rip) # 26e510 <_GLOBAL_OFFSET_TABLE_+0x528>
ce66: 68 a2 00 00 00 pushq $0xa2
ce6b: e9 c0 f5 ff ff jmpq c430 <_init+0x18>
000000000000ce70 <cexpf@plt>:
ce70: ff 25 a2 16 26 00 jmpq *0x2616a2(%rip) # 26e518 <_GLOBAL_OFFSET_TABLE_+0x530>
ce76: 68 a3 00 00 00 pushq $0xa3
ce7b: e9 b0 f5 ff ff jmpq c430 <_init+0x18>
000000000000ce80 <atanh@plt>:
ce80: ff 25 9a 16 26 00 jmpq *0x26169a(%rip) # 26e520 <_GLOBAL_OFFSET_TABLE_+0x538>
ce86: 68 a4 00 00 00 pushq $0xa4
ce8b: e9 a0 f5 ff ff jmpq c430 <_init+0x18>
000000000000ce90 <PyObject_RichCompare@plt>:
ce90: ff 25 92 16 26 00 jmpq *0x261692(%rip) # 26e528 <_GLOBAL_OFFSET_TABLE_+0x540>
ce96: 68 a5 00 00 00 pushq $0xa5
ce9b: e9 90 f5 ff ff jmpq c430 <_init+0x18>
000000000000cea0 <truncf@plt>:
cea0: ff 25 8a 16 26 00 jmpq *0x26168a(%rip) # 26e530 <_GLOBAL_OFFSET_TABLE_+0x548>
cea6: 68 a6 00 00 00 pushq $0xa6
ceab: e9 80 f5 ff ff jmpq c430 <_init+0x18>
000000000000ceb0 <npy_sqrtf@plt>:
ceb0: ff 25 82 16 26 00 jmpq *0x261682(%rip) # 26e538 <_GLOBAL_OFFSET_TABLE_+0x550>
ceb6: 68 a7 00 00 00 pushq $0xa7
cebb: e9 70 f5 ff ff jmpq c430 <_init+0x18>
000000000000cec0 <PySequence_Size@plt>:
cec0: ff 25 7a 16 26 00 jmpq *0x26167a(%rip) # 26e540 <_GLOBAL_OFFSET_TABLE_+0x558>
cec6: 68 a8 00 00 00 pushq $0xa8
cecb: e9 60 f5 ff ff jmpq c430 <_init+0x18>
000000000000ced0 <npy_set_floatstatus_invalid@plt>:
ced0: ff 25 72 16 26 00 jmpq *0x261672(%rip) # 26e548 <_GLOBAL_OFFSET_TABLE_+0x560>
ced6: 68 a9 00 00 00 pushq $0xa9
cedb: e9 50 f5 ff ff jmpq c430 <_init+0x18>
000000000000cee0 <clogf@plt>:
cee0: ff 25 6a 16 26 00 jmpq *0x26166a(%rip) # 26e550 <_GLOBAL_OFFSET_TABLE_+0x568>
cee6: 68 aa 00 00 00 pushq $0xaa
ceeb: e9 40 f5 ff ff jmpq c430 <_init+0x18>
000000000000cef0 <PyType_IsSubtype@plt>:
cef0: ff 25 62 16 26 00 jmpq *0x261662(%rip) # 26e558 <_GLOBAL_OFFSET_TABLE_+0x570>
cef6: 68 ab 00 00 00 pushq $0xab
cefb: e9 30 f5 ff ff jmpq c430 <_init+0x18>
000000000000cf00 <cabsf@plt>:
cf00: ff 25 5a 16 26 00 jmpq *0x26165a(%rip) # 26e560 <_GLOBAL_OFFSET_TABLE_+0x578>
cf06: 68 ac 00 00 00 pushq $0xac
cf0b: e9 20 f5 ff ff jmpq c430 <_init+0x18>
000000000000cf10 <npy_hypotl@plt>:
cf10: ff 25 52 16 26 00 jmpq *0x261652(%rip) # 26e568 <_GLOBAL_OFFSET_TABLE_+0x580>
cf16: 68 ad 00 00 00 pushq $0xad
cf1b: e9 10 f5 ff ff jmpq c430 <_init+0x18>
000000000000cf20 <ceill@plt>:
cf20: ff 25 4a 16 26 00 jmpq *0x26164a(%rip) # 26e570 <_GLOBAL_OFFSET_TABLE_+0x588>
cf26: 68 ae 00 00 00 pushq $0xae
cf2b: e9 00 f5 ff ff jmpq c430 <_init+0x18>
000000000000cf30 <cabsl@plt>:
cf30: ff 25 42 16 26 00 jmpq *0x261642(%rip) # 26e578 <_GLOBAL_OFFSET_TABLE_+0x590>
cf36: 68 af 00 00 00 pushq $0xaf
cf3b: e9 f0 f4 ff ff jmpq c430 <_init+0x18>
000000000000cf40 <npy_logl@plt>:
cf40: ff 25 3a 16 26 00 jmpq *0x26163a(%rip) # 26e580 <_GLOBAL_OFFSET_TABLE_+0x598>
cf46: 68 b0 00 00 00 pushq $0xb0
cf4b: e9 e0 f4 ff ff jmpq c430 <_init+0x18>
000000000000cf50 <npy_half_isinf@plt>:
cf50: ff 25 32 16 26 00 jmpq *0x261632(%rip) # 26e588 <_GLOBAL_OFFSET_TABLE_+0x5a0>
cf56: 68 b1 00 00 00 pushq $0xb1
cf5b: e9 d0 f4 ff ff jmpq c430 <_init+0x18>
000000000000cf60 <cpowl@plt>:
cf60: ff 25 2a 16 26 00 jmpq *0x26162a(%rip) # 26e590 <_GLOBAL_OFFSET_TABLE_+0x5a8>
cf66: 68 b2 00 00 00 pushq $0xb2
cf6b: e9 c0 f4 ff ff jmpq c430 <_init+0x18>
000000000000cf70 <PyObject_Init@plt>:
cf70: ff 25 22 16 26 00 jmpq *0x261622(%rip) # 26e598 <_GLOBAL_OFFSET_TABLE_+0x5b0>
cf76: 68 b3 00 00 00 pushq $0xb3
cf7b: e9 b0 f4 ff ff jmpq c430 <_init+0x18>
000000000000cf80 <PyNumber_Add@plt>:
cf80: ff 25 1a 16 26 00 jmpq *0x26161a(%rip) # 26e5a0 <_GLOBAL_OFFSET_TABLE_+0x5b8>
cf86: 68 b4 00 00 00 pushq $0xb4
cf8b: e9 a0 f4 ff ff jmpq c430 <_init+0x18>
000000000000cf90 <PyGILState_Ensure@plt>:
cf90: ff 25 12 16 26 00 jmpq *0x261612(%rip) # 26e5a8 <_GLOBAL_OFFSET_TABLE_+0x5c0>
cf96: 68 b5 00 00 00 pushq $0xb5
cf9b: e9 90 f4 ff ff jmpq c430 <_init+0x18>
000000000000cfa0 <npy_expf@plt>:
cfa0: ff 25 0a 16 26 00 jmpq *0x26160a(%rip) # 26e5b0 <_GLOBAL_OFFSET_TABLE_+0x5c8>
cfa6: 68 b6 00 00 00 pushq $0xb6
cfab: e9 80 f4 ff ff jmpq c430 <_init+0x18>
000000000000cfb0 <memcpy@plt>:
cfb0: ff 25 02 16 26 00 jmpq *0x261602(%rip) # 26e5b8 <_GLOBAL_OFFSET_TABLE_+0x5d0>
cfb6: 68 b7 00 00 00 pushq $0xb7
cfbb: e9 70 f4 ff ff jmpq c430 <_init+0x18>
000000000000cfc0 <hypotf@plt>:
cfc0: ff 25 fa 15 26 00 jmpq *0x2615fa(%rip) # 26e5c0 <_GLOBAL_OFFSET_TABLE_+0x5d8>
cfc6: 68 b8 00 00 00 pushq $0xb8
cfcb: e9 60 f4 ff ff jmpq c430 <_init+0x18>
000000000000cfd0 <PyErr_WarnEx@plt>:
cfd0: ff 25 f2 15 26 00 jmpq *0x2615f2(%rip) # 26e5c8 <_GLOBAL_OFFSET_TABLE_+0x5e0>
cfd6: 68 b9 00 00 00 pushq $0xb9
cfdb: e9 50 f4 ff ff jmpq c430 <_init+0x18>
000000000000cfe0 <npy_float_to_half@plt>:
cfe0: ff 25 ea 15 26 00 jmpq *0x2615ea(%rip) # 26e5d0 <_GLOBAL_OFFSET_TABLE_+0x5e8>
cfe6: 68 ba 00 00 00 pushq $0xba
cfeb: e9 40 f4 ff ff jmpq c430 <_init+0x18>
000000000000cff0 <PyObject_CallObject@plt>:
cff0: ff 25 e2 15 26 00 jmpq *0x2615e2(%rip) # 26e5d8 <_GLOBAL_OFFSET_TABLE_+0x5f0>
cff6: 68 bb 00 00 00 pushq $0xbb
cffb: e9 30 f4 ff ff jmpq c430 <_init+0x18>
000000000000d000 <npy_log1p@plt>:
d000: ff 25 da 15 26 00 jmpq *0x2615da(%rip) # 26e5e0 <_GLOBAL_OFFSET_TABLE_+0x5f8>
d006: 68 bc 00 00 00 pushq $0xbc
d00b: e9 20 f4 ff ff jmpq c430 <_init+0x18>
000000000000d010 <expf@plt>:
d010: ff 25 d2 15 26 00 jmpq *0x2615d2(%rip) # 26e5e8 <_GLOBAL_OFFSET_TABLE_+0x600>
d016: 68 bd 00 00 00 pushq $0xbd
d01b: e9 10 f4 ff ff jmpq c430 <_init+0x18>
000000000000d020 <asinhl@plt>:
d020: ff 25 ca 15 26 00 jmpq *0x2615ca(%rip) # 26e5f0 <_GLOBAL_OFFSET_TABLE_+0x608>
d026: 68 be 00 00 00 pushq $0xbe
d02b: e9 00 f4 ff ff jmpq c430 <_init+0x18>
000000000000d030 <atanf@plt>:
d030: ff 25 c2 15 26 00 jmpq *0x2615c2(%rip) # 26e5f8 <_GLOBAL_OFFSET_TABLE_+0x610>
d036: 68 bf 00 00 00 pushq $0xbf
d03b: e9 f0 f3 ff ff jmpq c430 <_init+0x18>
000000000000d040 <PyThreadState_GetDict@plt>:
d040: ff 25 ba 15 26 00 jmpq *0x2615ba(%rip) # 26e600 <_GLOBAL_OFFSET_TABLE_+0x618>
d046: 68 c0 00 00 00 pushq $0xc0
d04b: e9 e0 f3 ff ff jmpq c430 <_init+0x18>
000000000000d050 <npy_clogl@plt>:
d050: ff 25 b2 15 26 00 jmpq *0x2615b2(%rip) # 26e608 <_GLOBAL_OFFSET_TABLE_+0x620>
d056: 68 c1 00 00 00 pushq $0xc1
d05b: e9 d0 f3 ff ff jmpq c430 <_init+0x18>
000000000000d060 <npy_cexpf@plt>:
d060: ff 25 aa 15 26 00 jmpq *0x2615aa(%rip) # 26e610 <_GLOBAL_OFFSET_TABLE_+0x628>
d066: 68 c2 00 00 00 pushq $0xc2
d06b: e9 c0 f3 ff ff jmpq c430 <_init+0x18>
000000000000d070 <Py_BuildValue@plt>:
d070: ff 25 a2 15 26 00 jmpq *0x2615a2(%rip) # 26e618 <_GLOBAL_OFFSET_TABLE_+0x630>
d076: 68 c3 00 00 00 pushq $0xc3
d07b: e9 b0 f3 ff ff jmpq c430 <_init+0x18>
000000000000d080 <PyUnicodeUCS2_AsASCIIString@plt>:
d080: ff 25 9a 15 26 00 jmpq *0x26159a(%rip) # 26e620 <_GLOBAL_OFFSET_TABLE_+0x638>
d086: 68 c4 00 00 00 pushq $0xc4
d08b: e9 a0 f3 ff ff jmpq c430 <_init+0x18>
000000000000d090 <npy_half_eq@plt>:
d090: ff 25 92 15 26 00 jmpq *0x261592(%rip) # 26e628 <_GLOBAL_OFFSET_TABLE_+0x640>
d096: 68 c5 00 00 00 pushq $0xc5
d09b: e9 90 f3 ff ff jmpq c430 <_init+0x18>
000000000000d0a0 <PyObject_GetAttrString@plt>:
d0a0: ff 25 8a 15 26 00 jmpq *0x26158a(%rip) # 26e630 <_GLOBAL_OFFSET_TABLE_+0x648>
d0a6: 68 c6 00 00 00 pushq $0xc6
d0ab: e9 80 f3 ff ff jmpq c430 <_init+0x18>
000000000000d0b0 <fmodl@plt>:
d0b0: ff 25 82 15 26 00 jmpq *0x261582(%rip) # 26e638 <_GLOBAL_OFFSET_TABLE_+0x650>
d0b6: 68 c7 00 00 00 pushq $0xc7
d0bb: e9 70 f3 ff ff jmpq c430 <_init+0x18>
000000000000d0c0 <npy_hypot@plt>:
d0c0: ff 25 7a 15 26 00 jmpq *0x26157a(%rip) # 26e640 <_GLOBAL_OFFSET_TABLE_+0x658>
d0c6: 68 c8 00 00 00 pushq $0xc8
d0cb: e9 60 f3 ff ff jmpq c430 <_init+0x18>
000000000000d0d0 <nextafterl@plt>:
d0d0: ff 25 72 15 26 00 jmpq *0x261572(%rip) # 26e648 <_GLOBAL_OFFSET_TABLE_+0x660>
d0d6: 68 c9 00 00 00 pushq $0xc9
d0db: e9 50 f3 ff ff jmpq c430 <_init+0x18>
000000000000d0e0 <npy_sinhf@plt>:
d0e0: ff 25 6a 15 26 00 jmpq *0x26156a(%rip) # 26e650 <_GLOBAL_OFFSET_TABLE_+0x668>
d0e6: 68 ca 00 00 00 pushq $0xca
d0eb: e9 40 f3 ff ff jmpq c430 <_init+0x18>
000000000000d0f0 <powf@plt>:
d0f0: ff 25 62 15 26 00 jmpq *0x261562(%rip) # 26e658 <_GLOBAL_OFFSET_TABLE_+0x670>
d0f6: 68 cb 00 00 00 pushq $0xcb
d0fb: e9 30 f3 ff ff jmpq c430 <_init+0x18>
000000000000d100 <cosf@plt>:
d100: ff 25 5a 15 26 00 jmpq *0x26155a(%rip) # 26e660 <_GLOBAL_OFFSET_TABLE_+0x678>
d106: 68 cc 00 00 00 pushq $0xcc
d10b: e9 20 f3 ff ff jmpq c430 <_init+0x18>
000000000000d110 <npy_sinhl@plt>:
d110: ff 25 52 15 26 00 jmpq *0x261552(%rip) # 26e668 <_GLOBAL_OFFSET_TABLE_+0x680>
d116: 68 cd 00 00 00 pushq $0xcd
d11b: e9 10 f3 ff ff jmpq c430 <_init+0x18>
000000000000d120 <PyEval_GetBuiltins@plt>:
d120: ff 25 4a 15 26 00 jmpq *0x26154a(%rip) # 26e670 <_GLOBAL_OFFSET_TABLE_+0x688>
d126: 68 ce 00 00 00 pushq $0xce
d12b: e9 00 f3 ff ff jmpq c430 <_init+0x18>
000000000000d130 <npy_cpowf@plt>:
d130: ff 25 42 15 26 00 jmpq *0x261542(%rip) # 26e678 <_GLOBAL_OFFSET_TABLE_+0x690>
d136: 68 cf 00 00 00 pushq $0xcf
d13b: e9 f0 f2 ff ff jmpq c430 <_init+0x18>
000000000000d140 <frexpf@plt>:
d140: ff 25 3a 15 26 00 jmpq *0x26153a(%rip) # 26e680 <_GLOBAL_OFFSET_TABLE_+0x698>
d146: 68 d0 00 00 00 pushq $0xd0
d14b: e9 e0 f2 ff ff jmpq c430 <_init+0x18>
000000000000d150 <npy_half_ge@plt>:
d150: ff 25 32 15 26 00 jmpq *0x261532(%rip) # 26e688 <_GLOBAL_OFFSET_TABLE_+0x6a0>
d156: 68 d1 00 00 00 pushq $0xd1
d15b: e9 d0 f2 ff ff jmpq c430 <_init+0x18>
000000000000d160 <logl@plt>:
d160: ff 25 2a 15 26 00 jmpq *0x26152a(%rip) # 26e690 <_GLOBAL_OFFSET_TABLE_+0x6a8>
d166: 68 d2 00 00 00 pushq $0xd2
d16b: e9 c0 f2 ff ff jmpq c430 <_init+0x18>
000000000000d170 <npy_half_to_double@plt>:
d170: ff 25 22 15 26 00 jmpq *0x261522(%rip) # 26e698 <_GLOBAL_OFFSET_TABLE_+0x6b0>
d176: 68 d3 00 00 00 pushq $0xd3
d17b: e9 b0 f2 ff ff jmpq c430 <_init+0x18>
000000000000d180 <acos@plt>:
d180: ff 25 1a 15 26 00 jmpq *0x26151a(%rip) # 26e6a0 <_GLOBAL_OFFSET_TABLE_+0x6b8>
d186: 68 d4 00 00 00 pushq $0xd4
d18b: e9 a0 f2 ff ff jmpq c430 <_init+0x18>
000000000000d190 <modff@plt>:
d190: ff 25 12 15 26 00 jmpq *0x261512(%rip) # 26e6a8 <_GLOBAL_OFFSET_TABLE_+0x6c0>
d196: 68 d5 00 00 00 pushq $0xd5
d19b: e9 90 f2 ff ff jmpq c430 <_init+0x18>
000000000000d1a0 <npy_rintl@plt>:
d1a0: ff 25 0a 15 26 00 jmpq *0x26150a(%rip) # 26e6b0 <_GLOBAL_OFFSET_TABLE_+0x6c8>
d1a6: 68 d6 00 00 00 pushq $0xd6
d1ab: e9 80 f2 ff ff jmpq c430 <_init+0x18>
000000000000d1b0 <PyDict_GetItemString@plt>:
d1b0: ff 25 02 15 26 00 jmpq *0x261502(%rip) # 26e6b8 <_GLOBAL_OFFSET_TABLE_+0x6d0>
d1b6: 68 d7 00 00 00 pushq $0xd7
d1bb: e9 70 f2 ff ff jmpq c430 <_init+0x18>
000000000000d1c0 <npy_log1pl@plt>:
d1c0: ff 25 fa 14 26 00 jmpq *0x2614fa(%rip) # 26e6c0 <_GLOBAL_OFFSET_TABLE_+0x6d8>
d1c6: 68 d8 00 00 00 pushq $0xd8
d1cb: e9 60 f2 ff ff jmpq c430 <_init+0x18>
000000000000d1d0 <npy_nextafterf@plt>:
d1d0: ff 25 f2 14 26 00 jmpq *0x2614f2(%rip) # 26e6c8 <_GLOBAL_OFFSET_TABLE_+0x6e0>
d1d6: 68 d9 00 00 00 pushq $0xd9
d1db: e9 50 f2 ff ff jmpq c430 <_init+0x18>
000000000000d1e0 <npy_half_le_nonan@plt>:
d1e0: ff 25 ea 14 26 00 jmpq *0x2614ea(%rip) # 26e6d0 <_GLOBAL_OFFSET_TABLE_+0x6e8>
d1e6: 68 da 00 00 00 pushq $0xda
d1eb: e9 40 f2 ff ff jmpq c430 <_init+0x18>
000000000000d1f0 <exp2@plt>:
d1f0: ff 25 e2 14 26 00 jmpq *0x2614e2(%rip) # 26e6d8 <_GLOBAL_OFFSET_TABLE_+0x6f0>
d1f6: 68 db 00 00 00 pushq $0xdb
d1fb: e9 30 f2 ff ff jmpq c430 <_init+0x18>
000000000000d200 <strcpy@plt>:
d200: ff 25 da 14 26 00 jmpq *0x2614da(%rip) # 26e6e0 <_GLOBAL_OFFSET_TABLE_+0x6f8>
d206: 68 dc 00 00 00 pushq $0xdc
d20b: e9 20 f2 ff ff jmpq c430 <_init+0x18>
000000000000d210 <csin@plt>:
d210: ff 25 d2 14 26 00 jmpq *0x2614d2(%rip) # 26e6e8 <_GLOBAL_OFFSET_TABLE_+0x700>
d216: 68 dd 00 00 00 pushq $0xdd
d21b: e9 10 f2 ff ff jmpq c430 <_init+0x18>
000000000000d220 <csqrtf@plt>:
d220: ff 25 ca 14 26 00 jmpq *0x2614ca(%rip) # 26e6f0 <_GLOBAL_OFFSET_TABLE_+0x708>
d226: 68 de 00 00 00 pushq $0xde
d22b: e9 00 f2 ff ff jmpq c430 <_init+0x18>
000000000000d230 <clog@plt>:
d230: ff 25 c2 14 26 00 jmpq *0x2614c2(%rip) # 26e6f8 <_GLOBAL_OFFSET_TABLE_+0x710>
d236: 68 df 00 00 00 pushq $0xdf
d23b: e9 f0 f1 ff ff jmpq c430 <_init+0x18>
000000000000d240 <atanhf@plt>:
d240: ff 25 ba 14 26 00 jmpq *0x2614ba(%rip) # 26e700 <_GLOBAL_OFFSET_TABLE_+0x718>
d246: 68 e0 00 00 00 pushq $0xe0
d24b: e9 e0 f1 ff ff jmpq c430 <_init+0x18>
000000000000d250 <npy_expm1f@plt>:
d250: ff 25 b2 14 26 00 jmpq *0x2614b2(%rip) # 26e708 <_GLOBAL_OFFSET_TABLE_+0x720>
d256: 68 e1 00 00 00 pushq $0xe1
d25b: e9 d0 f1 ff ff jmpq c430 <_init+0x18>
000000000000d260 <ccosl@plt>:
d260: ff 25 aa 14 26 00 jmpq *0x2614aa(%rip) # 26e710 <_GLOBAL_OFFSET_TABLE_+0x728>
d266: 68 e2 00 00 00 pushq $0xe2
d26b: e9 c0 f1 ff ff jmpq c430 <_init+0x18>
000000000000d270 <PyObject_Compare@plt>:
d270: ff 25 a2 14 26 00 jmpq *0x2614a2(%rip) # 26e718 <_GLOBAL_OFFSET_TABLE_+0x730>
d276: 68 e3 00 00 00 pushq $0xe3
d27b: e9 b0 f1 ff ff jmpq c430 <_init+0x18>
000000000000d280 <PyString_ConcatAndDel@plt>:
d280: ff 25 9a 14 26 00 jmpq *0x26149a(%rip) # 26e720 <_GLOBAL_OFFSET_TABLE_+0x738>
d286: 68 e4 00 00 00 pushq $0xe4
d28b: e9 a0 f1 ff ff jmpq c430 <_init+0x18>
000000000000d290 <log10f@plt>:
d290: ff 25 92 14 26 00 jmpq *0x261492(%rip) # 26e728 <_GLOBAL_OFFSET_TABLE_+0x740>
d296: 68 e5 00 00 00 pushq $0xe5
d29b: e9 90 f1 ff ff jmpq c430 <_init+0x18>
000000000000d2a0 <csqrt@plt>:
d2a0: ff 25 8a 14 26 00 jmpq *0x26148a(%rip) # 26e730 <_GLOBAL_OFFSET_TABLE_+0x748>
d2a6: 68 e6 00 00 00 pushq $0xe6
d2ab: e9 80 f1 ff ff jmpq c430 <_init+0x18>
000000000000d2b0 <ccos@plt>:
d2b0: ff 25 82 14 26 00 jmpq *0x261482(%rip) # 26e738 <_GLOBAL_OFFSET_TABLE_+0x750>
d2b6: 68 e7 00 00 00 pushq $0xe7
d2bb: e9 70 f1 ff ff jmpq c430 <_init+0x18>
000000000000d2c0 <PyLong_FromLongLong@plt>:
d2c0: ff 25 7a 14 26 00 jmpq *0x26147a(%rip) # 26e740 <_GLOBAL_OFFSET_TABLE_+0x758>
d2c6: 68 e8 00 00 00 pushq $0xe8
d2cb: e9 60 f1 ff ff jmpq c430 <_init+0x18>
000000000000d2d0 <npy_cosl@plt>:
d2d0: ff 25 72 14 26 00 jmpq *0x261472(%rip) # 26e748 <_GLOBAL_OFFSET_TABLE_+0x760>
d2d6: 68 e9 00 00 00 pushq $0xe9
d2db: e9 50 f1 ff ff jmpq c430 <_init+0x18>
000000000000d2e0 <npy_fmodl@plt>:
d2e0: ff 25 6a 14 26 00 jmpq *0x26146a(%rip) # 26e750 <_GLOBAL_OFFSET_TABLE_+0x768>
d2e6: 68 ea 00 00 00 pushq $0xea
d2eb: e9 40 f1 ff ff jmpq c430 <_init+0x18>
000000000000d2f0 <PyString_AsStringAndSize@plt>:
d2f0: ff 25 62 14 26 00 jmpq *0x261462(%rip) # 26e758 <_GLOBAL_OFFSET_TABLE_+0x770>
d2f6: 68 eb 00 00 00 pushq $0xeb
d2fb: e9 30 f1 ff ff jmpq c430 <_init+0x18>
000000000000d300 <rintf@plt>:
d300: ff 25 5a 14 26 00 jmpq *0x26145a(%rip) # 26e760 <_GLOBAL_OFFSET_TABLE_+0x778>
d306: 68 ec 00 00 00 pushq $0xec
d30b: e9 20 f1 ff ff jmpq c430 <_init+0x18>
000000000000d310 <feclearexcept@plt>:
d310: ff 25 52 14 26 00 jmpq *0x261452(%rip) # 26e768 <_GLOBAL_OFFSET_TABLE_+0x780>
d316: 68 ed 00 00 00 pushq $0xed
d31b: e9 10 f1 ff ff jmpq c430 <_init+0x18>
000000000000d320 <PyTuple_Size@plt>:
d320: ff 25 4a 14 26 00 jmpq *0x26144a(%rip) # 26e770 <_GLOBAL_OFFSET_TABLE_+0x788>
d326: 68 ee 00 00 00 pushq $0xee
d32b: e9 00 f1 ff ff jmpq c430 <_init+0x18>
000000000000d330 <PyImport_ImportModule@plt>:
d330: ff 25 42 14 26 00 jmpq *0x261442(%rip) # 26e778 <_GLOBAL_OFFSET_TABLE_+0x790>
d336: 68 ef 00 00 00 pushq $0xef
d33b: e9 f0 f0 ff ff jmpq c430 <_init+0x18>
000000000000d340 <acosl@plt>:
d340: ff 25 3a 14 26 00 jmpq *0x26143a(%rip) # 26e780 <_GLOBAL_OFFSET_TABLE_+0x798>
d346: 68 f0 00 00 00 pushq $0xf0
d34b: e9 e0 f0 ff ff jmpq c430 <_init+0x18>
000000000000d350 <ceilf@plt>:
d350: ff 25 32 14 26 00 jmpq *0x261432(%rip) # 26e788 <_GLOBAL_OFFSET_TABLE_+0x7a0>
d356: 68 f1 00 00 00 pushq $0xf1
d35b: e9 d0 f0 ff ff jmpq c430 <_init+0x18>
000000000000d360 <PyErr_Clear@plt>:
d360: ff 25 2a 14 26 00 jmpq *0x26142a(%rip) # 26e790 <_GLOBAL_OFFSET_TABLE_+0x7a8>
d366: 68 f2 00 00 00 pushq $0xf2
d36b: e9 c0 f0 ff ff jmpq c430 <_init+0x18>
000000000000d370 <npy_coshl@plt>:
d370: ff 25 22 14 26 00 jmpq *0x261422(%rip) # 26e798 <_GLOBAL_OFFSET_TABLE_+0x7b0>
d376: 68 f3 00 00 00 pushq $0xf3
d37b: e9 b0 f0 ff ff jmpq c430 <_init+0x18>
000000000000d380 <npy_cosh@plt>:
d380: ff 25 1a 14 26 00 jmpq *0x26141a(%rip) # 26e7a0 <_GLOBAL_OFFSET_TABLE_+0x7b8>
d386: 68 f4 00 00 00 pushq $0xf4
d38b: e9 a0 f0 ff ff jmpq c430 <_init+0x18>
000000000000d390 <acoshl@plt>:
d390: ff 25 12 14 26 00 jmpq *0x261412(%rip) # 26e7a8 <_GLOBAL_OFFSET_TABLE_+0x7c0>
d396: 68 f5 00 00 00 pushq $0xf5
d39b: e9 90 f0 ff ff jmpq c430 <_init+0x18>
000000000000d3a0 <clogl@plt>:
d3a0: ff 25 0a 14 26 00 jmpq *0x26140a(%rip) # 26e7b0 <_GLOBAL_OFFSET_TABLE_+0x7c8>
d3a6: 68 f6 00 00 00 pushq $0xf6
d3ab: e9 80 f0 ff ff jmpq c430 <_init+0x18>
000000000000d3b0 <PyTuple_New@plt>:
d3b0: ff 25 02 14 26 00 jmpq *0x261402(%rip) # 26e7b8 <_GLOBAL_OFFSET_TABLE_+0x7d0>
d3b6: 68 f7 00 00 00 pushq $0xf7
d3bb: e9 70 f0 ff ff jmpq c430 <_init+0x18>
000000000000d3c0 <cexpl@plt>:
d3c0: ff 25 fa 13 26 00 jmpq *0x2613fa(%rip) # 26e7c0 <_GLOBAL_OFFSET_TABLE_+0x7d8>
d3c6: 68 f8 00 00 00 pushq $0xf8
d3cb: e9 60 f0 ff ff jmpq c430 <_init+0x18>
000000000000d3d0 <powl@plt>:
d3d0: ff 25 f2 13 26 00 jmpq *0x2613f2(%rip) # 26e7c8 <_GLOBAL_OFFSET_TABLE_+0x7e0>
d3d6: 68 f9 00 00 00 pushq $0xf9
d3db: e9 50 f0 ff ff jmpq c430 <_init+0x18>
000000000000d3e0 <expm1@plt>:
d3e0: ff 25 ea 13 26 00 jmpq *0x2613ea(%rip) # 26e7d0 <_GLOBAL_OFFSET_TABLE_+0x7e8>
d3e6: 68 fa 00 00 00 pushq $0xfa
d3eb: e9 40 f0 ff ff jmpq c430 <_init+0x18>
000000000000d3f0 <csinf@plt>:
d3f0: ff 25 e2 13 26 00 jmpq *0x2613e2(%rip) # 26e7d8 <_GLOBAL_OFFSET_TABLE_+0x7f0>
d3f6: 68 fb 00 00 00 pushq $0xfb
d3fb: e9 30 f0 ff ff jmpq c430 <_init+0x18>
000000000000d400 <npy_fmod@plt>:
d400: ff 25 da 13 26 00 jmpq *0x2613da(%rip) # 26e7e0 <_GLOBAL_OFFSET_TABLE_+0x7f8>
d406: 68 fc 00 00 00 pushq $0xfc
d40b: e9 20 f0 ff ff jmpq c430 <_init+0x18>
000000000000d410 <PyErr_SetString@plt>:
d410: ff 25 d2 13 26 00 jmpq *0x2613d2(%rip) # 26e7e8 <_GLOBAL_OFFSET_TABLE_+0x800>
d416: 68 fd 00 00 00 pushq $0xfd
d41b: e9 10 f0 ff ff jmpq c430 <_init+0x18>
000000000000d420 <npy_floorf@plt>:
d420: ff 25 ca 13 26 00 jmpq *0x2613ca(%rip) # 26e7f0 <_GLOBAL_OFFSET_TABLE_+0x808>
d426: 68 fe 00 00 00 pushq $0xfe
d42b: e9 00 f0 ff ff jmpq c430 <_init+0x18>
000000000000d430 <asinf@plt>:
d430: ff 25 c2 13 26 00 jmpq *0x2613c2(%rip) # 26e7f8 <_GLOBAL_OFFSET_TABLE_+0x810>
d436: 68 ff 00 00 00 pushq $0xff
d43b: e9 f0 ef ff ff jmpq c430 <_init+0x18>
000000000000d440 <npy_half_lt_nonan@plt>:
d440: ff 25 ba 13 26 00 jmpq *0x2613ba(%rip) # 26e800 <_GLOBAL_OFFSET_TABLE_+0x818>
d446: 68 00 01 00 00 pushq $0x100
d44b: e9 e0 ef ff ff jmpq c430 <_init+0x18>
000000000000d450 <feraiseexcept@plt>:
d450: ff 25 b2 13 26 00 jmpq *0x2613b2(%rip) # 26e808 <_GLOBAL_OFFSET_TABLE_+0x820>
d456: 68 01 01 00 00 pushq $0x101
d45b: e9 d0 ef ff ff jmpq c430 <_init+0x18>
000000000000d460 <npy_spacingf@plt>:
d460: ff 25 aa 13 26 00 jmpq *0x2613aa(%rip) # 26e810 <_GLOBAL_OFFSET_TABLE_+0x828>
d466: 68 02 01 00 00 pushq $0x102
d46b: e9 c0 ef ff ff jmpq c430 <_init+0x18>
000000000000d470 <npy_sinf@plt>:
d470: ff 25 a2 13 26 00 jmpq *0x2613a2(%rip) # 26e818 <_GLOBAL_OFFSET_TABLE_+0x830>
d476: 68 03 01 00 00 pushq $0x103
d47b: e9 b0 ef ff ff jmpq c430 <_init+0x18>
000000000000d480 <tanhl@plt>:
d480: ff 25 9a 13 26 00 jmpq *0x26139a(%rip) # 26e820 <_GLOBAL_OFFSET_TABLE_+0x838>
d486: 68 04 01 00 00 pushq $0x104
d48b: e9 a0 ef ff ff jmpq c430 <_init+0x18>
000000000000d490 <modf@plt>:
d490: ff 25 92 13 26 00 jmpq *0x261392(%rip) # 26e828 <_GLOBAL_OFFSET_TABLE_+0x840>
d496: 68 05 01 00 00 pushq $0x105
d49b: e9 90 ef ff ff jmpq c430 <_init+0x18>
000000000000d4a0 <PyObject_CallFunction@plt>:
d4a0: ff 25 8a 13 26 00 jmpq *0x26138a(%rip) # 26e830 <_GLOBAL_OFFSET_TABLE_+0x848>
d4a6: 68 06 01 00 00 pushq $0x106
d4ab: e9 80 ef ff ff jmpq c430 <_init+0x18>
000000000000d4b0 <npy_csqrtl@plt>:
d4b0: ff 25 82 13 26 00 jmpq *0x261382(%rip) # 26e838 <_GLOBAL_OFFSET_TABLE_+0x850>
d4b6: 68 07 01 00 00 pushq $0x107
d4bb: e9 70 ef ff ff jmpq c430 <_init+0x18>
000000000000d4c0 <npy_rint@plt>:
d4c0: ff 25 7a 13 26 00 jmpq *0x26137a(%rip) # 26e840 <_GLOBAL_OFFSET_TABLE_+0x858>
d4c6: 68 08 01 00 00 pushq $0x108
d4cb: e9 60 ef ff ff jmpq c430 <_init+0x18>
000000000000d4d0 <npy_csqrt@plt>:
d4d0: ff 25 72 13 26 00 jmpq *0x261372(%rip) # 26e848 <_GLOBAL_OFFSET_TABLE_+0x860>
d4d6: 68 09 01 00 00 pushq $0x109
d4db: e9 50 ef ff ff jmpq c430 <_init+0x18>
000000000000d4e0 <npy_modff@plt>:
d4e0: ff 25 6a 13 26 00 jmpq *0x26136a(%rip) # 26e850 <_GLOBAL_OFFSET_TABLE_+0x868>
d4e6: 68 0a 01 00 00 pushq $0x10a
d4eb: e9 40 ef ff ff jmpq c430 <_init+0x18>
000000000000d4f0 <floor@plt>:
d4f0: ff 25 62 13 26 00 jmpq *0x261362(%rip) # 26e858 <_GLOBAL_OFFSET_TABLE_+0x870>
d4f6: 68 0b 01 00 00 pushq $0x10b
d4fb: e9 30 ef ff ff jmpq c430 <_init+0x18>
000000000000d500 <sinf@plt>:
d500: ff 25 5a 13 26 00 jmpq *0x26135a(%rip) # 26e860 <_GLOBAL_OFFSET_TABLE_+0x878>
d506: 68 0c 01 00 00 pushq $0x10c
d50b: e9 20 ef ff ff jmpq c430 <_init+0x18>
000000000000d510 <exp2f@plt>:
d510: ff 25 52 13 26 00 jmpq *0x261352(%rip) # 26e868 <_GLOBAL_OFFSET_TABLE_+0x880>
d516: 68 0d 01 00 00 pushq $0x10d
d51b: e9 10 ef ff ff jmpq c430 <_init+0x18>
000000000000d520 <fprintf@plt>:
d520: ff 25 4a 13 26 00 jmpq *0x26134a(%rip) # 26e870 <_GLOBAL_OFFSET_TABLE_+0x888>
d526: 68 0e 01 00 00 pushq $0x10e
d52b: e9 00 ef ff ff jmpq c430 <_init+0x18>
000000000000d530 <PyObject_HasAttrString@plt>:
d530: ff 25 42 13 26 00 jmpq *0x261342(%rip) # 26e878 <_GLOBAL_OFFSET_TABLE_+0x890>
d536: 68 0f 01 00 00 pushq $0x10f
d53b: e9 f0 ee ff ff jmpq c430 <_init+0x18>
000000000000d540 <cexp@plt>:
d540: ff 25 3a 13 26 00 jmpq *0x26133a(%rip) # 26e880 <_GLOBAL_OFFSET_TABLE_+0x898>
d546: 68 10 01 00 00 pushq $0x110
d54b: e9 e0 ee ff ff jmpq c430 <_init+0x18>
000000000000d550 <npy_exp2f@plt>:
d550: ff 25 32 13 26 00 jmpq *0x261332(%rip) # 26e888 <_GLOBAL_OFFSET_TABLE_+0x8a0>
d556: 68 11 01 00 00 pushq $0x111
d55b: e9 d0 ee ff ff jmpq c430 <_init+0x18>
000000000000d560 <npy_set_floatstatus_underflow@plt>:
d560: ff 25 2a 13 26 00 jmpq *0x26132a(%rip) # 26e890 <_GLOBAL_OFFSET_TABLE_+0x8a8>
d566: 68 12 01 00 00 pushq $0x112
d56b: e9 c0 ee ff ff jmpq c430 <_init+0x18>
000000000000d570 <npy_log2_1pl@plt>:
d570: ff 25 22 13 26 00 jmpq *0x261322(%rip) # 26e898 <_GLOBAL_OFFSET_TABLE_+0x8b0>
d576: 68 13 01 00 00 pushq $0x113
d57b: e9 b0 ee ff ff jmpq c430 <_init+0x18>
000000000000d580 <npy_modf@plt>:
d580: ff 25 1a 13 26 00 jmpq *0x26131a(%rip) # 26e8a0 <_GLOBAL_OFFSET_TABLE_+0x8b8>
d586: 68 14 01 00 00 pushq $0x114
d58b: e9 a0 ee ff ff jmpq c430 <_init+0x18>
000000000000d590 <sinhf@plt>:
d590: ff 25 12 13 26 00 jmpq *0x261312(%rip) # 26e8a8 <_GLOBAL_OFFSET_TABLE_+0x8c0>
d596: 68 15 01 00 00 pushq $0x115
d59b: e9 90 ee ff ff jmpq c430 <_init+0x18>
000000000000d5a0 <ccosf@plt>:
d5a0: ff 25 0a 13 26 00 jmpq *0x26130a(%rip) # 26e8b0 <_GLOBAL_OFFSET_TABLE_+0x8c8>
d5a6: 68 16 01 00 00 pushq $0x116
d5ab: e9 80 ee ff ff jmpq c430 <_init+0x18>
000000000000d5b0 <PyList_New@plt>:
d5b0: ff 25 02 13 26 00 jmpq *0x261302(%rip) # 26e8b8 <_GLOBAL_OFFSET_TABLE_+0x8d0>
d5b6: 68 17 01 00 00 pushq $0x117
d5bb: e9 70 ee ff ff jmpq c430 <_init+0x18>
000000000000d5c0 <npy_half_lt@plt>:
d5c0: ff 25 fa 12 26 00 jmpq *0x2612fa(%rip) # 26e8c0 <_GLOBAL_OFFSET_TABLE_+0x8d8>
d5c6: 68 18 01 00 00 pushq $0x118
d5cb: e9 60 ee ff ff jmpq c430 <_init+0x18>
000000000000d5d0 <sqrt@plt>:
d5d0: ff 25 f2 12 26 00 jmpq *0x2612f2(%rip) # 26e8c8 <_GLOBAL_OFFSET_TABLE_+0x8e0>
d5d6: 68 19 01 00 00 pushq $0x119
d5db: e9 50 ee ff ff jmpq c430 <_init+0x18>
000000000000d5e0 <PyMem_Malloc@plt>:
d5e0: ff 25 ea 12 26 00 jmpq *0x2612ea(%rip) # 26e8d0 <_GLOBAL_OFFSET_TABLE_+0x8e8>
d5e6: 68 1a 01 00 00 pushq $0x11a
d5eb: e9 40 ee ff ff jmpq c430 <_init+0x18>
000000000000d5f0 <coshf@plt>:
d5f0: ff 25 e2 12 26 00 jmpq *0x2612e2(%rip) # 26e8d8 <_GLOBAL_OFFSET_TABLE_+0x8f0>
d5f6: 68 1b 01 00 00 pushq $0x11b
d5fb: e9 30 ee ff ff jmpq c430 <_init+0x18>
000000000000d600 <PyCallable_Check@plt>:
d600: ff 25 da 12 26 00 jmpq *0x2612da(%rip) # 26e8e0 <_GLOBAL_OFFSET_TABLE_+0x8f8>
d606: 68 1c 01 00 00 pushq $0x11c
d60b: e9 20 ee ff ff jmpq c430 <_init+0x18>
000000000000d610 <log10l@plt>:
d610: ff 25 d2 12 26 00 jmpq *0x2612d2(%rip) # 26e8e8 <_GLOBAL_OFFSET_TABLE_+0x900>
d616: 68 1d 01 00 00 pushq $0x11d
d61b: e9 10 ee ff ff jmpq c430 <_init+0x18>
000000000000d620 <tanhf@plt>:
d620: ff 25 ca 12 26 00 jmpq *0x2612ca(%rip) # 26e8f0 <_GLOBAL_OFFSET_TABLE_+0x908>
d626: 68 1e 01 00 00 pushq $0x11e
d62b: e9 00 ee ff ff jmpq c430 <_init+0x18>
000000000000d630 <expm1l@plt>:
d630: ff 25 c2 12 26 00 jmpq *0x2612c2(%rip) # 26e8f8 <_GLOBAL_OFFSET_TABLE_+0x910>
d636: 68 1f 01 00 00 pushq $0x11f
d63b: e9 f0 ed ff ff jmpq c430 <_init+0x18>
000000000000d640 <cosl@plt>:
d640: ff 25 ba 12 26 00 jmpq *0x2612ba(%rip) # 26e900 <_GLOBAL_OFFSET_TABLE_+0x918>
d646: 68 20 01 00 00 pushq $0x120
d64b: e9 e0 ed ff ff jmpq c430 <_init+0x18>
000000000000d650 <sin@plt>:
d650: ff 25 b2 12 26 00 jmpq *0x2612b2(%rip) # 26e908 <_GLOBAL_OFFSET_TABLE_+0x920>
d656: 68 21 01 00 00 pushq $0x121
d65b: e9 d0 ed ff ff jmpq c430 <_init+0x18>
000000000000d660 <npy_doublebits_to_halfbits@plt>:
d660: ff 25 aa 12 26 00 jmpq *0x2612aa(%rip) # 26e910 <_GLOBAL_OFFSET_TABLE_+0x928>
d666: 68 22 01 00 00 pushq $0x122
d66b: e9 c0 ed ff ff jmpq c430 <_init+0x18>
000000000000d670 <npy_log@plt>:
d670: ff 25 a2 12 26 00 jmpq *0x2612a2(%rip) # 26e918 <_GLOBAL_OFFSET_TABLE_+0x930>
d676: 68 23 01 00 00 pushq $0x123
d67b: e9 b0 ed ff ff jmpq c430 <_init+0x18>
000000000000d680 <log@plt>:
d680: ff 25 9a 12 26 00 jmpq *0x26129a(%rip) # 26e920 <_GLOBAL_OFFSET_TABLE_+0x938>
d686: 68 24 01 00 00 pushq $0x124
d68b: e9 a0 ed ff ff jmpq c430 <_init+0x18>
000000000000d690 <PyDict_SetItem@plt>:
d690: ff 25 92 12 26 00 jmpq *0x261292(%rip) # 26e928 <_GLOBAL_OFFSET_TABLE_+0x940>
d696: 68 25 01 00 00 pushq $0x125
d69b: e9 90 ed ff ff jmpq c430 <_init+0x18>
000000000000d6a0 <PyObject_Repr@plt>:
d6a0: ff 25 8a 12 26 00 jmpq *0x26128a(%rip) # 26e930 <_GLOBAL_OFFSET_TABLE_+0x948>
d6a6: 68 26 01 00 00 pushq $0x126
d6ab: e9 80 ed ff ff jmpq c430 <_init+0x18>
000000000000d6b0 <logf@plt>:
d6b0: ff 25 82 12 26 00 jmpq *0x261282(%rip) # 26e938 <_GLOBAL_OFFSET_TABLE_+0x950>
d6b6: 68 27 01 00 00 pushq $0x127
d6bb: e9 70 ed ff ff jmpq c430 <_init+0x18>
000000000000d6c0 <npy_copysignf@plt>:
d6c0: ff 25 7a 12 26 00 jmpq *0x26127a(%rip) # 26e940 <_GLOBAL_OFFSET_TABLE_+0x958>
d6c6: 68 28 01 00 00 pushq $0x128
d6cb: e9 60 ed ff ff jmpq c430 <_init+0x18>
000000000000d6d0 <npy_log2_1pf@plt>:
d6d0: ff 25 72 12 26 00 jmpq *0x261272(%rip) # 26e948 <_GLOBAL_OFFSET_TABLE_+0x960>
d6d6: 68 29 01 00 00 pushq $0x129
d6db: e9 50 ed ff ff jmpq c430 <_init+0x18>
000000000000d6e0 <hypotl@plt>:
d6e0: ff 25 6a 12 26 00 jmpq *0x26126a(%rip) # 26e950 <_GLOBAL_OFFSET_TABLE_+0x968>
d6e6: 68 2a 01 00 00 pushq $0x12a
d6eb: e9 40 ed ff ff jmpq c430 <_init+0x18>
000000000000d6f0 <npy_fabs@plt>:
d6f0: ff 25 62 12 26 00 jmpq *0x261262(%rip) # 26e958 <_GLOBAL_OFFSET_TABLE_+0x970>
d6f6: 68 2b 01 00 00 pushq $0x12b
d6fb: e9 30 ed ff ff jmpq c430 <_init+0x18>
000000000000d700 <hypot@plt>:
d700: ff 25 5a 12 26 00 jmpq *0x26125a(%rip) # 26e960 <_GLOBAL_OFFSET_TABLE_+0x978>
d706: 68 2c 01 00 00 pushq $0x12c
d70b: e9 20 ed ff ff jmpq c430 <_init+0x18>
000000000000d710 <npy_halfbits_to_doublebits@plt>:
d710: ff 25 52 12 26 00 jmpq *0x261252(%rip) # 26e968 <_GLOBAL_OFFSET_TABLE_+0x980>
d716: 68 2d 01 00 00 pushq $0x12d
d71b: e9 10 ed ff ff jmpq c430 <_init+0x18>
000000000000d720 <npy_logf@plt>:
d720: ff 25 4a 12 26 00 jmpq *0x26124a(%rip) # 26e970 <_GLOBAL_OFFSET_TABLE_+0x988>
d726: 68 2e 01 00 00 pushq $0x12e
d72b: e9 00 ed ff ff jmpq c430 <_init+0x18>
000000000000d730 <PyDict_New@plt>:
d730: ff 25 42 12 26 00 jmpq *0x261242(%rip) # 26e978 <_GLOBAL_OFFSET_TABLE_+0x990>
d736: 68 2f 01 00 00 pushq $0x12f
d73b: e9 f0 ec ff ff jmpq c430 <_init+0x18>
000000000000d740 <sqrtf@plt>:
d740: ff 25 3a 12 26 00 jmpq *0x26123a(%rip) # 26e980 <_GLOBAL_OFFSET_TABLE_+0x998>
d746: 68 30 01 00 00 pushq $0x130
d74b: e9 e0 ec ff ff jmpq c430 <_init+0x18>
000000000000d750 <sinh@plt>:
d750: ff 25 32 12 26 00 jmpq *0x261232(%rip) # 26e988 <_GLOBAL_OFFSET_TABLE_+0x9a0>
d756: 68 31 01 00 00 pushq $0x131
d75b: e9 d0 ec ff ff jmpq c430 <_init+0x18>
Disassembly of section .text:
000000000000d760 <call_gmon_start>:
d760: 48 83 ec 08 sub $0x8,%rsp
d764: 48 8b 05 ad 04 26 00 mov 0x2604ad(%rip),%rax # 26dc18 <_DYNAMIC+0x250>
d76b: 48 85 c0 test %rax,%rax
d76e: 74 02 je d772 <call_gmon_start+0x12>
d770: ff d0 callq *%rax
d772: 48 83 c4 08 add $0x8,%rsp
d776: c3 retq
d777: 90 nop
d778: 90 nop
d779: 90 nop
d77a: 90 nop
d77b: 90 nop
d77c: 90 nop
d77d: 90 nop
d77e: 90 nop
d77f: 90 nop
000000000000d780 <__do_global_dtors_aux>:
d780: 55 push %rbp
d781: 80 3d 98 47 26 00 00 cmpb $0x0,0x264798(%rip) # 271f20 <completed.6159>
d788: 48 89 e5 mov %rsp,%rbp
d78b: 41 54 push %r12
d78d: 53 push %rbx
d78e: 75 62 jne d7f2 <__do_global_dtors_aux+0x72>
d790: 48 83 3d 10 06 26 00 cmpq $0x0,0x260610(%rip) # 26dda8 <_DYNAMIC+0x3e0>
d797: 00
d798: 74 0c je d7a6 <__do_global_dtors_aux+0x26>
d79a: 48 8b 3d ff 11 26 00 mov 0x2611ff(%rip),%rdi # 26e9a0 <__dso_handle>
d7a1: e8 2a f4 ff ff callq cbd0 <__cxa_finalize@plt>
d7a6: 48 8d 05 cb 01 26 00 lea 0x2601cb(%rip),%rax # 26d978 <__DTOR_END__>
d7ad: 4c 8d 25 bc 01 26 00 lea 0x2601bc(%rip),%r12 # 26d970 <__DTOR_LIST__>
d7b4: 48 8b 15 6d 47 26 00 mov 0x26476d(%rip),%rdx # 271f28 <dtor_idx.6161>
d7bb: 4c 29 e0 sub %r12,%rax
d7be: 48 c1 f8 03 sar $0x3,%rax
d7c2: 48 8d 58 ff lea -0x1(%rax),%rbx
d7c6: 48 39 da cmp %rbx,%rdx
d7c9: 73 20 jae d7eb <__do_global_dtors_aux+0x6b>
d7cb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
d7d0: 48 8d 42 01 lea 0x1(%rdx),%rax
d7d4: 48 89 05 4d 47 26 00 mov %rax,0x26474d(%rip) # 271f28 <dtor_idx.6161>
d7db: 41 ff 14 c4 callq *(%r12,%rax,8)
d7df: 48 8b 15 42 47 26 00 mov 0x264742(%rip),%rdx # 271f28 <dtor_idx.6161>
d7e6: 48 39 da cmp %rbx,%rdx
d7e9: 72 e5 jb d7d0 <__do_global_dtors_aux+0x50>
d7eb: c6 05 2e 47 26 00 01 movb $0x1,0x26472e(%rip) # 271f20 <completed.6159>
d7f2: 5b pop %rbx
d7f3: 41 5c pop %r12
d7f5: c9 leaveq
d7f6: c3 retq
d7f7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
d7fe: 00 00
000000000000d800 <frame_dummy>:
d800: 55 push %rbp
d801: 48 83 3d 77 01 26 00 cmpq $0x0,0x260177(%rip) # 26d980 <__JCR_END__>
d808: 00
d809: 48 89 e5 mov %rsp,%rbp
d80c: 74 22 je d830 <frame_dummy+0x30>
d80e: 48 8b 05 0b 04 26 00 mov 0x26040b(%rip),%rax # 26dc20 <_DYNAMIC+0x258>
d815: 48 85 c0 test %rax,%rax
d818: 74 16 je d830 <frame_dummy+0x30>
d81a: 48 8d 3d 5f 01 26 00 lea 0x26015f(%rip),%rdi # 26d980 <__JCR_END__>
d821: 49 89 c3 mov %rax,%r11
d824: c9 leaveq
d825: 41 ff e3 jmpq *%r11
d828: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
d82f: 00
d830: c9 leaveq
d831: c3 retq
d832: 90 nop
d833: 90 nop
d834: 90 nop
d835: 90 nop
d836: 90 nop
d837: 90 nop
d838: 90 nop
d839: 90 nop
d83a: 90 nop
d83b: 90 nop
d83c: 90 nop
d83d: 90 nop
d83e: 90 nop
d83f: 90 nop
000000000000d840 <nc_negf>:
d840: f3 0f 10 0d 18 3e 05 movss 0x53e18(%rip),%xmm1 # 61660 <lddoc+0x3e0>
d847: 00
d848: f3 0f 10 07 movss (%rdi),%xmm0
d84c: 0f 57 c1 xorps %xmm1,%xmm0
d84f: f3 0f 11 06 movss %xmm0,(%rsi)
d853: f3 0f 10 47 04 movss 0x4(%rdi),%xmm0
d858: 0f 57 c1 xorps %xmm1,%xmm0
d85b: f3 0f 11 46 04 movss %xmm0,0x4(%rsi)
d860: c3 retq
d861: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
d868: 0f 1f 84 00 00 00 00
d86f: 00
000000000000d870 <nc_neg>:
d870: f2 0f 10 07 movsd (%rdi),%xmm0
d874: f2 0f 10 0d f4 3d 05 movsd 0x53df4(%rip),%xmm1 # 61670 <lddoc+0x3f0>
d87b: 00
d87c: 66 0f 57 c1 xorpd %xmm1,%xmm0
d880: f2 0f 11 06 movsd %xmm0,(%rsi)
d884: f2 0f 10 47 08 movsd 0x8(%rdi),%xmm0
d889: 66 0f 57 c1 xorpd %xmm1,%xmm0
d88d: f2 0f 11 46 08 movsd %xmm0,0x8(%rsi)
d892: c3 retq
d893: 66 66 66 66 2e 0f 1f data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
d89a: 84 00 00 00 00 00
000000000000d8a0 <nc_negl>:
d8a0: db 2f fldt (%rdi)
d8a2: d9 e0 fchs
d8a4: db 3e fstpt (%rsi)
d8a6: db 6f 10 fldt 0x10(%rdi)
d8a9: d9 e0 fchs
d8ab: db 7e 10 fstpt 0x10(%rsi)
d8ae: c3 retq
d8af: 90 nop
000000000000d8b0 <object_ufunc_type_resolver>:
d8b0: 41 54 push %r12
d8b2: 48 8b 05 bf 03 26 00 mov 0x2603bf(%rip),%rax # 26dc78 <_DYNAMIC+0x2b0>
d8b9: 55 push %rbp
d8ba: 53 push %rbx
d8bb: 48 8b 00 mov (%rax),%rax
d8be: 4c 89 c3 mov %r8,%rbx
d8c1: 44 8b 67 10 mov 0x10(%rdi),%r12d
d8c5: 8b 6f 14 mov 0x14(%rdi),%ebp
d8c8: bf 11 00 00 00 mov $0x11,%edi
d8cd: ff 90 68 01 00 00 callq *0x168(%rax)
d8d3: 48 89 c1 mov %rax,%rcx
d8d6: 48 89 03 mov %rax,(%rbx)
d8d9: b8 ff ff ff ff mov $0xffffffff,%eax
d8de: 48 85 c9 test %rcx,%rcx
d8e1: 74 36 je d919 <object_ufunc_type_resolver+0x69>
d8e3: 42 8d 44 25 00 lea 0x0(%rbp,%r12,1),%eax
d8e8: 83 f8 01 cmp $0x1,%eax
d8eb: 7e 2a jle d917 <object_ufunc_type_resolver+0x67>
d8ed: 83 e8 02 sub $0x2,%eax
d8f0: 48 89 da mov %rbx,%rdx
d8f3: 48 8d 74 c3 08 lea 0x8(%rbx,%rax,8),%rsi
d8f8: eb 09 jmp d903 <object_ufunc_type_resolver+0x53>
d8fa: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
d900: 48 8b 0b mov (%rbx),%rcx
d903: 48 83 01 01 addq $0x1,(%rcx)
d907: 48 8b 03 mov (%rbx),%rax
d90a: 48 89 42 08 mov %rax,0x8(%rdx)
d90e: 48 83 c2 08 add $0x8,%rdx
d912: 48 39 f2 cmp %rsi,%rdx
d915: 75 e9 jne d900 <object_ufunc_type_resolver+0x50>
d917: 31 c0 xor %eax,%eax
d919: 5b pop %rbx
d91a: 5d pop %rbp
d91b: 41 5c pop %r12
d91d: c3 retq
d91e: 66 90 xchg %ax,%ax
000000000000d920 <object_ufunc_loop_selector>:
d920: 48 8b 47 20 mov 0x20(%rdi),%rax
d924: 48 8b 00 mov (%rax),%rax
d927: 48 89 02 mov %rax,(%rdx)
d92a: 48 8b 47 28 mov 0x28(%rdi),%rax
d92e: 48 8b 00 mov (%rax),%rax
d931: 48 89 01 mov %rax,(%rcx)
d934: 41 c7 00 01 00 00 00 movl $0x1,(%r8)
d93b: 31 c0 xor %eax,%eax
d93d: c3 retq
d93e: 66 90 xchg %ax,%ax
000000000000d940 <ufunc_frompyfunc>:
d940: 48 89 5c 24 e0 mov %rbx,-0x20(%rsp)
d945: 48 89 6c 24 e8 mov %rbp,-0x18(%rsp)
d94a: 48 89 f7 mov %rsi,%rdi
d94d: 4c 89 64 24 f0 mov %r12,-0x10(%rsp)
d952: 4c 89 6c 24 f8 mov %r13,-0x8(%rsp)
d957: 48 83 ec 48 sub $0x48,%rsp
d95b: 48 8d 4c 24 24 lea 0x24(%rsp),%rcx
d960: 48 8d 54 24 18 lea 0x18(%rsp),%rdx
d965: 4c 8d 44 24 20 lea 0x20(%rsp),%r8
d96a: 48 8d 35 af 12 04 00 lea 0x412af(%rip),%rsi # 4ec20 <_fini+0x28>
d971: 31 c0 xor %eax,%eax
d973: 48 c7 44 24 08 ff ff movq $0xffffffffffffffff,0x8(%rsp)
d97a: ff ff
d97c: e8 df f0 ff ff callq ca60 <PyArg_ParseTuple@plt>
d981: 85 c0 test %eax,%eax
d983: 75 23 jne d9a8 <ufunc_frompyfunc+0x68>
d985: 45 31 e4 xor %r12d,%r12d
d988: 4c 89 e0 mov %r12,%rax
d98b: 48 8b 5c 24 28 mov 0x28(%rsp),%rbx
d990: 48 8b 6c 24 30 mov 0x30(%rsp),%rbp
d995: 4c 8b 64 24 38 mov 0x38(%rsp),%r12
d99a: 4c 8b 6c 24 40 mov 0x40(%rsp),%r13
d99f: 48 83 c4 48 add $0x48,%rsp
d9a3: c3 retq
d9a4: 0f 1f 40 00 nopl 0x0(%rax)
d9a8: 48 8b 7c 24 18 mov 0x18(%rsp),%rdi
d9ad: e8 4e fc ff ff callq d600 <PyCallable_Check@plt>
d9b2: 85 c0 test %eax,%eax
d9b4: 0f 84 46 02 00 00 je dc00 <ufunc_frompyfunc+0x2c0>
d9ba: bf c0 00 00 00 mov $0xc0,%edi
d9bf: e8 1c fc ff ff callq d5e0 <PyMem_Malloc@plt>
d9c4: 48 85 c0 test %rax,%rax
d9c7: 48 89 c5 mov %rax,%rbp
d9ca: 74 b9 je d985 <ufunc_frompyfunc+0x45>
d9cc: 48 8d 35 cd 40 26 00 lea 0x2640cd(%rip),%rsi # 271aa0 <PyUFunc_Type>
d9d3: 48 89 c7 mov %rax,%rdi
d9d6: 49 89 c4 mov %rax,%r12
d9d9: e8 92 f5 ff ff callq cf70 <PyObject_Init@plt>
d9de: 48 c7 45 60 00 00 00 movq $0x0,0x60(%rbp)
d9e5: 00
d9e6: 8b 44 24 24 mov 0x24(%rsp),%eax
d9ea: 89 45 10 mov %eax,0x10(%rbp)
d9ed: 8b 44 24 20 mov 0x20(%rsp),%eax
d9f1: 89 45 14 mov %eax,0x14(%rbp)
d9f4: 8b 7c 24 20 mov 0x20(%rsp),%edi
d9f8: 48 8d 05 e1 1d 26 00 lea 0x261de1(%rip),%rax # 26f7e0 <pyfunc_functions>
d9ff: 03 7c 24 24 add 0x24(%rsp),%edi
da03: c7 45 1c ff ff ff ff movl $0xffffffff,0x1c(%rbp)
da0a: 48 89 45 20 mov %rax,0x20(%rbp)
da0e: c7 45 30 01 00 00 00 movl $0x1,0x30(%rbp)
da15: c7 45 34 00 00 00 00 movl $0x0,0x34(%rbp)
da1c: c7 45 68 00 00 00 00 movl $0x0,0x68(%rbp)
da23: c7 45 6c 00 00 00 00 movl $0x0,0x6c(%rbp)
da2a: 48 c7 45 70 00 00 00 movq $0x0,0x70(%rbp)
da31: 00
da32: 89 7d 18 mov %edi,0x18(%rbp)
da35: 48 63 ff movslq %edi,%rdi
da38: 48 c7 45 78 00 00 00 movq $0x0,0x78(%rbp)
da3f: 00
da40: 48 c1 e7 02 shl $0x2,%rdi
da44: 48 c7 85 80 00 00 00 movq $0x0,0x80(%rbp)
da4b: 00 00 00 00
da4f: 48 c7 85 88 00 00 00 movq $0x0,0x88(%rbp)
da56: 00 00 00 00
da5a: e8 81 fb ff ff callq d5e0 <PyMem_Malloc@plt>
da5f: 48 85 c0 test %rax,%rax
da62: 48 89 85 b0 00 00 00 mov %rax,0xb0(%rbp)
da69: 0f 84 d1 01 00 00 je dc40 <ufunc_frompyfunc+0x300>
da6f: 48 63 55 18 movslq 0x18(%rbp),%rdx
da73: 31 f6 xor %esi,%esi
da75: 48 89 c7 mov %rax,%rdi
da78: 48 c1 e2 02 shl $0x2,%rdx
da7c: e8 ef ea ff ff callq c570 <memset@plt>
da81: 48 8d 05 28 fe ff ff lea -0x1d8(%rip),%rax # d8b0 <object_ufunc_type_resolver>
da88: c7 85 b8 00 00 00 00 movl $0x0,0xb8(%rbp)
da8f: 00 00 00
da92: 48 8d 35 a5 11 04 00 lea 0x411a5(%rip),%rsi # 4ec3e <_fini+0x46>
da99: 48 89 85 90 00 00 00 mov %rax,0x90(%rbp)
daa0: 48 8d 05 79 fe ff ff lea -0x187(%rip),%rax # d920 <object_ufunc_loop_selector>
daa7: 48 89 85 98 00 00 00 mov %rax,0x98(%rbp)
daae: 48 8b 7c 24 18 mov 0x18(%rsp),%rdi
dab3: e8 e8 f5 ff ff callq d0a0 <PyObject_GetAttrString@plt>
dab8: 48 85 c0 test %rax,%rax
dabb: 49 89 c5 mov %rax,%r13
dabe: 74 12 je dad2 <ufunc_frompyfunc+0x192>
dac0: 48 8d 54 24 08 lea 0x8(%rsp),%rdx
dac5: 48 8d 74 24 10 lea 0x10(%rsp),%rsi
daca: 48 89 c7 mov %rax,%rdi
dacd: e8 1e f8 ff ff callq d2f0 <PyString_AsStringAndSize@plt>
dad2: e8 b9 ef ff ff callq ca90 <PyErr_Occurred@plt>
dad7: 48 85 c0 test %rax,%rax
dada: 74 1a je daf6 <ufunc_frompyfunc+0x1b6>
dadc: 48 8d 05 64 11 04 00 lea 0x41164(%rip),%rax # 4ec47 <_fini+0x4f>
dae3: 48 c7 44 24 08 01 00 movq $0x1,0x8(%rsp)
daea: 00 00
daec: 48 89 44 24 10 mov %rax,0x10(%rsp)
daf1: e8 6a f8 ff ff callq d360 <PyErr_Clear@plt>
daf6: 8b 5d 18 mov 0x18(%rbp),%ebx
daf9: 89 d8 mov %ebx,%eax
dafb: 83 e0 07 and $0x7,%eax
dafe: 74 05 je db05 <ufunc_frompyfunc+0x1c5>
db00: 83 c3 08 add $0x8,%ebx
db03: 29 c3 sub %eax,%ebx
db05: 48 8b 7c 24 08 mov 0x8(%rsp),%rdi
db0a: 8d 43 10 lea 0x10(%rbx),%eax
db0d: 48 98 cltq
db0f: 48 8d 7c 07 16 lea 0x16(%rdi,%rax,1),%rdi
db14: e8 c7 fa ff ff callq d5e0 <PyMem_Malloc@plt>
db19: 48 85 c0 test %rax,%rax
db1c: 48 89 45 50 mov %rax,0x50(%rbp)
db20: 0f 84 fa 00 00 00 je dc20 <ufunc_frompyfunc+0x2e0>
db26: 48 8b 44 24 18 mov 0x18(%rsp),%rax
db2b: 48 83 00 01 addq $0x1,(%rax)
db2f: 48 8b 44 24 18 mov 0x18(%rsp),%rax
db34: 48 8b 55 50 mov 0x50(%rbp),%rdx
db38: 48 89 45 58 mov %rax,0x58(%rbp)
db3c: 8b 44 24 24 mov 0x24(%rsp),%eax
db40: 89 02 mov %eax,(%rdx)
db42: 8b 44 24 20 mov 0x20(%rsp),%eax
db46: 89 42 04 mov %eax,0x4(%rdx)
db49: 48 8b 44 24 18 mov 0x18(%rsp),%rax
db4e: 48 89 42 08 mov %rax,0x8(%rdx)
db52: 48 8b 4d 50 mov 0x50(%rbp),%rcx
db56: 48 8d 41 10 lea 0x10(%rcx),%rax
db5a: 48 89 45 28 mov %rax,0x28(%rbp)
db5e: 48 89 51 10 mov %rdx,0x10(%rcx)
db62: 48 8b 45 28 mov 0x28(%rbp),%rax
db66: 8b 4d 18 mov 0x18(%rbp),%ecx
db69: 48 83 c0 08 add $0x8,%rax
db6d: 85 c9 test %ecx,%ecx
db6f: 48 89 45 40 mov %rax,0x40(%rbp)
db73: 7e 1e jle db93 <ufunc_frompyfunc+0x253>
db75: 31 c9 xor %ecx,%ecx
db77: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
db7e: 00 00
db80: 48 8b 45 40 mov 0x40(%rbp),%rax
db84: 48 63 d1 movslq %ecx,%rdx
db87: 83 c1 01 add $0x1,%ecx
db8a: c6 04 10 11 movb $0x11,(%rax,%rdx,1)
db8e: 39 4d 18 cmp %ecx,0x18(%rbp)
db91: 7f ed jg db80 <ufunc_frompyfunc+0x240>
db93: 48 63 db movslq %ebx,%rbx
db96: 48 03 5d 40 add 0x40(%rbp),%rbx
db9a: 48 8b 54 24 08 mov 0x8(%rsp),%rdx
db9f: 48 8b 74 24 10 mov 0x10(%rsp),%rsi
dba4: 48 89 df mov %rbx,%rdi
dba7: e8 04 f4 ff ff callq cfb0 <memcpy@plt>
dbac: 48 89 d8 mov %rbx,%rax
dbaf: 48 03 44 24 08 add 0x8(%rsp),%rax
dbb4: 48 ba 20 28 76 65 63 mov $0x726f746365762820,%rdx
dbbb: 74 6f 72
dbbe: 4d 85 ed test %r13,%r13
dbc1: 48 89 10 mov %rdx,(%rax)
dbc4: c7 40 08 69 7a 65 64 movl $0x64657a69,0x8(%rax)
dbcb: 66 c7 40 0c 29 00 movw $0x29,0xc(%rax)
dbd1: 48 89 5d 38 mov %rbx,0x38(%rbp)
dbd5: 74 11 je dbe8 <ufunc_frompyfunc+0x2a8>
dbd7: 49 8b 45 00 mov 0x0(%r13),%rax
dbdb: 48 83 e8 01 sub $0x1,%rax
dbdf: 48 85 c0 test %rax,%rax
dbe2: 49 89 45 00 mov %rax,0x0(%r13)
dbe6: 74 68 je dc50 <ufunc_frompyfunc+0x310>
dbe8: 48 8d 05 d9 14 04 00 lea 0x414d9(%rip),%rax # 4f0c8 <_fini+0x4d0>
dbef: 48 89 45 48 mov %rax,0x48(%rbp)
dbf3: e9 90 fd ff ff jmpq d988 <ufunc_frompyfunc+0x48>
dbf8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
dbff: 00
dc00: 48 8b 05 91 00 26 00 mov 0x260091(%rip),%rax # 26dc98 <_DYNAMIC+0x2d0>
dc07: 48 8d 35 16 10 04 00 lea 0x41016(%rip),%rsi # 4ec24 <_fini+0x2c>
dc0e: 45 31 e4 xor %r12d,%r12d
dc11: 48 8b 38 mov (%rax),%rdi
dc14: e8 f7 f7 ff ff callq d410 <PyErr_SetString@plt>
dc19: e9 6a fd ff ff jmpq d988 <ufunc_frompyfunc+0x48>
dc1e: 66 90 xchg %ax,%ax
dc20: 4d 85 ed test %r13,%r13
dc23: 74 1b je dc40 <ufunc_frompyfunc+0x300>
dc25: 49 8b 45 00 mov 0x0(%r13),%rax
dc29: 48 83 e8 01 sub $0x1,%rax
dc2d: 48 85 c0 test %rax,%rax
dc30: 49 89 45 00 mov %rax,0x0(%r13)
dc34: 75 0a jne dc40 <ufunc_frompyfunc+0x300>
dc36: 49 8b 45 08 mov 0x8(%r13),%rax
dc3a: 4c 89 ef mov %r13,%rdi
dc3d: ff 50 30 callq *0x30(%rax)
dc40: e8 1b eb ff ff callq c760 <PyErr_NoMemory@plt>
dc45: 49 89 c4 mov %rax,%r12
dc48: e9 3b fd ff ff jmpq d988 <ufunc_frompyfunc+0x48>
dc4d: 0f 1f 00 nopl (%rax)
dc50: 49 8b 45 08 mov 0x8(%r13),%rax
dc54: 4c 89 ef mov %r13,%rdi
dc57: ff 50 30 callq *0x30(%rax)
dc5a: eb 8c jmp dbe8 <ufunc_frompyfunc+0x2a8>
dc5c: 0f 1f 40 00 nopl 0x0(%rax)
000000000000dc60 <_import_array>:
dc60: 55 push %rbp
dc61: 48 8d 3d e1 0f 04 00 lea 0x40fe1(%rip),%rdi # 4ec49 <_fini+0x51>
dc68: 53 push %rbx
dc69: 48 83 ec 08 sub $0x8,%rsp
dc6d: e8 be f6 ff ff callq d330 <PyImport_ImportModule@plt>
dc72: 48 85 c0 test %rax,%rax
dc75: 48 89 c3 mov %rax,%rbx
dc78: 0f 84 a3 01 00 00 je de21 <_import_array+0x1c1>
dc7e: 48 8d 35 da 0f 04 00 lea 0x40fda(%rip),%rsi # 4ec5f <_fini+0x67>
dc85: 48 89 c7 mov %rax,%rdi
dc88: e8 13 f4 ff ff callq d0a0 <PyObject_GetAttrString@plt>
dc8d: 48 89 c5 mov %rax,%rbp
dc90: 48 8b 03 mov (%rbx),%rax
dc93: 48 83 e8 01 sub $0x1,%rax
dc97: 48 85 c0 test %rax,%rax
dc9a: 48 89 03 mov %rax,(%rbx)
dc9d: 0f 84 9d 00 00 00 je dd40 <_import_array+0xe0>
dca3: 48 85 ed test %rbp,%rbp
dca6: 0f 84 b5 01 00 00 je de61 <_import_array+0x201>
dcac: 48 8b 05 fd 02 26 00 mov 0x2602fd(%rip),%rax # 26dfb0 <_DYNAMIC+0x5e8>
dcb3: 48 39 45 08 cmp %rax,0x8(%rbp)
dcb7: 0f 85 ab 00 00 00 jne dd68 <_import_array+0x108>
dcbd: 48 89 ef mov %rbp,%rdi
dcc0: e8 9b f1 ff ff callq ce60 <PyCObject_AsVoidPtr@plt>
dcc5: 48 8b 1d ac ff 25 00 mov 0x25ffac(%rip),%rbx # 26dc78 <_DYNAMIC+0x2b0>
dccc: 48 89 03 mov %rax,(%rbx)
dccf: 48 8b 45 00 mov 0x0(%rbp),%rax
dcd3: 48 83 e8 01 sub $0x1,%rax
dcd7: 48 85 c0 test %rax,%rax
dcda: 48 89 45 00 mov %rax,0x0(%rbp)
dcde: 74 70 je dd50 <_import_array+0xf0>
dce0: 48 8b 03 mov (%rbx),%rax
dce3: 48 85 c0 test %rax,%rax
dce6: 0f 84 55 01 00 00 je de41 <_import_array+0x1e1>
dcec: ff 10 callq *(%rax)
dcee: 3d 09 00 00 01 cmp $0x1000009,%eax
dcf3: 0f 85 af 00 00 00 jne dda8 <_import_array+0x148>
dcf9: 48 8b 03 mov (%rbx),%rax
dcfc: 0f 1f 40 00 nopl 0x0(%rax)
dd00: ff 90 98 06 00 00 callq *0x698(%rax)
dd06: 83 f8 08 cmp $0x8,%eax
dd09: 0f 86 f9 00 00 00 jbe de08 <_import_array+0x1a8>
dd0f: 48 8b 03 mov (%rbx),%rax
dd12: ff 90 90 06 00 00 callq *0x690(%rax)
dd18: 85 c0 test %eax,%eax
dd1a: 48 8d 35 b7 14 04 00 lea 0x414b7(%rip),%rsi # 4f1d8 <_fini+0x5e0>
dd21: 0f 84 c0 00 00 00 je dde7 <_import_array+0x187>
dd27: 31 d2 xor %edx,%edx
dd29: 83 e8 01 sub $0x1,%eax
dd2c: 0f 85 ae 00 00 00 jne dde0 <_import_array+0x180>
dd32: 48 83 c4 08 add $0x8,%rsp
dd36: 89 d0 mov %edx,%eax
dd38: 5b pop %rbx
dd39: 5d pop %rbp
dd3a: c3 retq
dd3b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
dd40: 48 8b 43 08 mov 0x8(%rbx),%rax
dd44: 48 89 df mov %rbx,%rdi
dd47: ff 50 30 callq *0x30(%rax)
dd4a: e9 54 ff ff ff jmpq dca3 <_import_array+0x43>
dd4f: 90 nop
dd50: 48 8b 45 08 mov 0x8(%rbp),%rax
dd54: 48 89 ef mov %rbp,%rdi
dd57: ff 50 30 callq *0x30(%rax)
dd5a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
dd60: e9 7b ff ff ff jmpq dce0 <_import_array+0x80>
dd65: 0f 1f 00 nopl (%rax)
dd68: 48 8b 05 91 00 26 00 mov 0x260091(%rip),%rax # 26de00 <_DYNAMIC+0x438>
dd6f: 48 8d 35 aa 13 04 00 lea 0x413aa(%rip),%rsi # 4f120 <_fini+0x528>
dd76: 48 8b 38 mov (%rax),%rdi
dd79: e8 92 f6 ff ff callq d410 <PyErr_SetString@plt>
dd7e: 48 8b 45 00 mov 0x0(%rbp),%rax
dd82: ba ff ff ff ff mov $0xffffffff,%edx
dd87: 48 83 e8 01 sub $0x1,%rax
dd8b: 48 85 c0 test %rax,%rax
dd8e: 48 89 45 00 mov %rax,0x0(%rbp)
dd92: 75 9e jne dd32 <_import_array+0xd2>
dd94: 48 8b 45 08 mov 0x8(%rbp),%rax
dd98: 48 89 ef mov %rbp,%rdi
dd9b: ff 50 30 callq *0x30(%rax)
dd9e: ba ff ff ff ff mov $0xffffffff,%edx
dda3: eb 8d jmp dd32 <_import_array+0xd2>
dda5: 0f 1f 00 nopl (%rax)
dda8: 48 8b 03 mov (%rbx),%rax
ddab: ff 10 callq *(%rax)
ddad: 48 8d 35 94 13 04 00 lea 0x41394(%rip),%rsi # 4f148 <_fini+0x550>
ddb4: 89 c1 mov %eax,%ecx
ddb6: ba 09 00 00 01 mov $0x1000009,%edx
ddbb: 48 8b 05 3e 00 26 00 mov 0x26003e(%rip),%rax # 26de00 <_DYNAMIC+0x438>
ddc2: 48 8b 38 mov (%rax),%rdi
ddc5: 31 c0 xor %eax,%eax
ddc7: e8 14 ec ff ff callq c9e0 <PyErr_Format@plt>
ddcc: ba ff ff ff ff mov $0xffffffff,%edx
ddd1: e9 5c ff ff ff jmpq dd32 <_import_array+0xd2>
ddd6: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
dddd: 00 00 00
dde0: 48 8d 35 21 14 04 00 lea 0x41421(%rip),%rsi # 4f208 <_fini+0x610>
dde7: 48 8b 05 12 00 26 00 mov 0x260012(%rip),%rax # 26de00 <_DYNAMIC+0x438>
ddee: 48 8b 38 mov (%rax),%rdi
ddf1: 31 c0 xor %eax,%eax
ddf3: e8 e8 eb ff ff callq c9e0 <PyErr_Format@plt>
ddf8: ba ff ff ff ff mov $0xffffffff,%edx
ddfd: e9 30 ff ff ff jmpq dd32 <_import_array+0xd2>
de02: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
de08: 48 8b 03 mov (%rbx),%rax
de0b: ff 90 98 06 00 00 callq *0x698(%rax)
de11: ba 09 00 00 00 mov $0x9,%edx
de16: 89 c1 mov %eax,%ecx
de18: 48 8d 35 71 13 04 00 lea 0x41371(%rip),%rsi # 4f190 <_fini+0x598>
de1f: eb 9a jmp ddbb <_import_array+0x15b>
de21: 48 8b 05 58 fd 25 00 mov 0x25fd58(%rip),%rax # 26db80 <_DYNAMIC+0x1b8>
de28: 48 8d 35 c9 12 04 00 lea 0x412c9(%rip),%rsi # 4f0f8 <_fini+0x500>
de2f: 48 8b 38 mov (%rax),%rdi
de32: e8 d9 f5 ff ff callq d410 <PyErr_SetString@plt>
de37: ba ff ff ff ff mov $0xffffffff,%edx
de3c: e9 f1 fe ff ff jmpq dd32 <_import_array+0xd2>
de41: 48 8b 05 b8 ff 25 00 mov 0x25ffb8(%rip),%rax # 26de00 <_DYNAMIC+0x438>
de48: 48 8d 35 30 0e 04 00 lea 0x40e30(%rip),%rsi # 4ec7f <_fini+0x87>
de4f: 48 8b 38 mov (%rax),%rdi
de52: e8 b9 f5 ff ff callq d410 <PyErr_SetString@plt>
de57: ba ff ff ff ff mov $0xffffffff,%edx
de5c: e9 d1 fe ff ff jmpq dd32 <_import_array+0xd2>
de61: 48 8b 05 80 00 26 00 mov 0x260080(%rip),%rax # 26dee8 <_DYNAMIC+0x520>
de68: 48 8d 35 fb 0d 04 00 lea 0x40dfb(%rip),%rsi # 4ec6a <_fini+0x72>
de6f: 48 8b 38 mov (%rax),%rdi
de72: e8 99 f5 ff ff callq d410 <PyErr_SetString@plt>
de77: ba ff ff ff ff mov $0xffffffff,%edx
de7c: e9 b1 fe ff ff jmpq dd32 <_import_array+0xd2>
de81: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
de88: 0f 1f 84 00 00 00 00
de8f: 00
000000000000de90 <nc_log1pf>:
de90: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
de95: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
de9a: 48 83 ec 18 sub $0x18,%rsp
de9e: f3 0f 10 05 4e 39 05 movss 0x5394e(%rip),%xmm0 # 617f4 <lddoc+0x574>
dea5: 00
dea6: 48 89 fb mov %rdi,%rbx
dea9: f3 0f 58 07 addss (%rdi),%xmm0
dead: f3 0f 10 4f 04 movss 0x4(%rdi),%xmm1
deb2: 49 89 f4 mov %rsi,%r12
deb5: e8 66 e7 ff ff callq c620 <npy_hypotf@plt>
deba: f3 0f 10 0d 32 39 05 movss 0x53932(%rip),%xmm1 # 617f4 <lddoc+0x574>
dec1: 00
dec2: f3 0f 58 0b addss (%rbx),%xmm1
dec6: f3 0f 11 44 24 04 movss %xmm0,0x4(%rsp)
decc: f3 0f 10 43 04 movss 0x4(%rbx),%xmm0
ded1: e8 9a e5 ff ff callq c470 <npy_atan2f@plt>
ded6: f3 41 0f 11 44 24 04 movss %xmm0,0x4(%r12)
dedd: f3 0f 10 44 24 04 movss 0x4(%rsp),%xmm0
dee3: e8 38 f8 ff ff callq d720 <npy_logf@plt>
dee8: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx
deed: f3 41 0f 11 04 24 movss %xmm0,(%r12)
def3: 4c 8b 64 24 10 mov 0x10(%rsp),%r12
def8: 48 83 c4 18 add $0x18,%rsp
defc: c3 retq
defd: 0f 1f 00 nopl (%rax)
000000000000df00 <nc_log1p>:
df00: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
df05: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
df0a: 48 83 ec 18 sub $0x18,%rsp
df0e: f2 0f 10 05 1a 39 05 movsd 0x5391a(%rip),%xmm0 # 61830 <lddoc+0x5b0>
df15: 00
df16: 48 89 fb mov %rdi,%rbx
df19: f2 0f 10 4f 08 movsd 0x8(%rdi),%xmm1
df1e: 49 89 f4 mov %rsi,%r12
df21: f2 0f 58 07 addsd (%rdi),%xmm0
df25: e8 96 f1 ff ff callq d0c0 <npy_hypot@plt>
df2a: f2 0f 10 0d fe 38 05 movsd 0x538fe(%rip),%xmm1 # 61830 <lddoc+0x5b0>
df31: 00
df32: f2 0f 11 04 24 movsd %xmm0,(%rsp)
df37: f2 0f 58 0b addsd (%rbx),%xmm1
df3b: f2 0f 10 43 08 movsd 0x8(%rbx),%xmm0
df40: e8 eb e5 ff ff callq c530 <npy_atan2@plt>
df45: f2 41 0f 11 44 24 08 movsd %xmm0,0x8(%r12)
df4c: f2 0f 10 04 24 movsd (%rsp),%xmm0
df51: e8 1a f7 ff ff callq d670 <npy_log@plt>
df56: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx
df5b: f2 41 0f 11 04 24 movsd %xmm0,(%r12)
df61: 4c 8b 64 24 10 mov 0x10(%rsp),%r12
df66: 48 83 c4 18 add $0x18,%rsp
df6a: c3 retq
df6b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
000000000000df70 <nc_log1pl>:
df70: 41 54 push %r12
df72: 49 89 f4 mov %rsi,%r12
df75: 53 push %rbx
df76: 48 89 fb mov %rdi,%rbx
df79: 48 83 ec 38 sub $0x38,%rsp
df7d: 48 8b 47 10 mov 0x10(%rdi),%rax
df81: 8b 57 18 mov 0x18(%rdi),%edx
df84: db 2f fldt (%rdi)
df86: 48 89 44 24 10 mov %rax,0x10(%rsp)
df8b: 89 54 24 18 mov %edx,0x18(%rsp)
df8f: d9 e8 fld1
df91: de c1 faddp %st,%st(1)
df93: db 3c 24 fstpt (%rsp)
df96: e8 75 ef ff ff callq cf10 <npy_hypotl@plt>
df9b: db 7c 24 20 fstpt 0x20(%rsp)
df9f: 48 8b 43 10 mov 0x10(%rbx),%rax
dfa3: 8b 53 18 mov 0x18(%rbx),%edx
dfa6: 48 89 04 24 mov %rax,(%rsp)
dfaa: 89 54 24 08 mov %edx,0x8(%rsp)
dfae: db 2b fldt (%rbx)
dfb0: d9 e8 fld1
dfb2: de c1 faddp %st,%st(1)
dfb4: db 7c 24 10 fstpt 0x10(%rsp)
dfb8: e8 33 ee ff ff callq cdf0 <npy_atan2l@plt>
dfbd: 41 db 7c 24 10 fstpt 0x10(%r12)
dfc2: db 6c 24 20 fldt 0x20(%rsp)
dfc6: db 3c 24 fstpt (%rsp)
dfc9: e8 72 ef ff ff callq cf40 <npy_logl@plt>
dfce: 41 db 3c 24 fstpt (%r12)
dfd2: 48 83 c4 38 add $0x38,%rsp
dfd6: 5b pop %rbx
dfd7: 41 5c pop %r12
dfd9: c3 retq
dfda: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
000000000000dfe0 <Py_square>:
dfe0: 48 89 fe mov %rdi,%rsi
dfe3: e9 28 ec ff ff jmpq cc10 <PyNumber_Multiply@plt>
dfe8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
dfef: 00
000000000000dff0 <nc_rintf>:
dff0: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
dff5: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
dffa: 48 83 ec 18 sub $0x18,%rsp
dffe: 49 89 f4 mov %rsi,%r12
e001: f3 0f 10 07 movss (%rdi),%xmm0
e005: 48 89 fb mov %rdi,%rbx
e008: e8 53 e9 ff ff callq c960 <npy_rintf@plt>
e00d: f3 41 0f 11 04 24 movss %xmm0,(%r12)
e013: f3 0f 10 43 04 movss 0x4(%rbx),%xmm0
e018: e8 43 e9 ff ff callq c960 <npy_rintf@plt>
e01d: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx
e022: f3 41 0f 11 44 24 04 movss %xmm0,0x4(%r12)
e029: 4c 8b 64 24 10 mov 0x10(%rsp),%r12
e02e: 48 83 c4 18 add $0x18,%rsp
e032: c3 retq
e033: 66 66 66 66 2e 0f 1f data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
e03a: 84 00 00 00 00 00
000000000000e040 <nc_rint>:
e040: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
e045: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
e04a: 48 83 ec 18 sub $0x18,%rsp
e04e: f2 0f 10 07 movsd (%rdi),%xmm0
e052: 49 89 f4 mov %rsi,%r12
e055: 48 89 fb mov %rdi,%rbx
e058: e8 63 f4 ff ff callq d4c0 <npy_rint@plt>
e05d: f2 41 0f 11 04 24 movsd %xmm0,(%r12)
e063: f2 0f 10 43 08 movsd 0x8(%rbx),%xmm0
e068: e8 53 f4 ff ff callq d4c0 <npy_rint@plt>
e06d: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx
e072: f2 41 0f 11 44 24 08 movsd %xmm0,0x8(%r12)
e079: 4c 8b 64 24 10 mov 0x10(%rsp),%r12
e07e: 48 83 c4 18 add $0x18,%rsp
e082: c3 retq
e083: 66 66 66 66 2e 0f 1f data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
e08a: 84 00 00 00 00 00
000000000000e090 <nc_rintl>:
e090: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
e095: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
e09a: 48 83 ec 28 sub $0x28,%rsp
e09e: 8b 57 08 mov 0x8(%rdi),%edx
e0a1: 48 8b 07 mov (%rdi),%rax
e0a4: 49 89 f4 mov %rsi,%r12
e0a7: 48 89 fb mov %rdi,%rbx
e0aa: 48 89 04 24 mov %rax,(%rsp)
e0ae: 89 54 24 08 mov %edx,0x8(%rsp)
e0b2: e8 e9 f0 ff ff callq d1a0 <npy_rintl@plt>
e0b7: 41 db 3c 24 fstpt (%r12)
e0bb: 48 8b 43 10 mov 0x10(%rbx),%rax
e0bf: 8b 53 18 mov 0x18(%rbx),%edx
e0c2: 48 89 04 24 mov %rax,(%rsp)
e0c6: 89 54 24 08 mov %edx,0x8(%rsp)
e0ca: e8 d1 f0 ff ff callq d1a0 <npy_rintl@plt>
e0cf: 48 8b 5c 24 18 mov 0x18(%rsp),%rbx
e0d4: 41 db 7c 24 10 fstpt 0x10(%r12)
e0d9: 4c 8b 64 24 20 mov 0x20(%rsp),%r12
e0de: 48 83 c4 28 add $0x28,%rsp
e0e2: c3 retq
e0e3: 66 66 66 66 2e 0f 1f data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
e0ea: 84 00 00 00 00 00
000000000000e0f0 <nc_expm1f>:
e0f0: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
e0f5: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
e0fa: 48 83 ec 18 sub $0x18,%rsp
e0fe: 48 89 fb mov %rdi,%rbx
e101: f3 0f 10 07 movss (%rdi),%xmm0
e105: 49 89 f4 mov %rsi,%r12
e108: e8 93 ee ff ff callq cfa0 <npy_expf@plt>
e10d: f3 0f 11 44 24 04 movss %xmm0,0x4(%rsp)
e113: f3 0f 10 43 04 movss 0x4(%rbx),%xmm0
e118: e8 93 e8 ff ff callq c9b0 <npy_cosf@plt>
e11d: f3 0f 59 44 24 04 mulss 0x4(%rsp),%xmm0
e123: f3 0f 5c 05 c9 36 05 subss 0x536c9(%rip),%xmm0 # 617f4 <lddoc+0x574>
e12a: 00
e12b: f3 41 0f 11 04 24 movss %xmm0,(%r12)
e131: f3 0f 10 43 04 movss 0x4(%rbx),%xmm0
e136: e8 35 f3 ff ff callq d470 <npy_sinf@plt>
e13b: f3 0f 59 44 24 04 mulss 0x4(%rsp),%xmm0
e141: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx
e146: f3 41 0f 11 44 24 04 movss %xmm0,0x4(%r12)
e14d: 4c 8b 64 24 10 mov 0x10(%rsp),%r12
e152: 48 83 c4 18 add $0x18,%rsp
e156: c3 retq
e157: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
e15e: 00 00
000000000000e160 <nc_expm1>:
e160: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
e165: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
e16a: 48 83 ec 18 sub $0x18,%rsp
e16e: f2 0f 10 07 movsd (%rdi),%xmm0
e172: 48 89 fb mov %rdi,%rbx
e175: 49 89 f4 mov %rsi,%r12
e178: e8 43 e3 ff ff callq c4c0 <npy_exp@plt>
e17d: f2 0f 11 04 24 movsd %xmm0,(%rsp)
e182: f2 0f 10 43 08 movsd 0x8(%rbx),%xmm0
e187: e8 d4 e2 ff ff callq c460 <npy_cos@plt>
e18c: f2 0f 59 04 24 mulsd (%rsp),%xmm0
e191: f2 0f 5c 05 97 36 05 subsd 0x53697(%rip),%xmm0 # 61830 <lddoc+0x5b0>
e198: 00
e199: f2 41 0f 11 04 24 movsd %xmm0,(%r12)
e19f: f2 0f 10 43 08 movsd 0x8(%rbx),%xmm0
e1a4: e8 97 e8 ff ff callq ca40 <npy_sin@plt>
e1a9: f2 0f 59 04 24 mulsd (%rsp),%xmm0
e1ae: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx
e1b3: f2 41 0f 11 44 24 08 movsd %xmm0,0x8(%r12)
e1ba: 4c 8b 64 24 10 mov 0x10(%rsp),%r12
e1bf: 48 83 c4 18 add $0x18,%rsp
e1c3: c3 retq
e1c4: 66 66 66 2e 0f 1f 84 data32 data32 nopw %cs:0x0(%rax,%rax,1)
e1cb: 00 00 00 00 00
000000000000e1d0 <nc_expm1l>:
e1d0: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
e1d5: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
e1da: 48 83 ec 38 sub $0x38,%rsp
e1de: 8b 57 08 mov 0x8(%rdi),%edx
e1e1: 48 8b 07 mov (%rdi),%rax
e1e4: 48 89 fb mov %rdi,%rbx
e1e7: 49 89 f4 mov %rsi,%r12
e1ea: 48 89 04 24 mov %rax,(%rsp)
e1ee: 89 54 24 08 mov %edx,0x8(%rsp)
e1f2: e8 29 e3 ff ff callq c520 <npy_expl@plt>
e1f7: db 7c 24 10 fstpt 0x10(%rsp)
e1fb: 48 8b 43 10 mov 0x10(%rbx),%rax
e1ff: 8b 53 18 mov 0x18(%rbx),%edx
e202: 48 89 04 24 mov %rax,(%rsp)
e206: 89 54 24 08 mov %edx,0x8(%rsp)
e20a: e8 c1 f0 ff ff callq d2d0 <npy_cosl@plt>
e20f: db 6c 24 10 fldt 0x10(%rsp)
e213: de c9 fmulp %st,%st(1)
e215: d8 25 d9 35 05 00 fsubs 0x535d9(%rip) # 617f4 <lddoc+0x574>
e21b: 41 db 3c 24 fstpt (%r12)
e21f: 48 8b 43 10 mov 0x10(%rbx),%rax
e223: 8b 53 18 mov 0x18(%rbx),%edx
e226: 48 89 04 24 mov %rax,(%rsp)
e22a: 89 54 24 08 mov %edx,0x8(%rsp)
e22e: e8 cd e4 ff ff callq c700 <npy_sinl@plt>
e233: db 6c 24 10 fldt 0x10(%rsp)
e237: 48 8b 5c 24 28 mov 0x28(%rsp),%rbx
e23c: de c9 fmulp %st,%st(1)
e23e: 41 db 7c 24 10 fstpt 0x10(%r12)
e243: 4c 8b 64 24 30 mov 0x30(%rsp),%r12
e248: 48 83 c4 38 add $0x38,%rsp
e24c: c3 retq
e24d: 0f 1f 00 nopl (%rax)
000000000000e250 <nc_tanhf>:
e250: 53 push %rbx
e251: 48 89 f3 mov %rsi,%rbx
e254: 48 83 ec 20 sub $0x20,%rsp
e258: f3 0f 10 07 movss (%rdi),%xmm0
e25c: f3 0f 11 44 24 18 movss %xmm0,0x18(%rsp)
e262: f3 0f 10 47 04 movss 0x4(%rdi),%xmm0
e267: f3 0f 11 44 24 1c movss %xmm0,0x1c(%rsp)
e26d: e8 fe f1 ff ff callq d470 <npy_sinf@plt>
e272: f3 0f 11 44 24 0c movss %xmm0,0xc(%rsp)
e278: f3 0f 10 44 24 1c movss 0x1c(%rsp),%xmm0
e27e: e8 2d e7 ff ff callq c9b0 <npy_cosf@plt>
e283: f3 0f 11 44 24 10 movss %xmm0,0x10(%rsp)
e289: f3 0f 10 44 24 18 movss 0x18(%rsp),%xmm0
e28f: e8 4c ee ff ff callq d0e0 <npy_sinhf@plt>
e294: f3 0f 11 44 24 14 movss %xmm0,0x14(%rsp)
e29a: f3 0f 10 44 24 18 movss 0x18(%rsp),%xmm0
e2a0: e8 fb e4 ff ff callq c7a0 <npy_coshf@plt>
e2a5: f3 0f 10 6c 24 0c movss 0xc(%rsp),%xmm5
e2ab: f3 0f 59 6c 24 14 mulss 0x14(%rsp),%xmm5
e2b1: f3 0f 10 74 24 10 movss 0x10(%rsp),%xmm6
e2b7: f3 0f 59 f0 mulss %xmm0,%xmm6
e2bb: f3 0f 10 64 24 10 movss 0x10(%rsp),%xmm4
e2c1: f3 0f 10 54 24 0c movss 0xc(%rsp),%xmm2
e2c7: f3 0f 59 64 24 14 mulss 0x14(%rsp),%xmm4
e2cd: f3 0f 59 d0 mulss %xmm0,%xmm2
e2d1: 0f 28 de movaps %xmm6,%xmm3
e2d4: 0f 28 c5 movaps %xmm5,%xmm0
e2d7: f3 0f 59 de mulss %xmm6,%xmm3
e2db: 0f 28 ca movaps %xmm2,%xmm1
e2de: f3 0f 59 c5 mulss %xmm5,%xmm0
e2e2: f3 0f 59 cd mulss %xmm5,%xmm1
e2e6: f3 0f 59 d6 mulss %xmm6,%xmm2
e2ea: f3 0f 58 d8 addss %xmm0,%xmm3
e2ee: 0f 28 c4 movaps %xmm4,%xmm0
e2f1: f3 0f 59 e5 mulss %xmm5,%xmm4
e2f5: f3 0f 59 c6 mulss %xmm6,%xmm0
e2f9: f3 0f 5c d4 subss %xmm4,%xmm2
e2fd: f3 0f 58 c1 addss %xmm1,%xmm0
e301: f3 0f 5e d3 divss %xmm3,%xmm2
e305: f3 0f 5e c3 divss %xmm3,%xmm0
e309: f3 0f 11 53 04 movss %xmm2,0x4(%rbx)
e30e: f3 0f 11 03 movss %xmm0,(%rbx)
e312: 48 83 c4 20 add $0x20,%rsp
e316: 5b pop %rbx
e317: c3 retq
e318: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
e31f: 00
000000000000e320 <nc_tanf>:
e320: 53 push %rbx
e321: 48 89 f3 mov %rsi,%rbx
e324: 48 83 ec 20 sub $0x20,%rsp
e328: f3 0f 10 07 movss (%rdi),%xmm0
e32c: f3 0f 11 44 24 18 movss %xmm0,0x18(%rsp)
e332: f3 0f 10 47 04 movss 0x4(%rdi),%xmm0
e337: f3 0f 11 44 24 1c movss %xmm0,0x1c(%rsp)
e33d: f3 0f 10 44 24 18 movss 0x18(%rsp),%xmm0
e343: e8 28 f1 ff ff callq d470 <npy_sinf@plt>
e348: f3 0f 11 44 24 0c movss %xmm0,0xc(%rsp)
e34e: f3 0f 10 44 24 18 movss 0x18(%rsp),%xmm0
e354: e8 57 e6 ff ff callq c9b0 <npy_cosf@plt>
e359: f3 0f 11 44 24 10 movss %xmm0,0x10(%rsp)
e35f: f3 0f 10 44 24 1c movss 0x1c(%rsp),%xmm0
e365: e8 76 ed ff ff callq d0e0 <npy_sinhf@plt>
e36a: f3 0f 11 44 24 14 movss %xmm0,0x14(%rsp)
e370: f3 0f 10 44 24 1c movss 0x1c(%rsp),%xmm0
e376: e8 25 e4 ff ff callq c7a0 <npy_coshf@plt>
e37b: f3 0f 10 64 24 0c movss 0xc(%rsp),%xmm4
e381: f3 0f 10 74 24 10 movss 0x10(%rsp),%xmm6
e387: f3 0f 59 e0 mulss %xmm0,%xmm4
e38b: f3 0f 59 f0 mulss %xmm0,%xmm6
e38f: f3 0f 10 05 c9 32 05 movss 0x532c9(%rip),%xmm0 # 61660 <lddoc+0x3e0>
e396: 00
e397: f3 0f 10 6c 24 0c movss 0xc(%rsp),%xmm5
e39d: 0f 57 e8 xorps %xmm0,%xmm5
e3a0: f3 0f 10 54 24 10 movss 0x10(%rsp),%xmm2
e3a6: f3 0f 59 54 24 14 mulss 0x14(%rsp),%xmm2
e3ac: 0f 28 de movaps %xmm6,%xmm3
e3af: f3 0f 59 6c 24 14 mulss 0x14(%rsp),%xmm5
e3b5: f3 0f 59 de mulss %xmm6,%xmm3
e3b9: 0f 28 ca movaps %xmm2,%xmm1
e3bc: f3 0f 59 d6 mulss %xmm6,%xmm2
e3c0: 0f 28 c5 movaps %xmm5,%xmm0
e3c3: f3 0f 59 cd mulss %xmm5,%xmm1
e3c7: f3 0f 59 c5 mulss %xmm5,%xmm0
e3cb: f3 0f 58 d8 addss %xmm0,%xmm3
e3cf: 0f 28 c4 movaps %xmm4,%xmm0
e3d2: f3 0f 59 e5 mulss %xmm5,%xmm4
e3d6: f3 0f 59 c6 mulss %xmm6,%xmm0
e3da: f3 0f 5c d4 subss %xmm4,%xmm2
e3de: f3 0f 58 c1 addss %xmm1,%xmm0
e3e2: f3 0f 5e d3 divss %xmm3,%xmm2
e3e6: f3 0f 5e c3 divss %xmm3,%xmm0
e3ea: f3 0f 11 53 04 movss %xmm2,0x4(%rbx)
e3ef: f3 0f 11 03 movss %xmm0,(%rbx)
e3f3: 48 83 c4 20 add $0x20,%rsp
e3f7: 5b pop %rbx
e3f8: c3 retq
e3f9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
000000000000e400 <nc_sinhf>:
e400: 53 push %rbx
e401: 48 89 f3 mov %rsi,%rbx
e404: 48 83 ec 10 sub $0x10,%rsp
e408: f3 0f 10 07 movss (%rdi),%xmm0
e40c: f3 0f 11 44 24 08 movss %xmm0,0x8(%rsp)
e412: f3 0f 10 47 04 movss 0x4(%rdi),%xmm0
e417: f3 0f 11 44 24 0c movss %xmm0,0xc(%rsp)
e41d: e8 8e e5 ff ff callq c9b0 <npy_cosf@plt>
e422: f3 0f 11 04 24 movss %xmm0,(%rsp)
e427: f3 0f 10 44 24 08 movss 0x8(%rsp),%xmm0
e42d: e8 ae ec ff ff callq d0e0 <npy_sinhf@plt>
e432: f3 0f 59 04 24 mulss (%rsp),%xmm0
e437: f3 0f 11 03 movss %xmm0,(%rbx)
e43b: f3 0f 10 44 24 0c movss 0xc(%rsp),%xmm0
e441: e8 2a f0 ff ff callq d470 <npy_sinf@plt>
e446: f3 0f 11 44 24 04 movss %xmm0,0x4(%rsp)
e44c: f3 0f 10 44 24 08 movss 0x8(%rsp),%xmm0
e452: e8 49 e3 ff ff callq c7a0 <npy_coshf@plt>
e457: f3 0f 59 44 24 04 mulss 0x4(%rsp),%xmm0
e45d: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
e462: 48 83 c4 10 add $0x10,%rsp
e466: 5b pop %rbx
e467: c3 retq
e468: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
e46f: 00
000000000000e470 <nc_sinf>:
e470: 53 push %rbx
e471: 48 89 f3 mov %rsi,%rbx
e474: 48 83 ec 10 sub $0x10,%rsp
e478: f3 0f 10 07 movss (%rdi),%xmm0
e47c: f3 0f 11 44 24 08 movss %xmm0,0x8(%rsp)
e482: f3 0f 10 47 04 movss 0x4(%rdi),%xmm0
e487: f3 0f 11 44 24 0c movss %xmm0,0xc(%rsp)
e48d: f3 0f 10 44 24 08 movss 0x8(%rsp),%xmm0
e493: e8 d8 ef ff ff callq d470 <npy_sinf@plt>
e498: f3 0f 11 04 24 movss %xmm0,(%rsp)
e49d: f3 0f 10 44 24 0c movss 0xc(%rsp),%xmm0
e4a3: e8 f8 e2 ff ff callq c7a0 <npy_coshf@plt>
e4a8: f3 0f 59 04 24 mulss (%rsp),%xmm0
e4ad: f3 0f 11 03 movss %xmm0,(%rbx)
e4b1: f3 0f 10 44 24 08 movss 0x8(%rsp),%xmm0
e4b7: e8 f4 e4 ff ff callq c9b0 <npy_cosf@plt>
e4bc: f3 0f 11 44 24 04 movss %xmm0,0x4(%rsp)
e4c2: f3 0f 10 44 24 0c movss 0xc(%rsp),%xmm0
e4c8: e8 13 ec ff ff callq d0e0 <npy_sinhf@plt>
e4cd: f3 0f 59 44 24 04 mulss 0x4(%rsp),%xmm0
e4d3: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
e4d8: 48 83 c4 10 add $0x10,%rsp
e4dc: 5b pop %rbx
e4dd: c3 retq
e4de: 66 90 xchg %ax,%ax
000000000000e4e0 <nc_coshf>:
e4e0: 53 push %rbx
e4e1: 48 89 f3 mov %rsi,%rbx
e4e4: 48 83 ec 10 sub $0x10,%rsp
e4e8: f3 0f 10 07 movss (%rdi),%xmm0
e4ec: f3 0f 11 44 24 08 movss %xmm0,0x8(%rsp)
e4f2: f3 0f 10 47 04 movss 0x4(%rdi),%xmm0
e4f7: f3 0f 11 44 24 0c movss %xmm0,0xc(%rsp)
e4fd: e8 ae e4 ff ff callq c9b0 <npy_cosf@plt>
e502: f3 0f 11 04 24 movss %xmm0,(%rsp)
e507: f3 0f 10 44 24 08 movss 0x8(%rsp),%xmm0
e50d: e8 8e e2 ff ff callq c7a0 <npy_coshf@plt>
e512: f3 0f 59 04 24 mulss (%rsp),%xmm0
e517: f3 0f 11 03 movss %xmm0,(%rbx)
e51b: f3 0f 10 44 24 0c movss 0xc(%rsp),%xmm0
e521: e8 4a ef ff ff callq d470 <npy_sinf@plt>
e526: f3 0f 11 44 24 04 movss %xmm0,0x4(%rsp)
e52c: f3 0f 10 44 24 08 movss 0x8(%rsp),%xmm0
e532: e8 a9 eb ff ff callq d0e0 <npy_sinhf@plt>
e537: f3 0f 59 44 24 04 mulss 0x4(%rsp),%xmm0
e53d: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
e542: 48 83 c4 10 add $0x10,%rsp
e546: 5b pop %rbx
e547: c3 retq
e548: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
e54f: 00
000000000000e550 <nc_cosf>:
e550: 53 push %rbx
e551: 48 89 f3 mov %rsi,%rbx
e554: 48 83 ec 20 sub $0x20,%rsp
e558: f3 0f 10 07 movss (%rdi),%xmm0
e55c: f3 0f 11 44 24 18 movss %xmm0,0x18(%rsp)
e562: f3 0f 10 47 04 movss 0x4(%rdi),%xmm0
e567: f3 0f 11 44 24 1c movss %xmm0,0x1c(%rsp)
e56d: f3 0f 10 44 24 18 movss 0x18(%rsp),%xmm0
e573: e8 38 e4 ff ff callq c9b0 <npy_cosf@plt>
e578: f3 0f 11 44 24 14 movss %xmm0,0x14(%rsp)
e57e: f3 0f 10 44 24 1c movss 0x1c(%rsp),%xmm0
e584: e8 17 e2 ff ff callq c7a0 <npy_coshf@plt>
e589: f3 0f 59 44 24 14 mulss 0x14(%rsp),%xmm0
e58f: f3 0f 11 03 movss %xmm0,(%rbx)
e593: f3 0f 10 44 24 18 movss 0x18(%rsp),%xmm0
e599: e8 d2 ee ff ff callq d470 <npy_sinf@plt>
e59e: 0f 28 d0 movaps %xmm0,%xmm2
e5a1: f3 0f 10 44 24 1c movss 0x1c(%rsp),%xmm0
e5a7: f3 0f 11 14 24 movss %xmm2,(%rsp)
e5ac: e8 2f eb ff ff callq d0e0 <npy_sinhf@plt>
e5b1: f3 0f 10 0d a7 30 05 movss 0x530a7(%rip),%xmm1 # 61660 <lddoc+0x3e0>
e5b8: 00
e5b9: f3 0f 10 14 24 movss (%rsp),%xmm2
e5be: 0f 57 d1 xorps %xmm1,%xmm2
e5c1: f3 0f 59 d0 mulss %xmm0,%xmm2
e5c5: f3 0f 11 53 04 movss %xmm2,0x4(%rbx)
e5ca: 48 83 c4 20 add $0x20,%rsp
e5ce: 5b pop %rbx
e5cf: c3 retq
000000000000e5d0 <nc_tanh>:
e5d0: 53 push %rbx
e5d1: 48 89 f3 mov %rsi,%rbx
e5d4: 48 83 ec 30 sub $0x30,%rsp
e5d8: f2 0f 10 07 movsd (%rdi),%xmm0
e5dc: f2 0f 11 44 24 20 movsd %xmm0,0x20(%rsp)
e5e2: f2 0f 10 47 08 movsd 0x8(%rdi),%xmm0
e5e7: f2 0f 11 44 24 28 movsd %xmm0,0x28(%rsp)
e5ed: e8 4e e4 ff ff callq ca40 <npy_sin@plt>
e5f2: f2 0f 11 44 24 08 movsd %xmm0,0x8(%rsp)
e5f8: f2 0f 10 44 24 28 movsd 0x28(%rsp),%xmm0
e5fe: e8 5d de ff ff callq c460 <npy_cos@plt>
e603: f2 0f 11 44 24 10 movsd %xmm0,0x10(%rsp)
e609: f2 0f 10 44 24 20 movsd 0x20(%rsp),%xmm0
e60f: e8 ac e4 ff ff callq cac0 <npy_sinh@plt>
e614: f2 0f 11 44 24 18 movsd %xmm0,0x18(%rsp)
e61a: f2 0f 10 44 24 20 movsd 0x20(%rsp),%xmm0
e620: e8 5b ed ff ff callq d380 <npy_cosh@plt>
e625: f2 0f 10 6c 24 08 movsd 0x8(%rsp),%xmm5
e62b: f2 0f 10 74 24 10 movsd 0x10(%rsp),%xmm6
e631: f2 0f 59 6c 24 18 mulsd 0x18(%rsp),%xmm5
e637: f2 0f 59 f0 mulsd %xmm0,%xmm6
e63b: f2 0f 10 64 24 10 movsd 0x10(%rsp),%xmm4
e641: f2 0f 10 54 24 08 movsd 0x8(%rsp),%xmm2
e647: f2 0f 59 64 24 18 mulsd 0x18(%rsp),%xmm4
e64d: f2 0f 59 d0 mulsd %xmm0,%xmm2
e651: 66 0f 28 de movapd %xmm6,%xmm3
e655: 66 0f 28 c5 movapd %xmm5,%xmm0
e659: f2 0f 59 de mulsd %xmm6,%xmm3
e65d: f2 0f 59 c5 mulsd %xmm5,%xmm0
e661: 66 0f 28 ca movapd %xmm2,%xmm1
e665: f2 0f 59 d6 mulsd %xmm6,%xmm2
e669: f2 0f 59 cd mulsd %xmm5,%xmm1
e66d: f2 0f 58 d8 addsd %xmm0,%xmm3
e671: 66 0f 28 c4 movapd %xmm4,%xmm0
e675: f2 0f 59 e5 mulsd %xmm5,%xmm4
e679: f2 0f 59 c6 mulsd %xmm6,%xmm0
e67d: f2 0f 5c d4 subsd %xmm4,%xmm2
e681: f2 0f 58 c1 addsd %xmm1,%xmm0
e685: f2 0f 5e d3 divsd %xmm3,%xmm2
e689: f2 0f 5e c3 divsd %xmm3,%xmm0
e68d: f2 0f 11 53 08 movsd %xmm2,0x8(%rbx)
e692: f2 0f 11 03 movsd %xmm0,(%rbx)
e696: 48 83 c4 30 add $0x30,%rsp
e69a: 5b pop %rbx
e69b: c3 retq
e69c: 0f 1f 40 00 nopl 0x0(%rax)
000000000000e6a0 <nc_tan>:
e6a0: 53 push %rbx
e6a1: 48 89 f3 mov %rsi,%rbx
e6a4: 48 83 ec 30 sub $0x30,%rsp
e6a8: f2 0f 10 07 movsd (%rdi),%xmm0
e6ac: f2 0f 11 44 24 20 movsd %xmm0,0x20(%rsp)
e6b2: f2 0f 10 47 08 movsd 0x8(%rdi),%xmm0
e6b7: f2 0f 11 44 24 28 movsd %xmm0,0x28(%rsp)
e6bd: f2 0f 10 44 24 20 movsd 0x20(%rsp),%xmm0
e6c3: e8 78 e3 ff ff callq ca40 <npy_sin@plt>
e6c8: f2 0f 11 44 24 08 movsd %xmm0,0x8(%rsp)
e6ce: f2 0f 10 44 24 20 movsd 0x20(%rsp),%xmm0
e6d4: e8 87 dd ff ff callq c460 <npy_cos@plt>
e6d9: f2 0f 11 44 24 10 movsd %xmm0,0x10(%rsp)
e6df: f2 0f 10 44 24 28 movsd 0x28(%rsp),%xmm0
e6e5: e8 d6 e3 ff ff callq cac0 <npy_sinh@plt>
e6ea: f2 0f 11 44 24 18 movsd %xmm0,0x18(%rsp)
e6f0: f2 0f 10 44 24 28 movsd 0x28(%rsp),%xmm0
e6f6: e8 85 ec ff ff callq d380 <npy_cosh@plt>
e6fb: f2 0f 10 64 24 08 movsd 0x8(%rsp),%xmm4
e701: f2 0f 10 74 24 10 movsd 0x10(%rsp),%xmm6
e707: f2 0f 59 e0 mulsd %xmm0,%xmm4
e70b: f2 0f 59 f0 mulsd %xmm0,%xmm6
e70f: f2 0f 10 6c 24 08 movsd 0x8(%rsp),%xmm5
e715: f2 0f 10 05 53 2f 05 movsd 0x52f53(%rip),%xmm0 # 61670 <lddoc+0x3f0>
e71c: 00
e71d: f2 0f 10 54 24 10 movsd 0x10(%rsp),%xmm2
e723: 66 0f 57 e8 xorpd %xmm0,%xmm5
e727: 66 0f 28 de movapd %xmm6,%xmm3
e72b: f2 0f 59 54 24 18 mulsd 0x18(%rsp),%xmm2
e731: f2 0f 59 de mulsd %xmm6,%xmm3
e735: f2 0f 59 6c 24 18 mulsd 0x18(%rsp),%xmm5
e73b: 66 0f 28 ca movapd %xmm2,%xmm1
e73f: f2 0f 59 d6 mulsd %xmm6,%xmm2
e743: 66 0f 28 c5 movapd %xmm5,%xmm0
e747: f2 0f 59 cd mulsd %xmm5,%xmm1
e74b: f2 0f 59 c5 mulsd %xmm5,%xmm0
e74f: f2 0f 58 d8 addsd %xmm0,%xmm3
e753: 66 0f 28 c4 movapd %xmm4,%xmm0
e757: f2 0f 59 e5 mulsd %xmm5,%xmm4
e75b: f2 0f 59 c6 mulsd %xmm6,%xmm0
e75f: f2 0f 5c d4 subsd %xmm4,%xmm2
e763: f2 0f 58 c1 addsd %xmm1,%xmm0
e767: f2 0f 5e d3 divsd %xmm3,%xmm2
e76b: f2 0f 5e c3 divsd %xmm3,%xmm0
e76f: f2 0f 11 53 08 movsd %xmm2,0x8(%rbx)
e774: f2 0f 11 03 movsd %xmm0,(%rbx)
e778: 48 83 c4 30 add $0x30,%rsp
e77c: 5b pop %rbx
e77d: c3 retq
e77e: 66 90 xchg %ax,%ax
000000000000e780 <nc_sinh>:
e780: 53 push %rbx
e781: 48 89 f3 mov %rsi,%rbx
e784: 48 83 ec 20 sub $0x20,%rsp
e788: f2 0f 10 07 movsd (%rdi),%xmm0
e78c: f2 0f 11 44 24 10 movsd %xmm0,0x10(%rsp)
e792: f2 0f 10 47 08 movsd 0x8(%rdi),%xmm0
e797: f2 0f 11 44 24 18 movsd %xmm0,0x18(%rsp)
e79d: e8 be dc ff ff callq c460 <npy_cos@plt>
e7a2: f2 0f 11 04 24 movsd %xmm0,(%rsp)
e7a7: f2 0f 10 44 24 10 movsd 0x10(%rsp),%xmm0
e7ad: e8 0e e3 ff ff callq cac0 <npy_sinh@plt>
e7b2: f2 0f 59 04 24 mulsd (%rsp),%xmm0
e7b7: f2 0f 11 03 movsd %xmm0,(%rbx)
e7bb: f2 0f 10 44 24 18 movsd 0x18(%rsp),%xmm0
e7c1: e8 7a e2 ff ff callq ca40 <npy_sin@plt>
e7c6: f2 0f 11 44 24 08 movsd %xmm0,0x8(%rsp)
e7cc: f2 0f 10 44 24 10 movsd 0x10(%rsp),%xmm0
e7d2: e8 a9 eb ff ff callq d380 <npy_cosh@plt>
e7d7: f2 0f 59 44 24 08 mulsd 0x8(%rsp),%xmm0
e7dd: f2 0f 11 43 08 movsd %xmm0,0x8(%rbx)
e7e2: 48 83 c4 20 add $0x20,%rsp
e7e6: 5b pop %rbx
e7e7: c3 retq
e7e8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
e7ef: 00
000000000000e7f0 <nc_sin>:
e7f0: 53 push %rbx
e7f1: 48 89 f3 mov %rsi,%rbx
e7f4: 48 83 ec 20 sub $0x20,%rsp
e7f8: f2 0f 10 07 movsd (%rdi),%xmm0
e7fc: f2 0f 11 44 24 10 movsd %xmm0,0x10(%rsp)
e802: f2 0f 10 47 08 movsd 0x8(%rdi),%xmm0
e807: f2 0f 11 44 24 18 movsd %xmm0,0x18(%rsp)
e80d: f2 0f 10 44 24 10 movsd 0x10(%rsp),%xmm0
e813: e8 28 e2 ff ff callq ca40 <npy_sin@plt>
e818: f2 0f 11 04 24 movsd %xmm0,(%rsp)
e81d: f2 0f 10 44 24 18 movsd 0x18(%rsp),%xmm0
e823: e8 58 eb ff ff callq d380 <npy_cosh@plt>
e828: f2 0f 59 04 24 mulsd (%rsp),%xmm0
e82d: f2 0f 11 03 movsd %xmm0,(%rbx)
e831: f2 0f 10 44 24 10 movsd 0x10(%rsp),%xmm0
e837: e8 24 dc ff ff callq c460 <npy_cos@plt>
e83c: f2 0f 11 44 24 08 movsd %xmm0,0x8(%rsp)
e842: f2 0f 10 44 24 18 movsd 0x18(%rsp),%xmm0
e848: e8 73 e2 ff ff callq cac0 <npy_sinh@plt>
e84d: f2 0f 59 44 24 08 mulsd 0x8(%rsp),%xmm0
e853: f2 0f 11 43 08 movsd %xmm0,0x8(%rbx)
e858: 48 83 c4 20 add $0x20,%rsp
e85c: 5b pop %rbx
e85d: c3 retq
e85e: 66 90 xchg %ax,%ax
000000000000e860 <nc_cosh>:
e860: 53 push %rbx
e861: 48 89 f3 mov %rsi,%rbx
e864: 48 83 ec 20 sub $0x20,%rsp
e868: f2 0f 10 07 movsd (%rdi),%xmm0
e86c: f2 0f 11 44 24 10 movsd %xmm0,0x10(%rsp)
e872: f2 0f 10 47 08 movsd 0x8(%rdi),%xmm0
e877: f2 0f 11 44 24 18 movsd %xmm0,0x18(%rsp)
e87d: e8 de db ff ff callq c460 <npy_cos@plt>
e882: f2 0f 11 04 24 movsd %xmm0,(%rsp)
e887: f2 0f 10 44 24 10 movsd 0x10(%rsp),%xmm0
e88d: e8 ee ea ff ff callq d380 <npy_cosh@plt>
e892: f2 0f 59 04 24 mulsd (%rsp),%xmm0
e897: f2 0f 11 03 movsd %xmm0,(%rbx)
e89b: f2 0f 10 44 24 18 movsd 0x18(%rsp),%xmm0
e8a1: e8 9a e1 ff ff callq ca40 <npy_sin@plt>
e8a6: f2 0f 11 44 24 08 movsd %xmm0,0x8(%rsp)
e8ac: f2 0f 10 44 24 10 movsd 0x10(%rsp),%xmm0
e8b2: e8 09 e2 ff ff callq cac0 <npy_sinh@plt>
e8b7: f2 0f 59 44 24 08 mulsd 0x8(%rsp),%xmm0
e8bd: f2 0f 11 43 08 movsd %xmm0,0x8(%rbx)
e8c2: 48 83 c4 20 add $0x20,%rsp
e8c6: 5b pop %rbx
e8c7: c3 retq
e8c8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
e8cf: 00
000000000000e8d0 <nc_cos>:
e8d0: 53 push %rbx
e8d1: 48 89 f3 mov %rsi,%rbx
e8d4: 48 83 ec 30 sub $0x30,%rsp
e8d8: f2 0f 10 07 movsd (%rdi),%xmm0
e8dc: f2 0f 11 44 24 20 movsd %xmm0,0x20(%rsp)
e8e2: f2 0f 10 47 08 movsd 0x8(%rdi),%xmm0
e8e7: f2 0f 11 44 24 28 movsd %xmm0,0x28(%rsp)
e8ed: f2 0f 10 44 24 20 movsd 0x20(%rsp),%xmm0
e8f3: e8 68 db ff ff callq c460 <npy_cos@plt>
e8f8: f2 0f 11 44 24 18 movsd %xmm0,0x18(%rsp)
e8fe: f2 0f 10 44 24 28 movsd 0x28(%rsp),%xmm0
e904: e8 77 ea ff ff callq d380 <npy_cosh@plt>
e909: f2 0f 59 44 24 18 mulsd 0x18(%rsp),%xmm0
e90f: f2 0f 11 03 movsd %xmm0,(%rbx)
e913: f2 0f 10 44 24 20 movsd 0x20(%rsp),%xmm0
e919: e8 22 e1 ff ff callq ca40 <npy_sin@plt>
e91e: 66 0f 28 d0 movapd %xmm0,%xmm2
e922: f2 0f 10 44 24 28 movsd 0x28(%rsp),%xmm0
e928: f2 0f 11 14 24 movsd %xmm2,(%rsp)
e92d: e8 8e e1 ff ff callq cac0 <npy_sinh@plt>
e932: f2 0f 10 0d 36 2d 05 movsd 0x52d36(%rip),%xmm1 # 61670 <lddoc+0x3f0>
e939: 00
e93a: f2 0f 10 14 24 movsd (%rsp),%xmm2
e93f: 66 0f 57 d1 xorpd %xmm1,%xmm2
e943: f2 0f 59 d0 mulsd %xmm0,%xmm2
e947: f2 0f 11 53 08 movsd %xmm2,0x8(%rbx)
e94c: 48 83 c4 30 add $0x30,%rsp
e950: 5b pop %rbx
e951: c3 retq
e952: 66 66 66 66 66 2e 0f data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
e959: 1f 84 00 00 00 00 00
000000000000e960 <nc_tanhl>:
e960: 48 89 5c 24 d8 mov %rbx,-0x28(%rsp)
e965: 4c 89 64 24 e0 mov %r12,-0x20(%rsp)
e96a: 48 89 f3 mov %rsi,%rbx
e96d: 4c 89 6c 24 e8 mov %r13,-0x18(%rsp)
e972: 4c 89 74 24 f0 mov %r14,-0x10(%rsp)
e977: 4c 89 7c 24 f8 mov %r15,-0x8(%rsp)
e97c: 48 83 ec 68 sub $0x68,%rsp
e980: 4c 8b 67 10 mov 0x10(%rdi),%r12
e984: 44 8b 6f 18 mov 0x18(%rdi),%r13d
e988: 4c 8b 37 mov (%rdi),%r14
e98b: 44 8b 7f 08 mov 0x8(%rdi),%r15d
e98f: 4c 89 24 24 mov %r12,(%rsp)
e993: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
e998: e8 63 dd ff ff callq c700 <npy_sinl@plt>
e99d: db 7c 24 10 fstpt 0x10(%rsp)
e9a1: 4c 89 24 24 mov %r12,(%rsp)
e9a5: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
e9aa: e8 21 e9 ff ff callq d2d0 <npy_cosl@plt>
e9af: db 7c 24 20 fstpt 0x20(%rsp)
e9b3: 4c 89 34 24 mov %r14,(%rsp)
e9b7: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
e9bc: e8 4f e7 ff ff callq d110 <npy_sinhl@plt>
e9c1: db 7c 24 30 fstpt 0x30(%rsp)
e9c5: 4c 89 34 24 mov %r14,(%rsp)
e9c9: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
e9ce: e8 9d e9 ff ff callq d370 <npy_coshl@plt>
e9d3: db 6c 24 20 fldt 0x20(%rsp)
e9d7: 4c 8b 64 24 48 mov 0x48(%rsp),%r12
e9dc: 4c 8b 6c 24 50 mov 0x50(%rsp),%r13
e9e1: 4c 8b 74 24 58 mov 0x58(%rsp),%r14
e9e6: 4c 8b 7c 24 60 mov 0x60(%rsp),%r15
e9eb: db 6c 24 30 fldt 0x30(%rsp)
e9ef: dc c9 fmul %st,%st(1)
e9f1: db 6c 24 10 fldt 0x10(%rsp)
e9f5: d8 cb fmul %st(3),%st
e9f7: db 6c 24 20 fldt 0x20(%rsp)
e9fb: de cc fmulp %st,%st(4)
e9fd: db 6c 24 10 fldt 0x10(%rsp)
ea01: de ca fmulp %st,%st(2)
ea03: d9 c3 fld %st(3)
ea05: d8 cc fmul %st(4),%st
ea07: d9 c2 fld %st(2)
ea09: d8 cb fmul %st(3),%st
ea0b: de c1 faddp %st,%st(1)
ea0d: d9 c3 fld %st(3)
ea0f: d8 cd fmul %st(5),%st
ea11: d9 c2 fld %st(2)
ea13: d8 cc fmul %st(4),%st
ea15: de c1 faddp %st,%st(1)
ea17: d8 f1 fdiv %st(1),%st
ea19: db 3b fstpt (%rbx)
ea1b: d9 c9 fxch %st(1)
ea1d: de cc fmulp %st,%st(4)
ea1f: d9 ca fxch %st(2)
ea21: de c9 fmulp %st,%st(1)
ea23: de ea fsubrp %st,%st(2)
ea25: de f9 fdivrp %st,%st(1)
ea27: db 7b 10 fstpt 0x10(%rbx)
ea2a: 48 8b 5c 24 40 mov 0x40(%rsp),%rbx
ea2f: 48 83 c4 68 add $0x68,%rsp
ea33: c3 retq
ea34: 66 66 66 2e 0f 1f 84 data32 data32 nopw %cs:0x0(%rax,%rax,1)
ea3b: 00 00 00 00 00
000000000000ea40 <nc_tanl>:
ea40: 48 89 5c 24 d8 mov %rbx,-0x28(%rsp)
ea45: 4c 89 64 24 e0 mov %r12,-0x20(%rsp)
ea4a: 48 89 f3 mov %rsi,%rbx
ea4d: 4c 89 6c 24 e8 mov %r13,-0x18(%rsp)
ea52: 4c 89 74 24 f0 mov %r14,-0x10(%rsp)
ea57: 4c 89 7c 24 f8 mov %r15,-0x8(%rsp)
ea5c: 48 83 ec 68 sub $0x68,%rsp
ea60: 4c 8b 27 mov (%rdi),%r12
ea63: 44 8b 6f 08 mov 0x8(%rdi),%r13d
ea67: 4c 8b 77 10 mov 0x10(%rdi),%r14
ea6b: 44 8b 7f 18 mov 0x18(%rdi),%r15d
ea6f: 4c 89 24 24 mov %r12,(%rsp)
ea73: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
ea78: e8 83 dc ff ff callq c700 <npy_sinl@plt>
ea7d: db 7c 24 10 fstpt 0x10(%rsp)
ea81: 4c 89 24 24 mov %r12,(%rsp)
ea85: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
ea8a: e8 41 e8 ff ff callq d2d0 <npy_cosl@plt>
ea8f: db 7c 24 20 fstpt 0x20(%rsp)
ea93: 4c 89 34 24 mov %r14,(%rsp)
ea97: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
ea9c: e8 6f e6 ff ff callq d110 <npy_sinhl@plt>
eaa1: db 7c 24 30 fstpt 0x30(%rsp)
eaa5: 4c 89 34 24 mov %r14,(%rsp)
eaa9: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
eaae: e8 bd e8 ff ff callq d370 <npy_coshl@plt>
eab3: db 6c 24 10 fldt 0x10(%rsp)
eab7: 4c 8b 64 24 48 mov 0x48(%rsp),%r12
eabc: 4c 8b 6c 24 50 mov 0x50(%rsp),%r13
eac1: 4c 8b 74 24 58 mov 0x58(%rsp),%r14
eac6: 4c 8b 7c 24 60 mov 0x60(%rsp),%r15
eacb: d8 c9 fmul %st(1),%st
eacd: db 6c 24 20 fldt 0x20(%rsp)
ead1: db 6c 24 30 fldt 0x30(%rsp)
ead5: dc c9 fmul %st,%st(1)
ead7: db 6c 24 20 fldt 0x20(%rsp)
eadb: de cc fmulp %st,%st(4)
eadd: db 6c 24 10 fldt 0x10(%rsp)
eae1: d9 e0 fchs
eae3: de c9 fmulp %st,%st(1)
eae5: d9 c3 fld %st(3)
eae7: d8 cc fmul %st(4),%st
eae9: d9 c1 fld %st(1)
eaeb: d8 ca fmul %st(2),%st
eaed: de c1 faddp %st,%st(1)
eaef: d9 c3 fld %st(3)
eaf1: d8 cd fmul %st(5),%st
eaf3: d9 c3 fld %st(3)
eaf5: d8 cb fmul %st(3),%st
eaf7: de c1 faddp %st,%st(1)
eaf9: d8 f1 fdiv %st(1),%st
eafb: db 3b fstpt (%rbx)
eafd: d9 ca fxch %st(2)
eaff: de cc fmulp %st,%st(4)
eb01: de ca fmulp %st,%st(2)
eb03: d9 ca fxch %st(2)
eb05: de e1 fsubp %st,%st(1)
eb07: de f1 fdivp %st,%st(1)
eb09: db 7b 10 fstpt 0x10(%rbx)
eb0c: 48 8b 5c 24 40 mov 0x40(%rsp),%rbx
eb11: 48 83 c4 68 add $0x68,%rsp
eb15: c3 retq
eb16: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
eb1d: 00 00 00
000000000000eb20 <nc_sinhl>:
eb20: 48 89 5c 24 d8 mov %rbx,-0x28(%rsp)
eb25: 4c 89 64 24 e0 mov %r12,-0x20(%rsp)
eb2a: 48 89 f3 mov %rsi,%rbx
eb2d: 4c 89 6c 24 e8 mov %r13,-0x18(%rsp)
eb32: 4c 89 74 24 f0 mov %r14,-0x10(%rsp)
eb37: 4c 89 7c 24 f8 mov %r15,-0x8(%rsp)
eb3c: 48 83 ec 58 sub $0x58,%rsp
eb40: 4c 8b 67 10 mov 0x10(%rdi),%r12
eb44: 44 8b 6f 18 mov 0x18(%rdi),%r13d
eb48: 4c 8b 37 mov (%rdi),%r14
eb4b: 44 8b 7f 08 mov 0x8(%rdi),%r15d
eb4f: 4c 89 24 24 mov %r12,(%rsp)
eb53: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
eb58: e8 73 e7 ff ff callq d2d0 <npy_cosl@plt>
eb5d: db 7c 24 10 fstpt 0x10(%rsp)
eb61: 4c 89 34 24 mov %r14,(%rsp)
eb65: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
eb6a: e8 a1 e5 ff ff callq d110 <npy_sinhl@plt>
eb6f: db 6c 24 10 fldt 0x10(%rsp)
eb73: 4c 89 24 24 mov %r12,(%rsp)
eb77: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
eb7c: de c9 fmulp %st,%st(1)
eb7e: db 3b fstpt (%rbx)
eb80: e8 7b db ff ff callq c700 <npy_sinl@plt>
eb85: db 7c 24 20 fstpt 0x20(%rsp)
eb89: 4c 89 34 24 mov %r14,(%rsp)
eb8d: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
eb92: e8 d9 e7 ff ff callq d370 <npy_coshl@plt>
eb97: db 6c 24 20 fldt 0x20(%rsp)
eb9b: 4c 8b 64 24 38 mov 0x38(%rsp),%r12
eba0: 4c 8b 6c 24 40 mov 0x40(%rsp),%r13
eba5: 4c 8b 74 24 48 mov 0x48(%rsp),%r14
ebaa: 4c 8b 7c 24 50 mov 0x50(%rsp),%r15
ebaf: de c9 fmulp %st,%st(1)
ebb1: db 7b 10 fstpt 0x10(%rbx)
ebb4: 48 8b 5c 24 30 mov 0x30(%rsp),%rbx
ebb9: 48 83 c4 58 add $0x58,%rsp
ebbd: c3 retq
ebbe: 66 90 xchg %ax,%ax
000000000000ebc0 <nc_sinl>:
ebc0: 48 89 5c 24 d8 mov %rbx,-0x28(%rsp)
ebc5: 4c 89 64 24 e0 mov %r12,-0x20(%rsp)
ebca: 48 89 f3 mov %rsi,%rbx
ebcd: 4c 89 6c 24 e8 mov %r13,-0x18(%rsp)
ebd2: 4c 89 74 24 f0 mov %r14,-0x10(%rsp)
ebd7: 4c 89 7c 24 f8 mov %r15,-0x8(%rsp)
ebdc: 48 83 ec 58 sub $0x58,%rsp
ebe0: 4c 8b 27 mov (%rdi),%r12
ebe3: 44 8b 6f 08 mov 0x8(%rdi),%r13d
ebe7: 4c 8b 77 10 mov 0x10(%rdi),%r14
ebeb: 44 8b 7f 18 mov 0x18(%rdi),%r15d
ebef: 4c 89 24 24 mov %r12,(%rsp)
ebf3: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
ebf8: e8 03 db ff ff callq c700 <npy_sinl@plt>
ebfd: db 7c 24 10 fstpt 0x10(%rsp)
ec01: 4c 89 34 24 mov %r14,(%rsp)
ec05: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
ec0a: e8 61 e7 ff ff callq d370 <npy_coshl@plt>
ec0f: db 6c 24 10 fldt 0x10(%rsp)
ec13: 4c 89 24 24 mov %r12,(%rsp)
ec17: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
ec1c: de c9 fmulp %st,%st(1)
ec1e: db 3b fstpt (%rbx)
ec20: e8 ab e6 ff ff callq d2d0 <npy_cosl@plt>
ec25: db 7c 24 20 fstpt 0x20(%rsp)
ec29: 4c 89 34 24 mov %r14,(%rsp)
ec2d: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
ec32: e8 d9 e4 ff ff callq d110 <npy_sinhl@plt>
ec37: db 6c 24 20 fldt 0x20(%rsp)
ec3b: 4c 8b 64 24 38 mov 0x38(%rsp),%r12
ec40: 4c 8b 6c 24 40 mov 0x40(%rsp),%r13
ec45: 4c 8b 74 24 48 mov 0x48(%rsp),%r14
ec4a: 4c 8b 7c 24 50 mov 0x50(%rsp),%r15
ec4f: de c9 fmulp %st,%st(1)
ec51: db 7b 10 fstpt 0x10(%rbx)
ec54: 48 8b 5c 24 30 mov 0x30(%rsp),%rbx
ec59: 48 83 c4 58 add $0x58,%rsp
ec5d: c3 retq
ec5e: 66 90 xchg %ax,%ax
000000000000ec60 <nc_coshl>:
ec60: 48 89 5c 24 d8 mov %rbx,-0x28(%rsp)
ec65: 4c 89 64 24 e0 mov %r12,-0x20(%rsp)
ec6a: 48 89 f3 mov %rsi,%rbx
ec6d: 4c 89 6c 24 e8 mov %r13,-0x18(%rsp)
ec72: 4c 89 74 24 f0 mov %r14,-0x10(%rsp)
ec77: 4c 89 7c 24 f8 mov %r15,-0x8(%rsp)
ec7c: 48 83 ec 58 sub $0x58,%rsp
ec80: 4c 8b 67 10 mov 0x10(%rdi),%r12
ec84: 44 8b 6f 18 mov 0x18(%rdi),%r13d
ec88: 4c 8b 37 mov (%rdi),%r14
ec8b: 44 8b 7f 08 mov 0x8(%rdi),%r15d
ec8f: 4c 89 24 24 mov %r12,(%rsp)
ec93: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
ec98: e8 33 e6 ff ff callq d2d0 <npy_cosl@plt>
ec9d: db 7c 24 10 fstpt 0x10(%rsp)
eca1: 4c 89 34 24 mov %r14,(%rsp)
eca5: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
ecaa: e8 c1 e6 ff ff callq d370 <npy_coshl@plt>
ecaf: db 6c 24 10 fldt 0x10(%rsp)
ecb3: 4c 89 24 24 mov %r12,(%rsp)
ecb7: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
ecbc: de c9 fmulp %st,%st(1)
ecbe: db 3b fstpt (%rbx)
ecc0: e8 3b da ff ff callq c700 <npy_sinl@plt>
ecc5: db 7c 24 20 fstpt 0x20(%rsp)
ecc9: 4c 89 34 24 mov %r14,(%rsp)
eccd: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
ecd2: e8 39 e4 ff ff callq d110 <npy_sinhl@plt>
ecd7: db 6c 24 20 fldt 0x20(%rsp)
ecdb: 4c 8b 64 24 38 mov 0x38(%rsp),%r12
ece0: 4c 8b 6c 24 40 mov 0x40(%rsp),%r13
ece5: 4c 8b 74 24 48 mov 0x48(%rsp),%r14
ecea: 4c 8b 7c 24 50 mov 0x50(%rsp),%r15
ecef: de c9 fmulp %st,%st(1)
ecf1: db 7b 10 fstpt 0x10(%rbx)
ecf4: 48 8b 5c 24 30 mov 0x30(%rsp),%rbx
ecf9: 48 83 c4 58 add $0x58,%rsp
ecfd: c3 retq
ecfe: 66 90 xchg %ax,%ax
000000000000ed00 <nc_cosl>:
ed00: 48 89 5c 24 d8 mov %rbx,-0x28(%rsp)
ed05: 4c 89 64 24 e0 mov %r12,-0x20(%rsp)
ed0a: 48 89 f3 mov %rsi,%rbx
ed0d: 4c 89 6c 24 e8 mov %r13,-0x18(%rsp)
ed12: 4c 89 74 24 f0 mov %r14,-0x10(%rsp)
ed17: 4c 89 7c 24 f8 mov %r15,-0x8(%rsp)
ed1c: 48 83 ec 58 sub $0x58,%rsp
ed20: 4c 8b 27 mov (%rdi),%r12
ed23: 44 8b 6f 08 mov 0x8(%rdi),%r13d
ed27: 4c 8b 77 10 mov 0x10(%rdi),%r14
ed2b: 44 8b 7f 18 mov 0x18(%rdi),%r15d
ed2f: 4c 89 24 24 mov %r12,(%rsp)
ed33: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
ed38: e8 93 e5 ff ff callq d2d0 <npy_cosl@plt>
ed3d: db 7c 24 20 fstpt 0x20(%rsp)
ed41: 4c 89 34 24 mov %r14,(%rsp)
ed45: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
ed4a: e8 21 e6 ff ff callq d370 <npy_coshl@plt>
ed4f: db 6c 24 20 fldt 0x20(%rsp)
ed53: 4c 89 24 24 mov %r12,(%rsp)
ed57: 44 89 6c 24 08 mov %r13d,0x8(%rsp)
ed5c: de c9 fmulp %st,%st(1)
ed5e: db 3b fstpt (%rbx)
ed60: e8 9b d9 ff ff callq c700 <npy_sinl@plt>
ed65: db 7c 24 10 fstpt 0x10(%rsp)
ed69: 4c 89 34 24 mov %r14,(%rsp)
ed6d: 44 89 7c 24 08 mov %r15d,0x8(%rsp)
ed72: e8 99 e3 ff ff callq d110 <npy_sinhl@plt>
ed77: db 6c 24 10 fldt 0x10(%rsp)
ed7b: 4c 8b 64 24 38 mov 0x38(%rsp),%r12
ed80: 4c 8b 6c 24 40 mov 0x40(%rsp),%r13
ed85: 4c 8b 74 24 48 mov 0x48(%rsp),%r14
ed8a: 4c 8b 7c 24 50 mov 0x50(%rsp),%r15
ed8f: d9 e0 fchs
ed91: de c9 fmulp %st,%st(1)
ed93: db 7b 10 fstpt 0x10(%rbx)
ed96: 48 8b 5c 24 30 mov 0x30(%rsp),%rbx
ed9b: 48 83 c4 58 add $0x58,%rsp
ed9f: c3 retq
000000000000eda0 <nc_sqrtl>:
eda0: 53 push %rbx
eda1: 48 89 f3 mov %rsi,%rbx
eda4: 48 83 ec 40 sub $0x40,%rsp
eda8: 48 8b 07 mov (%rdi),%rax
edab: 48 8d 54 24 20 lea 0x20(%rsp),%rdx
edb0: 48 89 04 24 mov %rax,(%rsp)
edb4: 48 8b 47 08 mov 0x8(%rdi),%rax
edb8: 48 89 44 24 08 mov %rax,0x8(%rsp)
edbd: 48 8b 47 10 mov 0x10(%rdi),%rax
edc1: 48 89 44 24 10 mov %rax,0x10(%rsp)
edc6: 48 8b 47 18 mov 0x18(%rdi),%rax
edca: 48 89 d7 mov %rdx,%rdi
edcd: 48 89 44 24 18 mov %rax,0x18(%rsp)
edd2: e8 d9 e6 ff ff callq d4b0 <npy_csqrtl@plt>
edd7: 48 8b 44 24 20 mov 0x20(%rsp),%rax
eddc: 48 89 03 mov %rax,(%rbx)
eddf: 48 8b 44 24 28 mov 0x28(%rsp),%rax
ede4: 48 89 43 08 mov %rax,0x8(%rbx)
ede8: 48 8b 44 24 30 mov 0x30(%rsp),%rax
eded: 48 89 43 10 mov %rax,0x10(%rbx)
edf1: 48 8b 44 24 38 mov 0x38(%rsp),%rax
edf6: 48 89 43 18 mov %rax,0x18(%rbx)
edfa: 48 83 c4 40 add $0x40,%rsp
edfe: 5b pop %rbx
edff: c3 retq
000000000000ee00 <nc_sqrt>:
ee00: 53 push %rbx
ee01: 48 89 f3 mov %rsi,%rbx
ee04: 48 83 ec 10 sub $0x10,%rsp
ee08: f2 0f 10 07 movsd (%rdi),%xmm0
ee0c: f2 0f 10 4f 08 movsd 0x8(%rdi),%xmm1
ee11: e8 ba e6 ff ff callq d4d0 <npy_csqrt@plt>
ee16: f2 0f 11 04 24 movsd %xmm0,(%rsp)
ee1b: 48 8b 04 24 mov (%rsp),%rax
ee1f: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
ee25: 48 89 03 mov %rax,(%rbx)
ee28: 48 8b 44 24 08 mov 0x8(%rsp),%rax
ee2d: 48 89 43 08 mov %rax,0x8(%rbx)
ee31: 48 83 c4 10 add $0x10,%rsp
ee35: 5b pop %rbx
ee36: c3 retq
ee37: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
ee3e: 00 00
000000000000ee40 <nc_sqrtf>:
ee40: 53 push %rbx
ee41: f3 0f 7e 07 movq (%rdi),%xmm0
ee45: 48 89 f3 mov %rsi,%rbx
ee48: e8 53 de ff ff callq cca0 <npy_csqrtf@plt>
ee4d: 66 0f d6 03 movq %xmm0,(%rbx)
ee51: 5b pop %rbx
ee52: c3 retq
ee53: 66 66 66 66 2e 0f 1f data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
ee5a: 84 00 00 00 00 00
000000000000ee60 <Py_reciprocal>:
ee60: 48 89 5c 24 e8 mov %rbx,-0x18(%rsp)
ee65: 48 89 6c 24 f0 mov %rbp,-0x10(%rsp)
ee6a: 48 89 fd mov %rdi,%rbp
ee6d: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
ee72: bf 01 00 00 00 mov $0x1,%edi
ee77: 48 83 ec 18 sub $0x18,%rsp
ee7b: e8 a0 de ff ff callq cd20 <PyInt_FromLong@plt>
ee80: 45 31 e4 xor %r12d,%r12d
ee83: 48 85 c0 test %rax,%rax
ee86: 48 89 c3 mov %rax,%rbx
ee89: 74 1d je eea8 <Py_reciprocal+0x48>
ee8b: 48 89 ee mov %rbp,%rsi
ee8e: 48 89 c7 mov %rax,%rdi
ee91: e8 aa dc ff ff callq cb40 <PyNumber_Divide@plt>
ee96: 49 89 c4 mov %rax,%r12
ee99: 48 8b 03 mov (%rbx),%rax
ee9c: 48 83 e8 01 sub $0x1,%rax
eea0: 48 85 c0 test %rax,%rax
eea3: 48 89 03 mov %rax,(%rbx)
eea6: 74 18 je eec0 <Py_reciprocal+0x60>
eea8: 4c 89 e0 mov %r12,%rax
eeab: 48 8b 1c 24 mov (%rsp),%rbx
eeaf: 48 8b 6c 24 08 mov 0x8(%rsp),%rbp
eeb4: 4c 8b 64 24 10 mov 0x10(%rsp),%r12
eeb9: 48 83 c4 18 add $0x18,%rsp
eebd: c3 retq
eebe: 66 90 xchg %ax,%ax
eec0: 48 8b 43 08 mov 0x8(%rbx),%rax
eec4: 48 89 df mov %rbx,%rdi
eec7: ff 50 30 callq *0x30(%rax)
eeca: eb dc jmp eea8 <Py_reciprocal+0x48>
eecc: 0f 1f 40 00 nopl 0x0(%rax)
000000000000eed0 <Py_get_one>:
eed0: bf 01 00 00 00 mov $0x1,%edi
eed5: e9 46 de ff ff jmpq cd20 <PyInt_FromLong@plt>
eeda: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
000000000000eee0 <npy_ObjectPower>:
eee0: 48 8b 15 c9 ef 25 00 mov 0x25efc9(%rip),%rdx # 26deb0 <_DYNAMIC+0x4e8>
eee7: e9 34 db ff ff jmpq ca20 <PyNumber_Power@plt>
eeec: 0f 1f 40 00 nopl 0x0(%rax)
000000000000eef0 <nc_powl>:
eef0: 53 push %rbx
eef1: 48 89 f9 mov %rdi,%rcx
eef4: 48 89 d3 mov %rdx,%rbx
eef7: 48 81 ec 00 02 00 00 sub $0x200,%rsp
eefe: db 2f fldt (%rdi)
ef00: db 6f 10 fldt 0x10(%rdi)
ef03: d9 c0 fld %st(0)
ef05: db bc 24 e0 01 00 00 fstpt 0x1e0(%rsp)
ef0c: d9 c9 fxch %st(1)
ef0e: d9 c0 fld %st(0)
ef10: db bc 24 d0 01 00 00 fstpt 0x1d0(%rsp)
ef17: db 2e fldt (%rsi)
ef19: db 6e 10 fldt 0x10(%rsi)
ef1c: d9 c0 fld %st(0)
ef1e: db bc 24 c0 01 00 00 fstpt 0x1c0(%rsp)
ef25: d9 c9 fxch %st(1)
ef27: d9 c0 fld %st(0)
ef29: db bc 24 b0 01 00 00 fstpt 0x1b0(%rsp)
ef30: d9 cb fxch %st(3)
ef32: d9 c0 fld %st(0)
ef34: db bc 24 a0 01 00 00 fstpt 0x1a0(%rsp)
ef3b: d9 ca fxch %st(2)
ef3d: d9 c0 fld %st(0)
ef3f: db bc 24 90 01 00 00 fstpt 0x190(%rsp)
ef46: d9 c9 fxch %st(1)
ef48: d9 c0 fld %st(0)
ef4a: db bc 24 80 01 00 00 fstpt 0x180(%rsp)
ef51: d9 cb fxch %st(3)
ef53: d9 c0 fld %st(0)
ef55: db bc 24 70 01 00 00 fstpt 0x170(%rsp)
ef5c: d9 ee fldz
ef5e: d9 c0 fld %st(0)
ef60: d9 ca fxch %st(2)
ef62: db ea fucomi %st(2),%st
ef64: 75 1a jne ef80 <nc_powl+0x90>
ef66: 7a 1e jp ef86 <nc_powl+0x96>
ef68: d9 cd fxch %st(5)
ef6a: db ea fucomi %st(2),%st
ef6c: dd da fstp %st(2)
ef6e: 0f 84 dc 01 00 00 je f150 <nc_powl+0x260>
ef74: d9 c9 fxch %st(1)
ef76: d9 cc fxch %st(4)
ef78: eb 16 jmp ef90 <nc_powl+0xa0>
ef7a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
ef80: dd da fstp %st(2)
ef82: d9 c9 fxch %st(1)
ef84: eb 0a jmp ef90 <nc_powl+0xa0>
ef86: dd da fstp %st(2)
ef88: d9 c9 fxch %st(1)
ef8a: eb 04 jmp ef90 <nc_powl+0xa0>
ef8c: d9 c9 fxch %st(1)
ef8e: d9 cc fxch %st(4)
ef90: d9 c1 fld %st(1)
ef92: d9 cb fxch %st(3)
ef94: db eb fucomi %st(3),%st
ef96: 75 40 jne efd8 <nc_powl+0xe8>
ef98: 7a 46 jp efe0 <nc_powl+0xf0>
ef9a: d9 cc fxch %st(4)
ef9c: db eb fucomi %st(3),%st
ef9e: 75 50 jne eff0 <nc_powl+0x100>
efa0: 7a 58 jp effa <nc_powl+0x10a>
efa2: dd d8 fstp %st(0)
efa4: dd db fstp %st(3)
efa6: d9 c9 fxch %st(1)
efa8: d9 ca fxch %st(2)
efaa: df ea fucomip %st(2),%st
efac: 0f 86 9e 02 00 00 jbe f250 <nc_powl+0x360>
efb2: d9 ca fxch %st(2)
efb4: df e9 fucomip %st(1),%st
efb6: dd d8 fstp %st(0)
efb8: 0f 85 a2 02 00 00 jne f260 <nc_powl+0x370>
efbe: 0f 8a a0 02 00 00 jp f264 <nc_powl+0x374>
efc4: db 7b 10 fstpt 0x10(%rbx)
efc7: db 6b 10 fldt 0x10(%rbx)
efca: db 3b fstpt (%rbx)
efcc: e9 b7 01 00 00 jmpq f188 <nc_powl+0x298>
efd1: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
efd8: dd db fstp %st(3)
efda: d9 c9 fxch %st(1)
efdc: d9 ca fxch %st(2)
efde: eb 28 jmp f008 <nc_powl+0x118>
efe0: dd db fstp %st(3)
efe2: d9 c9 fxch %st(1)
efe4: d9 ca fxch %st(2)
efe6: eb 20 jmp f008 <nc_powl+0x118>
efe8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
efef: 00
eff0: dd db fstp %st(3)
eff2: d9 c9 fxch %st(1)
eff4: d9 ca fxch %st(2)
eff6: d9 cb fxch %st(3)
eff8: eb 0e jmp f008 <nc_powl+0x118>
effa: dd db fstp %st(3)
effc: d9 c9 fxch %st(1)
effe: d9 ca fxch %st(2)
f000: d9 cb fxch %st(3)
f002: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f008: d9 c2 fld %st(2)
f00a: d9 cd fxch %st(5)
f00c: df ed fucomip %st(5),%st
f00e: dd dc fstp %st(4)
f010: 0f 85 82 01 00 00 jne f198 <nc_powl+0x2a8>
f016: 0f 8a 86 01 00 00 jp f1a2 <nc_powl+0x2b2>
f01c: d9 7c 24 4e fnstcw 0x4e(%rsp)
f020: 0f b7 44 24 4e movzwl 0x4e(%rsp),%eax
f025: d9 c0 fld %st(0)
f027: 80 cc 0c or $0xc,%ah
f02a: 66 89 44 24 4c mov %ax,0x4c(%rsp)
f02f: d9 6c 24 4c fldcw 0x4c(%rsp)
f033: df 7c 24 40 fistpll 0x40(%rsp)
f037: d9 6c 24 4e fldcw 0x4e(%rsp)
f03b: 48 8b 54 24 40 mov 0x40(%rsp),%rdx
f040: 48 89 54 24 80 mov %rdx,-0x80(%rsp)
f045: df 6c 24 80 fildll -0x80(%rsp)
f049: df e9 fucomip %st(1),%st
f04b: 0f 85 5f 01 00 00 jne f1b0 <nc_powl+0x2c0>
f051: 0f 8a 63 01 00 00 jp f1ba <nc_powl+0x2ca>
f057: 48 83 fa 01 cmp $0x1,%rdx
f05b: 0f 84 7f 02 00 00 je f2e0 <nc_powl+0x3f0>
f061: 48 83 fa 02 cmp $0x2,%rdx
f065: 0f 1f 00 nopl (%rax)
f068: 0f 84 b2 02 00 00 je f320 <nc_powl+0x430>
f06e: 48 83 fa 03 cmp $0x3,%rdx
f072: 0f 84 c8 02 00 00 je f340 <nc_powl+0x450>
f078: 48 8d 42 63 lea 0x63(%rdx),%rax
f07c: 48 3d c6 00 00 00 cmp $0xc6,%rax
f082: 0f 87 40 01 00 00 ja f1c8 <nc_powl+0x2d8>
f088: db 2d 02 05 26 00 fldt 0x260502(%rip) # 26f590 <nc_1l+0x10>
f08e: 48 89 d0 mov %rdx,%rax
f091: 48 c1 f8 3f sar $0x3f,%rax
f095: 48 31 c2 xor %rax,%rdx
f098: 48 29 c2 sub %rax,%rdx
f09b: b8 01 00 00 00 mov $0x1,%eax
f0a0: db 2d da 04 26 00 fldt 0x2604da(%rip) # 26f580 <nc_1l>
f0a6: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
f0ad: 00 00 00
f0b0: 48 85 d0 test %rdx,%rax
f0b3: d9 c0 fld %st(0)
f0b5: 74 21 je f0d8 <nc_powl+0x1e8>
f0b7: dd d8 fstp %st(0)
f0b9: d9 c5 fld %st(5)
f0bb: d8 c9 fmul %st(1),%st
f0bd: d9 c5 fld %st(5)
f0bf: d8 cb fmul %st(3),%st
f0c1: de e9 fsubrp %st,%st(1)
f0c3: d9 c6 fld %st(6)
f0c5: de cb fmulp %st,%st(3)
f0c7: d9 c5 fld %st(5)
f0c9: de ca fmulp %st,%st(2)
f0cb: d9 c9 fxch %st(1)
f0cd: de c2 faddp %st,%st(2)
f0cf: eb 09 jmp f0da <nc_powl+0x1ea>
f0d1: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
f0d8: dd d9 fstp %st(1)
f0da: 48 01 c0 add %rax,%rax
f0dd: 48 39 d0 cmp %rdx,%rax
f0e0: 0f 8e 0a 02 00 00 jle f2f0 <nc_powl+0x400>
f0e6: dd dc fstp %st(4)
f0e8: dd dc fstp %st(4)
f0ea: d9 ca fxch %st(2)
f0ec: d9 c9 fxch %st(1)
f0ee: d9 cb fxch %st(3)
f0f0: eb 16 jmp f108 <nc_powl+0x218>
f0f2: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f0f8: dd dc fstp %st(4)
f0fa: dd dc fstp %st(4)
f0fc: d9 ca fxch %st(2)
f0fe: d9 c9 fxch %st(1)
f100: d9 cb fxch %st(3)
f102: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f108: d9 c0 fld %st(0)
f10a: db 7b 10 fstpt 0x10(%rbx)
f10d: d9 c9 fxch %st(1)
f10f: d9 c0 fld %st(0)
f111: db 3b fstpt (%rbx)
f113: d9 cb fxch %st(3)
f115: df ea fucomip %st(2),%st
f117: dd d9 fstp %st(1)
f119: 76 65 jbe f180 <nc_powl+0x290>
f11b: db 2d 5f 04 26 00 fldt 0x26045f(%rip) # 26f580 <nc_1l>
f121: db 2d 69 04 26 00 fldt 0x260469(%rip) # 26f590 <nc_1l+0x10>
f127: d9 c3 fld %st(3)
f129: d8 cc fmul %st(4),%st
f12b: d9 c3 fld %st(3)
f12d: d8 cc fmul %st(4),%st
f12f: de c1 faddp %st,%st(1)
f131: d9 c4 fld %st(4)
f133: d8 cb fmul %st(3),%st
f135: d9 c2 fld %st(2)
f137: d8 cd fmul %st(5),%st
f139: de c1 faddp %st,%st(1)
f13b: d8 f1 fdiv %st(1),%st
f13d: db 3b fstpt (%rbx)
f13f: d9 cc fxch %st(4)
f141: de c9 fmulp %st,%st(1)
f143: d9 c9 fxch %st(1)
f145: de ca fmulp %st,%st(2)
f147: de e1 fsubp %st,%st(1)
f149: de f1 fdivp %st,%st(1)
f14b: db 7b 10 fstpt 0x10(%rbx)
f14e: eb 38 jmp f188 <nc_powl+0x298>
f150: 0f 8a 36 fe ff ff jp ef8c <nc_powl+0x9c>
f156: dd db fstp %st(3)
f158: dd d8 fstp %st(0)
f15a: dd d8 fstp %st(0)
f15c: dd d9 fstp %st(1)
f15e: db 7a 10 fstpt 0x10(%rdx)
f161: 48 be 00 00 00 00 00 mov $0x8000000000000000,%rsi
f168: 00 00 80
f16b: c7 42 08 ff 3f 00 00 movl $0x3fff,0x8(%rdx)
f172: 48 89 32 mov %rsi,(%rdx)
f175: eb 11 jmp f188 <nc_powl+0x298>
f177: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
f17e: 00 00
f180: dd d8 fstp %st(0)
f182: dd d8 fstp %st(0)
f184: 0f 1f 40 00 nopl 0x0(%rax)
f188: 48 81 c4 00 02 00 00 add $0x200,%rsp
f18f: 5b pop %rbx
f190: c3 retq
f191: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
f198: dd d8 fstp %st(0)
f19a: dd d8 fstp %st(0)
f19c: dd d8 fstp %st(0)
f19e: dd d8 fstp %st(0)
f1a0: eb 2e jmp f1d0 <nc_powl+0x2e0>
f1a2: dd d8 fstp %st(0)
f1a4: dd d8 fstp %st(0)
f1a6: dd d8 fstp %st(0)
f1a8: dd d8 fstp %st(0)
f1aa: eb 24 jmp f1d0 <nc_powl+0x2e0>
f1ac: 0f 1f 40 00 nopl 0x0(%rax)
f1b0: dd d8 fstp %st(0)
f1b2: dd d8 fstp %st(0)
f1b4: dd d8 fstp %st(0)
f1b6: dd d8 fstp %st(0)
f1b8: eb 16 jmp f1d0 <nc_powl+0x2e0>
f1ba: dd d8 fstp %st(0)
f1bc: dd d8 fstp %st(0)
f1be: dd d8 fstp %st(0)
f1c0: dd d8 fstp %st(0)
f1c2: eb 0c jmp f1d0 <nc_powl+0x2e0>
f1c4: 0f 1f 40 00 nopl 0x0(%rax)
f1c8: dd d8 fstp %st(0)
f1ca: dd d8 fstp %st(0)
f1cc: dd d8 fstp %st(0)
f1ce: dd d8 fstp %st(0)
f1d0: 48 8b 06 mov (%rsi),%rax
f1d3: 48 8d 7c 24 50 lea 0x50(%rsp),%rdi
f1d8: 48 89 44 24 20 mov %rax,0x20(%rsp)
f1dd: 48 8b 46 08 mov 0x8(%rsi),%rax
f1e1: 48 89 44 24 28 mov %rax,0x28(%rsp)
f1e6: 48 8b 46 10 mov 0x10(%rsi),%rax
f1ea: 48 89 44 24 30 mov %rax,0x30(%rsp)
f1ef: 48 8b 46 18 mov 0x18(%rsi),%rax
f1f3: 48 89 44 24 38 mov %rax,0x38(%rsp)
f1f8: 48 8b 01 mov (%rcx),%rax
f1fb: 48 89 04 24 mov %rax,(%rsp)
f1ff: 48 8b 41 08 mov 0x8(%rcx),%rax
f203: 48 89 44 24 08 mov %rax,0x8(%rsp)
f208: 48 8b 41 10 mov 0x10(%rcx),%rax
f20c: 48 89 44 24 10 mov %rax,0x10(%rsp)
f211: 48 8b 41 18 mov 0x18(%rcx),%rax
f215: 48 89 44 24 18 mov %rax,0x18(%rsp)
f21a: e8 a1 d4 ff ff callq c6c0 <npy_cpowl@plt>
f21f: 48 8b 44 24 50 mov 0x50(%rsp),%rax
f224: 48 89 03 mov %rax,(%rbx)
f227: 48 8b 44 24 58 mov 0x58(%rsp),%rax
f22c: 48 89 43 08 mov %rax,0x8(%rbx)
f230: 48 8b 44 24 60 mov 0x60(%rsp),%rax
f235: 48 89 43 10 mov %rax,0x10(%rbx)
f239: 48 8b 44 24 68 mov 0x68(%rsp),%rax
f23e: 48 89 43 18 mov %rax,0x18(%rbx)
f242: 48 81 c4 00 02 00 00 add $0x200,%rsp
f249: 5b pop %rbx
f24a: c3 retq
f24b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
f250: dd d8 fstp %st(0)
f252: dd d8 fstp %st(0)
f254: dd d8 fstp %st(0)
f256: eb 18 jmp f270 <nc_powl+0x380>
f258: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
f25f: 00
f260: dd d8 fstp %st(0)
f262: eb 0c jmp f270 <nc_powl+0x380>
f264: dd d8 fstp %st(0)
f266: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
f26d: 00 00 00
f270: d9 05 82 25 05 00 flds 0x52582(%rip) # 617f8 <lddoc+0x578>
f276: db bc 24 f0 01 00 00 fstpt 0x1f0(%rsp)
f27d: db ac 24 f0 01 00 00 fldt 0x1f0(%rsp)
f284: d9 05 66 25 05 00 flds 0x52566(%rip) # 617f0 <lddoc+0x570>
f28a: db bc 24 10 01 00 00 fstpt 0x110(%rsp)
f291: db ac 24 10 01 00 00 fldt 0x110(%rsp)
f298: db bc 24 20 01 00 00 fstpt 0x120(%rsp)
f29f: db ac 24 20 01 00 00 fldt 0x120(%rsp)
f2a6: db 7b 10 fstpt 0x10(%rbx)
f2a9: db 6b 10 fldt 0x10(%rbx)
f2ac: db 3b fstpt (%rbx)
f2ae: db ac 24 f0 01 00 00 fldt 0x1f0(%rsp)
f2b5: de e1 fsubp %st,%st(1)
f2b7: db bc 24 f0 01 00 00 fstpt 0x1f0(%rsp)
f2be: 48 8b 84 24 f0 01 00 mov 0x1f0(%rsp),%rax
f2c5: 00
f2c6: 8b 94 24 f8 01 00 00 mov 0x1f8(%rsp),%edx
f2cd: 48 81 c4 00 02 00 00 add $0x200,%rsp
f2d4: 5b pop %rbx
f2d5: c3 retq
f2d6: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
f2dd: 00 00 00
f2e0: dd d8 fstp %st(0)
f2e2: dd d8 fstp %st(0)
f2e4: db 7b 10 fstpt 0x10(%rbx)
f2e7: db 3b fstpt (%rbx)
f2e9: e9 9a fe ff ff jmpq f188 <nc_powl+0x298>
f2ee: 66 90 xchg %ax,%ax
f2f0: 48 85 c0 test %rax,%rax
f2f3: 0f 8e ff fd ff ff jle f0f8 <nc_powl+0x208>
f2f9: d9 c5 fld %st(5)
f2fb: d8 ce fmul %st(6),%st
f2fd: d9 c5 fld %st(5)
f2ff: d8 ce fmul %st(6),%st
f301: d9 ce fxch %st(6)
f303: de cf fmulp %st,%st(7)
f305: d9 ce fxch %st(6)
f307: d8 c0 fadd %st(0),%st
f309: d9 ce fxch %st(6)
f30b: de e5 fsubp %st,%st(5)
f30d: d9 cc fxch %st(4)
f30f: d9 cd fxch %st(5)
f311: d9 cc fxch %st(4)
f313: e9 98 fd ff ff jmpq f0b0 <nc_powl+0x1c0>
f318: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
f31f: 00
f320: dd d8 fstp %st(0)
f322: dd d8 fstp %st(0)
f324: d9 c1 fld %st(1)
f326: d8 ca fmul %st(2),%st
f328: d9 c1 fld %st(1)
f32a: d8 ca fmul %st(2),%st
f32c: de e9 fsubrp %st,%st(1)
f32e: db 3b fstpt (%rbx)
f330: de c9 fmulp %st,%st(1)
f332: d8 c0 fadd %st(0),%st
f334: db 7b 10 fstpt 0x10(%rbx)
f337: e9 4c fe ff ff jmpq f188 <nc_powl+0x298>
f33c: 0f 1f 40 00 nopl 0x0(%rax)
f340: dd d8 fstp %st(0)
f342: dd d8 fstp %st(0)
f344: d9 c1 fld %st(1)
f346: d8 ca fmul %st(2),%st
f348: d9 c1 fld %st(1)
f34a: d8 ca fmul %st(2),%st
f34c: de e9 fsubrp %st,%st(1)
f34e: d9 c0 fld %st(0)
f350: db 3b fstpt (%rbx)
f352: d9 ca fxch %st(2)
f354: de c9 fmulp %st,%st(1)
f356: d8 c0 fadd %st(0),%st
f358: d9 c0 fld %st(0)
f35a: db 7b 10 fstpt 0x10(%rbx)
f35d: db 29 fldt (%rcx)
f35f: db 69 10 fldt 0x10(%rcx)
f362: d9 c1 fld %st(1)
f364: d8 cc fmul %st(4),%st
f366: d9 c3 fld %st(3)
f368: d8 ca fmul %st(2),%st
f36a: de e9 fsubrp %st,%st(1)
f36c: db 3b fstpt (%rbx)
f36e: d9 ca fxch %st(2)
f370: de c9 fmulp %st,%st(1)
f372: d9 ca fxch %st(2)
f374: de c9 fmulp %st,%st(1)
f376: de c1 faddp %st,%st(1)
f378: db 7b 10 fstpt 0x10(%rbx)
f37b: e9 08 fe ff ff jmpq f188 <nc_powl+0x298>
000000000000f380 <nc_pow>:
f380: 53 push %rbx
f381: 66 0f 57 f6 xorpd %xmm6,%xmm6
f385: 48 89 d3 mov %rdx,%rbx
f388: 48 81 ec e0 00 00 00 sub $0xe0,%rsp
f38f: f2 0f 10 17 movsd (%rdi),%xmm2
f393: f2 0f 10 6f 08 movsd 0x8(%rdi),%xmm5
f398: f2 0f 10 26 movsd (%rsi),%xmm4
f39c: f2 0f 10 46 08 movsd 0x8(%rsi),%xmm0
f3a1: f2 0f 11 ac 24 c8 00 movsd %xmm5,0xc8(%rsp)
f3a8: 00 00
f3aa: 66 0f 2e e6 ucomisd %xmm6,%xmm4
f3ae: f2 0f 11 94 24 c0 00 movsd %xmm2,0xc0(%rsp)
f3b5: 00 00
f3b7: f2 0f 11 84 24 b8 00 movsd %xmm0,0xb8(%rsp)
f3be: 00 00
f3c0: f2 0f 11 a4 24 b0 00 movsd %xmm4,0xb0(%rsp)
f3c7: 00 00
f3c9: f2 0f 11 ac 24 a8 00 movsd %xmm5,0xa8(%rsp)
f3d0: 00 00
f3d2: f2 0f 11 94 24 a0 00 movsd %xmm2,0xa0(%rsp)
f3d9: 00 00
f3db: f2 0f 11 84 24 98 00 movsd %xmm0,0x98(%rsp)
f3e2: 00 00
f3e4: f2 0f 11 a4 24 90 00 movsd %xmm4,0x90(%rsp)
f3eb: 00 00
f3ed: 75 0c jne f3fb <nc_pow+0x7b>
f3ef: 7a 0a jp f3fb <nc_pow+0x7b>
f3f1: 66 0f 2e c6 ucomisd %xmm6,%xmm0
f3f5: 0f 84 8d 01 00 00 je f588 <nc_pow+0x208>
f3fb: 66 0f 2e d6 ucomisd %xmm6,%xmm2
f3ff: 90 nop
f400: 75 4e jne f450 <nc_pow+0xd0>
f402: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f408: 7a 46 jp f450 <nc_pow+0xd0>
f40a: 66 0f 2e ee ucomisd %xmm6,%xmm5
f40e: 66 90 xchg %ax,%ax
f410: 75 3e jne f450 <nc_pow+0xd0>
f412: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f418: 7a 36 jp f450 <nc_pow+0xd0>
f41a: 66 0f 2e e6 ucomisd %xmm6,%xmm4
f41e: 66 90 xchg %ax,%ax
f420: 0f 86 ca 01 00 00 jbe f5f0 <nc_pow+0x270>
f426: 66 0f 2e c6 ucomisd %xmm6,%xmm0
f42a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f430: 0f 85 ba 01 00 00 jne f5f0 <nc_pow+0x270>
f436: 66 90 xchg %ax,%ax
f438: 0f 8a b2 01 00 00 jp f5f0 <nc_pow+0x270>
f43e: f2 0f 11 73 08 movsd %xmm6,0x8(%rbx)
f443: f2 0f 11 33 movsd %xmm6,(%rbx)
f447: e9 54 01 00 00 jmpq f5a0 <nc_pow+0x220>
f44c: 0f 1f 40 00 nopl 0x0(%rax)
f450: 66 0f 2e c6 ucomisd %xmm6,%xmm0
f454: 0f 85 56 01 00 00 jne f5b0 <nc_pow+0x230>
f45a: 0f 8a 50 01 00 00 jp f5b0 <nc_pow+0x230>
f460: f2 48 0f 2c d4 cvttsd2si %xmm4,%rdx
f465: f2 48 0f 2a c2 cvtsi2sd %rdx,%xmm0
f46a: 66 0f 2e c4 ucomisd %xmm4,%xmm0
f46e: 66 90 xchg %ax,%ax
f470: 0f 85 3a 01 00 00 jne f5b0 <nc_pow+0x230>
f476: 0f 8a 34 01 00 00 jp f5b0 <nc_pow+0x230>
f47c: 48 83 fa 01 cmp $0x1,%rdx
f480: 0f 84 c2 01 00 00 je f648 <nc_pow+0x2c8>
f486: 48 83 fa 02 cmp $0x2,%rdx
f48a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f490: 0f 84 02 02 00 00 je f698 <nc_pow+0x318>
f496: 48 83 fa 03 cmp $0x3,%rdx
f49a: 0f 84 28 02 00 00 je f6c8 <nc_pow+0x348>
f4a0: 48 8d 42 63 lea 0x63(%rdx),%rax
f4a4: 48 3d c6 00 00 00 cmp $0xc6,%rax
f4aa: 0f 87 00 01 00 00 ja f5b0 <nc_pow+0x230>
f4b0: 48 89 d0 mov %rdx,%rax
f4b3: f2 0f 10 3d ed 00 26 movsd 0x2600ed(%rip),%xmm7 # 26f5a8 <nc_1+0x8>
f4ba: 00
f4bb: 48 c1 f8 3f sar $0x3f,%rax
f4bf: f2 0f 10 0d d9 00 26 movsd 0x2600d9(%rip),%xmm1 # 26f5a0 <nc_1>
f4c6: 00
f4c7: 48 31 c2 xor %rax,%rdx
f4ca: 66 0f 28 dd movapd %xmm5,%xmm3
f4ce: 48 29 c2 sub %rax,%rdx
f4d1: b8 01 00 00 00 mov $0x1,%eax
f4d6: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
f4dd: 00 00 00
f4e0: 48 85 d0 test %rdx,%rax
f4e3: 66 0f 28 e9 movapd %xmm1,%xmm5
f4e7: 74 28 je f511 <nc_pow+0x191>
f4e9: 66 0f 28 ea movapd %xmm2,%xmm5
f4ed: 66 0f 28 c3 movapd %xmm3,%xmm0
f4f1: f2 0f 59 e9 mulsd %xmm1,%xmm5
f4f5: f2 0f 59 c7 mulsd %xmm7,%xmm0
f4f9: f2 0f 5c e8 subsd %xmm0,%xmm5
f4fd: 66 0f 28 c2 movapd %xmm2,%xmm0
f501: f2 0f 59 c7 mulsd %xmm7,%xmm0
f505: 66 0f 28 fb movapd %xmm3,%xmm7
f509: f2 0f 59 f9 mulsd %xmm1,%xmm7
f50d: f2 0f 58 f8 addsd %xmm0,%xmm7
f511: 48 01 c0 add %rax,%rax
f514: 48 39 d0 cmp %rdx,%rax
f517: 0f 8e 43 01 00 00 jle f660 <nc_pow+0x2e0>
f51d: f2 0f 11 7b 08 movsd %xmm7,0x8(%rbx)
f522: 66 0f 2e f4 ucomisd %xmm4,%xmm6
f526: f2 0f 11 2b movsd %xmm5,(%rbx)
f52a: 76 74 jbe f5a0 <nc_pow+0x220>
f52c: 66 0f 28 d5 movapd %xmm5,%xmm2
f530: 66 0f 28 c7 movapd %xmm7,%xmm0
f534: f2 0f 10 25 6c 00 26 movsd 0x26006c(%rip),%xmm4 # 26f5a8 <nc_1+0x8>
f53b: 00
f53c: f2 0f 59 d5 mulsd %xmm5,%xmm2
f540: f2 0f 59 c7 mulsd %xmm7,%xmm0
f544: 66 0f 28 cc movapd %xmm4,%xmm1
f548: f2 0f 10 1d 50 00 26 movsd 0x260050(%rip),%xmm3 # 26f5a0 <nc_1>
f54f: 00
f550: f2 0f 59 cf mulsd %xmm7,%xmm1
f554: f2 0f 58 d0 addsd %xmm0,%xmm2
f558: 66 0f 28 c5 movapd %xmm5,%xmm0
f55c: f2 0f 59 ec mulsd %xmm4,%xmm5
f560: f2 0f 59 c3 mulsd %xmm3,%xmm0
f564: f2 0f 59 df mulsd %xmm7,%xmm3
f568: f2 0f 58 c1 addsd %xmm1,%xmm0
f56c: f2 0f 5c eb subsd %xmm3,%xmm5
f570: f2 0f 5e c2 divsd %xmm2,%xmm0
f574: f2 0f 5e ea divsd %xmm2,%xmm5
f578: f2 0f 11 03 movsd %xmm0,(%rbx)
f57c: f2 0f 11 6b 08 movsd %xmm5,0x8(%rbx)
f581: eb 1d jmp f5a0 <nc_pow+0x220>
f583: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
f588: 0f 8a 6d fe ff ff jp f3fb <nc_pow+0x7b>
f58e: 48 bf 00 00 00 00 00 mov $0x3ff0000000000000,%rdi
f595: 00 f0 3f
f598: f2 0f 11 72 08 movsd %xmm6,0x8(%rdx)
f59d: 48 89 3a mov %rdi,(%rdx)
f5a0: 48 81 c4 e0 00 00 00 add $0xe0,%rsp
f5a7: 5b pop %rbx
f5a8: c3 retq
f5a9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
f5b0: f2 0f 10 07 movsd (%rdi),%xmm0
f5b4: f2 0f 10 4f 08 movsd 0x8(%rdi),%xmm1
f5b9: f2 0f 10 16 movsd (%rsi),%xmm2
f5bd: f2 0f 10 5e 08 movsd 0x8(%rsi),%xmm3
f5c2: e8 c9 d5 ff ff callq cb90 <npy_cpow@plt>
f5c7: f2 0f 11 04 24 movsd %xmm0,(%rsp)
f5cc: 48 8b 04 24 mov (%rsp),%rax
f5d0: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
f5d6: 48 89 03 mov %rax,(%rbx)
f5d9: 48 8b 44 24 08 mov 0x8(%rsp),%rax
f5de: 48 89 43 08 mov %rax,0x8(%rbx)
f5e2: 48 81 c4 e0 00 00 00 add $0xe0,%rsp
f5e9: 5b pop %rbx
f5ea: c3 retq
f5eb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
f5f0: f2 0f 10 0d 40 22 05 movsd 0x52240(%rip),%xmm1 # 61838 <lddoc+0x5b8>
f5f7: 00
f5f8: 48 b8 00 00 00 00 00 mov $0x7ff8000000000000,%rax
f5ff: 00 f8 7f
f602: 48 89 44 24 60 mov %rax,0x60(%rsp)
f607: 48 89 44 24 68 mov %rax,0x68(%rsp)
f60c: f2 0f 11 8c 24 d8 00 movsd %xmm1,0xd8(%rsp)
f613: 00 00
f615: 48 89 43 08 mov %rax,0x8(%rbx)
f619: 48 89 03 mov %rax,(%rbx)
f61c: f2 0f 10 84 24 d8 00 movsd 0xd8(%rsp),%xmm0
f623: 00 00
f625: f2 0f 5c c1 subsd %xmm1,%xmm0
f629: f2 0f 11 84 24 d8 00 movsd %xmm0,0xd8(%rsp)
f630: 00 00
f632: 48 8b 84 24 d8 00 00 mov 0xd8(%rsp),%rax
f639: 00
f63a: 48 81 c4 e0 00 00 00 add $0xe0,%rsp
f641: 5b pop %rbx
f642: c3 retq
f643: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
f648: f2 0f 11 6b 08 movsd %xmm5,0x8(%rbx)
f64d: f2 0f 11 13 movsd %xmm2,(%rbx)
f651: e9 4a ff ff ff jmpq f5a0 <nc_pow+0x220>
f656: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
f65d: 00 00 00
f660: 48 85 c0 test %rax,%rax
f663: 0f 8e b4 fe ff ff jle f51d <nc_pow+0x19d>
f669: 66 0f 28 ca movapd %xmm2,%xmm1
f66d: 66 0f 28 c3 movapd %xmm3,%xmm0
f671: f2 0f 59 ca mulsd %xmm2,%xmm1
f675: f2 0f 59 c3 mulsd %xmm3,%xmm0
f679: f2 0f 59 da mulsd %xmm2,%xmm3
f67d: 66 0f 28 d1 movapd %xmm1,%xmm2
f681: 66 0f 28 cd movapd %xmm5,%xmm1
f685: f2 0f 58 db addsd %xmm3,%xmm3
f689: f2 0f 5c d0 subsd %xmm0,%xmm2
f68d: e9 4e fe ff ff jmpq f4e0 <nc_pow+0x160>
f692: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f698: 66 0f 28 c2 movapd %xmm2,%xmm0
f69c: 66 0f 28 cd movapd %xmm5,%xmm1
f6a0: f2 0f 59 c2 mulsd %xmm2,%xmm0
f6a4: f2 0f 59 cd mulsd %xmm5,%xmm1
f6a8: f2 0f 59 d5 mulsd %xmm5,%xmm2
f6ac: f2 0f 5c c1 subsd %xmm1,%xmm0
f6b0: f2 0f 58 d2 addsd %xmm2,%xmm2
f6b4: f2 0f 11 03 movsd %xmm0,(%rbx)
f6b8: f2 0f 11 53 08 movsd %xmm2,0x8(%rbx)
f6bd: e9 de fe ff ff jmpq f5a0 <nc_pow+0x220>
f6c2: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f6c8: 66 0f 28 da movapd %xmm2,%xmm3
f6cc: 66 0f 28 c5 movapd %xmm5,%xmm0
f6d0: f2 0f 59 da mulsd %xmm2,%xmm3
f6d4: f2 0f 59 c5 mulsd %xmm5,%xmm0
f6d8: f2 0f 5c d8 subsd %xmm0,%xmm3
f6dc: 66 0f 28 c2 movapd %xmm2,%xmm0
f6e0: f2 0f 59 c5 mulsd %xmm5,%xmm0
f6e4: f2 0f 11 1b movsd %xmm3,(%rbx)
f6e8: f2 0f 58 c0 addsd %xmm0,%xmm0
f6ec: f2 0f 11 43 08 movsd %xmm0,0x8(%rbx)
f6f1: 66 0f 28 d0 movapd %xmm0,%xmm2
f6f5: f2 0f 10 27 movsd (%rdi),%xmm4
f6f9: f2 0f 10 6f 08 movsd 0x8(%rdi),%xmm5
f6fe: 66 0f 28 cc movapd %xmm4,%xmm1
f702: f2 0f 59 c4 mulsd %xmm4,%xmm0
f706: f2 0f 59 d5 mulsd %xmm5,%xmm2
f70a: f2 0f 59 cb mulsd %xmm3,%xmm1
f70e: f2 0f 59 dd mulsd %xmm5,%xmm3
f712: f2 0f 5c ca subsd %xmm2,%xmm1
f716: f2 0f 58 c3 addsd %xmm3,%xmm0
f71a: f2 0f 11 0b movsd %xmm1,(%rbx)
f71e: f2 0f 11 43 08 movsd %xmm0,0x8(%rbx)
f723: e9 78 fe ff ff jmpq f5a0 <nc_pow+0x220>
f728: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
f72f: 00
000000000000f730 <nc_powf>:
f730: 53 push %rbx
f731: 0f 57 f6 xorps %xmm6,%xmm6
f734: 48 89 d3 mov %rdx,%rbx
f737: 48 83 ec 20 sub $0x20,%rsp
f73b: f3 0f 10 3e movss (%rsi),%xmm7
f73f: f3 0f 10 0f movss (%rdi),%xmm1
f743: 0f 2e fe ucomiss %xmm6,%xmm7
f746: f3 0f 10 57 04 movss 0x4(%rdi),%xmm2
f74b: f3 0f 10 46 04 movss 0x4(%rsi),%xmm0
f750: 75 0b jne f75d <nc_powf+0x2d>
f752: 7a 09 jp f75d <nc_powf+0x2d>
f754: 0f 2e c6 ucomiss %xmm6,%xmm0
f757: 0f 84 d3 01 00 00 je f930 <nc_powf+0x200>
f75d: 0f 2e ce ucomiss %xmm6,%xmm1
f760: 75 4e jne f7b0 <nc_powf+0x80>
f762: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f768: 7a 46 jp f7b0 <nc_powf+0x80>
f76a: 0f 2e d6 ucomiss %xmm6,%xmm2
f76d: 0f 1f 00 nopl (%rax)
f770: 75 3e jne f7b0 <nc_powf+0x80>
f772: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f778: 7a 36 jp f7b0 <nc_powf+0x80>
f77a: 0f 2e fe ucomiss %xmm6,%xmm7
f77d: 0f 1f 00 nopl (%rax)
f780: 0f 86 da 01 00 00 jbe f960 <nc_powf+0x230>
f786: 0f 2e c6 ucomiss %xmm6,%xmm0
f789: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
f790: 0f 85 ca 01 00 00 jne f960 <nc_powf+0x230>
f796: 66 90 xchg %ax,%ax
f798: 0f 8a c2 01 00 00 jp f960 <nc_powf+0x230>
f79e: 48 c7 03 00 00 00 00 movq $0x0,(%rbx)
f7a5: 0f 1f 00 nopl (%rax)
f7a8: e9 90 01 00 00 jmpq f93d <nc_powf+0x20d>
f7ad: 0f 1f 00 nopl (%rax)
f7b0: 0f 2e c6 ucomiss %xmm6,%xmm0
f7b3: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
f7b8: 0f 85 8a 01 00 00 jne f948 <nc_powf+0x218>
f7be: 66 90 xchg %ax,%ax
f7c0: 0f 8a 82 01 00 00 jp f948 <nc_powf+0x218>
f7c6: f3 48 0f 2c d7 cvttss2si %xmm7,%rdx
f7cb: f3 48 0f 2a c2 cvtsi2ss %rdx,%xmm0
f7d0: 0f 2e c7 ucomiss %xmm7,%xmm0
f7d3: 0f 85 6f 01 00 00 jne f948 <nc_powf+0x218>
f7d9: 0f 8a 69 01 00 00 jp f948 <nc_powf+0x218>
f7df: 48 83 fa 01 cmp $0x1,%rdx
f7e3: 0f 84 af 01 00 00 je f998 <nc_powf+0x268>
f7e9: 48 83 fa 02 cmp $0x2,%rdx
f7ed: 0f 1f 00 nopl (%rax)
f7f0: 0f 84 fa 01 00 00 je f9f0 <nc_powf+0x2c0>
f7f6: 48 83 fa 03 cmp $0x3,%rdx
f7fa: 0f 84 28 02 00 00 je fa28 <nc_powf+0x2f8>
f800: 48 8d 42 63 lea 0x63(%rdx),%rax
f804: 48 3d c6 00 00 00 cmp $0xc6,%rax
f80a: 0f 87 38 01 00 00 ja f948 <nc_powf+0x218>
f810: 48 89 d0 mov %rdx,%rax
f813: f3 0f 11 4c 24 0c movss %xmm1,0xc(%rsp)
f819: 48 c1 f8 3f sar $0x3f,%rax
f81d: f3 44 0f 10 05 8e fd movss 0x25fd8e(%rip),%xmm8 # 26f5b4 <nc_1f+0x4>
f824: 25 00
f826: 48 89 c1 mov %rax,%rcx
f829: f3 0f 10 2d 7f fd 25 movss 0x25fd7f(%rip),%xmm5 # 26f5b0 <nc_1f>
f830: 00
f831: 48 31 d1 xor %rdx,%rcx
f834: 48 29 c1 sub %rax,%rcx
f837: 8b 44 24 0c mov 0xc(%rsp),%eax
f83b: f3 0f 11 54 24 0c movss %xmm2,0xc(%rsp)
f841: 8b 54 24 0c mov 0xc(%rsp),%edx
f845: 89 c0 mov %eax,%eax
f847: 48 c1 e2 20 shl $0x20,%rdx
f84b: 48 09 d0 or %rdx,%rax
f84e: 48 89 c2 mov %rax,%rdx
f851: 48 c1 ea 20 shr $0x20,%rdx
f855: 89 54 24 0c mov %edx,0xc(%rsp)
f859: f3 0f 10 54 24 0c movss 0xc(%rsp),%xmm2
f85f: 89 44 24 0c mov %eax,0xc(%rsp)
f863: b8 01 00 00 00 mov $0x1,%eax
f868: f3 0f 10 5c 24 0c movss 0xc(%rsp),%xmm3
f86e: 66 90 xchg %ax,%ax
f870: 48 85 c8 test %rcx,%rax
f873: 0f 28 e5 movaps %xmm5,%xmm4
f876: 74 29 je f8a1 <nc_powf+0x171>
f878: 0f 28 e3 movaps %xmm3,%xmm4
f87b: 0f 28 c2 movaps %xmm2,%xmm0
f87e: f3 0f 59 e5 mulss %xmm5,%xmm4
f882: f3 41 0f 59 c0 mulss %xmm8,%xmm0
f887: f3 0f 5c e0 subss %xmm0,%xmm4
f88b: 0f 28 c3 movaps %xmm3,%xmm0
f88e: f3 41 0f 59 c0 mulss %xmm8,%xmm0
f893: 44 0f 28 c2 movaps %xmm2,%xmm8
f897: f3 44 0f 59 c5 mulss %xmm5,%xmm8
f89c: f3 44 0f 58 c0 addss %xmm0,%xmm8
f8a1: 48 01 c0 add %rax,%rax
f8a4: 48 39 c8 cmp %rcx,%rax
f8a7: 0f 8e 13 01 00 00 jle f9c0 <nc_powf+0x290>
f8ad: f3 44 0f 11 44 24 0c movss %xmm8,0xc(%rsp)
f8b4: 8b 54 24 0c mov 0xc(%rsp),%edx
f8b8: f3 0f 11 64 24 0c movss %xmm4,0xc(%rsp)
f8be: 8b 44 24 0c mov 0xc(%rsp),%eax
f8c2: 48 c1 e2 20 shl $0x20,%rdx
f8c6: 89 c0 mov %eax,%eax
f8c8: 48 09 d0 or %rdx,%rax
f8cb: 0f 2e f7 ucomiss %xmm7,%xmm6
f8ce: 48 89 03 mov %rax,(%rbx)
f8d1: 76 6a jbe f93d <nc_powf+0x20d>
f8d3: f3 0f 10 0b movss (%rbx),%xmm1
f8d7: f3 0f 10 5b 04 movss 0x4(%rbx),%xmm3
f8dc: 0f 28 e1 movaps %xmm1,%xmm4
f8df: 0f 28 c3 movaps %xmm3,%xmm0
f8e2: f3 0f 59 e1 mulss %xmm1,%xmm4
f8e6: f3 0f 10 2d c2 fc 25 movss 0x25fcc2(%rip),%xmm5 # 26f5b0 <nc_1f>
f8ed: 00
f8ee: f3 0f 59 c3 mulss %xmm3,%xmm0
f8f2: f3 0f 10 35 ba fc 25 movss 0x25fcba(%rip),%xmm6 # 26f5b4 <nc_1f+0x4>
f8f9: 00
f8fa: 0f 28 d6 movaps %xmm6,%xmm2
f8fd: f3 0f 59 d3 mulss %xmm3,%xmm2
f901: f3 0f 58 e0 addss %xmm0,%xmm4
f905: 0f 28 c5 movaps %xmm5,%xmm0
f908: f3 0f 59 eb mulss %xmm3,%xmm5
f90c: f3 0f 59 c1 mulss %xmm1,%xmm0
f910: f3 0f 59 ce mulss %xmm6,%xmm1
f914: f3 0f 58 c2 addss %xmm2,%xmm0
f918: f3 0f 5c cd subss %xmm5,%xmm1
f91c: f3 0f 5e c4 divss %xmm4,%xmm0
f920: f3 0f 5e cc divss %xmm4,%xmm1
f924: f3 0f 11 03 movss %xmm0,(%rbx)
f928: f3 0f 11 4b 04 movss %xmm1,0x4(%rbx)
f92d: eb 0e jmp f93d <nc_powf+0x20d>
f92f: 90 nop
f930: 0f 8a 27 fe ff ff jp f75d <nc_powf+0x2d>
f936: 48 c7 02 00 00 80 3f movq $0x3f800000,(%rdx)
f93d: 48 83 c4 20 add $0x20,%rsp
f941: 5b pop %rbx
f942: c3 retq
f943: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
f948: f3 0f 7e 0e movq (%rsi),%xmm1
f94c: f3 0f 7e 07 movq (%rdi),%xmm0
f950: e8 db d7 ff ff callq d130 <npy_cpowf@plt>
f955: 66 0f d6 03 movq %xmm0,(%rbx)
f959: 48 83 c4 20 add $0x20,%rsp
f95d: 5b pop %rbx
f95e: c3 retq
f95f: 90 nop
f960: f3 0f 10 0d 90 1e 05 movss 0x51e90(%rip),%xmm1 # 617f8 <lddoc+0x578>
f967: 00
f968: 49 b8 00 00 c0 7f 00 mov $0x7fc000007fc00000,%r8
f96f: 00 c0 7f
f972: f3 0f 11 4c 24 1c movss %xmm1,0x1c(%rsp)
f978: 4c 89 03 mov %r8,(%rbx)
f97b: f3 0f 10 44 24 1c movss 0x1c(%rsp),%xmm0
f981: f3 0f 5c c1 subss %xmm1,%xmm0
f985: f3 0f 11 44 24 1c movss %xmm0,0x1c(%rsp)
f98b: 8b 44 24 1c mov 0x1c(%rsp),%eax
f98f: 48 83 c4 20 add $0x20,%rsp
f993: 5b pop %rbx
f994: c3 retq
f995: 0f 1f 00 nopl (%rax)
f998: f3 0f 11 4c 24 0c movss %xmm1,0xc(%rsp)
f99e: 8b 54 24 0c mov 0xc(%rsp),%edx
f9a2: f3 0f 11 54 24 0c movss %xmm2,0xc(%rsp)
f9a8: 8b 44 24 0c mov 0xc(%rsp),%eax
f9ac: 89 d2 mov %edx,%edx
f9ae: 48 c1 e0 20 shl $0x20,%rax
f9b2: 48 09 c2 or %rax,%rdx
f9b5: 48 89 13 mov %rdx,(%rbx)
f9b8: eb 83 jmp f93d <nc_powf+0x20d>
f9ba: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
f9c0: 48 85 c0 test %rax,%rax
f9c3: 0f 8e e4 fe ff ff jle f8ad <nc_powf+0x17d>
f9c9: 0f 28 cb movaps %xmm3,%xmm1
f9cc: 0f 28 c2 movaps %xmm2,%xmm0
f9cf: 0f 28 ec movaps %xmm4,%xmm5
f9d2: f3 0f 59 cb mulss %xmm3,%xmm1
f9d6: f3 0f 59 c2 mulss %xmm2,%xmm0
f9da: f3 0f 59 d3 mulss %xmm3,%xmm2
f9de: 0f 28 d9 movaps %xmm1,%xmm3
f9e1: f3 0f 58 d2 addss %xmm2,%xmm2
f9e5: f3 0f 5c d8 subss %xmm0,%xmm3
f9e9: e9 82 fe ff ff jmpq f870 <nc_powf+0x140>
f9ee: 66 90 xchg %ax,%ax
f9f0: f3 0f 10 07 movss (%rdi),%xmm0
f9f4: f3 0f 10 5f 04 movss 0x4(%rdi),%xmm3
f9f9: 0f 28 c8 movaps %xmm0,%xmm1
f9fc: 0f 28 d3 movaps %xmm3,%xmm2
f9ff: f3 0f 59 c8 mulss %xmm0,%xmm1
fa03: f3 0f 59 d3 mulss %xmm3,%xmm2
fa07: f3 0f 59 c3 mulss %xmm3,%xmm0
fa0b: f3 0f 5c ca subss %xmm2,%xmm1
fa0f: f3 0f 58 c0 addss %xmm0,%xmm0
fa13: f3 0f 11 0b movss %xmm1,(%rbx)
fa17: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
fa1c: e9 1c ff ff ff jmpq f93d <nc_powf+0x20d>
fa21: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
fa28: f3 0f 10 57 04 movss 0x4(%rdi),%xmm2
fa2d: f3 0f 10 0f movss (%rdi),%xmm1
fa31: 0f 28 c2 movaps %xmm2,%xmm0
fa34: 0f 28 d9 movaps %xmm1,%xmm3
fa37: f3 0f 59 c2 mulss %xmm2,%xmm0
fa3b: f3 0f 59 d9 mulss %xmm1,%xmm3
fa3f: f3 0f 59 ca mulss %xmm2,%xmm1
fa43: f3 0f 5c d8 subss %xmm0,%xmm3
fa47: f3 0f 58 c9 addss %xmm1,%xmm1
fa4b: f3 0f 11 1b movss %xmm3,(%rbx)
fa4f: f3 0f 11 4b 04 movss %xmm1,0x4(%rbx)
fa54: 0f 28 d1 movaps %xmm1,%xmm2
fa57: f3 0f 10 27 movss (%rdi),%xmm4
fa5b: 0f 28 c4 movaps %xmm4,%xmm0
fa5e: f3 0f 10 6f 04 movss 0x4(%rdi),%xmm5
fa63: f3 0f 59 d5 mulss %xmm5,%xmm2
fa67: f3 0f 59 c3 mulss %xmm3,%xmm0
fa6b: f3 0f 59 cc mulss %xmm4,%xmm1
fa6f: f3 0f 59 dd mulss %xmm5,%xmm3
fa73: f3 0f 5c c2 subss %xmm2,%xmm0
fa77: f3 0f 58 cb addss %xmm3,%xmm1
fa7b: f3 0f 11 03 movss %xmm0,(%rbx)
fa7f: f3 0f 11 4b 04 movss %xmm1,0x4(%rbx)
fa84: e9 b4 fe ff ff jmpq f93d <nc_powf+0x20d>
fa89: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
000000000000fa90 <npy_ObjectLogicalOr>:
fa90: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
fa95: 48 89 6c 24 f8 mov %rbp,-0x8(%rsp)
fa9a: 48 83 ec 18 sub $0x18,%rsp
fa9e: 48 85 ff test %rdi,%rdi
faa1: 48 89 fd mov %rdi,%rbp
faa4: 48 89 f3 mov %rsi,%rbx
faa7: 74 27 je fad0 <npy_ObjectLogicalOr+0x40>
faa9: 48 85 f6 test %rsi,%rsi
faac: 75 32 jne fae0 <npy_ObjectLogicalOr+0x50>
faae: 48 83 06 01 addq $0x1,(%rsi)
fab2: 48 89 fb mov %rdi,%rbx
fab5: 48 89 d8 mov %rbx,%rax
fab8: 48 8b 6c 24 10 mov 0x10(%rsp),%rbp
fabd: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx
fac2: 48 83 c4 18 add $0x18,%rsp
fac6: c3 retq
fac7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
face: 00 00
fad0: 48 85 f6 test %rsi,%rsi
fad3: 74 e0 je fab5 <npy_ObjectLogicalOr+0x25>
fad5: 48 83 03 01 addq $0x1,(%rbx)
fad9: eb da jmp fab5 <npy_ObjectLogicalOr+0x25>
fadb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
fae0: e8 db cc ff ff callq c7c0 <PyObject_IsTrue@plt>
fae5: 83 f8 ff cmp $0xffffffffffffffff,%eax
fae8: 74 16 je fb00 <npy_ObjectLogicalOr+0x70>
faea: 85 c0 test %eax,%eax
faec: 0f 1f 40 00 nopl 0x0(%rax)
faf0: 74 e3 je fad5 <npy_ObjectLogicalOr+0x45>
faf2: 48 83 45 00 01 addq $0x1,0x0(%rbp)
faf7: 48 89 eb mov %rbp,%rbx
fafa: eb b9 jmp fab5 <npy_ObjectLogicalOr+0x25>
fafc: 0f 1f 40 00 nopl 0x0(%rax)
fb00: 31 db xor %ebx,%ebx
fb02: eb b1 jmp fab5 <npy_ObjectLogicalOr+0x25>
fb04: 66 66 66 2e 0f 1f 84 data32 data32 nopw %cs:0x0(%rax,%rax,1)
fb0b: 00 00 00 00 00
000000000000fb10 <npy_ObjectLogicalAnd>:
fb10: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
fb15: 48 89 6c 24 f8 mov %rbp,-0x8(%rsp)
fb1a: 48 83 ec 18 sub $0x18,%rsp
fb1e: 48 85 ff test %rdi,%rdi
fb21: 48 89 fb mov %rdi,%rbx
fb24: 48 89 f5 mov %rsi,%rbp
fb27: 75 17 jne fb40 <npy_ObjectLogicalAnd+0x30>
fb29: 48 89 d8 mov %rbx,%rax
fb2c: 48 8b 6c 24 10 mov 0x10(%rsp),%rbp
fb31: 48 8b 5c 24 08 mov 0x8(%rsp),%rbx
fb36: 48 83 c4 18 add $0x18,%rsp
fb3a: c3 retq
fb3b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
fb40: 48 85 f6 test %rsi,%rsi
fb43: 75 0b jne fb50 <npy_ObjectLogicalAnd+0x40>
fb45: 31 db xor %ebx,%ebx
fb47: eb e0 jmp fb29 <npy_ObjectLogicalAnd+0x19>
fb49: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
fb50: e8 6b cc ff ff callq c7c0 <PyObject_IsTrue@plt>
fb55: 83 f8 ff cmp $0xffffffffffffffff,%eax
fb58: 74 eb je fb45 <npy_ObjectLogicalAnd+0x35>
fb5a: 85 c0 test %eax,%eax
fb5c: 0f 1f 40 00 nopl 0x0(%rax)
fb60: 74 0a je fb6c <npy_ObjectLogicalAnd+0x5c>
fb62: 48 83 45 00 01 addq $0x1,0x0(%rbp)
fb67: 48 89 eb mov %rbp,%rbx
fb6a: eb bd jmp fb29 <npy_ObjectLogicalAnd+0x19>
fb6c: 48 83 03 01 addq $0x1,(%rbx)
fb70: eb b7 jmp fb29 <npy_ObjectLogicalAnd+0x19>
fb72: 66 66 66 66 66 2e 0f data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
fb79: 1f 84 00 00 00 00 00
000000000000fb80 <npy_ObjectLogicalNot>:
fb80: 48 83 ec 08 sub $0x8,%rsp
fb84: 48 85 ff test %rdi,%rdi
fb87: 75 07 jne fb90 <npy_ObjectLogicalNot+0x10>
fb89: 31 c0 xor %eax,%eax
fb8b: 48 83 c4 08 add $0x8,%rsp
fb8f: c3 retq
fb90: e8 db cc ff ff callq c870 <PyObject_Not@plt>
fb95: 83 f8 ff cmp $0xffffffffffffffff,%eax
fb98: 74 ef je fb89 <npy_ObjectLogicalNot+0x9>
fb9a: 85 c0 test %eax,%eax
fb9c: 0f 1f 40 00 nopl 0x0(%rax)
fba0: 75 0e jne fbb0 <npy_ObjectLogicalNot+0x30>
fba2: 48 8b 05 ef df 25 00 mov 0x25dfef(%rip),%rax # 26db98 <_DYNAMIC+0x1d0>
fba9: 48 83 00 01 addq $0x1,(%rax)
fbad: eb dc jmp fb8b <npy_ObjectLogicalNot+0xb>
fbaf: 90 nop
fbb0: 48 8b 05 29 e2 25 00 mov 0x25e229(%rip),%rax # 26dde0 <_DYNAMIC+0x418>
fbb7: 48 83 00 01 addq $0x1,(%rax)
fbbb: eb ce jmp fb8b <npy_ObjectLogicalNot+0xb>
fbbd: 0f 1f 00 nopl (%rax)
000000000000fbc0 <nc_logl>:
fbc0: 53 push %rbx
fbc1: 48 89 f3 mov %rsi,%rbx
fbc4: 48 83 ec 40 sub $0x40,%rsp
fbc8: 48 8b 07 mov (%rdi),%rax
fbcb: 48 8d 54 24 20 lea 0x20(%rsp),%rdx
fbd0: 48 89 04 24 mov %rax,(%rsp)
fbd4: 48 8b 47 08 mov 0x8(%rdi),%rax
fbd8: 48 89 44 24 08 mov %rax,0x8(%rsp)
fbdd: 48 8b 47 10 mov 0x10(%rdi),%rax
fbe1: 48 89 44 24 10 mov %rax,0x10(%rsp)
fbe6: 48 8b 47 18 mov 0x18(%rdi),%rax
fbea: 48 89 d7 mov %rdx,%rdi
fbed: 48 89 44 24 18 mov %rax,0x18(%rsp)
fbf2: e8 59 d4 ff ff callq d050 <npy_clogl@plt>
fbf7: 48 8b 44 24 20 mov 0x20(%rsp),%rax
fbfc: 48 89 03 mov %rax,(%rbx)
fbff: 48 8b 44 24 28 mov 0x28(%rsp),%rax
fc04: 48 89 43 08 mov %rax,0x8(%rbx)
fc08: 48 8b 44 24 30 mov 0x30(%rsp),%rax
fc0d: 48 89 43 10 mov %rax,0x10(%rbx)
fc11: 48 8b 44 24 38 mov 0x38(%rsp),%rax
fc16: 48 89 43 18 mov %rax,0x18(%rbx)
fc1a: 48 83 c4 40 add $0x40,%rsp
fc1e: 5b pop %rbx
fc1f: c3 retq
000000000000fc20 <nc_log>:
fc20: 53 push %rbx
fc21: 48 89 f3 mov %rsi,%rbx
fc24: 48 83 ec 10 sub $0x10,%rsp
fc28: f2 0f 10 07 movsd (%rdi),%xmm0
fc2c: f2 0f 10 4f 08 movsd 0x8(%rdi),%xmm1
fc31: e8 8a cd ff ff callq c9c0 <npy_clog@plt>
fc36: f2 0f 11 04 24 movsd %xmm0,(%rsp)
fc3b: 48 8b 04 24 mov (%rsp),%rax
fc3f: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
fc45: 48 89 03 mov %rax,(%rbx)
fc48: 48 8b 44 24 08 mov 0x8(%rsp),%rax
fc4d: 48 89 43 08 mov %rax,0x8(%rbx)
fc51: 48 83 c4 10 add $0x10,%rsp
fc55: 5b pop %rbx
fc56: c3 retq
fc57: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
fc5e: 00 00
000000000000fc60 <nc_log2>:
fc60: 53 push %rbx
fc61: 48 89 f3 mov %rsi,%rbx
fc64: 48 83 ec 10 sub $0x10,%rsp
fc68: f2 0f 10 07 movsd (%rdi),%xmm0
fc6c: f2 0f 10 4f 08 movsd 0x8(%rdi),%xmm1
fc71: e8 4a cd ff ff callq c9c0 <npy_clog@plt>
fc76: f2 0f 11 04 24 movsd %xmm0,(%rsp)
fc7b: 48 8b 04 24 mov (%rsp),%rax
fc7f: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
fc85: f2 0f 10 05 bb 1b 05 movsd 0x51bbb(%rip),%xmm0 # 61848 <lddoc+0x5c8>
fc8c: 00
fc8d: 48 89 03 mov %rax,(%rbx)
fc90: 48 8b 44 24 08 mov 0x8(%rsp),%rax
fc95: f2 0f 10 0b movsd (%rbx),%xmm1
fc99: f2 0f 59 c8 mulsd %xmm0,%xmm1
fc9d: 48 89 43 08 mov %rax,0x8(%rbx)
fca1: f2 0f 59 43 08 mulsd 0x8(%rbx),%xmm0
fca6: f2 0f 11 0b movsd %xmm1,(%rbx)
fcaa: f2 0f 11 43 08 movsd %xmm0,0x8(%rbx)
fcaf: 48 83 c4 10 add $0x10,%rsp
fcb3: 5b pop %rbx
fcb4: c3 retq
fcb5: 66 66 2e 0f 1f 84 00 data32 nopw %cs:0x0(%rax,%rax,1)
fcbc: 00 00 00 00
000000000000fcc0 <nc_log10>:
fcc0: 53 push %rbx
fcc1: 48 89 f3 mov %rsi,%rbx
fcc4: 48 83 ec 10 sub $0x10,%rsp
fcc8: f2 0f 10 07 movsd (%rdi),%xmm0
fccc: f2 0f 10 4f 08 movsd 0x8(%rdi),%xmm1
fcd1: e8 ea cc ff ff callq c9c0 <npy_clog@plt>
fcd6: f2 0f 11 04 24 movsd %xmm0,(%rsp)
fcdb: 48 8b 04 24 mov (%rsp),%rax
fcdf: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
fce5: f2 0f 10 05 63 1b 05 movsd 0x51b63(%rip),%xmm0 # 61850 <lddoc+0x5d0>
fcec: 00
fced: 48 89 03 mov %rax,(%rbx)
fcf0: 48 8b 44 24 08 mov 0x8(%rsp),%rax
fcf5: f2 0f 10 0b movsd (%rbx),%xmm1
fcf9: f2 0f 59 c8 mulsd %xmm0,%xmm1
fcfd: 48 89 43 08 mov %rax,0x8(%rbx)
fd01: f2 0f 59 43 08 mulsd 0x8(%rbx),%xmm0
fd06: f2 0f 11 0b movsd %xmm1,(%rbx)
fd0a: f2 0f 11 43 08 movsd %xmm0,0x8(%rbx)
fd0f: 48 83 c4 10 add $0x10,%rsp
fd13: 5b pop %rbx
fd14: c3 retq
fd15: 66 66 2e 0f 1f 84 00 data32 nopw %cs:0x0(%rax,%rax,1)
fd1c: 00 00 00 00
000000000000fd20 <nc_asinh>:
fd20: 55 push %rbp
fd21: 48 89 fd mov %rdi,%rbp
fd24: 53 push %rbx
fd25: 48 89 f3 mov %rsi,%rbx
fd28: 48 83 ec 18 sub $0x18,%rsp
fd2c: f2 0f 10 17 movsd (%rdi),%xmm2
fd30: f2 0f 10 0d 48 19 05 movsd 0x51948(%rip),%xmm1 # 61680 <lddoc+0x400>
fd37: 00
fd38: 66 0f 28 c2 movapd %xmm2,%xmm0
fd3c: f2 0f 10 1d 14 1b 05 movsd 0x51b14(%rip),%xmm3 # 61858 <lddoc+0x5d8>
fd43: 00
fd44: 66 0f 54 c1 andpd %xmm1,%xmm0
fd48: 66 0f 2e c3 ucomisd %xmm3,%xmm0
fd4c: 0f 87 7e 01 00 00 ja fed0 <nc_asinh+0x1b0>
fd52: f2 0f 10 67 08 movsd 0x8(%rdi),%xmm4
fd57: 66 0f 28 c4 movapd %xmm4,%xmm0
fd5b: 66 0f 54 c1 andpd %xmm1,%xmm0
fd5f: 66 0f 2e c3 ucomisd %xmm3,%xmm0
fd63: 0f 87 6c 01 00 00 ja fed5 <nc_asinh+0x1b5>
fd69: 66 0f 28 ea movapd %xmm2,%xmm5
fd6d: 48 8b 05 2c f8 25 00 mov 0x25f82c(%rip),%rax # 26f5a0 <nc_1>
fd74: 66 0f 28 c4 movapd %xmm4,%xmm0
fd78: f2 0f 59 ea mulsd %xmm2,%xmm5
fd7c: f2 0f 59 c4 mulsd %xmm4,%xmm0
fd80: 48 89 06 mov %rax,(%rsi)
fd83: 48 8b 05 1e f8 25 00 mov 0x25f81e(%rip),%rax # 26f5a8 <nc_1+0x8>
fd8a: f2 0f 59 e2 mulsd %xmm2,%xmm4
fd8e: f2 0f 10 1e movsd (%rsi),%xmm3
fd92: 48 89 46 08 mov %rax,0x8(%rsi)
fd96: f2 0f 5c e8 subsd %xmm0,%xmm5
fd9a: f2 0f 10 4e 08 movsd 0x8(%rsi),%xmm1
fd9f: f2 0f 58 e4 addsd %xmm4,%xmm4
fda3: 66 0f 28 d5 movapd %xmm5,%xmm2
fda7: 66 0f 28 c4 movapd %xmm4,%xmm0
fdab: f2 0f 59 d3 mulsd %xmm3,%xmm2
fdaf: f2 0f 59 c1 mulsd %xmm1,%xmm0
fdb3: f2 0f 59 cd mulsd %xmm5,%xmm1
fdb7: f2 0f 5c d0 subsd %xmm0,%xmm2
fdbb: 66 0f 28 c4 movapd %xmm4,%xmm0
fdbf: f2 0f 59 c3 mulsd %xmm3,%xmm0
fdc3: 66 0f 28 dd movapd %xmm5,%xmm3
fdc7: f2 0f 58 c1 addsd %xmm1,%xmm0
fdcb: f2 0f 10 0d 8d 1a 05 movsd 0x51a8d(%rip),%xmm1 # 61860 <lddoc+0x5e0>
fdd2: 00
fdd3: f2 0f 59 d1 mulsd %xmm1,%xmm2
fdd7: f2 0f 59 c1 mulsd %xmm1,%xmm0
fddb: 66 0f 28 cc movapd %xmm4,%xmm1
fddf: f2 0f 11 16 movsd %xmm2,(%rsi)
fde3: f2 0f 11 46 08 movsd %xmm0,0x8(%rsi)
fde8: f2 0f 58 15 b0 f7 25 addsd 0x25f7b0(%rip),%xmm2 # 26f5a0 <nc_1>
fdef: 00
fdf0: f2 0f 11 16 movsd %xmm2,(%rsi)
fdf4: f2 0f 59 da mulsd %xmm2,%xmm3
fdf8: f2 0f 58 05 a8 f7 25 addsd 0x25f7a8(%rip),%xmm0 # 26f5a8 <nc_1+0x8>
fdff: 00
fe00: f2 0f 59 c8 mulsd %xmm0,%xmm1
fe04: f2 0f 59 c5 mulsd %xmm5,%xmm0
fe08: f2 0f 5c d9 subsd %xmm1,%xmm3
fe0c: 66 0f 28 cc movapd %xmm4,%xmm1
fe10: f2 0f 59 ca mulsd %xmm2,%xmm1
fe14: 66 0f 28 d5 movapd %xmm5,%xmm2
fe18: f2 0f 58 c8 addsd %xmm0,%xmm1
fe1c: f2 0f 10 05 44 1a 05 movsd 0x51a44(%rip),%xmm0 # 61868 <lddoc+0x5e8>
fe23: 00
fe24: f2 0f 59 d8 mulsd %xmm0,%xmm3
fe28: f2 0f 59 c8 mulsd %xmm0,%xmm1
fe2c: 66 0f 28 c4 movapd %xmm4,%xmm0
fe30: f2 0f 11 1e movsd %xmm3,(%rsi)
fe34: f2 0f 11 4e 08 movsd %xmm1,0x8(%rsi)
fe39: f2 0f 58 1d 5f f7 25 addsd 0x25f75f(%rip),%xmm3 # 26f5a0 <nc_1>
fe40: 00
fe41: f2 0f 11 1e movsd %xmm3,(%rsi)
fe45: f2 0f 59 d3 mulsd %xmm3,%xmm2
fe49: f2 0f 59 e3 mulsd %xmm3,%xmm4
fe4d: f2 0f 58 0d 53 f7 25 addsd 0x25f753(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
fe54: 00
fe55: f2 0f 59 c1 mulsd %xmm1,%xmm0
fe59: f2 0f 59 e9 mulsd %xmm1,%xmm5
fe5d: f2 0f 5c d0 subsd %xmm0,%xmm2
fe61: f2 0f 10 05 07 1a 05 movsd 0x51a07(%rip),%xmm0 # 61870 <lddoc+0x5f0>
fe68: 00
fe69: f2 0f 58 e5 addsd %xmm5,%xmm4
fe6d: f2 0f 59 d0 mulsd %xmm0,%xmm2
fe71: f2 0f 59 e0 mulsd %xmm0,%xmm4
fe75: f2 0f 11 16 movsd %xmm2,(%rsi)
fe79: f2 0f 11 66 08 movsd %xmm4,0x8(%rsi)
fe7e: f2 0f 58 15 1a f7 25 addsd 0x25f71a(%rip),%xmm2 # 26f5a0 <nc_1>
fe85: 00
fe86: f2 0f 11 16 movsd %xmm2,(%rsi)
fe8a: 66 0f 28 c2 movapd %xmm2,%xmm0
fe8e: f2 0f 58 25 12 f7 25 addsd 0x25f712(%rip),%xmm4 # 26f5a8 <nc_1+0x8>
fe95: 00
fe96: f2 0f 11 66 08 movsd %xmm4,0x8(%rsi)
fe9b: 66 0f 28 cc movapd %xmm4,%xmm1
fe9f: f2 0f 10 2f movsd (%rdi),%xmm5
fea3: f2 0f 10 5f 08 movsd 0x8(%rdi),%xmm3
fea8: f2 0f 59 c5 mulsd %xmm5,%xmm0
feac: f2 0f 59 cb mulsd %xmm3,%xmm1
feb0: f2 0f 59 d3 mulsd %xmm3,%xmm2
feb4: f2 0f 59 e5 mulsd %xmm5,%xmm4
feb8: f2 0f 5c c1 subsd %xmm1,%xmm0
febc: f2 0f 58 d4 addsd %xmm4,%xmm2
fec0: f2 0f 11 06 movsd %xmm0,(%rsi)
fec4: f2 0f 11 56 08 movsd %xmm2,0x8(%rsi)
fec9: 48 83 c4 18 add $0x18,%rsp
fecd: 5b pop %rbx
fece: 5d pop %rbp
fecf: c3 retq
fed0: f2 0f 10 67 08 movsd 0x8(%rdi),%xmm4
fed5: 66 0f 28 c2 movapd %xmm2,%xmm0
fed9: 66 0f 28 cc movapd %xmm4,%xmm1
fedd: f2 0f 59 c2 mulsd %xmm2,%xmm0
fee1: f2 0f 59 cc mulsd %xmm4,%xmm1
fee5: f2 0f 5c c1 subsd %xmm1,%xmm0
fee9: 66 0f 28 ca movapd %xmm2,%xmm1
feed: f2 0f 59 cc mulsd %xmm4,%xmm1
fef1: f2 0f 11 03 movsd %xmm0,(%rbx)
fef5: f2 0f 58 c9 addsd %xmm1,%xmm1
fef9: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
fefe: f2 0f 58 05 9a f6 25 addsd 0x25f69a(%rip),%xmm0 # 26f5a0 <nc_1>
ff05: 00
ff06: f2 0f 11 03 movsd %xmm0,(%rbx)
ff0a: f2 0f 58 0d 96 f6 25 addsd 0x25f696(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
ff11: 00
ff12: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
ff17: e8 b4 d5 ff ff callq d4d0 <npy_csqrt@plt>
ff1c: f2 0f 11 04 24 movsd %xmm0,(%rsp)
ff21: 48 8b 04 24 mov (%rsp),%rax
ff25: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
ff2b: 48 89 03 mov %rax,(%rbx)
ff2e: 48 8b 44 24 08 mov 0x8(%rsp),%rax
ff33: f2 0f 10 03 movsd (%rbx),%xmm0
ff37: 48 89 43 08 mov %rax,0x8(%rbx)
ff3b: f2 0f 58 45 00 addsd 0x0(%rbp),%xmm0
ff40: f2 0f 10 4b 08 movsd 0x8(%rbx),%xmm1
ff45: f2 0f 11 03 movsd %xmm0,(%rbx)
ff49: f2 0f 58 4d 08 addsd 0x8(%rbp),%xmm1
ff4e: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
ff53: e8 68 ca ff ff callq c9c0 <npy_clog@plt>
ff58: f2 0f 11 04 24 movsd %xmm0,(%rsp)
ff5d: 48 8b 04 24 mov (%rsp),%rax
ff61: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
ff67: 48 89 03 mov %rax,(%rbx)
ff6a: 48 8b 44 24 08 mov 0x8(%rsp),%rax
ff6f: 48 89 43 08 mov %rax,0x8(%rbx)
ff73: 48 83 c4 18 add $0x18,%rsp
ff77: 5b pop %rbx
ff78: 5d pop %rbp
ff79: c3 retq
ff7a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
000000000000ff80 <nc_asin>:
ff80: 55 push %rbp
ff81: 48 89 fd mov %rdi,%rbp
ff84: 53 push %rbx
ff85: 48 89 f3 mov %rsi,%rbx
ff88: 48 83 ec 18 sub $0x18,%rsp
ff8c: f2 0f 10 27 movsd (%rdi),%xmm4
ff90: f2 0f 10 0d e8 16 05 movsd 0x516e8(%rip),%xmm1 # 61680 <lddoc+0x400>
ff97: 00
ff98: 66 0f 28 c4 movapd %xmm4,%xmm0
ff9c: f2 0f 10 1d b4 18 05 movsd 0x518b4(%rip),%xmm3 # 61858 <lddoc+0x5d8>
ffa3: 00
ffa4: 66 0f 54 c1 andpd %xmm1,%xmm0
ffa8: 66 0f 2e c3 ucomisd %xmm3,%xmm0
ffac: 0f 87 7e 01 00 00 ja 10130 <nc_asin+0x1b0>
ffb2: f2 0f 10 57 08 movsd 0x8(%rdi),%xmm2
ffb7: 66 0f 28 c2 movapd %xmm2,%xmm0
ffbb: 66 0f 54 c1 andpd %xmm1,%xmm0
ffbf: 66 0f 2e c3 ucomisd %xmm3,%xmm0
ffc3: 0f 87 6c 01 00 00 ja 10135 <nc_asin+0x1b5>
ffc9: 66 0f 28 ec movapd %xmm4,%xmm5
ffcd: 48 8b 05 cc f5 25 00 mov 0x25f5cc(%rip),%rax # 26f5a0 <nc_1>
ffd4: 66 0f 28 c2 movapd %xmm2,%xmm0
ffd8: f2 0f 59 ec mulsd %xmm4,%xmm5
ffdc: f2 0f 59 c2 mulsd %xmm2,%xmm0
ffe0: 48 89 06 mov %rax,(%rsi)
ffe3: 48 8b 05 be f5 25 00 mov 0x25f5be(%rip),%rax # 26f5a8 <nc_1+0x8>
ffea: f2 0f 59 e2 mulsd %xmm2,%xmm4
ffee: f2 0f 10 1e movsd (%rsi),%xmm3
fff2: 48 89 46 08 mov %rax,0x8(%rsi)
fff6: f2 0f 5c e8 subsd %xmm0,%xmm5
fffa: f2 0f 10 4e 08 movsd 0x8(%rsi),%xmm1
ffff: f2 0f 58 e4 addsd %xmm4,%xmm4
10003: 66 0f 28 d5 movapd %xmm5,%xmm2
10007: 66 0f 28 c4 movapd %xmm4,%xmm0
1000b: f2 0f 59 d3 mulsd %xmm3,%xmm2
1000f: f2 0f 59 c1 mulsd %xmm1,%xmm0
10013: f2 0f 59 cd mulsd %xmm5,%xmm1
10017: f2 0f 5c d0 subsd %xmm0,%xmm2
1001b: 66 0f 28 c4 movapd %xmm4,%xmm0
1001f: f2 0f 59 c3 mulsd %xmm3,%xmm0
10023: 66 0f 28 dd movapd %xmm5,%xmm3
10027: f2 0f 58 c1 addsd %xmm1,%xmm0
1002b: f2 0f 10 0d 45 18 05 movsd 0x51845(%rip),%xmm1 # 61878 <lddoc+0x5f8>
10032: 00
10033: f2 0f 59 d1 mulsd %xmm1,%xmm2
10037: f2 0f 59 c1 mulsd %xmm1,%xmm0
1003b: 66 0f 28 cc movapd %xmm4,%xmm1
1003f: f2 0f 11 16 movsd %xmm2,(%rsi)
10043: f2 0f 11 46 08 movsd %xmm0,0x8(%rsi)
10048: f2 0f 58 15 50 f5 25 addsd 0x25f550(%rip),%xmm2 # 26f5a0 <nc_1>
1004f: 00
10050: f2 0f 11 16 movsd %xmm2,(%rsi)
10054: f2 0f 59 da mulsd %xmm2,%xmm3
10058: f2 0f 58 05 48 f5 25 addsd 0x25f548(%rip),%xmm0 # 26f5a8 <nc_1+0x8>
1005f: 00
10060: f2 0f 59 c8 mulsd %xmm0,%xmm1
10064: f2 0f 59 c5 mulsd %xmm5,%xmm0
10068: f2 0f 5c d9 subsd %xmm1,%xmm3
1006c: 66 0f 28 cc movapd %xmm4,%xmm1
10070: f2 0f 59 ca mulsd %xmm2,%xmm1
10074: 66 0f 28 d5 movapd %xmm5,%xmm2
10078: f2 0f 58 c8 addsd %xmm0,%xmm1
1007c: f2 0f 10 05 fc 17 05 movsd 0x517fc(%rip),%xmm0 # 61880 <lddoc+0x600>
10083: 00
10084: f2 0f 59 d8 mulsd %xmm0,%xmm3
10088: f2 0f 59 c8 mulsd %xmm0,%xmm1
1008c: 66 0f 28 c4 movapd %xmm4,%xmm0
10090: f2 0f 11 1e movsd %xmm3,(%rsi)
10094: f2 0f 11 4e 08 movsd %xmm1,0x8(%rsi)
10099: f2 0f 58 1d ff f4 25 addsd 0x25f4ff(%rip),%xmm3 # 26f5a0 <nc_1>
100a0: 00
100a1: f2 0f 11 1e movsd %xmm3,(%rsi)
100a5: f2 0f 59 d3 mulsd %xmm3,%xmm2
100a9: f2 0f 59 e3 mulsd %xmm3,%xmm4
100ad: f2 0f 58 0d f3 f4 25 addsd 0x25f4f3(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
100b4: 00
100b5: f2 0f 59 c1 mulsd %xmm1,%xmm0
100b9: f2 0f 59 e9 mulsd %xmm1,%xmm5
100bd: f2 0f 5c d0 subsd %xmm0,%xmm2
100c1: f2 0f 10 05 bf 17 05 movsd 0x517bf(%rip),%xmm0 # 61888 <lddoc+0x608>
100c8: 00
100c9: f2 0f 58 e5 addsd %xmm5,%xmm4
100cd: f2 0f 59 d0 mulsd %xmm0,%xmm2
100d1: f2 0f 59 e0 mulsd %xmm0,%xmm4
100d5: f2 0f 11 16 movsd %xmm2,(%rsi)
100d9: f2 0f 11 66 08 movsd %xmm4,0x8(%rsi)
100de: f2 0f 58 15 ba f4 25 addsd 0x25f4ba(%rip),%xmm2 # 26f5a0 <nc_1>
100e5: 00
100e6: f2 0f 11 16 movsd %xmm2,(%rsi)
100ea: 66 0f 28 c2 movapd %xmm2,%xmm0
100ee: f2 0f 58 25 b2 f4 25 addsd 0x25f4b2(%rip),%xmm4 # 26f5a8 <nc_1+0x8>
100f5: 00
100f6: f2 0f 11 66 08 movsd %xmm4,0x8(%rsi)
100fb: 66 0f 28 cc movapd %xmm4,%xmm1
100ff: f2 0f 10 2f movsd (%rdi),%xmm5
10103: f2 0f 10 5f 08 movsd 0x8(%rdi),%xmm3
10108: f2 0f 59 c5 mulsd %xmm5,%xmm0
1010c: f2 0f 59 cb mulsd %xmm3,%xmm1
10110: f2 0f 59 d3 mulsd %xmm3,%xmm2
10114: f2 0f 59 e5 mulsd %xmm5,%xmm4
10118: f2 0f 5c c1 subsd %xmm1,%xmm0
1011c: f2 0f 58 d4 addsd %xmm4,%xmm2
10120: f2 0f 11 06 movsd %xmm0,(%rsi)
10124: f2 0f 11 56 08 movsd %xmm2,0x8(%rsi)
10129: 48 83 c4 18 add $0x18,%rsp
1012d: 5b pop %rbx
1012e: 5d pop %rbp
1012f: c3 retq
10130: f2 0f 10 57 08 movsd 0x8(%rdi),%xmm2
10135: 66 0f 28 ca movapd %xmm2,%xmm1
10139: 66 0f 28 c4 movapd %xmm4,%xmm0
1013d: f2 0f 59 ca mulsd %xmm2,%xmm1
10141: f2 0f 59 c4 mulsd %xmm4,%xmm0
10145: f2 0f 59 e2 mulsd %xmm2,%xmm4
10149: f2 0f 5c c1 subsd %xmm1,%xmm0
1014d: f2 0f 58 e4 addsd %xmm4,%xmm4
10151: f2 0f 11 03 movsd %xmm0,(%rbx)
10155: f2 0f 11 63 08 movsd %xmm4,0x8(%rbx)
1015a: f2 0f 10 05 3e f4 25 movsd 0x25f43e(%rip),%xmm0 # 26f5a0 <nc_1>
10161: 00
10162: f2 0f 5c 03 subsd (%rbx),%xmm0
10166: f2 0f 11 03 movsd %xmm0,(%rbx)
1016a: f2 0f 10 0d 36 f4 25 movsd 0x25f436(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
10171: 00
10172: f2 0f 5c cc subsd %xmm4,%xmm1
10176: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
1017b: e8 50 d3 ff ff callq d4d0 <npy_csqrt@plt>
10180: f2 0f 11 04 24 movsd %xmm0,(%rsp)
10185: 48 8b 04 24 mov (%rsp),%rax
10189: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
1018f: 48 89 03 mov %rax,(%rbx)
10192: 48 8b 44 24 08 mov 0x8(%rsp),%rax
10197: f2 0f 10 03 movsd (%rbx),%xmm0
1019b: 48 89 43 08 mov %rax,0x8(%rbx)
1019f: f2 0f 10 4d 00 movsd 0x0(%rbp),%xmm1
101a4: f2 0f 5c 45 08 subsd 0x8(%rbp),%xmm0
101a9: f2 0f 58 4b 08 addsd 0x8(%rbx),%xmm1
101ae: f2 0f 11 03 movsd %xmm0,(%rbx)
101b2: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
101b7: e8 04 c8 ff ff callq c9c0 <npy_clog@plt>
101bc: f2 0f 11 04 24 movsd %xmm0,(%rsp)
101c1: 48 8b 04 24 mov (%rsp),%rax
101c5: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
101cb: f2 0f 10 05 9d 14 05 movsd 0x5149d(%rip),%xmm0 # 61670 <lddoc+0x3f0>
101d2: 00
101d3: 48 89 03 mov %rax,(%rbx)
101d6: 48 8b 44 24 08 mov 0x8(%rsp),%rax
101db: f2 0f 10 0b movsd (%rbx),%xmm1
101df: 66 0f 57 c8 xorpd %xmm0,%xmm1
101e3: 48 89 43 08 mov %rax,0x8(%rbx)
101e7: 48 8b 43 08 mov 0x8(%rbx),%rax
101eb: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
101f0: 48 89 03 mov %rax,(%rbx)
101f3: 48 83 c4 18 add $0x18,%rsp
101f7: 5b pop %rbx
101f8: 5d pop %rbp
101f9: c3 retq
101fa: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
0000000000010200 <nc_acosh>:
10200: 41 54 push %r12
10202: 49 89 fc mov %rdi,%r12
10205: 53 push %rbx
10206: 48 89 f3 mov %rsi,%rbx
10209: 48 83 ec 28 sub $0x28,%rsp
1020d: f2 0f 10 07 movsd (%rdi),%xmm0
10211: f2 0f 58 05 87 f3 25 addsd 0x25f387(%rip),%xmm0 # 26f5a0 <nc_1>
10218: 00
10219: f2 0f 11 44 24 10 movsd %xmm0,0x10(%rsp)
1021f: f2 0f 10 4f 08 movsd 0x8(%rdi),%xmm1
10224: f2 0f 58 0d 7c f3 25 addsd 0x25f37c(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
1022b: 00
1022c: f2 0f 11 4c 24 18 movsd %xmm1,0x18(%rsp)
10232: e8 99 d2 ff ff callq d4d0 <npy_csqrt@plt>
10237: f2 0f 11 04 24 movsd %xmm0,(%rsp)
1023c: 48 8b 04 24 mov (%rsp),%rax
10240: f2 41 0f 10 04 24 movsd (%r12),%xmm0
10246: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
1024c: f2 0f 5c 05 4c f3 25 subsd 0x25f34c(%rip),%xmm0 # 26f5a0 <nc_1>
10253: 00
10254: 48 89 44 24 10 mov %rax,0x10(%rsp)
10259: 48 8b 44 24 08 mov 0x8(%rsp),%rax
1025e: 48 89 44 24 18 mov %rax,0x18(%rsp)
10263: f2 0f 11 03 movsd %xmm0,(%rbx)
10267: f2 41 0f 10 4c 24 08 movsd 0x8(%r12),%xmm1
1026e: f2 0f 5c 0d 32 f3 25 subsd 0x25f332(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
10275: 00
10276: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
1027b: e8 50 d2 ff ff callq d4d0 <npy_csqrt@plt>
10280: f2 0f 11 04 24 movsd %xmm0,(%rsp)
10285: 48 8b 04 24 mov (%rsp),%rax
10289: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
1028f: f2 0f 10 6c 24 18 movsd 0x18(%rsp),%xmm5
10295: 48 89 03 mov %rax,(%rbx)
10298: 48 8b 44 24 08 mov 0x8(%rsp),%rax
1029d: f2 0f 10 4c 24 10 movsd 0x10(%rsp),%xmm1
102a3: f2 0f 10 1b movsd (%rbx),%xmm3
102a7: 66 0f 28 c1 movapd %xmm1,%xmm0
102ab: 66 0f 28 d5 movapd %xmm5,%xmm2
102af: 48 89 43 08 mov %rax,0x8(%rbx)
102b3: f2 0f 10 63 08 movsd 0x8(%rbx),%xmm4
102b8: f2 0f 59 c3 mulsd %xmm3,%xmm0
102bc: f2 0f 59 d4 mulsd %xmm4,%xmm2
102c0: f2 0f 59 cc mulsd %xmm4,%xmm1
102c4: f2 0f 59 dd mulsd %xmm5,%xmm3
102c8: f2 0f 5c c2 subsd %xmm2,%xmm0
102cc: f2 0f 58 cb addsd %xmm3,%xmm1
102d0: f2 0f 11 03 movsd %xmm0,(%rbx)
102d4: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
102d9: f2 41 0f 58 04 24 addsd (%r12),%xmm0
102df: f2 0f 11 03 movsd %xmm0,(%rbx)
102e3: f2 41 0f 58 4c 24 08 addsd 0x8(%r12),%xmm1
102ea: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
102ef: e8 cc c6 ff ff callq c9c0 <npy_clog@plt>
102f4: f2 0f 11 04 24 movsd %xmm0,(%rsp)
102f9: 48 8b 04 24 mov (%rsp),%rax
102fd: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
10303: 48 89 03 mov %rax,(%rbx)
10306: 48 8b 44 24 08 mov 0x8(%rsp),%rax
1030b: 48 89 43 08 mov %rax,0x8(%rbx)
1030f: 48 83 c4 28 add $0x28,%rsp
10313: 5b pop %rbx
10314: 41 5c pop %r12
10316: c3 retq
10317: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
1031e: 00 00
0000000000010320 <nc_acos>:
10320: 41 54 push %r12
10322: 49 89 fc mov %rdi,%r12
10325: 53 push %rbx
10326: 48 89 f3 mov %rsi,%rbx
10329: 48 83 ec 18 sub $0x18,%rsp
1032d: f2 0f 10 07 movsd (%rdi),%xmm0
10331: f2 0f 10 5f 08 movsd 0x8(%rdi),%xmm3
10336: 66 0f 28 c8 movapd %xmm0,%xmm1
1033a: 66 0f 28 d3 movapd %xmm3,%xmm2
1033e: f2 0f 59 c8 mulsd %xmm0,%xmm1
10342: f2 0f 59 d3 mulsd %xmm3,%xmm2
10346: f2 0f 59 c3 mulsd %xmm3,%xmm0
1034a: f2 0f 5c ca subsd %xmm2,%xmm1
1034e: f2 0f 58 c0 addsd %xmm0,%xmm0
10352: f2 0f 11 0e movsd %xmm1,(%rsi)
10356: f2 0f 11 46 08 movsd %xmm0,0x8(%rsi)
1035b: f2 0f 10 05 3d f2 25 movsd 0x25f23d(%rip),%xmm0 # 26f5a0 <nc_1>
10362: 00
10363: f2 0f 5c c1 subsd %xmm1,%xmm0
10367: f2 0f 11 06 movsd %xmm0,(%rsi)
1036b: f2 0f 10 0d 35 f2 25 movsd 0x25f235(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
10372: 00
10373: f2 0f 5c 4e 08 subsd 0x8(%rsi),%xmm1
10378: f2 0f 11 4e 08 movsd %xmm1,0x8(%rsi)
1037d: e8 4e d1 ff ff callq d4d0 <npy_csqrt@plt>
10382: f2 0f 11 04 24 movsd %xmm0,(%rsp)
10387: 48 8b 04 24 mov (%rsp),%rax
1038b: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
10391: 48 89 03 mov %rax,(%rbx)
10394: 48 8b 44 24 08 mov 0x8(%rsp),%rax
10399: f2 0f 10 0b movsd (%rbx),%xmm1
1039d: 48 89 43 08 mov %rax,0x8(%rbx)
103a1: f2 0f 10 43 08 movsd 0x8(%rbx),%xmm0
103a6: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
103ab: 66 0f 57 05 bd 12 05 xorpd 0x512bd(%rip),%xmm0 # 61670 <lddoc+0x3f0>
103b2: 00
103b3: f2 0f 11 03 movsd %xmm0,(%rbx)
103b7: f2 41 0f 58 04 24 addsd (%r12),%xmm0
103bd: f2 0f 11 03 movsd %xmm0,(%rbx)
103c1: f2 41 0f 58 4c 24 08 addsd 0x8(%r12),%xmm1
103c8: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
103cd: e8 ee c5 ff ff callq c9c0 <npy_clog@plt>
103d2: f2 0f 11 04 24 movsd %xmm0,(%rsp)
103d7: 48 8b 04 24 mov (%rsp),%rax
103db: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
103e1: 48 89 03 mov %rax,(%rbx)
103e4: f2 0f 10 03 movsd (%rbx),%xmm0
103e8: 48 8b 44 24 08 mov 0x8(%rsp),%rax
103ed: 66 0f 57 05 7b 12 05 xorpd 0x5127b(%rip),%xmm0 # 61670 <lddoc+0x3f0>
103f4: 00
103f5: 48 89 43 08 mov %rax,0x8(%rbx)
103f9: 48 8b 43 08 mov 0x8(%rbx),%rax
103fd: 48 89 03 mov %rax,(%rbx)
10400: f2 0f 11 43 08 movsd %xmm0,0x8(%rbx)
10405: 48 83 c4 18 add $0x18,%rsp
10409: 5b pop %rbx
1040a: 41 5c pop %r12
1040c: c3 retq
1040d: 0f 1f 00 nopl (%rax)
0000000000010410 <nc_logf>:
10410: 53 push %rbx
10411: f3 0f 7e 07 movq (%rdi),%xmm0
10415: 48 89 f3 mov %rsi,%rbx
10418: e8 43 c2 ff ff callq c660 <npy_clogf@plt>
1041d: 66 0f d6 03 movq %xmm0,(%rbx)
10421: 5b pop %rbx
10422: c3 retq
10423: 66 66 66 66 2e 0f 1f data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
1042a: 84 00 00 00 00 00
0000000000010430 <nc_log2f>:
10430: 53 push %rbx
10431: f3 0f 7e 07 movq (%rdi),%xmm0
10435: 48 89 f3 mov %rsi,%rbx
10438: e8 23 c2 ff ff callq c660 <npy_clogf@plt>
1043d: 66 0f d6 03 movq %xmm0,(%rbx)
10441: f3 0f 10 05 b3 13 05 movss 0x513b3(%rip),%xmm0 # 617fc <lddoc+0x57c>
10448: 00
10449: f3 0f 10 0b movss (%rbx),%xmm1
1044d: f3 0f 59 c8 mulss %xmm0,%xmm1
10451: f3 0f 59 43 04 mulss 0x4(%rbx),%xmm0
10456: f3 0f 11 0b movss %xmm1,(%rbx)
1045a: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
1045f: 5b pop %rbx
10460: c3 retq
10461: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
10468: 0f 1f 84 00 00 00 00
1046f: 00
0000000000010470 <nc_log10f>:
10470: 53 push %rbx
10471: f3 0f 7e 07 movq (%rdi),%xmm0
10475: 48 89 f3 mov %rsi,%rbx
10478: e8 e3 c1 ff ff callq c660 <npy_clogf@plt>
1047d: 66 0f d6 03 movq %xmm0,(%rbx)
10481: f3 0f 10 05 77 13 05 movss 0x51377(%rip),%xmm0 # 61800 <lddoc+0x580>
10488: 00
10489: f3 0f 10 0b movss (%rbx),%xmm1
1048d: f3 0f 59 c8 mulss %xmm0,%xmm1
10491: f3 0f 59 43 04 mulss 0x4(%rbx),%xmm0
10496: f3 0f 11 0b movss %xmm1,(%rbx)
1049a: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
1049f: 5b pop %rbx
104a0: c3 retq
104a1: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
104a8: 0f 1f 84 00 00 00 00
104af: 00
00000000000104b0 <nc_asinhf>:
104b0: 55 push %rbp
104b1: 48 89 fd mov %rdi,%rbp
104b4: 53 push %rbx
104b5: 48 89 f3 mov %rsi,%rbx
104b8: 48 83 ec 08 sub $0x8,%rsp
104bc: f3 0f 10 1f movss (%rdi),%xmm3
104c0: f3 0f 10 0d c8 11 05 movss 0x511c8(%rip),%xmm1 # 61690 <lddoc+0x410>
104c7: 00
104c8: 0f 28 c3 movaps %xmm3,%xmm0
104cb: f2 0f 10 25 85 13 05 movsd 0x51385(%rip),%xmm4 # 61858 <lddoc+0x5d8>
104d2: 00
104d3: 0f 54 c1 andps %xmm1,%xmm0
104d6: 0f 14 c0 unpcklps %xmm0,%xmm0
104d9: 0f 5a c0 cvtps2pd %xmm0,%xmm0
104dc: 66 0f 2e c4 ucomisd %xmm4,%xmm0
104e0: 0f 87 22 01 00 00 ja 10608 <nc_asinhf+0x158>
104e6: f3 0f 10 57 04 movss 0x4(%rdi),%xmm2
104eb: 0f 28 c2 movaps %xmm2,%xmm0
104ee: 0f 54 c1 andps %xmm1,%xmm0
104f1: 0f 14 c0 unpcklps %xmm0,%xmm0
104f4: 0f 5a c0 cvtps2pd %xmm0,%xmm0
104f7: 66 0f 2e c4 ucomisd %xmm4,%xmm0
104fb: 0f 87 0c 01 00 00 ja 1060d <nc_asinhf+0x15d>
10501: 0f 28 eb movaps %xmm3,%xmm5
10504: 48 8b 05 a5 f0 25 00 mov 0x25f0a5(%rip),%rax # 26f5b0 <nc_1f>
1050b: 0f 28 c2 movaps %xmm2,%xmm0
1050e: f3 0f 59 eb mulss %xmm3,%xmm5
10512: f3 0f 59 c2 mulss %xmm2,%xmm0
10516: 48 89 06 mov %rax,(%rsi)
10519: f3 0f 59 d3 mulss %xmm3,%xmm2
1051d: f3 0f 10 26 movss (%rsi),%xmm4
10521: f3 0f 10 4e 04 movss 0x4(%rsi),%xmm1
10526: f3 0f 5c e8 subss %xmm0,%xmm5
1052a: f3 0f 58 d2 addss %xmm2,%xmm2
1052e: 0f 28 dd movaps %xmm5,%xmm3
10531: 0f 28 c2 movaps %xmm2,%xmm0
10534: f3 0f 59 dc mulss %xmm4,%xmm3
10538: f3 0f 59 c1 mulss %xmm1,%xmm0
1053c: f3 0f 59 cd mulss %xmm5,%xmm1
10540: f3 0f 5c d8 subss %xmm0,%xmm3
10544: 0f 28 c2 movaps %xmm2,%xmm0
10547: f3 0f 59 c4 mulss %xmm4,%xmm0
1054b: 0f 28 e5 movaps %xmm5,%xmm4
1054e: f3 0f 58 c1 addss %xmm1,%xmm0
10552: f3 0f 10 0d aa 12 05 movss 0x512aa(%rip),%xmm1 # 61804 <lddoc+0x584>
10559: 00
1055a: f3 0f 59 d9 mulss %xmm1,%xmm3
1055e: f3 0f 59 c1 mulss %xmm1,%xmm0
10562: 0f 28 ca movaps %xmm2,%xmm1
10565: f3 0f 11 1e movss %xmm3,(%rsi)
10569: f3 0f 11 46 04 movss %xmm0,0x4(%rsi)
1056e: f3 0f 58 1d 3a f0 25 addss 0x25f03a(%rip),%xmm3 # 26f5b0 <nc_1f>
10575: 00
10576: f3 0f 11 1e movss %xmm3,(%rsi)
1057a: f3 0f 59 e3 mulss %xmm3,%xmm4
1057e: f3 0f 59 d3 mulss %xmm3,%xmm2
10582: f3 0f 58 05 2a f0 25 addss 0x25f02a(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
10589: 00
1058a: f3 0f 59 c8 mulss %xmm0,%xmm1
1058e: f3 0f 59 e8 mulss %xmm0,%xmm5
10592: f3 0f 10 05 6e 12 05 movss 0x5126e(%rip),%xmm0 # 61808 <lddoc+0x588>
10599: 00
1059a: f3 0f 5c e1 subss %xmm1,%xmm4
1059e: f3 0f 58 d5 addss %xmm5,%xmm2
105a2: f3 0f 59 e0 mulss %xmm0,%xmm4
105a6: f3 0f 59 d0 mulss %xmm0,%xmm2
105aa: f3 0f 11 26 movss %xmm4,(%rsi)
105ae: f3 0f 11 56 04 movss %xmm2,0x4(%rsi)
105b3: f3 0f 58 25 f5 ef 25 addss 0x25eff5(%rip),%xmm4 # 26f5b0 <nc_1f>
105ba: 00
105bb: f3 0f 11 26 movss %xmm4,(%rsi)
105bf: 0f 28 c4 movaps %xmm4,%xmm0
105c2: f3 0f 58 15 ea ef 25 addss 0x25efea(%rip),%xmm2 # 26f5b4 <nc_1f+0x4>
105c9: 00
105ca: f3 0f 11 56 04 movss %xmm2,0x4(%rsi)
105cf: 0f 28 ca movaps %xmm2,%xmm1
105d2: f3 0f 10 2f movss (%rdi),%xmm5
105d6: f3 0f 10 5f 04 movss 0x4(%rdi),%xmm3
105db: f3 0f 59 c5 mulss %xmm5,%xmm0
105df: f3 0f 59 cb mulss %xmm3,%xmm1
105e3: f3 0f 59 e3 mulss %xmm3,%xmm4
105e7: f3 0f 59 d5 mulss %xmm5,%xmm2
105eb: f3 0f 5c c1 subss %xmm1,%xmm0
105ef: f3 0f 58 e2 addss %xmm2,%xmm4
105f3: f3 0f 11 06 movss %xmm0,(%rsi)
105f7: f3 0f 11 66 04 movss %xmm4,0x4(%rsi)
105fc: 48 83 c4 08 add $0x8,%rsp
10600: 5b pop %rbx
10601: 5d pop %rbp
10602: c3 retq
10603: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
10608: f3 0f 10 57 04 movss 0x4(%rdi),%xmm2
1060d: 0f 28 cb movaps %xmm3,%xmm1
10610: 0f 28 c2 movaps %xmm2,%xmm0
10613: f3 0f 59 cb mulss %xmm3,%xmm1
10617: f3 0f 59 c2 mulss %xmm2,%xmm0
1061b: f3 0f 5c c8 subss %xmm0,%xmm1
1061f: 0f 28 c3 movaps %xmm3,%xmm0
10622: f3 0f 59 c2 mulss %xmm2,%xmm0
10626: f3 0f 11 0b movss %xmm1,(%rbx)
1062a: f3 0f 58 c0 addss %xmm0,%xmm0
1062e: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
10633: f3 0f 58 0d 75 ef 25 addss 0x25ef75(%rip),%xmm1 # 26f5b0 <nc_1f>
1063a: 00
1063b: f3 0f 11 0b movss %xmm1,(%rbx)
1063f: f3 0f 58 05 6d ef 25 addss 0x25ef6d(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
10646: 00
10647: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
1064c: f3 0f 7e 03 movq (%rbx),%xmm0
10650: e8 4b c6 ff ff callq cca0 <npy_csqrtf@plt>
10655: 66 0f d6 03 movq %xmm0,(%rbx)
10659: f3 0f 10 03 movss (%rbx),%xmm0
1065d: f3 0f 58 45 00 addss 0x0(%rbp),%xmm0
10662: f3 0f 11 03 movss %xmm0,(%rbx)
10666: f3 0f 10 43 04 movss 0x4(%rbx),%xmm0
1066b: f3 0f 58 45 04 addss 0x4(%rbp),%xmm0
10670: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
10675: f3 0f 7e 03 movq (%rbx),%xmm0
10679: e8 e2 bf ff ff callq c660 <npy_clogf@plt>
1067e: 66 0f d6 03 movq %xmm0,(%rbx)
10682: 48 83 c4 08 add $0x8,%rsp
10686: 5b pop %rbx
10687: 5d pop %rbp
10688: c3 retq
10689: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
0000000000010690 <nc_asinf>:
10690: 55 push %rbp
10691: 48 89 fd mov %rdi,%rbp
10694: 53 push %rbx
10695: 48 89 f3 mov %rsi,%rbx
10698: 48 83 ec 08 sub $0x8,%rsp
1069c: f3 0f 10 17 movss (%rdi),%xmm2
106a0: f3 0f 10 0d e8 0f 05 movss 0x50fe8(%rip),%xmm1 # 61690 <lddoc+0x410>
106a7: 00
106a8: 0f 28 c2 movaps %xmm2,%xmm0
106ab: f2 0f 10 25 a5 11 05 movsd 0x511a5(%rip),%xmm4 # 61858 <lddoc+0x5d8>
106b2: 00
106b3: 0f 54 c1 andps %xmm1,%xmm0
106b6: 0f 14 c0 unpcklps %xmm0,%xmm0
106b9: 0f 5a c0 cvtps2pd %xmm0,%xmm0
106bc: 66 0f 2e c4 ucomisd %xmm4,%xmm0
106c0: 0f 87 22 01 00 00 ja 107e8 <nc_asinf+0x158>
106c6: f3 0f 10 5f 04 movss 0x4(%rdi),%xmm3
106cb: 0f 28 c3 movaps %xmm3,%xmm0
106ce: 0f 54 c1 andps %xmm1,%xmm0
106d1: 0f 14 c0 unpcklps %xmm0,%xmm0
106d4: 0f 5a c0 cvtps2pd %xmm0,%xmm0
106d7: 66 0f 2e c4 ucomisd %xmm4,%xmm0
106db: 0f 87 0c 01 00 00 ja 107ed <nc_asinf+0x15d>
106e1: 0f 28 ea movaps %xmm2,%xmm5
106e4: 48 8b 05 c5 ee 25 00 mov 0x25eec5(%rip),%rax # 26f5b0 <nc_1f>
106eb: 0f 28 c3 movaps %xmm3,%xmm0
106ee: f3 0f 59 ea mulss %xmm2,%xmm5
106f2: f3 0f 59 c3 mulss %xmm3,%xmm0
106f6: 48 89 06 mov %rax,(%rsi)
106f9: f3 0f 59 d3 mulss %xmm3,%xmm2
106fd: f3 0f 10 26 movss (%rsi),%xmm4
10701: f3 0f 10 4e 04 movss 0x4(%rsi),%xmm1
10706: f3 0f 5c e8 subss %xmm0,%xmm5
1070a: f3 0f 58 d2 addss %xmm2,%xmm2
1070e: 0f 28 dd movaps %xmm5,%xmm3
10711: 0f 28 c2 movaps %xmm2,%xmm0
10714: f3 0f 59 dc mulss %xmm4,%xmm3
10718: f3 0f 59 c1 mulss %xmm1,%xmm0
1071c: f3 0f 59 cd mulss %xmm5,%xmm1
10720: f3 0f 5c d8 subss %xmm0,%xmm3
10724: 0f 28 c2 movaps %xmm2,%xmm0
10727: f3 0f 59 c4 mulss %xmm4,%xmm0
1072b: 0f 28 e5 movaps %xmm5,%xmm4
1072e: f3 0f 58 c1 addss %xmm1,%xmm0
10732: f3 0f 10 0d d2 10 05 movss 0x510d2(%rip),%xmm1 # 6180c <lddoc+0x58c>
10739: 00
1073a: f3 0f 59 d9 mulss %xmm1,%xmm3
1073e: f3 0f 59 c1 mulss %xmm1,%xmm0
10742: 0f 28 ca movaps %xmm2,%xmm1
10745: f3 0f 11 1e movss %xmm3,(%rsi)
10749: f3 0f 11 46 04 movss %xmm0,0x4(%rsi)
1074e: f3 0f 58 1d 5a ee 25 addss 0x25ee5a(%rip),%xmm3 # 26f5b0 <nc_1f>
10755: 00
10756: f3 0f 11 1e movss %xmm3,(%rsi)
1075a: f3 0f 59 e3 mulss %xmm3,%xmm4
1075e: f3 0f 59 d3 mulss %xmm3,%xmm2
10762: f3 0f 58 05 4a ee 25 addss 0x25ee4a(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
10769: 00
1076a: f3 0f 59 c8 mulss %xmm0,%xmm1
1076e: f3 0f 59 e8 mulss %xmm0,%xmm5
10772: f3 0f 10 05 96 10 05 movss 0x51096(%rip),%xmm0 # 61810 <lddoc+0x590>
10779: 00
1077a: f3 0f 5c e1 subss %xmm1,%xmm4
1077e: f3 0f 58 d5 addss %xmm5,%xmm2
10782: f3 0f 59 e0 mulss %xmm0,%xmm4
10786: f3 0f 59 d0 mulss %xmm0,%xmm2
1078a: f3 0f 11 26 movss %xmm4,(%rsi)
1078e: f3 0f 11 56 04 movss %xmm2,0x4(%rsi)
10793: f3 0f 58 25 15 ee 25 addss 0x25ee15(%rip),%xmm4 # 26f5b0 <nc_1f>
1079a: 00
1079b: f3 0f 11 26 movss %xmm4,(%rsi)
1079f: 0f 28 c4 movaps %xmm4,%xmm0
107a2: f3 0f 58 15 0a ee 25 addss 0x25ee0a(%rip),%xmm2 # 26f5b4 <nc_1f+0x4>
107a9: 00
107aa: f3 0f 11 56 04 movss %xmm2,0x4(%rsi)
107af: 0f 28 ca movaps %xmm2,%xmm1
107b2: f3 0f 10 2f movss (%rdi),%xmm5
107b6: f3 0f 10 5f 04 movss 0x4(%rdi),%xmm3
107bb: f3 0f 59 c5 mulss %xmm5,%xmm0
107bf: f3 0f 59 cb mulss %xmm3,%xmm1
107c3: f3 0f 59 e3 mulss %xmm3,%xmm4
107c7: f3 0f 59 d5 mulss %xmm5,%xmm2
107cb: f3 0f 5c c1 subss %xmm1,%xmm0
107cf: f3 0f 58 e2 addss %xmm2,%xmm4
107d3: f3 0f 11 06 movss %xmm0,(%rsi)
107d7: f3 0f 11 66 04 movss %xmm4,0x4(%rsi)
107dc: 48 83 c4 08 add $0x8,%rsp
107e0: 5b pop %rbx
107e1: 5d pop %rbp
107e2: c3 retq
107e3: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
107e8: f3 0f 10 5f 04 movss 0x4(%rdi),%xmm3
107ed: 0f 28 cb movaps %xmm3,%xmm1
107f0: 0f 28 c2 movaps %xmm2,%xmm0
107f3: f3 0f 59 cb mulss %xmm3,%xmm1
107f7: f3 0f 59 c2 mulss %xmm2,%xmm0
107fb: f3 0f 59 d3 mulss %xmm3,%xmm2
107ff: f3 0f 5c c1 subss %xmm1,%xmm0
10803: f3 0f 58 d2 addss %xmm2,%xmm2
10807: f3 0f 11 03 movss %xmm0,(%rbx)
1080b: f3 0f 11 53 04 movss %xmm2,0x4(%rbx)
10810: f3 0f 10 05 98 ed 25 movss 0x25ed98(%rip),%xmm0 # 26f5b0 <nc_1f>
10817: 00
10818: f3 0f 5c 03 subss (%rbx),%xmm0
1081c: f3 0f 11 03 movss %xmm0,(%rbx)
10820: f3 0f 10 05 8c ed 25 movss 0x25ed8c(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
10827: 00
10828: f3 0f 5c c2 subss %xmm2,%xmm0
1082c: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
10831: f3 0f 7e 03 movq (%rbx),%xmm0
10835: e8 66 c4 ff ff callq cca0 <npy_csqrtf@plt>
1083a: 66 0f d6 03 movq %xmm0,(%rbx)
1083e: f3 0f 10 4d 00 movss 0x0(%rbp),%xmm1
10843: f3 0f 10 03 movss (%rbx),%xmm0
10847: f3 0f 58 4b 04 addss 0x4(%rbx),%xmm1
1084c: f3 0f 5c 45 04 subss 0x4(%rbp),%xmm0
10851: f3 0f 11 4b 04 movss %xmm1,0x4(%rbx)
10856: f3 0f 11 03 movss %xmm0,(%rbx)
1085a: f3 0f 7e 03 movq (%rbx),%xmm0
1085e: e8 fd bd ff ff callq c660 <npy_clogf@plt>
10863: 66 0f d6 03 movq %xmm0,(%rbx)
10867: f3 0f 10 05 f1 0d 05 movss 0x50df1(%rip),%xmm0 # 61660 <lddoc+0x3e0>
1086e: 00
1086f: 8b 43 04 mov 0x4(%rbx),%eax
10872: f3 0f 10 0b movss (%rbx),%xmm1
10876: 0f 57 c8 xorps %xmm0,%xmm1
10879: 89 03 mov %eax,(%rbx)
1087b: f3 0f 11 4b 04 movss %xmm1,0x4(%rbx)
10880: 48 83 c4 08 add $0x8,%rsp
10884: 5b pop %rbx
10885: 5d pop %rbp
10886: c3 retq
10887: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
1088e: 00 00
0000000000010890 <nc_acoshf>:
10890: 41 54 push %r12
10892: 49 89 fc mov %rdi,%r12
10895: 53 push %rbx
10896: 48 89 f3 mov %rsi,%rbx
10899: 48 83 ec 48 sub $0x48,%rsp
1089d: f3 0f 10 47 04 movss 0x4(%rdi),%xmm0
108a2: f3 0f 10 0f movss (%rdi),%xmm1
108a6: f3 0f 58 05 06 ed 25 addss 0x25ed06(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
108ad: 00
108ae: f3 0f 58 0d fa ec 25 addss 0x25ecfa(%rip),%xmm1 # 26f5b0 <nc_1f>
108b5: 00
108b6: f3 0f 11 44 24 20 movss %xmm0,0x20(%rsp)
108bc: 8b 44 24 20 mov 0x20(%rsp),%eax
108c0: f3 0f 11 4c 24 1c movss %xmm1,0x1c(%rsp)
108c6: 8b 54 24 1c mov 0x1c(%rsp),%edx
108ca: 48 c1 e0 20 shl $0x20,%rax
108ce: 48 09 d0 or %rdx,%rax
108d1: 48 89 44 24 08 mov %rax,0x8(%rsp)
108d6: f3 0f 7e 44 24 08 movq 0x8(%rsp),%xmm0
108dc: e8 bf c3 ff ff callq cca0 <npy_csqrtf@plt>
108e1: 66 0f d6 44 24 08 movq %xmm0,0x8(%rsp)
108e7: 48 8b 44 24 08 mov 0x8(%rsp),%rax
108ec: f3 41 0f 10 04 24 movss (%r12),%xmm0
108f2: f3 0f 5c 05 b6 ec 25 subss 0x25ecb6(%rip),%xmm0 # 26f5b0 <nc_1f>
108f9: 00
108fa: 48 89 c2 mov %rax,%rdx
108fd: 89 44 24 3c mov %eax,0x3c(%rsp)
10901: 48 c1 ea 20 shr $0x20,%rdx
10905: 89 54 24 38 mov %edx,0x38(%rsp)
10909: f3 0f 11 03 movss %xmm0,(%rbx)
1090d: f3 41 0f 10 44 24 04 movss 0x4(%r12),%xmm0
10914: f3 0f 5c 05 98 ec 25 subss 0x25ec98(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
1091b: 00
1091c: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
10921: f3 0f 7e 03 movq (%rbx),%xmm0
10925: e8 76 c3 ff ff callq cca0 <npy_csqrtf@plt>
1092a: 66 0f d6 03 movq %xmm0,(%rbx)
1092e: f3 0f 10 54 24 3c movss 0x3c(%rsp),%xmm2
10934: f3 0f 10 1b movss (%rbx),%xmm3
10938: f3 0f 10 43 04 movss 0x4(%rbx),%xmm0
1093d: f3 0f 59 d3 mulss %xmm3,%xmm2
10941: f3 0f 10 4c 24 38 movss 0x38(%rsp),%xmm1
10947: f3 0f 59 5c 24 38 mulss 0x38(%rsp),%xmm3
1094d: f3 0f 59 c8 mulss %xmm0,%xmm1
10951: f3 0f 59 44 24 3c mulss 0x3c(%rsp),%xmm0
10957: f3 0f 5c d1 subss %xmm1,%xmm2
1095b: f3 0f 58 c3 addss %xmm3,%xmm0
1095f: f3 0f 11 13 movss %xmm2,(%rbx)
10963: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
10968: f3 41 0f 58 14 24 addss (%r12),%xmm2
1096e: f3 0f 11 13 movss %xmm2,(%rbx)
10972: f3 41 0f 58 44 24 04 addss 0x4(%r12),%xmm0
10979: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
1097e: f3 0f 7e 03 movq (%rbx),%xmm0
10982: e8 d9 bc ff ff callq c660 <npy_clogf@plt>
10987: 66 0f d6 03 movq %xmm0,(%rbx)
1098b: 48 83 c4 48 add $0x48,%rsp
1098f: 5b pop %rbx
10990: 41 5c pop %r12
10992: c3 retq
10993: 66 66 66 66 2e 0f 1f data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
1099a: 84 00 00 00 00 00
00000000000109a0 <nc_acosf>:
109a0: 41 54 push %r12
109a2: 49 89 fc mov %rdi,%r12
109a5: 53 push %rbx
109a6: 48 89 f3 mov %rsi,%rbx
109a9: 48 83 ec 08 sub $0x8,%rsp
109ad: f3 0f 10 07 movss (%rdi),%xmm0
109b1: f3 0f 10 5f 04 movss 0x4(%rdi),%xmm3
109b6: 0f 28 c8 movaps %xmm0,%xmm1
109b9: 0f 28 d3 movaps %xmm3,%xmm2
109bc: f3 0f 59 c8 mulss %xmm0,%xmm1
109c0: f3 0f 59 d3 mulss %xmm3,%xmm2
109c4: f3 0f 59 c3 mulss %xmm3,%xmm0
109c8: f3 0f 5c ca subss %xmm2,%xmm1
109cc: f3 0f 58 c0 addss %xmm0,%xmm0
109d0: f3 0f 11 0e movss %xmm1,(%rsi)
109d4: f3 0f 11 46 04 movss %xmm0,0x4(%rsi)
109d9: f3 0f 10 05 cf eb 25 movss 0x25ebcf(%rip),%xmm0 # 26f5b0 <nc_1f>
109e0: 00
109e1: f3 0f 5c c1 subss %xmm1,%xmm0
109e5: f3 0f 11 06 movss %xmm0,(%rsi)
109e9: f3 0f 10 05 c3 eb 25 movss 0x25ebc3(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
109f0: 00
109f1: f3 0f 5c 46 04 subss 0x4(%rsi),%xmm0
109f6: f3 0f 11 46 04 movss %xmm0,0x4(%rsi)
109fb: f3 0f 7e 06 movq (%rsi),%xmm0
109ff: e8 9c c2 ff ff callq cca0 <npy_csqrtf@plt>
10a04: 66 0f d6 03 movq %xmm0,(%rbx)
10a08: f3 0f 10 43 04 movss 0x4(%rbx),%xmm0
10a0d: 0f 57 05 4c 0c 05 00 xorps 0x50c4c(%rip),%xmm0 # 61660 <lddoc+0x3e0>
10a14: f3 0f 10 0b movss (%rbx),%xmm1
10a18: f3 0f 11 4b 04 movss %xmm1,0x4(%rbx)
10a1d: f3 0f 11 03 movss %xmm0,(%rbx)
10a21: f3 41 0f 58 04 24 addss (%r12),%xmm0
10a27: f3 0f 11 03 movss %xmm0,(%rbx)
10a2b: f3 41 0f 58 4c 24 04 addss 0x4(%r12),%xmm1
10a32: f3 0f 11 4b 04 movss %xmm1,0x4(%rbx)
10a37: f3 0f 7e 03 movq (%rbx),%xmm0
10a3b: e8 20 bc ff ff callq c660 <npy_clogf@plt>
10a40: 66 0f d6 03 movq %xmm0,(%rbx)
10a44: 8b 43 04 mov 0x4(%rbx),%eax
10a47: f3 0f 10 03 movss (%rbx),%xmm0
10a4b: 0f 57 05 0e 0c 05 00 xorps 0x50c0e(%rip),%xmm0 # 61660 <lddoc+0x3e0>
10a52: 89 03 mov %eax,(%rbx)
10a54: f3 0f 11 43 04 movss %xmm0,0x4(%rbx)
10a59: 48 83 c4 08 add $0x8,%rsp
10a5d: 5b pop %rbx
10a5e: 41 5c pop %r12
10a60: c3 retq
10a61: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
10a68: 0f 1f 84 00 00 00 00
10a6f: 00
0000000000010a70 <npy_ObjectMin>:
10a70: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
10a75: 48 89 6c 24 f8 mov %rbp,-0x8(%rsp)
10a7a: 48 83 ec 28 sub $0x28,%rsp
10a7e: 48 8d 54 24 14 lea 0x14(%rsp),%rdx
10a83: 48 89 fd mov %rdi,%rbp
10a86: 48 89 f3 mov %rsi,%rbx
10a89: e8 c2 ba ff ff callq c550 <PyObject_Cmp@plt>
10a8e: 31 d2 xor %edx,%edx
10a90: 85 c0 test %eax,%eax
10a92: 78 13 js 10aa7 <npy_ObjectMin+0x37>
10a94: 44 8b 4c 24 14 mov 0x14(%rsp),%r9d
10a99: 48 89 da mov %rbx,%rdx
10a9c: 45 85 c9 test %r9d,%r9d
10a9f: 48 0f 4e d5 cmovle %rbp,%rdx
10aa3: 48 83 02 01 addq $0x1,(%rdx)
10aa7: 48 89 d0 mov %rdx,%rax
10aaa: 48 8b 5c 24 18 mov 0x18(%rsp),%rbx
10aaf: 48 8b 6c 24 20 mov 0x20(%rsp),%rbp
10ab4: 48 83 c4 28 add $0x28,%rsp
10ab8: c3 retq
10ab9: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
0000000000010ac0 <npy_ObjectMax>:
10ac0: 48 89 5c 24 f0 mov %rbx,-0x10(%rsp)
10ac5: 48 89 6c 24 f8 mov %rbp,-0x8(%rsp)
10aca: 48 83 ec 28 sub $0x28,%rsp
10ace: 48 8d 54 24 14 lea 0x14(%rsp),%rdx
10ad3: 48 89 fd mov %rdi,%rbp
10ad6: 48 89 f3 mov %rsi,%rbx
10ad9: e8 72 ba ff ff callq c550 <PyObject_Cmp@plt>
10ade: 31 d2 xor %edx,%edx
10ae0: 85 c0 test %eax,%eax
10ae2: 78 13 js 10af7 <npy_ObjectMax+0x37>
10ae4: 44 8b 54 24 14 mov 0x14(%rsp),%r10d
10ae9: 48 89 da mov %rbx,%rdx
10aec: 45 85 d2 test %r10d,%r10d
10aef: 48 0f 49 d5 cmovns %rbp,%rdx
10af3: 48 83 02 01 addq $0x1,(%rdx)
10af7: 48 89 d0 mov %rdx,%rax
10afa: 48 8b 5c 24 18 mov 0x18(%rsp),%rbx
10aff: 48 8b 6c 24 20 mov 0x20(%rsp),%rbp
10b04: 48 83 c4 28 add $0x28,%rsp
10b08: c3 retq
10b09: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
0000000000010b10 <nc_expl>:
10b10: 53 push %rbx
10b11: 48 89 f3 mov %rsi,%rbx
10b14: 48 83 ec 40 sub $0x40,%rsp
10b18: 48 8b 07 mov (%rdi),%rax
10b1b: 48 8d 54 24 20 lea 0x20(%rsp),%rdx
10b20: 48 89 04 24 mov %rax,(%rsp)
10b24: 48 8b 47 08 mov 0x8(%rdi),%rax
10b28: 48 89 44 24 08 mov %rax,0x8(%rsp)
10b2d: 48 8b 47 10 mov 0x10(%rdi),%rax
10b31: 48 89 44 24 10 mov %rax,0x10(%rsp)
10b36: 48 8b 47 18 mov 0x18(%rdi),%rax
10b3a: 48 89 d7 mov %rdx,%rdi
10b3d: 48 89 44 24 18 mov %rax,0x18(%rsp)
10b42: e8 29 bc ff ff callq c770 <npy_cexpl@plt>
10b47: 48 8b 44 24 20 mov 0x20(%rsp),%rax
10b4c: 48 89 03 mov %rax,(%rbx)
10b4f: 48 8b 44 24 28 mov 0x28(%rsp),%rax
10b54: 48 89 43 08 mov %rax,0x8(%rbx)
10b58: 48 8b 44 24 30 mov 0x30(%rsp),%rax
10b5d: 48 89 43 10 mov %rax,0x10(%rbx)
10b61: 48 8b 44 24 38 mov 0x38(%rsp),%rax
10b66: 48 89 43 18 mov %rax,0x18(%rbx)
10b6a: 48 83 c4 40 add $0x40,%rsp
10b6e: 5b pop %rbx
10b6f: c3 retq
0000000000010b70 <nc_exp>:
10b70: 53 push %rbx
10b71: 48 89 f3 mov %rsi,%rbx
10b74: 48 83 ec 10 sub $0x10,%rsp
10b78: f2 0f 10 07 movsd (%rdi),%xmm0
10b7c: f2 0f 10 4f 08 movsd 0x8(%rdi),%xmm1
10b81: e8 6a bd ff ff callq c8f0 <npy_cexp@plt>
10b86: f2 0f 11 04 24 movsd %xmm0,(%rsp)
10b8b: 48 8b 04 24 mov (%rsp),%rax
10b8f: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
10b95: 48 89 03 mov %rax,(%rbx)
10b98: 48 8b 44 24 08 mov 0x8(%rsp),%rax
10b9d: 48 89 43 08 mov %rax,0x8(%rbx)
10ba1: 48 83 c4 10 add $0x10,%rsp
10ba5: 5b pop %rbx
10ba6: c3 retq
10ba7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
10bae: 00 00
0000000000010bb0 <nc_exp2>:
10bb0: 53 push %rbx
10bb1: 48 89 f3 mov %rsi,%rbx
10bb4: 48 83 ec 20 sub $0x20,%rsp
10bb8: f2 0f 10 0d d0 0c 05 movsd 0x50cd0(%rip),%xmm1 # 61890 <lddoc+0x610>
10bbf: 00
10bc0: f2 0f 10 07 movsd (%rdi),%xmm0
10bc4: f2 0f 59 c1 mulsd %xmm1,%xmm0
10bc8: f2 0f 59 4f 08 mulsd 0x8(%rdi),%xmm1
10bcd: f2 0f 11 44 24 10 movsd %xmm0,0x10(%rsp)
10bd3: f2 0f 11 4c 24 18 movsd %xmm1,0x18(%rsp)
10bd9: e8 12 bd ff ff callq c8f0 <npy_cexp@plt>
10bde: f2 0f 11 04 24 movsd %xmm0,(%rsp)
10be3: 48 8b 04 24 mov (%rsp),%rax
10be7: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
10bed: 48 89 03 mov %rax,(%rbx)
10bf0: 48 8b 44 24 08 mov 0x8(%rsp),%rax
10bf5: 48 89 43 08 mov %rax,0x8(%rbx)
10bf9: 48 83 c4 20 add $0x20,%rsp
10bfd: 5b pop %rbx
10bfe: c3 retq
10bff: 90 nop
0000000000010c00 <nc_expf>:
10c00: 53 push %rbx
10c01: f3 0f 7e 07 movq (%rdi),%xmm0
10c05: 48 89 f3 mov %rsi,%rbx
10c08: e8 53 c4 ff ff callq d060 <npy_cexpf@plt>
10c0d: 66 0f d6 03 movq %xmm0,(%rbx)
10c11: 5b pop %rbx
10c12: c3 retq
10c13: 66 66 66 66 2e 0f 1f data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
10c1a: 84 00 00 00 00 00
0000000000010c20 <nc_exp2f>:
10c20: 53 push %rbx
10c21: 48 89 f3 mov %rsi,%rbx
10c24: 48 83 ec 30 sub $0x30,%rsp
10c28: f3 0f 10 05 e4 0b 05 movss 0x50be4(%rip),%xmm0 # 61814 <lddoc+0x594>
10c2f: 00
10c30: f3 0f 10 0f movss (%rdi),%xmm1
10c34: f3 0f 59 c8 mulss %xmm0,%xmm1
10c38: f3 0f 59 47 04 mulss 0x4(%rdi),%xmm0
10c3d: f3 0f 11 4c 24 2c movss %xmm1,0x2c(%rsp)
10c43: 8b 44 24 2c mov 0x2c(%rsp),%eax
10c47: f3 0f 11 44 24 10 movss %xmm0,0x10(%rsp)
10c4d: 8b 54 24 10 mov 0x10(%rsp),%edx
10c51: 48 c1 e2 20 shl $0x20,%rdx
10c55: 48 09 d0 or %rdx,%rax
10c58: 48 89 44 24 08 mov %rax,0x8(%rsp)
10c5d: f3 0f 7e 44 24 08 movq 0x8(%rsp),%xmm0
10c63: e8 f8 c3 ff ff callq d060 <npy_cexpf@plt>
10c68: 66 0f d6 03 movq %xmm0,(%rbx)
10c6c: 48 83 c4 30 add $0x30,%rsp
10c70: 5b pop %rbx
10c71: c3 retq
10c72: 66 66 66 66 66 2e 0f data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
10c79: 1f 84 00 00 00 00 00
0000000000010c80 <intern_strings>:
10c80: 48 8d 3d a2 16 05 00 lea 0x516a2(%rip),%rdi # 62329 <lddoc+0x10a9>
10c87: 48 83 ec 08 sub $0x8,%rsp
10c8b: e8 10 b8 ff ff callq c4a0 <PyString_InternFromString@plt>
10c90: 48 8d 3d 03 e0 03 00 lea 0x3e003(%rip),%rdi # 4ec9a <_fini+0xa2>
10c97: 48 89 05 a2 12 26 00 mov %rax,0x2612a2(%rip) # 271f40 <npy_um_str_out>
10c9e: e8 fd b7 ff ff callq c4a0 <PyString_InternFromString@plt>
10ca3: 48 8d 3d f6 df 03 00 lea 0x3dff6(%rip),%rdi # 4eca0 <_fini+0xa8>
10caa: 48 89 05 97 12 26 00 mov %rax,0x261297(%rip) # 271f48 <npy_um_str_subok>
10cb1: e8 ea b7 ff ff callq c4a0 <PyString_InternFromString@plt>
10cb6: 48 8d 3d f5 df 03 00 lea 0x3dff5(%rip),%rdi # 4ecb2 <_fini+0xba>
10cbd: 48 89 05 8c 12 26 00 mov %rax,0x26128c(%rip) # 271f50 <npy_um_str_array_prepare>
10cc4: e8 d7 b7 ff ff callq c4a0 <PyString_InternFromString@plt>
10cc9: 48 8d 3d f1 df 03 00 lea 0x3dff1(%rip),%rdi # 4ecc1 <_fini+0xc9>
10cd0: 48 89 05 81 12 26 00 mov %rax,0x261281(%rip) # 271f58 <npy_um_str_array_wrap>
10cd7: e8 c4 b7 ff ff callq c4a0 <PyString_InternFromString@plt>
10cdc: 48 8d 3d f1 df 03 00 lea 0x3dff1(%rip),%rdi # 4ecd4 <_fini+0xdc>
10ce3: 48 89 05 76 12 26 00 mov %rax,0x261276(%rip) # 271f60 <npy_um_str_array_finalize>
10cea: e8 b1 b7 ff ff callq c4a0 <PyString_InternFromString@plt>
10cef: 48 8d 3d ee df 03 00 lea 0x3dfee(%rip),%rdi # 4ece4 <_fini+0xec>
10cf6: 48 89 05 6b 12 26 00 mov %rax,0x26126b(%rip) # 271f68 <npy_um_str_ufunc>
10cfd: e8 9e b7 ff ff callq c4a0 <PyString_InternFromString@plt>
10d02: 48 83 3d 36 12 26 00 cmpq $0x0,0x261236(%rip) # 271f40 <npy_um_str_out>
10d09: 00
10d0a: 48 89 05 5f 12 26 00 mov %rax,0x26125f(%rip) # 271f70 <npy_um_str_pyvals_name>
10d11: 74 3d je 10d50 <intern_strings+0xd0>
10d13: 48 83 3d 2d 12 26 00 cmpq $0x0,0x26122d(%rip) # 271f48 <npy_um_str_subok>
10d1a: 00
10d1b: 74 33 je 10d50 <intern_strings+0xd0>
10d1d: 48 83 3d 2b 12 26 00 cmpq $0x0,0x26122b(%rip) # 271f50 <npy_um_str_array_prepare>
10d24: 00
10d25: 74 29 je 10d50 <intern_strings+0xd0>
10d27: 48 83 3d 29 12 26 00 cmpq $0x0,0x261229(%rip) # 271f58 <npy_um_str_array_wrap>
10d2e: 00
10d2f: 74 1f je 10d50 <intern_strings+0xd0>
10d31: 48 83 3d 27 12 26 00 cmpq $0x0,0x261227(%rip) # 271f60 <npy_um_str_array_finalize>
10d38: 00
10d39: 74 15 je 10d50 <intern_strings+0xd0>
10d3b: 31 c0 xor %eax,%eax
10d3d: 48 83 3d 23 12 26 00 cmpq $0x0,0x261223(%rip) # 271f68 <npy_um_str_ufunc>
10d44: 00
10d45: 0f 95 c0 setne %al
10d48: 48 83 c4 08 add $0x8,%rsp
10d4c: c3 retq
10d4d: 0f 1f 00 nopl (%rax)
10d50: 31 c0 xor %eax,%eax
10d52: 48 83 c4 08 add $0x8,%rsp
10d56: c3 retq
10d57: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
10d5e: 00 00
0000000000010d60 <initumath>:
10d60: 48 8d 35 f9 e9 25 00 lea 0x25e9f9(%rip),%rsi # 26f760 <methods>
10d67: 48 8d 3d 83 df 03 00 lea 0x3df83(%rip),%rdi # 4ecf1 <_fini+0xf9>
10d6e: 4c 89 64 24 f8 mov %r12,-0x8(%rsp)
10d73: 48 89 5c 24 e8 mov %rbx,-0x18(%rsp)
10d78: 48 89 6c 24 f0 mov %rbp,-0x10(%rsp)
10d7d: 31 c9 xor %ecx,%ecx
10d7f: 48 83 ec 38 sub $0x38,%rsp
10d83: 31 d2 xor %edx,%edx
10d85: 41 b8 f5 03 00 00 mov $0x3f5,%r8d
10d8b: e8 30 b8 ff ff callq c5c0 <Py_InitModule4_64@plt>
10d90: 48 85 c0 test %rax,%rax
10d93: 49 89 c4 mov %rax,%r12
10d96: 74 4a je 10de2 <initumath+0x82>
10d98: e8 c3 ce ff ff callq dc60 <_import_array>
10d9d: 85 c0 test %eax,%eax
10d9f: 90 nop
10da0: 78 5e js 10e00 <initumath+0xa0>
10da2: 48 8d 3d f7 0c 26 00 lea 0x260cf7(%rip),%rdi # 271aa0 <PyUFunc_Type>
10da9: e8 32 b8 ff ff callq c5e0 <PyType_Ready@plt>
10dae: 85 c0 test %eax,%eax
10db0: 78 30 js 10de2 <initumath+0x82>
10db2: 4c 89 e7 mov %r12,%rdi
10db5: e8 e6 bf ff ff callq cda0 <PyModule_GetDict@plt>
10dba: 48 8b 3d 1f d1 25 00 mov 0x25d11f(%rip),%rdi # 26dee0 <_DYNAMIC+0x518>
10dc1: 31 f6 xor %esi,%esi
10dc3: 48 89 c5 mov %rax,%rbp
10dc6: e8 15 b9 ff ff callq c6e0 <PyCObject_FromVoidPtr@plt>
10dcb: 48 89 c3 mov %rax,%rbx
10dce: e8 bd bc ff ff callq ca90 <PyErr_Occurred@plt>
10dd3: 48 85 c0 test %rax,%rax
10dd6: 74 78 je 10e50 <initumath+0xf0>
10dd8: e8 b3 bc ff ff callq ca90 <PyErr_Occurred@plt>
10ddd: 48 85 c0 test %rax,%rax
10de0: 74 3e je 10e20 <initumath+0xc0>
10de2: 48 8b 5c 24 20 mov 0x20(%rsp),%rbx
10de7: 48 8b 6c 24 28 mov 0x28(%rsp),%rbp
10dec: 4c 8b 64 24 30 mov 0x30(%rsp),%r12
10df1: 48 83 c4 38 add $0x38,%rsp
10df5: c3 retq
10df6: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
10dfd: 00 00 00
10e00: e8 8b bc ff ff callq ca90 <PyErr_Occurred@plt>
10e05: 48 85 c0 test %rax,%rax
10e08: 75 d8 jne 10de2 <initumath+0x82>
10e0a: 48 8d 35 4f e4 03 00 lea 0x3e44f(%rip),%rsi # 4f260 <_fini+0x668>
10e11: 48 8b 05 68 cd 25 00 mov 0x25cd68(%rip),%rax # 26db80 <_DYNAMIC+0x1b8>
10e18: eb 14 jmp 10e2e <initumath+0xce>
10e1a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
10e20: 48 8b 05 d9 cf 25 00 mov 0x25cfd9(%rip),%rax # 26de00 <_DYNAMIC+0x438>
10e27: 48 8d 35 5d e2 03 00 lea 0x3e25d(%rip),%rsi # 4f08b <_fini+0x493>
10e2e: 48 8b 38 mov (%rax),%rdi
10e31: 48 8b 5c 24 20 mov 0x20(%rsp),%rbx
10e36: 48 8b 6c 24 28 mov 0x28(%rsp),%rbp
10e3b: 4c 8b 64 24 30 mov 0x30(%rsp),%r12
10e40: 48 83 c4 38 add $0x38,%rsp
10e44: e9 c7 c5 ff ff jmpq d410 <PyErr_SetString@plt>
10e49: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
10e50: 48 8d 35 a0 de 03 00 lea 0x3dea0(%rip),%rsi # 4ecf7 <_fini+0xff>
10e57: 48 89 da mov %rbx,%rdx
10e5a: 48 89 ef mov %rbp,%rdi
10e5d: e8 1e b6 ff ff callq c480 <PyDict_SetItemString@plt>
10e62: 48 8b 03 mov (%rbx),%rax
10e65: 48 83 e8 01 sub $0x1,%rax
10e69: 48 85 c0 test %rax,%rax
10e6c: 48 89 03 mov %rax,(%rbx)
10e6f: 0f 84 fb 44 00 00 je 15370 <initumath+0x4610>
10e75: e8 16 bc ff ff callq ca90 <PyErr_Occurred@plt>
10e7a: 48 85 c0 test %rax,%rax
10e7d: 0f 85 55 ff ff ff jne 10dd8 <initumath+0x78>
10e83: 48 8d 3d 78 de 03 00 lea 0x3de78(%rip),%rdi # 4ed02 <_fini+0x10a>
10e8a: e8 41 be ff ff callq ccd0 <PyString_FromString@plt>
10e8f: 48 8d 35 72 de 03 00 lea 0x3de72(%rip),%rsi # 4ed08 <_fini+0x110>
10e96: 48 89 c3 mov %rax,%rbx
10e99: 48 89 c2 mov %rax,%rdx
10e9c: 48 89 ef mov %rbp,%rdi
10e9f: e8 dc b5 ff ff callq c480 <PyDict_SetItemString@plt>
10ea4: 48 8b 03 mov (%rbx),%rax
10ea7: 48 83 e8 01 sub $0x1,%rax
10eab: 48 85 c0 test %rax,%rax
10eae: 48 89 03 mov %rax,(%rbx)
10eb1: 0f 84 9e 49 00 00 je 15855 <initumath+0x4af5>
10eb7: 48 8d 05 52 79 00 00 lea 0x7952(%rip),%rax # 18810 <PyUFunc_O_O>
10ebe: 48 8d 15 0b e0 ff ff lea -0x1ff5(%rip),%rdx # eed0 <Py_get_one>
10ec5: 48 8d 1d f4 79 00 00 lea 0x79f4(%rip),%rbx # 188c0 <PyUFunc_OO_O>
10ecc: 48 89 05 cd e9 25 00 mov %rax,0x25e9cd(%rip) # 26f8a0 <_ones_like_functions+0xa0>
10ed3: 48 89 05 7e ea 25 00 mov %rax,0x25ea7e(%rip) # 26f958 <absolute_functions+0x98>
10eda: 48 8b 05 27 ce 25 00 mov 0x25ce27(%rip),%rax # 26dd08 <_DYNAMIC+0x340>
10ee1: 48 89 15 38 11 26 00 mov %rdx,0x261138(%rip) # 272020 <_ones_like_data+0xa0>
10ee8: 48 8d 15 71 6f 00 00 lea 0x6f71(%rip),%rdx # 17e60 <PyUFunc_f_f>
10eef: 48 89 1d 12 eb 25 00 mov %rbx,0x25eb12(%rip) # 26fa08 <add_functions+0xa8>
10ef6: 48 8d 1d c3 71 00 00 lea 0x71c3(%rip),%rbx # 180c0 <PyUFunc_d_d>
10efd: 48 89 15 a4 12 26 00 mov %rdx,0x2612a4(%rip) # 2721a8 <arccos_functions+0x8>
10f04: 48 8d 15 95 73 00 00 lea 0x7395(%rip),%rdx # 182a0 <PyUFunc_F_F>
10f0b: 48 89 05 c6 11 26 00 mov %rax,0x2611c6(%rip) # 2720d8 <absolute_data+0x98>
10f12: 48 8b 05 07 cf 25 00 mov 0x25cf07(%rip),%rax # 26de20 <_DYNAMIC+0x458>
10f19: 48 89 1d 90 12 26 00 mov %rbx,0x261290(%rip) # 2721b0 <arccos_functions+0x10>
10f20: 48 8d 1d 79 fa ff ff lea -0x587(%rip),%rbx # 109a0 <nc_acosf>
10f27: 48 89 15 92 12 26 00 mov %rdx,0x261292(%rip) # 2721c0 <arccos_functions+0x20>
10f2e: 48 8d 15 eb f3 ff ff lea -0xc15(%rip),%rdx # 10320 <nc_acos>
10f35: 48 89 05 4c 12 26 00 mov %rax,0x26124c(%rip) # 272188 <add_data+0xa8>
10f3c: 48 8d 05 0d dd 01 00 lea 0x1dd0d(%rip),%rax # 2ec50 <PyUFunc_e_e_As_f_f>
10f43: 48 89 1d d6 01 26 00 mov %rbx,0x2601d6(%rip) # 271120 <arccos_data+0x20>
10f4a: 48 8d 1d 4f 77 00 00 lea 0x774f(%rip),%rbx # 186a0 <PyUFunc_G_G>
10f51: 48 89 15 d0 01 26 00 mov %rdx,0x2601d0(%rip) # 271128 <arccos_data+0x28>
10f58: 48 8d 15 81 21 02 00 lea 0x22181(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
10f5f: 48 89 05 3a 12 26 00 mov %rax,0x26123a(%rip) # 2721a0 <arccos_functions>
10f66: 48 8b 05 0b cf 25 00 mov 0x25cf0b(%rip),%rax # 26de78 <_DYNAMIC+0x4b0>
10f6d: 48 89 1d 5c 12 26 00 mov %rbx,0x26125c(%rip) # 2721d0 <arccos_functions+0x30>
10f74: 48 8d 1d d5 dc 01 00 lea 0x1dcd5(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
10f7b: 48 89 15 56 12 26 00 mov %rdx,0x261256(%rip) # 2721d8 <arccos_functions+0x38>
10f82: 48 8d 15 d7 6e 00 00 lea 0x6ed7(%rip),%rdx # 17e60 <PyUFunc_f_f>
10f89: 48 89 05 70 01 26 00 mov %rax,0x260170(%rip) # 271100 <arccos_data>
10f90: 48 89 05 71 01 26 00 mov %rax,0x260171(%rip) # 271108 <arccos_data+0x8>
10f97: 48 8b 05 5a cd 25 00 mov 0x25cd5a(%rip),%rax # 26dcf8 <_DYNAMIC+0x330>
10f9e: 48 89 1d 3b 12 26 00 mov %rbx,0x26123b(%rip) # 2721e0 <arccosh_functions>
10fa5: 48 8d 1d 14 71 00 00 lea 0x7114(%rip),%rbx # 180c0 <PyUFunc_d_d>
10fac: 48 89 15 35 12 26 00 mov %rdx,0x261235(%rip) # 2721e8 <arccosh_functions+0x8>
10fb3: 48 8d 15 e6 72 00 00 lea 0x72e6(%rip),%rdx # 182a0 <PyUFunc_F_F>
10fba: 48 89 1d 2f 12 26 00 mov %rbx,0x26122f(%rip) # 2721f0 <arccosh_functions+0x10>
10fc1: 48 8d 1d c8 f8 ff ff lea -0x738(%rip),%rbx # 10890 <nc_acoshf>
10fc8: 48 89 05 41 01 26 00 mov %rax,0x260141(%rip) # 271110 <arccos_data+0x10>
10fcf: 48 8d 05 ca 71 00 00 lea 0x71ca(%rip),%rax # 181a0 <PyUFunc_g_g>
10fd6: 48 89 05 db 11 26 00 mov %rax,0x2611db(%rip) # 2721b8 <arccos_functions+0x18>
10fdd: 48 8b 05 6c cc 25 00 mov 0x25cc6c(%rip),%rax # 26dc50 <_DYNAMIC+0x288>
10fe4: 48 89 05 2d 01 26 00 mov %rax,0x26012d(%rip) # 271118 <arccos_data+0x18>
10feb: 48 8d 05 6e 75 00 00 lea 0x756e(%rip),%rax # 18560 <PyUFunc_D_D>
10ff2: 48 89 05 cf 11 26 00 mov %rax,0x2611cf(%rip) # 2721c8 <arccos_functions+0x28>
10ff9: 48 8d 05 b0 4b 00 00 lea 0x4bb0(%rip),%rax # 15bb0 <nc_acosl>
11000: 48 89 05 29 01 26 00 mov %rax,0x260129(%rip) # 271130 <arccos_data+0x30>
11007: 48 8b 05 92 ce 25 00 mov 0x25ce92(%rip),%rax # 26dea0 <_DYNAMIC+0x4d8>
1100e: 48 89 05 2b 01 26 00 mov %rax,0x26012b(%rip) # 271140 <arccosh_data>
11015: 48 89 05 2c 01 26 00 mov %rax,0x26012c(%rip) # 271148 <arccosh_data+0x8>
1101c: 48 8b 05 e5 cb 25 00 mov 0x25cbe5(%rip),%rax # 26dc08 <_DYNAMIC+0x240>
11023: 48 89 05 26 01 26 00 mov %rax,0x260126(%rip) # 271150 <arccosh_data+0x10>
1102a: 48 8d 05 6f 71 00 00 lea 0x716f(%rip),%rax # 181a0 <PyUFunc_g_g>
11031: 48 89 15 c8 11 26 00 mov %rdx,0x2611c8(%rip) # 272200 <arccosh_functions+0x20>
11038: 48 89 1d 21 01 26 00 mov %rbx,0x260121(%rip) # 271160 <arccosh_data+0x20>
1103f: 48 8d 15 ba f1 ff ff lea -0xe46(%rip),%rdx # 10200 <nc_acosh>
11046: 48 8d 1d 53 76 00 00 lea 0x7653(%rip),%rbx # 186a0 <PyUFunc_G_G>
1104d: 48 89 05 a4 11 26 00 mov %rax,0x2611a4(%rip) # 2721f8 <arccosh_functions+0x18>
11054: 48 8b 05 dd cd 25 00 mov 0x25cddd(%rip),%rax # 26de38 <_DYNAMIC+0x470>
1105b: 48 89 15 06 01 26 00 mov %rdx,0x260106(%rip) # 271168 <arccosh_data+0x28>
11062: 48 89 1d a7 11 26 00 mov %rbx,0x2611a7(%rip) # 272210 <arccosh_functions+0x30>
11069: 48 8d 15 70 20 02 00 lea 0x22070(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
11070: 48 8d 1d d9 db 01 00 lea 0x1dbd9(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
11077: 48 89 05 da 00 26 00 mov %rax,0x2600da(%rip) # 271158 <arccosh_data+0x18>
1107e: 48 8d 05 db 74 00 00 lea 0x74db(%rip),%rax # 18560 <PyUFunc_D_D>
11085: 48 89 15 8c 11 26 00 mov %rdx,0x26118c(%rip) # 272218 <arccosh_functions+0x38>
1108c: 48 89 1d 8d 11 26 00 mov %rbx,0x26118d(%rip) # 272220 <arcsin_functions>
11093: 48 8d 15 c6 6d 00 00 lea 0x6dc6(%rip),%rdx # 17e60 <PyUFunc_f_f>
1109a: 48 8d 1d 1f 70 00 00 lea 0x701f(%rip),%rbx # 180c0 <PyUFunc_d_d>
110a1: 48 89 05 60 11 26 00 mov %rax,0x261160(%rip) # 272208 <arccosh_functions+0x28>
110a8: 48 8d 05 91 49 00 00 lea 0x4991(%rip),%rax # 15a40 <nc_acoshl>
110af: 48 89 15 72 11 26 00 mov %rdx,0x261172(%rip) # 272228 <arcsin_functions+0x8>
110b6: 48 89 1d 73 11 26 00 mov %rbx,0x261173(%rip) # 272230 <arcsin_functions+0x10>
110bd: 48 8d 15 dc 71 00 00 lea 0x71dc(%rip),%rdx # 182a0 <PyUFunc_F_F>
110c4: 48 89 05 a5 00 26 00 mov %rax,0x2600a5(%rip) # 271170 <arccosh_data+0x30>
110cb: 48 8b 05 5e ce 25 00 mov 0x25ce5e(%rip),%rax # 26df30 <_DYNAMIC+0x568>
110d2: 48 8d 1d b7 f5 ff ff lea -0xa49(%rip),%rbx # 10690 <nc_asinf>
110d9: 48 89 15 60 11 26 00 mov %rdx,0x261160(%rip) # 272240 <arcsin_functions+0x20>
110e0: 48 8d 15 99 ee ff ff lea -0x1167(%rip),%rdx # ff80 <nc_asin>
110e7: 48 89 1d b2 00 26 00 mov %rbx,0x2600b2(%rip) # 2711a0 <arcsin_data+0x20>
110ee: 48 8d 1d ab 75 00 00 lea 0x75ab(%rip),%rbx # 186a0 <PyUFunc_G_G>
110f5: 48 89 05 84 00 26 00 mov %rax,0x260084(%rip) # 271180 <arcsin_data>
110fc: 48 89 05 85 00 26 00 mov %rax,0x260085(%rip) # 271188 <arcsin_data+0x8>
11103: 48 8b 05 d6 ce 25 00 mov 0x25ced6(%rip),%rax # 26dfe0 <_DYNAMIC+0x618>
1110a: 48 89 15 97 00 26 00 mov %rdx,0x260097(%rip) # 2711a8 <arcsin_data+0x28>
11111: 48 8d 15 c8 1f 02 00 lea 0x21fc8(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
11118: 48 89 1d 31 11 26 00 mov %rbx,0x261131(%rip) # 272250 <arcsin_functions+0x30>
1111f: 48 8d 1d 2a db 01 00 lea 0x1db2a(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
11126: 48 89 15 2b 11 26 00 mov %rdx,0x26112b(%rip) # 272258 <arcsin_functions+0x38>
1112d: 48 8d 15 2c 6d 00 00 lea 0x6d2c(%rip),%rdx # 17e60 <PyUFunc_f_f>
11134: 48 89 05 55 00 26 00 mov %rax,0x260055(%rip) # 271190 <arcsin_data+0x10>
1113b: 48 8d 05 5e 70 00 00 lea 0x705e(%rip),%rax # 181a0 <PyUFunc_g_g>
11142: 48 89 1d 17 11 26 00 mov %rbx,0x261117(%rip) # 272260 <arcsinh_functions>
11149: 48 8d 1d 70 6f 00 00 lea 0x6f70(%rip),%rbx # 180c0 <PyUFunc_d_d>
11150: 48 89 15 11 11 26 00 mov %rdx,0x261111(%rip) # 272268 <arcsinh_functions+0x8>
11157: 48 8d 15 42 71 00 00 lea 0x7142(%rip),%rdx # 182a0 <PyUFunc_F_F>
1115e: 48 89 05 d3 10 26 00 mov %rax,0x2610d3(%rip) # 272238 <arcsin_functions+0x18>
11165: 48 8b 05 cc cb 25 00 mov 0x25cbcc(%rip),%rax # 26dd38 <_DYNAMIC+0x370>
1116c: 48 89 05 25 00 26 00 mov %rax,0x260025(%rip) # 271198 <arcsin_data+0x18>
11173: 48 8d 05 e6 73 00 00 lea 0x73e6(%rip),%rax # 18560 <PyUFunc_D_D>
1117a: 48 89 05 c7 10 26 00 mov %rax,0x2610c7(%rip) # 272248 <arcsin_functions+0x28>
11181: 48 8d 05 68 4e 00 00 lea 0x4e68(%rip),%rax # 15ff0 <nc_asinl>
11188: 48 89 05 21 00 26 00 mov %rax,0x260021(%rip) # 2711b0 <arcsin_data+0x30>
1118f: 48 8b 05 92 ca 25 00 mov 0x25ca92(%rip),%rax # 26dc28 <_DYNAMIC+0x260>
11196: 48 89 05 23 00 26 00 mov %rax,0x260023(%rip) # 2711c0 <arcsinh_data>
1119d: 48 89 05 24 00 26 00 mov %rax,0x260024(%rip) # 2711c8 <arcsinh_data+0x8>
111a4: 48 89 1d c5 10 26 00 mov %rbx,0x2610c5(%rip) # 272270 <arcsinh_functions+0x10>
111ab: 48 8b 05 a6 cb 25 00 mov 0x25cba6(%rip),%rax # 26dd58 <_DYNAMIC+0x390>
111b2: 48 8d 1d f7 f2 ff ff lea -0xd09(%rip),%rbx # 104b0 <nc_asinhf>
111b9: 48 89 15 c0 10 26 00 mov %rdx,0x2610c0(%rip) # 272280 <arcsinh_functions+0x20>
111c0: 48 8d 15 59 eb ff ff lea -0x14a7(%rip),%rdx # fd20 <nc_asinh>
111c7: 48 89 1d 12 00 26 00 mov %rbx,0x260012(%rip) # 2711e0 <arcsinh_data+0x20>
111ce: 48 8d 1d cb 74 00 00 lea 0x74cb(%rip),%rbx # 186a0 <PyUFunc_G_G>
111d5: 48 89 05 f4 ff 25 00 mov %rax,0x25fff4(%rip) # 2711d0 <arcsinh_data+0x10>
111dc: 48 8d 05 bd 6f 00 00 lea 0x6fbd(%rip),%rax # 181a0 <PyUFunc_g_g>
111e3: 48 89 15 fe ff 25 00 mov %rdx,0x25fffe(%rip) # 2711e8 <arcsinh_data+0x28>
111ea: 48 8d 15 ef 1e 02 00 lea 0x21eef(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
111f1: 48 89 1d 98 10 26 00 mov %rbx,0x261098(%rip) # 272290 <arcsinh_functions+0x30>
111f8: 48 8d 1d 51 da 01 00 lea 0x1da51(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
111ff: 48 89 05 72 10 26 00 mov %rax,0x261072(%rip) # 272278 <arcsinh_functions+0x18>
11206: 48 8b 05 53 cc 25 00 mov 0x25cc53(%rip),%rax # 26de60 <_DYNAMIC+0x498>
1120d: 48 89 15 84 10 26 00 mov %rdx,0x261084(%rip) # 272298 <arcsinh_functions+0x38>
11214: 48 8d 15 45 6c 00 00 lea 0x6c45(%rip),%rdx # 17e60 <PyUFunc_f_f>
1121b: 48 89 1d 7e 10 26 00 mov %rbx,0x26107e(%rip) # 2722a0 <arctan_functions>
11222: 48 8d 1d 97 6e 00 00 lea 0x6e97(%rip),%rbx # 180c0 <PyUFunc_d_d>
11229: 48 89 05 a8 ff 25 00 mov %rax,0x25ffa8(%rip) # 2711d8 <arcsinh_data+0x18>
11230: 48 8d 05 29 73 00 00 lea 0x7329(%rip),%rax # 18560 <PyUFunc_D_D>
11237: 48 89 15 6a 10 26 00 mov %rdx,0x26106a(%rip) # 2722a8 <arctan_functions+0x8>
1123e: 48 8d 15 5b 70 00 00 lea 0x705b(%rip),%rdx # 182a0 <PyUFunc_F_F>
11245: 48 89 1d 64 10 26 00 mov %rbx,0x261064(%rip) # 2722b0 <arctan_functions+0x10>
1124c: 48 8d 1d ed 52 00 00 lea 0x52ed(%rip),%rbx # 16540 <nc_atanf>
11253: 48 89 05 2e 10 26 00 mov %rax,0x26102e(%rip) # 272288 <arcsinh_functions+0x28>
1125a: 48 8d 05 7f 4a 00 00 lea 0x4a7f(%rip),%rax # 15ce0 <nc_asinhl>
11261: 48 89 15 58 10 26 00 mov %rdx,0x261058(%rip) # 2722c0 <arctan_functions+0x20>
11268: 48 8d 15 91 57 00 00 lea 0x5791(%rip),%rdx # 16a00 <nc_atan>
1126f: 48 89 1d aa ff 25 00 mov %rbx,0x25ffaa(%rip) # 271220 <arctan_data+0x20>
11276: 48 89 05 73 ff 25 00 mov %rax,0x25ff73(%rip) # 2711f0 <arcsinh_data+0x30>
1127d: 48 8b 05 7c c9 25 00 mov 0x25c97c(%rip),%rax # 26dc00 <_DYNAMIC+0x238>
11284: 48 8d 1d 15 74 00 00 lea 0x7415(%rip),%rbx # 186a0 <PyUFunc_G_G>
1128b: 48 89 15 96 ff 25 00 mov %rdx,0x25ff96(%rip) # 271228 <arctan_data+0x28>
11292: 48 8d 15 47 1e 02 00 lea 0x21e47(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
11299: 48 89 1d 30 10 26 00 mov %rbx,0x261030(%rip) # 2722d0 <arctan_functions+0x30>
112a0: 48 8d 1d 09 d9 01 00 lea 0x1d909(%rip),%rbx # 2ebb0 <PyUFunc_ee_e_As_ff_f>
112a7: 48 89 05 52 ff 25 00 mov %rax,0x25ff52(%rip) # 271200 <arctan_data>
112ae: 48 89 05 53 ff 25 00 mov %rax,0x25ff53(%rip) # 271208 <arctan_data+0x8>
112b5: 48 8b 05 d4 cb 25 00 mov 0x25cbd4(%rip),%rax # 26de90 <_DYNAMIC+0x4c8>
112bc: 48 89 15 15 10 26 00 mov %rdx,0x261015(%rip) # 2722d8 <arctan_functions+0x38>
112c3: 48 8d 15 e6 6c 00 00 lea 0x6ce6(%rip),%rdx # 17fb0 <PyUFunc_ff_f>
112ca: 48 89 1d 0f 10 26 00 mov %rbx,0x26100f(%rip) # 2722e0 <arctan2_functions>
112d1: 48 8d 1d 48 6e 00 00 lea 0x6e48(%rip),%rbx # 18120 <PyUFunc_dd_d>
112d8: 48 89 05 31 ff 25 00 mov %rax,0x25ff31(%rip) # 271210 <arctan_data+0x10>
112df: 48 8d 05 ba 6e 00 00 lea 0x6eba(%rip),%rax # 181a0 <PyUFunc_g_g>
112e6: 48 89 05 cb 0f 26 00 mov %rax,0x260fcb(%rip) # 2722b8 <arctan_functions+0x18>
112ed: 48 8b 05 a4 ca 25 00 mov 0x25caa4(%rip),%rax # 26dd98 <_DYNAMIC+0x3d0>
112f4: 48 89 05 1d ff 25 00 mov %rax,0x25ff1d(%rip) # 271218 <arctan_data+0x18>
112fb: 48 8d 05 5e 72 00 00 lea 0x725e(%rip),%rax # 18560 <PyUFunc_D_D>
11302: 48 89 05 bf 0f 26 00 mov %rax,0x260fbf(%rip) # 2722c8 <arctan_functions+0x28>
11309: 48 8d 05 90 59 00 00 lea 0x5990(%rip),%rax # 16ca0 <nc_atanl>
11310: 48 89 05 19 ff 25 00 mov %rax,0x25ff19(%rip) # 271230 <arctan_data+0x30>
11317: 48 8b 05 6a c8 25 00 mov 0x25c86a(%rip),%rax # 26db88 <_DYNAMIC+0x1c0>
1131e: 48 89 05 1b ff 25 00 mov %rax,0x25ff1b(%rip) # 271240 <arctan2_data>
11325: 48 89 15 bc 0f 26 00 mov %rdx,0x260fbc(%rip) # 2722e8 <arctan2_functions+0x8>
1132c: 48 8d 15 cd 1c 02 00 lea 0x21ccd(%rip),%rdx # 33000 <PyUFunc_OO_O_method>
11333: 48 89 05 0e ff 25 00 mov %rax,0x25ff0e(%rip) # 271248 <arctan2_data+0x8>
1133a: 48 8b 05 77 c8 25 00 mov 0x25c877(%rip),%rax # 26dbb8 <_DYNAMIC+0x1f0>
11341: 48 89 1d a8 0f 26 00 mov %rbx,0x260fa8(%rip) # 2722f0 <arctan2_functions+0x10>
11348: 48 8d 1d 01 d9 01 00 lea 0x1d901(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
1134f: 48 89 15 aa 0f 26 00 mov %rdx,0x260faa(%rip) # 272300 <arctan2_functions+0x20>
11356: 48 8d 15 03 6b 00 00 lea 0x6b03(%rip),%rdx # 17e60 <PyUFunc_f_f>
1135d: 48 89 05 ec fe 25 00 mov %rax,0x25feec(%rip) # 271250 <arctan2_data+0x10>
11364: 48 8d 05 a5 6e 00 00 lea 0x6ea5(%rip),%rax # 18210 <PyUFunc_gg_g>
1136b: 48 89 1d ae 0f 26 00 mov %rbx,0x260fae(%rip) # 272320 <arctanh_functions>
11372: 48 8d 1d 47 6d 00 00 lea 0x6d47(%rip),%rbx # 180c0 <PyUFunc_d_d>
11379: 48 89 15 a8 0f 26 00 mov %rdx,0x260fa8(%rip) # 272328 <arctanh_functions+0x8>
11380: 48 8d 15 19 6f 00 00 lea 0x6f19(%rip),%rdx # 182a0 <PyUFunc_F_F>
11387: 48 89 05 6a 0f 26 00 mov %rax,0x260f6a(%rip) # 2722f8 <arctan2_functions+0x18>
1138e: 48 8b 05 5b ca 25 00 mov 0x25ca5b(%rip),%rax # 26ddf0 <_DYNAMIC+0x428>
11395: 48 89 1d 94 0f 26 00 mov %rbx,0x260f94(%rip) # 272330 <arctanh_functions+0x10>
1139c: 48 8d 1d 7d 4f 00 00 lea 0x4f7d(%rip),%rbx # 16320 <nc_atanhf>
113a3: 48 89 15 96 0f 26 00 mov %rdx,0x260f96(%rip) # 272340 <arctanh_functions+0x20>
113aa: 48 8d 15 af 53 00 00 lea 0x53af(%rip),%rdx # 16760 <nc_atanh>
113b1: 48 89 05 a0 fe 25 00 mov %rax,0x25fea0(%rip) # 271258 <arctan2_data+0x18>
113b8: 48 8b 05 19 ca 25 00 mov 0x25ca19(%rip),%rax # 26ddd8 <_DYNAMIC+0x410>
113bf: 48 89 1d da fe 25 00 mov %rbx,0x25feda(%rip) # 2712a0 <arctanh_data+0x20>
113c6: 48 8d 1d d3 72 00 00 lea 0x72d3(%rip),%rbx # 186a0 <PyUFunc_G_G>
113cd: 48 89 15 d4 fe 25 00 mov %rdx,0x25fed4(%rip) # 2712a8 <arctanh_data+0x28>
113d4: 48 8d 15 05 1d 02 00 lea 0x21d05(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
113db: 48 89 05 9e fe 25 00 mov %rax,0x25fe9e(%rip) # 271280 <arctanh_data>
113e2: 48 89 05 9f fe 25 00 mov %rax,0x25fe9f(%rip) # 271288 <arctanh_data+0x8>
113e9: 48 8b 05 78 ca 25 00 mov 0x25ca78(%rip),%rax # 26de68 <_DYNAMIC+0x4a0>
113f0: 48 89 1d 59 0f 26 00 mov %rbx,0x260f59(%rip) # 272350 <arctanh_functions+0x30>
113f7: 48 8d 1d c2 74 00 00 lea 0x74c2(%rip),%rbx # 188c0 <PyUFunc_OO_O>
113fe: 48 89 15 53 0f 26 00 mov %rdx,0x260f53(%rip) # 272358 <arctanh_functions+0x38>
11405: 48 8d 15 54 6a 00 00 lea 0x6a54(%rip),%rdx # 17e60 <PyUFunc_f_f>
1140c: 48 89 1d 65 e6 25 00 mov %rbx,0x25e665(%rip) # 26fa78 <bitwise_and_functions+0x58>
11413: 48 89 1d be e6 25 00 mov %rbx,0x25e6be(%rip) # 26fad8 <bitwise_or_functions+0x58>
1141a: 48 89 05 6f fe 25 00 mov %rax,0x25fe6f(%rip) # 271290 <arctanh_data+0x10>
11421: 48 8d 05 78 6d 00 00 lea 0x6d78(%rip),%rax # 181a0 <PyUFunc_g_g>
11428: 48 89 1d 09 e7 25 00 mov %rbx,0x25e709(%rip) # 26fb38 <bitwise_xor_functions+0x58>
1142f: 48 8d 1d 8a 6c 00 00 lea 0x6c8a(%rip),%rbx # 180c0 <PyUFunc_d_d>
11436: 48 89 05 fb 0e 26 00 mov %rax,0x260efb(%rip) # 272338 <arctanh_functions+0x18>
1143d: 48 8b 05 7c c7 25 00 mov 0x25c77c(%rip),%rax # 26dbc0 <_DYNAMIC+0x1f8>
11444: 48 89 05 4d fe 25 00 mov %rax,0x25fe4d(%rip) # 271298 <arctanh_data+0x18>
1144b: 48 8d 05 0e 71 00 00 lea 0x710e(%rip),%rax # 18560 <PyUFunc_D_D>
11452: 48 89 05 ef 0e 26 00 mov %rax,0x260eef(%rip) # 272348 <arctanh_functions+0x28>
11459: 48 8d 05 20 5b 00 00 lea 0x5b20(%rip),%rax # 16f80 <nc_atanhl>
11460: 48 89 05 49 fe 25 00 mov %rax,0x25fe49(%rip) # 2712b0 <arctanh_data+0x30>
11467: 48 8b 05 da c8 25 00 mov 0x25c8da(%rip),%rax # 26dd48 <_DYNAMIC+0x380>
1146e: 48 89 05 43 0f 26 00 mov %rax,0x260f43(%rip) # 2723b8 <bitwise_and_data+0x58>
11475: 48 8b 05 7c ca 25 00 mov 0x25ca7c(%rip),%rax # 26def8 <_DYNAMIC+0x530>
1147c: 48 89 05 95 0f 26 00 mov %rax,0x260f95(%rip) # 272418 <bitwise_or_data+0x58>
11483: 48 8b 05 b6 c9 25 00 mov 0x25c9b6(%rip),%rax # 26de40 <_DYNAMIC+0x478>
1148a: 48 89 05 e7 0f 26 00 mov %rax,0x260fe7(%rip) # 272478 <bitwise_xor_data+0x58>
11491: 48 8d 05 b8 d7 01 00 lea 0x1d7b8(%rip),%rax # 2ec50 <PyUFunc_e_e_As_f_f>
11498: 48 89 15 e9 0f 26 00 mov %rdx,0x260fe9(%rip) # 272488 <ceil_functions+0x8>
1149f: 48 89 1d ea 0f 26 00 mov %rbx,0x260fea(%rip) # 272490 <ceil_functions+0x10>
114a6: 48 8d 15 33 1c 02 00 lea 0x21c33(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
114ad: 48 8d 1d 9c d7 01 00 lea 0x1d79c(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
114b4: 48 89 05 c5 0f 26 00 mov %rax,0x260fc5(%rip) # 272480 <ceil_functions>
114bb: 48 8b 05 0e cb 25 00 mov 0x25cb0e(%rip),%rax # 26dfd0 <_DYNAMIC+0x608>
114c2: 48 89 15 d7 0f 26 00 mov %rdx,0x260fd7(%rip) # 2724a0 <ceil_functions+0x20>
114c9: 48 89 15 f8 e6 25 00 mov %rdx,0x25e6f8(%rip) # 26fbc8 <conjugate_functions+0x88>
114d0: 48 8d 15 89 69 00 00 lea 0x6989(%rip),%rdx # 17e60 <PyUFunc_f_f>
114d7: 48 89 1d e2 0f 26 00 mov %rbx,0x260fe2(%rip) # 2724c0 <cos_functions>
114de: 48 8d 1d db 6b 00 00 lea 0x6bdb(%rip),%rbx # 180c0 <PyUFunc_d_d>
114e5: 48 89 05 d4 fd 25 00 mov %rax,0x25fdd4(%rip) # 2712c0 <ceil_data>
114ec: 48 89 05 d5 fd 25 00 mov %rax,0x25fdd5(%rip) # 2712c8 <ceil_data+0x8>
114f3: 48 8b 05 9e ca 25 00 mov 0x25ca9e(%rip),%rax # 26df98 <_DYNAMIC+0x5d0>
114fa: 48 89 15 c7 0f 26 00 mov %rdx,0x260fc7(%rip) # 2724c8 <cos_functions+0x8>
11501: 48 8d 15 98 6d 00 00 lea 0x6d98(%rip),%rdx # 182a0 <PyUFunc_F_F>
11508: 48 89 1d c1 0f 26 00 mov %rbx,0x260fc1(%rip) # 2724d0 <cos_functions+0x10>
1150f: 48 8d 1d 3a d0 ff ff lea -0x2fc6(%rip),%rbx # e550 <nc_cosf>
11516: 48 89 15 c3 0f 26 00 mov %rdx,0x260fc3(%rip) # 2724e0 <cos_functions+0x20>
1151d: 48 8d 15 ac d3 ff ff lea -0x2c54(%rip),%rdx # e8d0 <nc_cos>
11524: 48 89 05 a5 fd 25 00 mov %rax,0x25fda5(%rip) # 2712d0 <ceil_data+0x10>
1152b: 48 8d 05 6e 6c 00 00 lea 0x6c6e(%rip),%rax # 181a0 <PyUFunc_g_g>
11532: 48 89 1d e7 fd 25 00 mov %rbx,0x25fde7(%rip) # 271320 <cos_data+0x20>
11539: 48 8d 1d 60 71 00 00 lea 0x7160(%rip),%rbx # 186a0 <PyUFunc_G_G>
11540: 48 89 15 e1 fd 25 00 mov %rdx,0x25fde1(%rip) # 271328 <cos_data+0x28>
11547: 48 8d 15 92 1b 02 00 lea 0x21b92(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
1154e: 48 89 05 43 0f 26 00 mov %rax,0x260f43(%rip) # 272498 <ceil_functions+0x18>
11555: 48 8b 05 8c c8 25 00 mov 0x25c88c(%rip),%rax # 26dde8 <_DYNAMIC+0x420>
1155c: 48 89 1d 8d 0f 26 00 mov %rbx,0x260f8d(%rip) # 2724f0 <cos_functions+0x30>
11563: 48 8d 1d e6 d6 01 00 lea 0x1d6e6(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
1156a: 48 89 15 87 0f 26 00 mov %rdx,0x260f87(%rip) # 2724f8 <cos_functions+0x38>
11571: 48 8d 15 e8 68 00 00 lea 0x68e8(%rip),%rdx # 17e60 <PyUFunc_f_f>
11578: 48 89 05 59 fd 25 00 mov %rax,0x25fd59(%rip) # 2712d8 <ceil_data+0x18>
1157f: 48 8b 05 aa c7 25 00 mov 0x25c7aa(%rip),%rax # 26dd30 <_DYNAMIC+0x368>
11586: 48 89 1d 73 0f 26 00 mov %rbx,0x260f73(%rip) # 272500 <cosh_functions>
1158d: 48 8d 1d 2c 6b 00 00 lea 0x6b2c(%rip),%rbx # 180c0 <PyUFunc_d_d>
11594: 48 89 05 65 fd 25 00 mov %rax,0x25fd65(%rip) # 271300 <cos_data>
1159b: 48 89 05 66 fd 25 00 mov %rax,0x25fd66(%rip) # 271308 <cos_data+0x8>
115a2: 48 8b 05 cf c5 25 00 mov 0x25c5cf(%rip),%rax # 26db78 <_DYNAMIC+0x1b0>
115a9: 48 89 05 60 fd 25 00 mov %rax,0x25fd60(%rip) # 271310 <cos_data+0x10>
115b0: 48 8d 05 e9 6b 00 00 lea 0x6be9(%rip),%rax # 181a0 <PyUFunc_g_g>
115b7: 48 89 05 1a 0f 26 00 mov %rax,0x260f1a(%rip) # 2724d8 <cos_functions+0x18>
115be: 48 8b 05 4b c9 25 00 mov 0x25c94b(%rip),%rax # 26df10 <_DYNAMIC+0x548>
115c5: 48 89 05 4c fd 25 00 mov %rax,0x25fd4c(%rip) # 271318 <cos_data+0x18>
115cc: 48 8d 05 8d 6f 00 00 lea 0x6f8d(%rip),%rax # 18560 <PyUFunc_D_D>
115d3: 48 89 05 0e 0f 26 00 mov %rax,0x260f0e(%rip) # 2724e8 <cos_functions+0x28>
115da: 48 8d 05 1f d7 ff ff lea -0x28e1(%rip),%rax # ed00 <nc_cosl>
115e1: 48 89 05 48 fd 25 00 mov %rax,0x25fd48(%rip) # 271330 <cos_data+0x30>
115e8: 48 8b 05 81 c6 25 00 mov 0x25c681(%rip),%rax # 26dc70 <_DYNAMIC+0x2a8>
115ef: 48 89 05 4a fd 25 00 mov %rax,0x25fd4a(%rip) # 271340 <cosh_data>
115f6: 48 89 05 4b fd 25 00 mov %rax,0x25fd4b(%rip) # 271348 <cosh_data+0x8>
115fd: 48 8b 05 54 c9 25 00 mov 0x25c954(%rip),%rax # 26df58 <_DYNAMIC+0x590>
11604: 48 89 1d 05 0f 26 00 mov %rbx,0x260f05(%rip) # 272510 <cosh_functions+0x10>
1160b: 48 8d 1d ce ce ff ff lea -0x3132(%rip),%rbx # e4e0 <nc_coshf>
11612: 48 89 15 ef 0e 26 00 mov %rdx,0x260eef(%rip) # 272508 <cosh_functions+0x8>
11619: 48 8d 15 80 6c 00 00 lea 0x6c80(%rip),%rdx # 182a0 <PyUFunc_F_F>
11620: 48 8b 3d e1 c8 25 00 mov 0x25c8e1(%rip),%rdi # 26df08 <_DYNAMIC+0x540>
11627: 48 89 1d 32 fd 25 00 mov %rbx,0x25fd32(%rip) # 271360 <cosh_data+0x20>
1162e: 48 8d 1d 6b 70 00 00 lea 0x706b(%rip),%rbx # 186a0 <PyUFunc_G_G>
11635: 48 8b 0d 44 c6 25 00 mov 0x25c644(%rip),%rcx # 26dc80 <_DYNAMIC+0x2b8>
1163c: 48 89 05 0d fd 25 00 mov %rax,0x25fd0d(%rip) # 271350 <cosh_data+0x10>
11643: 48 8d 05 56 6b 00 00 lea 0x6b56(%rip),%rax # 181a0 <PyUFunc_g_g>
1164a: 48 89 15 cf 0e 26 00 mov %rdx,0x260ecf(%rip) # 272520 <cosh_functions+0x20>
11651: 48 89 1d d8 0e 26 00 mov %rbx,0x260ed8(%rip) # 272530 <cosh_functions+0x30>
11658: 48 8d 1d f1 d5 01 00 lea 0x1d5f1(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
1165f: 48 8d 15 fa d1 ff ff lea -0x2e06(%rip),%rdx # e860 <nc_cosh>
11666: 48 89 05 ab 0e 26 00 mov %rax,0x260eab(%rip) # 272518 <cosh_functions+0x18>
1166d: 48 8b 05 dc c8 25 00 mov 0x25c8dc(%rip),%rax # 26df50 <_DYNAMIC+0x588>
11674: 48 89 1d c5 0e 26 00 mov %rbx,0x260ec5(%rip) # 272540 <deg2rad_functions>
1167b: 48 8d 1d 3e 6a 00 00 lea 0x6a3e(%rip),%rbx # 180c0 <PyUFunc_d_d>
11682: 48 89 15 df fc 25 00 mov %rdx,0x25fcdf(%rip) # 271368 <cosh_data+0x28>
11689: 48 8d 15 50 1a 02 00 lea 0x21a50(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
11690: 48 8b 35 99 c5 25 00 mov 0x25c599(%rip),%rsi # 26dc30 <_DYNAMIC+0x268>
11697: 4c 8b 05 42 c5 25 00 mov 0x25c542(%rip),%r8 # 26dbe0 <_DYNAMIC+0x218>
1169e: 48 89 05 b3 fc 25 00 mov %rax,0x25fcb3(%rip) # 271358 <cosh_data+0x18>
116a5: 48 8d 05 b4 6e 00 00 lea 0x6eb4(%rip),%rax # 18560 <PyUFunc_D_D>
116ac: 48 89 1d 9d 0e 26 00 mov %rbx,0x260e9d(%rip) # 272550 <deg2rad_functions+0x10>
116b3: 48 8d 1d 26 1a 02 00 lea 0x21a26(%rip),%rbx # 330e0 <PyUFunc_O_O_method>
116ba: 48 89 15 77 0e 26 00 mov %rdx,0x260e77(%rip) # 272538 <cosh_functions+0x38>
116c1: 48 8b 15 a8 c7 25 00 mov 0x25c7a8(%rip),%rdx # 26de70 <_DYNAMIC+0x4a8>
116c8: 48 89 05 59 0e 26 00 mov %rax,0x260e59(%rip) # 272528 <cosh_functions+0x28>
116cf: 48 8d 05 8a d5 ff ff lea -0x2a76(%rip),%rax # ec60 <nc_coshl>
116d6: 48 89 0d b3 fc 25 00 mov %rcx,0x25fcb3(%rip) # 271390 <deg2rad_data+0x10>
116dd: 48 89 1d 7c 0e 26 00 mov %rbx,0x260e7c(%rip) # 272560 <deg2rad_functions+0x20>
116e4: 48 8d 1d 75 67 00 00 lea 0x6775(%rip),%rbx # 17e60 <PyUFunc_f_f>
116eb: 48 89 35 a6 fc 25 00 mov %rsi,0x25fca6(%rip) # 271398 <deg2rad_data+0x18>
116f2: 48 89 05 77 fc 25 00 mov %rax,0x25fc77(%rip) # 271370 <cosh_data+0x30>
116f9: 48 8d 05 60 67 00 00 lea 0x6760(%rip),%rax # 17e60 <PyUFunc_f_f>
11700: 48 89 15 79 fc 25 00 mov %rdx,0x25fc79(%rip) # 271380 <deg2rad_data>
11707: 48 89 15 7a fc 25 00 mov %rdx,0x25fc7a(%rip) # 271388 <deg2rad_data+0x8>
1170e: 48 89 3d ab fc 25 00 mov %rdi,0x25fcab(%rip) # 2713c0 <degrees_data>
11715: 48 89 05 2c 0e 26 00 mov %rax,0x260e2c(%rip) # 272548 <deg2rad_functions+0x8>
1171c: 48 8d 05 7d 6a 00 00 lea 0x6a7d(%rip),%rax # 181a0 <PyUFunc_g_g>
11723: 48 89 1d 5e 0e 26 00 mov %rbx,0x260e5e(%rip) # 272588 <degrees_functions+0x8>
1172a: 48 89 3d 97 fc 25 00 mov %rdi,0x25fc97(%rip) # 2713c8 <degrees_data+0x8>
11731: 48 8d 1d 68 6a 00 00 lea 0x6a68(%rip),%rbx # 181a0 <PyUFunc_g_g>
11738: 48 89 05 19 0e 26 00 mov %rax,0x260e19(%rip) # 272558 <deg2rad_functions+0x18>
1173f: 48 8d 05 0a d5 01 00 lea 0x1d50a(%rip),%rax # 2ec50 <PyUFunc_e_e_As_f_f>
11746: 48 89 05 33 0e 26 00 mov %rax,0x260e33(%rip) # 272580 <degrees_functions>
1174d: 48 8d 05 6c 69 00 00 lea 0x696c(%rip),%rax # 180c0 <PyUFunc_d_d>
11754: 48 89 05 35 0e 26 00 mov %rax,0x260e35(%rip) # 272590 <degrees_functions+0x10>
1175b: 48 8d 05 7e 19 02 00 lea 0x2197e(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11762: 4c 89 05 67 fc 25 00 mov %r8,0x25fc67(%rip) # 2713d0 <degrees_data+0x10>
11769: 48 89 1d 28 0e 26 00 mov %rbx,0x260e28(%rip) # 272598 <degrees_functions+0x18>
11770: 48 8d 1d 49 71 00 00 lea 0x7149(%rip),%rbx # 188c0 <PyUFunc_OO_O>
11777: 4c 8b 0d 9a c5 25 00 mov 0x25c59a(%rip),%r9 # 26dd18 <_DYNAMIC+0x350>
1177e: 48 89 05 1b 0e 26 00 mov %rax,0x260e1b(%rip) # 2725a0 <degrees_functions+0x20>
11785: 48 8b 05 f4 c5 25 00 mov 0x25c5f4(%rip),%rax # 26dd80 <_DYNAMIC+0x3b8>
1178c: 48 89 1d ed e4 25 00 mov %rbx,0x25e4ed(%rip) # 26fc80 <divide_functions+0xa0>
11793: 48 8d 1d c6 66 00 00 lea 0x66c6(%rip),%rbx # 17e60 <PyUFunc_f_f>
1179a: 4c 89 0d 37 fc 25 00 mov %r9,0x25fc37(%rip) # 2713d8 <degrees_data+0x18>
117a1: 48 89 05 b8 0e 26 00 mov %rax,0x260eb8(%rip) # 272660 <divide_data+0xa0>
117a8: 48 8d 05 a1 d4 01 00 lea 0x1d4a1(%rip),%rax # 2ec50 <PyUFunc_e_e_As_f_f>
117af: 48 89 1d d2 0e 26 00 mov %rbx,0x260ed2(%rip) # 272688 <exp_functions+0x8>
117b6: 48 8d 1d e3 69 00 00 lea 0x69e3(%rip),%rbx # 181a0 <PyUFunc_g_g>
117bd: 48 89 05 bc 0e 26 00 mov %rax,0x260ebc(%rip) # 272680 <exp_functions>
117c4: 48 8b 05 5d c6 25 00 mov 0x25c65d(%rip),%rax # 26de28 <_DYNAMIC+0x460>
117cb: 48 89 1d c6 0e 26 00 mov %rbx,0x260ec6(%rip) # 272698 <exp_functions+0x18>
117d2: 48 8d 1d 27 f4 ff ff lea -0xbd9(%rip),%rbx # 10c00 <nc_expf>
117d9: 48 89 05 20 fc 25 00 mov %rax,0x25fc20(%rip) # 271400 <exp_data>
117e0: 48 89 05 21 fc 25 00 mov %rax,0x25fc21(%rip) # 271408 <exp_data+0x8>
117e7: 48 8d 05 d2 68 00 00 lea 0x68d2(%rip),%rax # 180c0 <PyUFunc_d_d>
117ee: 48 89 1d 2b fc 25 00 mov %rbx,0x25fc2b(%rip) # 271420 <exp_data+0x20>
117f5: 48 8d 1d 74 f3 ff ff lea -0xc8c(%rip),%rbx # 10b70 <nc_exp>
117fc: 48 89 05 8d 0e 26 00 mov %rax,0x260e8d(%rip) # 272690 <exp_functions+0x10>
11803: 48 8b 05 96 c3 25 00 mov 0x25c396(%rip),%rax # 26dba0 <_DYNAMIC+0x1d8>
1180a: 48 89 1d 17 fc 25 00 mov %rbx,0x25fc17(%rip) # 271428 <exp_data+0x28>
11811: 48 8d 1d f8 f2 ff ff lea -0xd08(%rip),%rbx # 10b10 <nc_expl>
11818: 48 89 05 f1 fb 25 00 mov %rax,0x25fbf1(%rip) # 271410 <exp_data+0x10>
1181f: 48 8b 05 8a c3 25 00 mov 0x25c38a(%rip),%rax # 26dbb0 <_DYNAMIC+0x1e8>
11826: 48 89 1d 03 fc 25 00 mov %rbx,0x25fc03(%rip) # 271430 <exp_data+0x30>
1182d: 48 8d 1d 1c d4 01 00 lea 0x1d41c(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
11834: 48 89 05 dd fb 25 00 mov %rax,0x25fbdd(%rip) # 271418 <exp_data+0x18>
1183b: 48 8d 05 5e 6a 00 00 lea 0x6a5e(%rip),%rax # 182a0 <PyUFunc_F_F>
11842: 48 89 1d 77 0e 26 00 mov %rbx,0x260e77(%rip) # 2726c0 <exp2_functions>
11849: 48 8d 1d 10 66 00 00 lea 0x6610(%rip),%rbx # 17e60 <PyUFunc_f_f>
11850: 48 89 05 49 0e 26 00 mov %rax,0x260e49(%rip) # 2726a0 <exp_functions+0x20>
11857: 48 8d 05 02 6d 00 00 lea 0x6d02(%rip),%rax # 18560 <PyUFunc_D_D>
1185e: 48 89 1d 63 0e 26 00 mov %rbx,0x260e63(%rip) # 2726c8 <exp2_functions+0x8>
11865: 48 8d 1d 34 69 00 00 lea 0x6934(%rip),%rbx # 181a0 <PyUFunc_g_g>
1186c: 48 89 05 35 0e 26 00 mov %rax,0x260e35(%rip) # 2726a8 <exp_functions+0x28>
11873: 48 8d 05 26 6e 00 00 lea 0x6e26(%rip),%rax # 186a0 <PyUFunc_G_G>
1187a: 48 89 05 2f 0e 26 00 mov %rax,0x260e2f(%rip) # 2726b0 <exp_functions+0x30>
11881: 48 8d 05 58 18 02 00 lea 0x21858(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11888: 48 89 05 29 0e 26 00 mov %rax,0x260e29(%rip) # 2726b8 <exp_functions+0x38>
1188f: 48 8b 05 0a c7 25 00 mov 0x25c70a(%rip),%rax # 26dfa0 <_DYNAMIC+0x5d8>
11896: 48 89 05 a3 fb 25 00 mov %rax,0x25fba3(%rip) # 271440 <exp2_data>
1189d: 48 89 05 a4 fb 25 00 mov %rax,0x25fba4(%rip) # 271448 <exp2_data+0x8>
118a4: 48 8d 05 15 68 00 00 lea 0x6815(%rip),%rax # 180c0 <PyUFunc_d_d>
118ab: 48 89 05 1e 0e 26 00 mov %rax,0x260e1e(%rip) # 2726d0 <exp2_functions+0x10>
118b2: 48 8b 05 ff c4 25 00 mov 0x25c4ff(%rip),%rax # 26ddb8 <_DYNAMIC+0x3f0>
118b9: 48 89 05 90 fb 25 00 mov %rax,0x25fb90(%rip) # 271450 <exp2_data+0x10>
118c0: 48 89 1d 11 0e 26 00 mov %rbx,0x260e11(%rip) # 2726d8 <exp2_functions+0x18>
118c7: 48 8d 1d 52 f3 ff ff lea -0xcae(%rip),%rbx # 10c20 <nc_exp2f>
118ce: 48 8b 05 a3 c4 25 00 mov 0x25c4a3(%rip),%rax # 26dd78 <_DYNAMIC+0x3b0>
118d5: 48 89 1d 84 fb 25 00 mov %rbx,0x25fb84(%rip) # 271460 <exp2_data+0x20>
118dc: 48 8d 1d cd f2 ff ff lea -0xd33(%rip),%rbx # 10bb0 <nc_exp2>
118e3: 48 89 05 6e fb 25 00 mov %rax,0x25fb6e(%rip) # 271458 <exp2_data+0x18>
118ea: 48 8d 05 af 69 00 00 lea 0x69af(%rip),%rax # 182a0 <PyUFunc_F_F>
118f1: 48 89 1d 70 fb 25 00 mov %rbx,0x25fb70(%rip) # 271468 <exp2_data+0x28>
118f8: 48 8d 1d c1 3f 00 00 lea 0x3fc1(%rip),%rbx # 158c0 <nc_exp2l>
118ff: 48 89 05 da 0d 26 00 mov %rax,0x260dda(%rip) # 2726e0 <exp2_functions+0x20>
11906: 48 8d 05 53 6c 00 00 lea 0x6c53(%rip),%rax # 18560 <PyUFunc_D_D>
1190d: 48 89 1d 5c fb 25 00 mov %rbx,0x25fb5c(%rip) # 271470 <exp2_data+0x30>
11914: 48 8d 1d 35 d3 01 00 lea 0x1d335(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
1191b: 48 89 05 c6 0d 26 00 mov %rax,0x260dc6(%rip) # 2726e8 <exp2_functions+0x28>
11922: 48 8d 05 77 6d 00 00 lea 0x6d77(%rip),%rax # 186a0 <PyUFunc_G_G>
11929: 48 89 1d d0 0d 26 00 mov %rbx,0x260dd0(%rip) # 272700 <expm1_functions>
11930: 48 8d 1d 29 65 00 00 lea 0x6529(%rip),%rbx # 17e60 <PyUFunc_f_f>
11937: 48 89 05 b2 0d 26 00 mov %rax,0x260db2(%rip) # 2726f0 <exp2_functions+0x30>
1193e: 48 8d 05 9b 17 02 00 lea 0x2179b(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11945: 48 89 1d bc 0d 26 00 mov %rbx,0x260dbc(%rip) # 272708 <expm1_functions+0x8>
1194c: 48 8d 1d 4d 68 00 00 lea 0x684d(%rip),%rbx # 181a0 <PyUFunc_g_g>
11953: 48 89 05 9e 0d 26 00 mov %rax,0x260d9e(%rip) # 2726f8 <exp2_functions+0x38>
1195a: 48 8b 05 8f c5 25 00 mov 0x25c58f(%rip),%rax # 26def0 <_DYNAMIC+0x528>
11961: 48 89 1d b0 0d 26 00 mov %rbx,0x260db0(%rip) # 272718 <expm1_functions+0x18>
11968: 48 8d 1d 81 c7 ff ff lea -0x387f(%rip),%rbx # e0f0 <nc_expm1f>
1196f: 48 89 05 0a fb 25 00 mov %rax,0x25fb0a(%rip) # 271480 <expm1_data>
11976: 48 89 05 0b fb 25 00 mov %rax,0x25fb0b(%rip) # 271488 <expm1_data+0x8>
1197d: 48 8d 05 3c 67 00 00 lea 0x673c(%rip),%rax # 180c0 <PyUFunc_d_d>
11984: 48 89 1d 15 fb 25 00 mov %rbx,0x25fb15(%rip) # 2714a0 <expm1_data+0x20>
1198b: 48 8d 1d ce c7 ff ff lea -0x3832(%rip),%rbx # e160 <nc_expm1>
11992: 48 89 05 77 0d 26 00 mov %rax,0x260d77(%rip) # 272710 <expm1_functions+0x10>
11999: 48 8b 05 40 c3 25 00 mov 0x25c340(%rip),%rax # 26dce0 <_DYNAMIC+0x318>
119a0: 48 89 1d 01 fb 25 00 mov %rbx,0x25fb01(%rip) # 2714a8 <expm1_data+0x28>
119a7: 48 8d 1d 22 c8 ff ff lea -0x37de(%rip),%rbx # e1d0 <nc_expm1l>
119ae: 48 89 05 db fa 25 00 mov %rax,0x25fadb(%rip) # 271490 <expm1_data+0x10>
119b5: 48 8b 05 f4 c2 25 00 mov 0x25c2f4(%rip),%rax # 26dcb0 <_DYNAMIC+0x2e8>
119bc: 48 89 1d ed fa 25 00 mov %rbx,0x25faed(%rip) # 2714b0 <expm1_data+0x30>
119c3: 48 8d 1d 86 d2 01 00 lea 0x1d286(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
119ca: 48 89 05 c7 fa 25 00 mov %rax,0x25fac7(%rip) # 271498 <expm1_data+0x18>
119d1: 48 8d 05 c8 68 00 00 lea 0x68c8(%rip),%rax # 182a0 <PyUFunc_F_F>
119d8: 48 89 1d 61 0d 26 00 mov %rbx,0x260d61(%rip) # 272740 <fabs_functions>
119df: 48 8d 1d 7a 64 00 00 lea 0x647a(%rip),%rbx # 17e60 <PyUFunc_f_f>
119e6: 48 89 05 33 0d 26 00 mov %rax,0x260d33(%rip) # 272720 <expm1_functions+0x20>
119ed: 48 8d 05 6c 6b 00 00 lea 0x6b6c(%rip),%rax # 18560 <PyUFunc_D_D>
119f4: 48 89 1d 4d 0d 26 00 mov %rbx,0x260d4d(%rip) # 272748 <fabs_functions+0x8>
119fb: 48 8d 1d 9e 67 00 00 lea 0x679e(%rip),%rbx # 181a0 <PyUFunc_g_g>
11a02: 48 89 05 1f 0d 26 00 mov %rax,0x260d1f(%rip) # 272728 <expm1_functions+0x28>
11a09: 48 8d 05 90 6c 00 00 lea 0x6c90(%rip),%rax # 186a0 <PyUFunc_G_G>
11a10: 48 89 05 19 0d 26 00 mov %rax,0x260d19(%rip) # 272730 <expm1_functions+0x30>
11a17: 48 8d 05 c2 16 02 00 lea 0x216c2(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11a1e: 48 89 05 13 0d 26 00 mov %rax,0x260d13(%rip) # 272738 <expm1_functions+0x38>
11a25: 48 8b 05 1c c2 25 00 mov 0x25c21c(%rip),%rax # 26dc48 <_DYNAMIC+0x280>
11a2c: 48 89 05 8d fa 25 00 mov %rax,0x25fa8d(%rip) # 2714c0 <fabs_data>
11a33: 48 89 05 8e fa 25 00 mov %rax,0x25fa8e(%rip) # 2714c8 <fabs_data+0x8>
11a3a: 48 8d 05 7f 66 00 00 lea 0x667f(%rip),%rax # 180c0 <PyUFunc_d_d>
11a41: 48 89 05 08 0d 26 00 mov %rax,0x260d08(%rip) # 272750 <fabs_functions+0x10>
11a48: 48 8b 05 79 c5 25 00 mov 0x25c579(%rip),%rax # 26dfc8 <_DYNAMIC+0x600>
11a4f: 48 89 05 7a fa 25 00 mov %rax,0x25fa7a(%rip) # 2714d0 <fabs_data+0x10>
11a56: 48 8b 05 43 c2 25 00 mov 0x25c243(%rip),%rax # 26dca0 <_DYNAMIC+0x2d8>
11a5d: 48 89 1d f4 0c 26 00 mov %rbx,0x260cf4(%rip) # 272758 <fabs_functions+0x18>
11a64: 48 8d 1d e5 d1 01 00 lea 0x1d1e5(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
11a6b: 48 89 05 66 fa 25 00 mov %rax,0x25fa66(%rip) # 2714d8 <fabs_data+0x18>
11a72: 48 8d 05 67 16 02 00 lea 0x21667(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11a79: 48 89 1d 00 0d 26 00 mov %rbx,0x260d00(%rip) # 272780 <floor_functions>
11a80: 48 8d 1d d9 63 00 00 lea 0x63d9(%rip),%rbx # 17e60 <PyUFunc_f_f>
11a87: 48 89 05 d2 0c 26 00 mov %rax,0x260cd2(%rip) # 272760 <fabs_functions+0x20>
11a8e: 48 8b 05 e3 c4 25 00 mov 0x25c4e3(%rip),%rax # 26df78 <_DYNAMIC+0x5b0>
11a95: 48 89 1d ec 0c 26 00 mov %rbx,0x260cec(%rip) # 272788 <floor_functions+0x8>
11a9c: 48 8d 1d fd 66 00 00 lea 0x66fd(%rip),%rbx # 181a0 <PyUFunc_g_g>
11aa3: 48 89 05 56 fa 25 00 mov %rax,0x25fa56(%rip) # 271500 <floor_data>
11aaa: 48 89 05 57 fa 25 00 mov %rax,0x25fa57(%rip) # 271508 <floor_data+0x8>
11ab1: 48 8d 05 08 66 00 00 lea 0x6608(%rip),%rax # 180c0 <PyUFunc_d_d>
11ab8: 48 89 1d d9 0c 26 00 mov %rbx,0x260cd9(%rip) # 272798 <floor_functions+0x18>
11abf: 48 8d 1d fa 6d 00 00 lea 0x6dfa(%rip),%rbx # 188c0 <PyUFunc_OO_O>
11ac6: 48 89 05 c3 0c 26 00 mov %rax,0x260cc3(%rip) # 272790 <floor_functions+0x10>
11acd: 48 8b 05 94 c2 25 00 mov 0x25c294(%rip),%rax # 26dd68 <_DYNAMIC+0x3a0>
11ad4: 48 89 1d 5d e2 25 00 mov %rbx,0x25e25d(%rip) # 26fd38 <floor_divide_functions+0x98>
11adb: 48 89 1d fe e2 25 00 mov %rbx,0x25e2fe(%rip) # 26fde0 <fmax_functions+0xa0>
11ae2: 48 89 1d b7 e3 25 00 mov %rbx,0x25e3b7(%rip) # 26fea0 <fmin_functions+0xa0>
11ae9: 48 8d 1d 80 ef ff ff lea -0x1080(%rip),%rbx # 10a70 <npy_ObjectMin>
11af0: 48 89 05 19 fa 25 00 mov %rax,0x25fa19(%rip) # 271510 <floor_data+0x10>
11af7: 48 8b 05 02 c2 25 00 mov 0x25c202(%rip),%rax # 26dd00 <_DYNAMIC+0x338>
11afe: 48 89 1d bb 0e 26 00 mov %rbx,0x260ebb(%rip) # 2729c0 <fmin_data+0xa0>
11b05: 48 8d 1d a4 64 00 00 lea 0x64a4(%rip),%rbx # 17fb0 <PyUFunc_ff_f>
11b0c: 48 89 05 05 fa 25 00 mov %rax,0x25fa05(%rip) # 271518 <floor_data+0x18>
11b13: 48 8d 05 c6 15 02 00 lea 0x215c6(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11b1a: 48 89 1d f7 e3 25 00 mov %rbx,0x25e3f7(%rip) # 26ff18 <fmod_functions+0x58>
11b21: 48 8d 1d e8 66 00 00 lea 0x66e8(%rip),%rbx # 18210 <PyUFunc_gg_g>
11b28: 48 89 05 71 0c 26 00 mov %rax,0x260c71(%rip) # 2727a0 <floor_functions+0x20>
11b2f: 48 8b 05 5a c2 25 00 mov 0x25c25a(%rip),%rax # 26dd90 <_DYNAMIC+0x3c8>
11b36: 48 89 1d eb e3 25 00 mov %rbx,0x25e3eb(%rip) # 26ff28 <fmod_functions+0x68>
11b3d: 48 8d 1d 6c d0 01 00 lea 0x1d06c(%rip),%rbx # 2ebb0 <PyUFunc_ee_e_As_ff_f>
11b44: 48 89 05 0d 0d 26 00 mov %rax,0x260d0d(%rip) # 272858 <floor_divide_data+0x98>
11b4b: 48 8d 05 6e ef ff ff lea -0x1092(%rip),%rax # 10ac0 <npy_ObjectMax>
11b52: 48 89 05 a7 0d 26 00 mov %rax,0x260da7(%rip) # 272900 <fmax_data+0xa0>
11b59: 48 8d 05 50 d0 01 00 lea 0x1d050(%rip),%rax # 2ebb0 <PyUFunc_ee_e_As_ff_f>
11b60: 48 89 05 a9 e3 25 00 mov %rax,0x25e3a9(%rip) # 26ff10 <fmod_functions+0x50>
11b67: 48 8b 05 d2 c0 25 00 mov 0x25c0d2(%rip),%rax # 26dc40 <_DYNAMIC+0x278>
11b6e: 48 89 05 1b fa 25 00 mov %rax,0x25fa1b(%rip) # 271590 <fmod_data+0x50>
11b75: 48 89 05 1c fa 25 00 mov %rax,0x25fa1c(%rip) # 271598 <fmod_data+0x58>
11b7c: 48 8d 05 9d 65 00 00 lea 0x659d(%rip),%rax # 18120 <PyUFunc_dd_d>
11b83: 48 89 05 96 e3 25 00 mov %rax,0x25e396(%rip) # 26ff20 <fmod_functions+0x60>
11b8a: 48 8b 05 cf c3 25 00 mov 0x25c3cf(%rip),%rax # 26df60 <_DYNAMIC+0x598>
11b91: 48 89 05 08 fa 25 00 mov %rax,0x25fa08(%rip) # 2715a0 <fmod_data+0x60>
11b98: 48 8b 05 79 c3 25 00 mov 0x25c379(%rip),%rax # 26df18 <_DYNAMIC+0x550>
11b9f: 48 89 05 02 fa 25 00 mov %rax,0x25fa02(%rip) # 2715a8 <fmod_data+0x68>
11ba6: 48 8d 05 53 14 02 00 lea 0x21453(%rip),%rax # 33000 <PyUFunc_OO_O_method>
11bad: 48 89 1d 2c 0e 26 00 mov %rbx,0x260e2c(%rip) # 2729e0 <hypot_functions>
11bb4: 48 8d 1d f5 63 00 00 lea 0x63f5(%rip),%rbx # 17fb0 <PyUFunc_ff_f>
11bbb: 48 89 05 6e e3 25 00 mov %rax,0x25e36e(%rip) # 26ff30 <fmod_functions+0x70>
11bc2: 48 8b 05 2f c0 25 00 mov 0x25c02f(%rip),%rax # 26dbf8 <_DYNAMIC+0x230>
11bc9: 48 89 1d 18 0e 26 00 mov %rbx,0x260e18(%rip) # 2729e8 <hypot_functions+0x8>
11bd0: 48 8d 1d 39 66 00 00 lea 0x6639(%rip),%rbx # 18210 <PyUFunc_gg_g>
11bd7: 48 89 05 e2 f9 25 00 mov %rax,0x25f9e2(%rip) # 2715c0 <hypot_data>
11bde: 48 89 05 e3 f9 25 00 mov %rax,0x25f9e3(%rip) # 2715c8 <hypot_data+0x8>
11be5: 48 8d 05 34 65 00 00 lea 0x6534(%rip),%rax # 18120 <PyUFunc_dd_d>
11bec: 48 89 1d 05 0e 26 00 mov %rbx,0x260e05(%rip) # 2729f8 <hypot_functions+0x18>
11bf3: 48 8d 1d 16 6c 00 00 lea 0x6c16(%rip),%rbx # 18810 <PyUFunc_O_O>
11bfa: 48 89 05 ef 0d 26 00 mov %rax,0x260def(%rip) # 2729f0 <hypot_functions+0x10>
11c01: 48 8b 05 90 c2 25 00 mov 0x25c290(%rip),%rax # 26de98 <_DYNAMIC+0x4d0>
11c08: 48 89 1d 89 e3 25 00 mov %rbx,0x25e389(%rip) # 26ff98 <invert_functions+0x58>
11c0f: 48 8d 1d 3a d0 01 00 lea 0x1d03a(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
11c16: 48 89 05 b3 f9 25 00 mov %rax,0x25f9b3(%rip) # 2715d0 <hypot_data+0x10>
11c1d: 48 8b 05 ec c1 25 00 mov 0x25c1ec(%rip),%rax # 26de10 <_DYNAMIC+0x448>
11c24: 48 89 1d b5 0e 26 00 mov %rbx,0x260eb5(%rip) # 272ae0 <log_functions>
11c2b: 48 8d 1d 2e 62 00 00 lea 0x622e(%rip),%rbx # 17e60 <PyUFunc_f_f>
11c32: 48 89 05 9f f9 25 00 mov %rax,0x25f99f(%rip) # 2715d8 <hypot_data+0x18>
11c39: 48 8d 05 c0 13 02 00 lea 0x213c0(%rip),%rax # 33000 <PyUFunc_OO_O_method>
11c40: 48 89 1d a1 0e 26 00 mov %rbx,0x260ea1(%rip) # 272ae8 <log_functions+0x8>
11c47: 48 8d 1d 52 65 00 00 lea 0x6552(%rip),%rbx # 181a0 <PyUFunc_g_g>
11c4e: 48 89 05 ab 0d 26 00 mov %rax,0x260dab(%rip) # 272a00 <hypot_functions+0x20>
11c55: 48 8b 05 0c c0 25 00 mov 0x25c00c(%rip),%rax # 26dc68 <_DYNAMIC+0x2a0>
11c5c: 48 89 1d 95 0e 26 00 mov %rbx,0x260e95(%rip) # 272af8 <log_functions+0x18>
11c63: 48 8d 1d a6 e7 ff ff lea -0x185a(%rip),%rbx # 10410 <nc_logf>
11c6a: 48 89 05 07 0e 26 00 mov %rax,0x260e07(%rip) # 272a78 <invert_data+0x58>
11c71: 48 8d 05 48 6c 00 00 lea 0x6c48(%rip),%rax # 188c0 <PyUFunc_OO_O>
11c78: 48 89 1d a1 f9 25 00 mov %rbx,0x25f9a1(%rip) # 271620 <log_data+0x20>
11c7f: 48 8d 1d 9a df ff ff lea -0x2066(%rip),%rbx # fc20 <nc_log>
11c86: 48 89 05 63 e3 25 00 mov %rax,0x25e363(%rip) # 26fff0 <left_shift_functions+0x50>
11c8d: 48 8b 05 34 c0 25 00 mov 0x25c034(%rip),%rax # 26dcc8 <_DYNAMIC+0x300>
11c94: 48 89 05 35 0e 26 00 mov %rax,0x260e35(%rip) # 272ad0 <left_shift_data+0x50>
11c9b: 48 8b 05 36 c3 25 00 mov 0x25c336(%rip),%rax # 26dfd8 <_DYNAMIC+0x610>
11ca2: 48 89 05 57 f9 25 00 mov %rax,0x25f957(%rip) # 271600 <log_data>
11ca9: 48 89 05 58 f9 25 00 mov %rax,0x25f958(%rip) # 271608 <log_data+0x8>
11cb0: 48 8d 05 09 64 00 00 lea 0x6409(%rip),%rax # 180c0 <PyUFunc_d_d>
11cb7: 48 89 05 32 0e 26 00 mov %rax,0x260e32(%rip) # 272af0 <log_functions+0x10>
11cbe: 48 8b 05 fb c2 25 00 mov 0x25c2fb(%rip),%rax # 26dfc0 <_DYNAMIC+0x5f8>
11cc5: 48 89 05 44 f9 25 00 mov %rax,0x25f944(%rip) # 271610 <log_data+0x10>
11ccc: 48 8b 05 45 c1 25 00 mov 0x25c145(%rip),%rax # 26de18 <_DYNAMIC+0x450>
11cd3: 48 89 05 3e f9 25 00 mov %rax,0x25f93e(%rip) # 271618 <log_data+0x18>
11cda: 48 8d 05 bf 65 00 00 lea 0x65bf(%rip),%rax # 182a0 <PyUFunc_F_F>
11ce1: 48 89 05 18 0e 26 00 mov %rax,0x260e18(%rip) # 272b00 <log_functions+0x20>
11ce8: 48 8d 05 71 68 00 00 lea 0x6871(%rip),%rax # 18560 <PyUFunc_D_D>
11cef: 48 89 05 12 0e 26 00 mov %rax,0x260e12(%rip) # 272b08 <log_functions+0x28>
11cf6: 48 8d 05 a3 69 00 00 lea 0x69a3(%rip),%rax # 186a0 <PyUFunc_G_G>
11cfd: 48 89 1d 24 f9 25 00 mov %rbx,0x25f924(%rip) # 271628 <log_data+0x28>
11d04: 48 8d 1d b5 de ff ff lea -0x214b(%rip),%rbx # fbc0 <nc_logl>
11d0b: 48 89 05 fe 0d 26 00 mov %rax,0x260dfe(%rip) # 272b10 <log_functions+0x30>
11d12: 48 8d 05 c7 13 02 00 lea 0x213c7(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11d19: 48 89 1d 10 f9 25 00 mov %rbx,0x25f910(%rip) # 271630 <log_data+0x30>
11d20: 48 8d 1d 29 cf 01 00 lea 0x1cf29(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
11d27: 48 89 05 ea 0d 26 00 mov %rax,0x260dea(%rip) # 272b18 <log_functions+0x38>
11d2e: 48 8b 05 03 c2 25 00 mov 0x25c203(%rip),%rax # 26df38 <_DYNAMIC+0x570>
11d35: 48 89 1d e4 0d 26 00 mov %rbx,0x260de4(%rip) # 272b20 <log10_functions>
11d3c: 48 8d 1d 1d 61 00 00 lea 0x611d(%rip),%rbx # 17e60 <PyUFunc_f_f>
11d43: 48 89 05 f6 f8 25 00 mov %rax,0x25f8f6(%rip) # 271640 <log10_data>
11d4a: 48 89 05 f7 f8 25 00 mov %rax,0x25f8f7(%rip) # 271648 <log10_data+0x8>
11d51: 48 8d 05 68 63 00 00 lea 0x6368(%rip),%rax # 180c0 <PyUFunc_d_d>
11d58: 48 89 1d c9 0d 26 00 mov %rbx,0x260dc9(%rip) # 272b28 <log10_functions+0x8>
11d5f: 48 8d 1d 3a 64 00 00 lea 0x643a(%rip),%rbx # 181a0 <PyUFunc_g_g>
11d66: 48 89 05 c3 0d 26 00 mov %rax,0x260dc3(%rip) # 272b30 <log10_functions+0x10>
11d6d: 48 8b 05 54 c1 25 00 mov 0x25c154(%rip),%rax # 26dec8 <_DYNAMIC+0x500>
11d74: 48 89 1d bd 0d 26 00 mov %rbx,0x260dbd(%rip) # 272b38 <log10_functions+0x18>
11d7b: 48 8d 1d ee e6 ff ff lea -0x1912(%rip),%rbx # 10470 <nc_log10f>
11d82: 48 89 05 c7 f8 25 00 mov %rax,0x25f8c7(%rip) # 271650 <log10_data+0x10>
11d89: 48 8b 05 f8 be 25 00 mov 0x25bef8(%rip),%rax # 26dc88 <_DYNAMIC+0x2c0>
11d90: 48 89 1d c9 f8 25 00 mov %rbx,0x25f8c9(%rip) # 271660 <log10_data+0x20>
11d97: 48 8d 1d 22 df ff ff lea -0x20de(%rip),%rbx # fcc0 <nc_log10>
11d9e: 48 89 05 b3 f8 25 00 mov %rax,0x25f8b3(%rip) # 271658 <log10_data+0x18>
11da5: 48 8d 05 f4 64 00 00 lea 0x64f4(%rip),%rax # 182a0 <PyUFunc_F_F>
11dac: 48 89 1d b5 f8 25 00 mov %rbx,0x25f8b5(%rip) # 271668 <log10_data+0x28>
11db3: 48 8d 1d 06 3c 00 00 lea 0x3c06(%rip),%rbx # 159c0 <nc_log10l>
11dba: 48 89 05 7f 0d 26 00 mov %rax,0x260d7f(%rip) # 272b40 <log10_functions+0x20>
11dc1: 48 8d 05 98 67 00 00 lea 0x6798(%rip),%rax # 18560 <PyUFunc_D_D>
11dc8: 48 89 1d a1 f8 25 00 mov %rbx,0x25f8a1(%rip) # 271670 <log10_data+0x30>
11dcf: 48 8d 1d 7a ce 01 00 lea 0x1ce7a(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
11dd6: 48 89 05 6b 0d 26 00 mov %rax,0x260d6b(%rip) # 272b48 <log10_functions+0x28>
11ddd: 48 8d 05 bc 68 00 00 lea 0x68bc(%rip),%rax # 186a0 <PyUFunc_G_G>
11de4: 48 89 1d 75 0d 26 00 mov %rbx,0x260d75(%rip) # 272b60 <log1p_functions>
11deb: 48 8d 1d 6e 60 00 00 lea 0x606e(%rip),%rbx # 17e60 <PyUFunc_f_f>
11df2: 48 89 05 57 0d 26 00 mov %rax,0x260d57(%rip) # 272b50 <log10_functions+0x30>
11df9: 48 8d 05 e0 12 02 00 lea 0x212e0(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11e00: 48 89 1d 61 0d 26 00 mov %rbx,0x260d61(%rip) # 272b68 <log1p_functions+0x8>
11e07: 48 8d 1d 92 63 00 00 lea 0x6392(%rip),%rbx # 181a0 <PyUFunc_g_g>
11e0e: 48 89 05 43 0d 26 00 mov %rax,0x260d43(%rip) # 272b58 <log10_functions+0x38>
11e15: 48 8b 05 8c be 25 00 mov 0x25be8c(%rip),%rax # 26dca8 <_DYNAMIC+0x2e0>
11e1c: 48 89 1d 55 0d 26 00 mov %rbx,0x260d55(%rip) # 272b78 <log1p_functions+0x18>
11e23: 48 8d 1d 66 c0 ff ff lea -0x3f9a(%rip),%rbx # de90 <nc_log1pf>
11e2a: 48 89 05 4f f8 25 00 mov %rax,0x25f84f(%rip) # 271680 <log1p_data>
11e31: 48 89 05 50 f8 25 00 mov %rax,0x25f850(%rip) # 271688 <log1p_data+0x8>
11e38: 48 8d 05 81 62 00 00 lea 0x6281(%rip),%rax # 180c0 <PyUFunc_d_d>
11e3f: 48 89 05 2a 0d 26 00 mov %rax,0x260d2a(%rip) # 272b70 <log1p_functions+0x10>
11e46: 48 8b 05 03 c0 25 00 mov 0x25c003(%rip),%rax # 26de50 <_DYNAMIC+0x488>
11e4d: 48 89 05 3c f8 25 00 mov %rax,0x25f83c(%rip) # 271690 <log1p_data+0x10>
11e54: 48 8b 05 7d c0 25 00 mov 0x25c07d(%rip),%rax # 26ded8 <_DYNAMIC+0x510>
11e5b: 48 89 05 36 f8 25 00 mov %rax,0x25f836(%rip) # 271698 <log1p_data+0x18>
11e62: 48 8d 05 37 64 00 00 lea 0x6437(%rip),%rax # 182a0 <PyUFunc_F_F>
11e69: 48 89 05 10 0d 26 00 mov %rax,0x260d10(%rip) # 272b80 <log1p_functions+0x20>
11e70: 48 8d 05 e9 66 00 00 lea 0x66e9(%rip),%rax # 18560 <PyUFunc_D_D>
11e77: 48 89 1d 22 f8 25 00 mov %rbx,0x25f822(%rip) # 2716a0 <log1p_data+0x20>
11e7e: 48 8d 1d 7b c0 ff ff lea -0x3f85(%rip),%rbx # df00 <nc_log1p>
11e85: 48 89 05 fc 0c 26 00 mov %rax,0x260cfc(%rip) # 272b88 <log1p_functions+0x28>
11e8c: 48 8d 05 0d 68 00 00 lea 0x680d(%rip),%rax # 186a0 <PyUFunc_G_G>
11e93: 48 89 1d 0e f8 25 00 mov %rbx,0x25f80e(%rip) # 2716a8 <log1p_data+0x28>
11e9a: 48 8d 1d cf c0 ff ff lea -0x3f31(%rip),%rbx # df70 <nc_log1pl>
11ea1: 48 89 05 e8 0c 26 00 mov %rax,0x260ce8(%rip) # 272b90 <log1p_functions+0x30>
11ea8: 48 8d 05 31 12 02 00 lea 0x21231(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11eaf: 48 89 1d fa f7 25 00 mov %rbx,0x25f7fa(%rip) # 2716b0 <log1p_data+0x30>
11eb6: 48 8d 1d 93 cd 01 00 lea 0x1cd93(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
11ebd: 48 89 05 d4 0c 26 00 mov %rax,0x260cd4(%rip) # 272b98 <log1p_functions+0x38>
11ec4: 48 8b 05 b5 c0 25 00 mov 0x25c0b5(%rip),%rax # 26df80 <_DYNAMIC+0x5b8>
11ecb: 48 89 1d ce 0c 26 00 mov %rbx,0x260cce(%rip) # 272ba0 <log2_functions>
11ed2: 48 8d 1d 87 5f 00 00 lea 0x5f87(%rip),%rbx # 17e60 <PyUFunc_f_f>
11ed9: 48 89 05 e0 f7 25 00 mov %rax,0x25f7e0(%rip) # 2716c0 <log2_data>
11ee0: 48 89 05 e1 f7 25 00 mov %rax,0x25f7e1(%rip) # 2716c8 <log2_data+0x8>
11ee7: 48 8d 05 d2 61 00 00 lea 0x61d2(%rip),%rax # 180c0 <PyUFunc_d_d>
11eee: 48 89 1d b3 0c 26 00 mov %rbx,0x260cb3(%rip) # 272ba8 <log2_functions+0x8>
11ef5: 48 8d 1d a4 62 00 00 lea 0x62a4(%rip),%rbx # 181a0 <PyUFunc_g_g>
11efc: 48 89 05 ad 0c 26 00 mov %rax,0x260cad(%rip) # 272bb0 <log2_functions+0x10>
11f03: 48 8b 05 9e c0 25 00 mov 0x25c09e(%rip),%rax # 26dfa8 <_DYNAMIC+0x5e0>
11f0a: 48 89 1d a7 0c 26 00 mov %rbx,0x260ca7(%rip) # 272bb8 <log2_functions+0x18>
11f11: 48 8d 1d 18 e5 ff ff lea -0x1ae8(%rip),%rbx # 10430 <nc_log2f>
11f18: 48 89 05 b1 f7 25 00 mov %rax,0x25f7b1(%rip) # 2716d0 <log2_data+0x10>
11f1f: 48 8b 05 ea bd 25 00 mov 0x25bdea(%rip),%rax # 26dd10 <_DYNAMIC+0x348>
11f26: 48 89 1d b3 f7 25 00 mov %rbx,0x25f7b3(%rip) # 2716e0 <log2_data+0x20>
11f2d: 48 8d 1d 2c dd ff ff lea -0x22d4(%rip),%rbx # fc60 <nc_log2>
11f34: 48 89 05 9d f7 25 00 mov %rax,0x25f79d(%rip) # 2716d8 <log2_data+0x18>
11f3b: 48 8d 05 5e 63 00 00 lea 0x635e(%rip),%rax # 182a0 <PyUFunc_F_F>
11f42: 48 89 1d 9f f7 25 00 mov %rbx,0x25f79f(%rip) # 2716e8 <log2_data+0x28>
11f49: 48 8d 1d f0 39 00 00 lea 0x39f0(%rip),%rbx # 15940 <nc_log2l>
11f50: 48 89 05 69 0c 26 00 mov %rax,0x260c69(%rip) # 272bc0 <log2_functions+0x20>
11f57: 48 8d 05 02 66 00 00 lea 0x6602(%rip),%rax # 18560 <PyUFunc_D_D>
11f5e: 48 89 1d 8b f7 25 00 mov %rbx,0x25f78b(%rip) # 2716f0 <log2_data+0x30>
11f65: 48 8d 1d 44 cc 01 00 lea 0x1cc44(%rip),%rbx # 2ebb0 <PyUFunc_ee_e_As_ff_f>
11f6c: 48 89 05 55 0c 26 00 mov %rax,0x260c55(%rip) # 272bc8 <log2_functions+0x28>
11f73: 48 8d 05 26 67 00 00 lea 0x6726(%rip),%rax # 186a0 <PyUFunc_G_G>
11f7a: 48 89 1d 5f 0c 26 00 mov %rbx,0x260c5f(%rip) # 272be0 <logaddexp_functions>
11f81: 48 8d 1d 28 60 00 00 lea 0x6028(%rip),%rbx # 17fb0 <PyUFunc_ff_f>
11f88: 48 89 05 41 0c 26 00 mov %rax,0x260c41(%rip) # 272bd0 <log2_functions+0x30>
11f8f: 48 8d 05 4a 11 02 00 lea 0x2114a(%rip),%rax # 330e0 <PyUFunc_O_O_method>
11f96: 48 89 1d 4b 0c 26 00 mov %rbx,0x260c4b(%rip) # 272be8 <logaddexp_functions+0x8>
11f9d: 48 8d 1d 6c 62 00 00 lea 0x626c(%rip),%rbx # 18210 <PyUFunc_gg_g>
11fa4: 48 89 05 2d 0c 26 00 mov %rax,0x260c2d(%rip) # 272bd8 <log2_functions+0x38>
11fab: 48 8b 05 3e bc 25 00 mov 0x25bc3e(%rip),%rax # 26dbf0 <_DYNAMIC+0x228>
11fb2: 48 89 1d 3f 0c 26 00 mov %rbx,0x260c3f(%rip) # 272bf8 <logaddexp_functions+0x18>
11fb9: 48 8d 1d f0 5f 00 00 lea 0x5ff0(%rip),%rbx # 17fb0 <PyUFunc_ff_f>
11fc0: 48 89 05 39 0c 26 00 mov %rax,0x260c39(%rip) # 272c00 <logaddexp_data>
11fc7: 48 89 05 3a 0c 26 00 mov %rax,0x260c3a(%rip) # 272c08 <logaddexp_data+0x8>
11fce: 48 8d 05 4b 61 00 00 lea 0x614b(%rip),%rax # 18120 <PyUFunc_dd_d>
11fd5: 48 89 05 14 0c 26 00 mov %rax,0x260c14(%rip) # 272bf0 <logaddexp_functions+0x10>
11fdc: 48 8b 05 4d be 25 00 mov 0x25be4d(%rip),%rax # 26de30 <_DYNAMIC+0x468>
11fe3: 48 89 05 26 0c 26 00 mov %rax,0x260c26(%rip) # 272c10 <logaddexp_data+0x10>
11fea: 48 8b 05 67 be 25 00 mov 0x25be67(%rip),%rax # 26de58 <_DYNAMIC+0x490>
11ff1: 48 89 05 20 0c 26 00 mov %rax,0x260c20(%rip) # 272c18 <logaddexp_data+0x18>
11ff8: 48 8d 05 b1 cb 01 00 lea 0x1cbb1(%rip),%rax # 2ebb0 <PyUFunc_ee_e_As_ff_f>
11fff: 48 89 1d 22 0c 26 00 mov %rbx,0x260c22(%rip) # 272c28 <logaddexp2_functions+0x8>
12006: 48 8d 1d 03 62 00 00 lea 0x6203(%rip),%rbx # 18210 <PyUFunc_gg_g>
1200d: 48 89 05 0c 0c 26 00 mov %rax,0x260c0c(%rip) # 272c20 <logaddexp2_functions>
12014: 48 8b 05 05 bf 25 00 mov 0x25bf05(%rip),%rax # 26df20 <_DYNAMIC+0x558>
1201b: 48 89 1d 16 0c 26 00 mov %rbx,0x260c16(%rip) # 272c38 <logaddexp2_functions+0x18>
12022: 48 8d 1d e7 da ff ff lea -0x2519(%rip),%rbx # fb10 <npy_ObjectLogicalAnd>
12029: 48 89 05 10 0c 26 00 mov %rax,0x260c10(%rip) # 272c40 <logaddexp2_data>
12030: 48 89 05 11 0c 26 00 mov %rax,0x260c11(%rip) # 272c48 <logaddexp2_data+0x8>
12037: 48 8d 05 e2 60 00 00 lea 0x60e2(%rip),%rax # 18120 <PyUFunc_dd_d>
1203e: 48 89 1d ab 0c 26 00 mov %rbx,0x260cab(%rip) # 272cf0 <logical_and_data+0x90>
12045: 48 8d 1d 34 db ff ff lea -0x24cc(%rip),%rbx # fb80 <npy_ObjectLogicalNot>
1204c: 48 89 05 dd 0b 26 00 mov %rax,0x260bdd(%rip) # 272c30 <logaddexp2_functions+0x10>
12053: 48 8b 05 26 be 25 00 mov 0x25be26(%rip),%rax # 26de80 <_DYNAMIC+0x4b8>
1205a: 48 89 1d 2f 0d 26 00 mov %rbx,0x260d2f(%rip) # 272d90 <logical_not_data+0x90>
12061: 48 8d 1d 28 da ff ff lea -0x25d8(%rip),%rbx # fa90 <npy_ObjectLogicalOr>
12068: 48 89 05 e1 0b 26 00 mov %rax,0x260be1(%rip) # 272c50 <logaddexp2_data+0x10>
1206f: 48 8b 05 4a bc 25 00 mov 0x25bc4a(%rip),%rax # 26dcc0 <_DYNAMIC+0x2f8>
12076: 48 89 1d b3 0d 26 00 mov %rbx,0x260db3(%rip) # 272e30 <logical_or_data+0x90>
1207d: 48 8d 1d 3c 68 00 00 lea 0x683c(%rip),%rbx # 188c0 <PyUFunc_OO_O>
12084: 48 89 05 cd 0b 26 00 mov %rax,0x260bcd(%rip) # 272c58 <logaddexp2_data+0x18>
1208b: 48 8d 05 2e 68 00 00 lea 0x682e(%rip),%rax # 188c0 <PyUFunc_OO_O>
12092: 48 89 1d 87 e2 25 00 mov %rbx,0x25e287(%rip) # 270320 <maximum_functions+0xa0>
12099: 48 89 1d 40 e3 25 00 mov %rbx,0x25e340(%rip) # 2703e0 <minimum_functions+0xa0>
120a0: 48 8d 1d c9 e9 ff ff lea -0x1637(%rip),%rbx # 10a70 <npy_ObjectMin>
120a7: 48 89 05 e2 df 25 00 mov %rax,0x25dfe2(%rip) # 270090 <logical_and_functions+0x90>
120ae: 48 8d 05 5b 67 00 00 lea 0x675b(%rip),%rax # 18810 <PyUFunc_O_O>
120b5: 48 89 1d e4 0e 26 00 mov %rbx,0x260ee4(%rip) # 272fa0 <minimum_data+0xa0>
120bc: 48 8d 1d dd 61 00 00 lea 0x61dd(%rip),%rbx # 182a0 <PyUFunc_F_F>
120c3: 48 89 05 66 e0 25 00 mov %rax,0x25e066(%rip) # 270130 <logical_not_functions+0x90>
120ca: 48 8d 05 ef 67 00 00 lea 0x67ef(%rip),%rax # 188c0 <PyUFunc_OO_O>
120d1: 48 89 1d 68 e4 25 00 mov %rbx,0x25e468(%rip) # 270540 <negative_functions+0x80>
120d8: 48 8d 1d 81 64 00 00 lea 0x6481(%rip),%rbx # 18560 <PyUFunc_D_D>
120df: 48 89 05 ea e0 25 00 mov %rax,0x25e0ea(%rip) # 2701d0 <logical_or_functions+0x90>
120e6: 48 8d 05 13 0f 02 00 lea 0x20f13(%rip),%rax # 33000 <PyUFunc_OO_O_method>
120ed: 48 89 1d 54 e4 25 00 mov %rbx,0x25e454(%rip) # 270548 <negative_functions+0x88>
120f4: 48 8d 1d a5 65 00 00 lea 0x65a5(%rip),%rbx # 186a0 <PyUFunc_G_G>
120fb: 48 89 05 6e e1 25 00 mov %rax,0x25e16e(%rip) # 270270 <logical_xor_functions+0x90>
12102: 48 8d 05 b7 e9 ff ff lea -0x1649(%rip),%rax # 10ac0 <npy_ObjectMax>
12109: 48 89 1d 40 e4 25 00 mov %rbx,0x25e440(%rip) # 270550 <negative_functions+0x90>
12110: 48 8d 1d f9 66 00 00 lea 0x66f9(%rip),%rbx # 18810 <PyUFunc_O_O>
12117: 48 89 05 c2 0d 26 00 mov %rax,0x260dc2(%rip) # 272ee0 <maximum_data+0xa0>
1211e: 48 8d 05 9b 67 00 00 lea 0x679b(%rip),%rax # 188c0 <PyUFunc_OO_O>
12125: 48 89 1d 2c e4 25 00 mov %rbx,0x25e42c(%rip) # 270558 <negative_functions+0x98>
1212c: 48 8d 1d 7d 5e 00 00 lea 0x5e7d(%rip),%rbx # 17fb0 <PyUFunc_ff_f>
12133: 48 89 05 76 e3 25 00 mov %rax,0x25e376(%rip) # 2704b0 <multiply_functions+0xb0>
1213a: 48 8b 05 7f bc 25 00 mov 0x25bc7f(%rip),%rax # 26ddc0 <_DYNAMIC+0x3f8>
12141: 48 89 05 28 0f 26 00 mov %rax,0x260f28(%rip) # 273070 <multiply_data+0xb0>
12148: 48 8d 05 f1 b6 ff ff lea -0x490f(%rip),%rax # d840 <nc_negf>
1214f: 48 89 05 aa 0f 26 00 mov %rax,0x260faa(%rip) # 273100 <negative_data+0x80>
12156: 48 8d 05 13 b7 ff ff lea -0x48ed(%rip),%rax # d870 <nc_neg>
1215d: 48 89 05 a4 0f 26 00 mov %rax,0x260fa4(%rip) # 273108 <negative_data+0x88>
12164: 48 8d 05 35 b7 ff ff lea -0x48cb(%rip),%rax # d8a0 <nc_negl>
1216b: 48 89 05 9e 0f 26 00 mov %rax,0x260f9e(%rip) # 273110 <negative_data+0x90>
12172: 48 8b 05 5f bb 25 00 mov 0x25bb5f(%rip),%rax # 26dcd8 <_DYNAMIC+0x310>
12179: 48 89 05 98 0f 26 00 mov %rax,0x260f98(%rip) # 273118 <negative_data+0x98>
12180: 48 8d 05 29 ca 01 00 lea 0x1ca29(%rip),%rax # 2ebb0 <PyUFunc_ee_e_As_ff_f>
12187: 48 89 1d 2a e4 25 00 mov %rbx,0x25e42a(%rip) # 2705b8 <power_functions+0x58>
1218e: 48 8d 1d 7b 60 00 00 lea 0x607b(%rip),%rbx # 18210 <PyUFunc_gg_g>
12195: 48 89 15 a4 f5 25 00 mov %rdx,0x25f5a4(%rip) # 271740 <radians_data>
1219c: 48 89 15 a5 f5 25 00 mov %rdx,0x25f5a5(%rip) # 271748 <radians_data+0x8>
121a3: 48 89 05 06 e4 25 00 mov %rax,0x25e406(%rip) # 2705b0 <power_functions+0x50>
121aa: 48 8b 05 8f bd 25 00 mov 0x25bd8f(%rip),%rax # 26df40 <_DYNAMIC+0x578>
121b1: 48 8d 15 08 5f 00 00 lea 0x5f08(%rip),%rdx # 180c0 <PyUFunc_d_d>
121b8: 48 89 1d 09 e4 25 00 mov %rbx,0x25e409(%rip) # 2705c8 <power_functions+0x68>
121bf: 48 8d 1d 6a d5 ff ff lea -0x2a96(%rip),%rbx # f730 <nc_powf>
121c6: 48 89 3d 33 f5 25 00 mov %rdi,0x25f533(%rip) # 271700 <rad2deg_data>
121cd: 48 89 3d 34 f5 25 00 mov %rdi,0x25f534(%rip) # 271708 <rad2deg_data+0x8>
121d4: 4c 89 05 35 f5 25 00 mov %r8,0x25f535(%rip) # 271710 <rad2deg_data+0x10>
121db: 48 8d 3d 0e e8 25 00 lea 0x25e80e(%rip),%rdi # 2709f0 <_arg_functions>
121e2: 48 89 05 87 0f 26 00 mov %rax,0x260f87(%rip) # 273170 <power_data+0x50>
121e9: 48 89 05 88 0f 26 00 mov %rax,0x260f88(%rip) # 273178 <power_data+0x58>
121f0: 48 8d 05 29 5f 00 00 lea 0x5f29(%rip),%rax # 18120 <PyUFunc_dd_d>
121f7: 48 89 1d 92 0f 26 00 mov %rbx,0x260f92(%rip) # 273190 <power_data+0x70>
121fe: 48 8d 1d 7b d1 ff ff lea -0x2e85(%rip),%rbx # f380 <nc_pow>
12205: 4c 89 0d 0c f5 25 00 mov %r9,0x25f50c(%rip) # 271718 <rad2deg_data+0x18>
1220c: 48 89 05 ad e3 25 00 mov %rax,0x25e3ad(%rip) # 2705c0 <power_functions+0x60>
12213: 48 8b 05 86 bb 25 00 mov 0x25bb86(%rip),%rax # 26dda0 <_DYNAMIC+0x3d8>
1221a: 41 b9 01 00 00 00 mov $0x1,%r9d
12220: 48 89 1d 71 0f 26 00 mov %rbx,0x260f71(%rip) # 273198 <power_data+0x78>
12227: 48 8d 1d c2 cc ff ff lea -0x333e(%rip),%rbx # eef0 <nc_powl>
1222e: 48 89 15 db 0f 26 00 mov %rdx,0x260fdb(%rip) # 273210 <radians_functions+0x10>
12235: 48 8d 15 d4 65 00 00 lea 0x65d4(%rip),%rdx # 18810 <PyUFunc_O_O>
1223c: 41 b8 01 00 00 00 mov $0x1,%r8d
12242: 48 89 05 37 0f 26 00 mov %rax,0x260f37(%rip) # 273180 <power_data+0x60>
12249: 48 8b 05 20 bb 25 00 mov 0x25bb20(%rip),%rax # 26dd70 <_DYNAMIC+0x3a8>
12250: 48 89 1d 49 0f 26 00 mov %rbx,0x260f49(%rip) # 2731a0 <power_data+0x80>
12257: 48 8d 1d 82 cc ff ff lea -0x337e(%rip),%rbx # eee0 <npy_ObjectPower>
1225e: 48 89 05 23 0f 26 00 mov %rax,0x260f23(%rip) # 273188 <power_data+0x68>
12265: 48 8d 05 54 61 00 00 lea 0x6154(%rip),%rax # 183c0 <PyUFunc_FF_F>
1226c: 48 89 1d 35 0f 26 00 mov %rbx,0x260f35(%rip) # 2731a8 <power_data+0x88>
12273: 48 8d 1d e6 5b 00 00 lea 0x5be6(%rip),%rbx # 17e60 <PyUFunc_f_f>
1227a: 48 89 05 4f e3 25 00 mov %rax,0x25e34f(%rip) # 2705d0 <power_functions+0x70>
12281: 48 8d 05 58 63 00 00 lea 0x6358(%rip),%rax # 185e0 <PyUFunc_DD_D>
12288: 48 89 1d 39 0f 26 00 mov %rbx,0x260f39(%rip) # 2731c8 <rad2deg_functions+0x8>
1228f: 48 8d 1d 0a 5f 00 00 lea 0x5f0a(%rip),%rbx # 181a0 <PyUFunc_g_g>
12296: 48 89 05 3b e3 25 00 mov %rax,0x25e33b(%rip) # 2705d8 <power_functions+0x78>
1229d: 48 8d 05 8c 64 00 00 lea 0x648c(%rip),%rax # 18730 <PyUFunc_GG_G>
122a4: 48 89 1d 2d 0f 26 00 mov %rbx,0x260f2d(%rip) # 2731d8 <rad2deg_functions+0x18>
122ab: 48 8d 1d 9e c9 01 00 lea 0x1c99e(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
122b2: 48 89 05 27 e3 25 00 mov %rax,0x25e327(%rip) # 2705e0 <power_functions+0x80>
122b9: 48 8d 05 00 66 00 00 lea 0x6600(%rip),%rax # 188c0 <PyUFunc_OO_O>
122c0: 48 89 1d 39 0f 26 00 mov %rbx,0x260f39(%rip) # 273200 <radians_functions>
122c7: 48 8d 1d d2 5e 00 00 lea 0x5ed2(%rip),%rbx # 181a0 <PyUFunc_g_g>
122ce: 48 89 05 13 e3 25 00 mov %rax,0x25e313(%rip) # 2705e8 <power_functions+0x88>
122d5: 48 8d 05 74 c9 01 00 lea 0x1c974(%rip),%rax # 2ec50 <PyUFunc_e_e_As_f_f>
122dc: 48 89 05 dd 0e 26 00 mov %rax,0x260edd(%rip) # 2731c0 <rad2deg_functions>
122e3: 48 8d 05 d6 5d 00 00 lea 0x5dd6(%rip),%rax # 180c0 <PyUFunc_d_d>
122ea: 48 89 05 df 0e 26 00 mov %rax,0x260edf(%rip) # 2731d0 <rad2deg_functions+0x10>
122f1: 48 8d 05 e8 0d 02 00 lea 0x20de8(%rip),%rax # 330e0 <PyUFunc_O_O_method>
122f8: 48 89 05 e1 0e 26 00 mov %rax,0x260ee1(%rip) # 2731e0 <rad2deg_functions+0x20>
122ff: 48 8d 05 5a 5b 00 00 lea 0x5b5a(%rip),%rax # 17e60 <PyUFunc_f_f>
12306: 48 89 05 fb 0e 26 00 mov %rax,0x260efb(%rip) # 273208 <radians_functions+0x8>
1230d: 48 8d 05 cc 0d 02 00 lea 0x20dcc(%rip),%rax # 330e0 <PyUFunc_O_O_method>
12314: 48 89 0d 35 f4 25 00 mov %rcx,0x25f435(%rip) # 271750 <radians_data+0x10>
1231b: 48 89 1d f6 0e 26 00 mov %rbx,0x260ef6(%rip) # 273218 <radians_functions+0x18>
12322: 48 89 15 5f e3 25 00 mov %rdx,0x25e35f(%rip) # 270688 <reciprocal_functions+0x88>
12329: 48 8d 1d 30 cb ff ff lea -0x34d0(%rip),%rbx # ee60 <Py_reciprocal>
12330: 48 89 05 e9 0e 26 00 mov %rax,0x260ee9(%rip) # 273220 <radians_functions+0x20>
12337: 48 8d 05 82 65 00 00 lea 0x6582(%rip),%rax # 188c0 <PyUFunc_OO_O>
1233e: 48 8d 15 7b 65 00 00 lea 0x657b(%rip),%rdx # 188c0 <PyUFunc_OO_O>
12345: 48 89 1d 7c 0f 26 00 mov %rbx,0x260f7c(%rip) # 2732c8 <reciprocal_data+0x88>
1234c: 48 8d 1d fd c8 01 00 lea 0x1c8fd(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
12353: 48 89 35 fe f3 25 00 mov %rsi,0x25f3fe(%rip) # 271758 <radians_data+0x18>
1235a: 48 89 05 af e3 25 00 mov %rax,0x25e3af(%rip) # 270710 <remainder_functions+0x70>
12361: 48 8b 05 68 b8 25 00 mov 0x25b868(%rip),%rax # 26dbd0 <_DYNAMIC+0x208>
12368: 48 8d 35 e1 13 26 00 lea 0x2613e1(%rip),%rsi # 273750 <_arg_data>
1236f: 48 89 15 fa e3 25 00 mov %rdx,0x25e3fa(%rip) # 270770 <right_shift_functions+0x50>
12376: 48 8d 15 e3 5a 00 00 lea 0x5ae3(%rip),%rdx # 17e60 <PyUFunc_f_f>
1237d: 48 89 1d 3c 10 26 00 mov %rbx,0x26103c(%rip) # 2733c0 <rint_functions>
12384: 48 8d 1d 35 5d 00 00 lea 0x5d35(%rip),%rbx # 180c0 <PyUFunc_d_d>
1238b: b9 03 00 00 00 mov $0x3,%ecx
12390: 48 89 05 b9 0f 26 00 mov %rax,0x260fb9(%rip) # 273350 <remainder_data+0x70>
12397: 48 8b 05 6a ba 25 00 mov 0x25ba6a(%rip),%rax # 26de08 <_DYNAMIC+0x440>
1239e: 48 89 15 23 10 26 00 mov %rdx,0x261023(%rip) # 2733c8 <rint_functions+0x8>
123a5: 48 8d 15 f4 5e 00 00 lea 0x5ef4(%rip),%rdx # 182a0 <PyUFunc_F_F>
123ac: 48 89 1d 1d 10 26 00 mov %rbx,0x26101d(%rip) # 2733d0 <rint_functions+0x10>
123b3: 48 8d 1d 36 bc ff ff lea -0x43ca(%rip),%rbx # dff0 <nc_rintf>
123ba: 48 89 05 ef 0f 26 00 mov %rax,0x260fef(%rip) # 2733b0 <right_shift_data+0x50>
123c1: 48 8b 05 60 b9 25 00 mov 0x25b960(%rip),%rax # 26dd28 <_DYNAMIC+0x360>
123c8: 48 89 15 11 10 26 00 mov %rdx,0x261011(%rip) # 2733e0 <rint_functions+0x20>
123cf: 48 8d 15 6a bc ff ff lea -0x4396(%rip),%rdx # e040 <nc_rint>
123d6: 48 89 1d c3 f3 25 00 mov %rbx,0x25f3c3(%rip) # 2717a0 <rint_data+0x20>
123dd: 48 8d 1d bc 62 00 00 lea 0x62bc(%rip),%rbx # 186a0 <PyUFunc_G_G>
123e4: 48 89 05 95 f3 25 00 mov %rax,0x25f395(%rip) # 271780 <rint_data>
123eb: 48 89 05 96 f3 25 00 mov %rax,0x25f396(%rip) # 271788 <rint_data+0x8>
123f2: 48 8b 05 97 bb 25 00 mov 0x25bb97(%rip),%rax # 26df90 <_DYNAMIC+0x5c8>
123f9: 48 89 15 a8 f3 25 00 mov %rdx,0x25f3a8(%rip) # 2717a8 <rint_data+0x28>
12400: 48 8d 15 d9 0c 02 00 lea 0x20cd9(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
12407: 48 89 1d e2 0f 26 00 mov %rbx,0x260fe2(%rip) # 2733f0 <rint_functions+0x30>
1240e: 48 8d 1d 3b c8 01 00 lea 0x1c83b(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
12415: 48 89 15 dc 0f 26 00 mov %rdx,0x260fdc(%rip) # 2733f8 <rint_functions+0x38>
1241c: 48 8d 15 3d 5a 00 00 lea 0x5a3d(%rip),%rdx # 17e60 <PyUFunc_f_f>
12423: 48 89 05 66 f3 25 00 mov %rax,0x25f366(%rip) # 271790 <rint_data+0x10>
1242a: 48 8d 05 6f 5d 00 00 lea 0x5d6f(%rip),%rax # 181a0 <PyUFunc_g_g>
12431: 48 89 1d c8 0f 26 00 mov %rbx,0x260fc8(%rip) # 273400 <sin_functions>
12438: 48 89 15 c9 0f 26 00 mov %rdx,0x260fc9(%rip) # 273408 <sin_functions+0x8>
1243f: 48 8d 1d 7a 5c 00 00 lea 0x5c7a(%rip),%rbx # 180c0 <PyUFunc_d_d>
12446: 48 8d 15 53 5e 00 00 lea 0x5e53(%rip),%rdx # 182a0 <PyUFunc_F_F>
1244d: 48 89 05 84 0f 26 00 mov %rax,0x260f84(%rip) # 2733d8 <rint_functions+0x18>
12454: 48 8b 05 75 ba 25 00 mov 0x25ba75(%rip),%rax # 26ded0 <_DYNAMIC+0x508>
1245b: 48 89 05 36 f3 25 00 mov %rax,0x25f336(%rip) # 271798 <rint_data+0x18>
12462: 48 8d 05 f7 60 00 00 lea 0x60f7(%rip),%rax # 18560 <PyUFunc_D_D>
12469: 48 89 05 78 0f 26 00 mov %rax,0x260f78(%rip) # 2733e8 <rint_functions+0x28>
12470: 48 8d 05 19 bc ff ff lea -0x43e7(%rip),%rax # e090 <nc_rintl>
12477: 48 89 05 32 f3 25 00 mov %rax,0x25f332(%rip) # 2717b0 <rint_data+0x30>
1247e: 48 8b 05 03 bb 25 00 mov 0x25bb03(%rip),%rax # 26df88 <_DYNAMIC+0x5c0>
12485: 48 89 05 34 f3 25 00 mov %rax,0x25f334(%rip) # 2717c0 <sin_data>
1248c: 48 89 05 35 f3 25 00 mov %rax,0x25f335(%rip) # 2717c8 <sin_data+0x8>
12493: 48 8b 05 b6 b8 25 00 mov 0x25b8b6(%rip),%rax # 26dd50 <_DYNAMIC+0x388>
1249a: 48 89 1d 6f 0f 26 00 mov %rbx,0x260f6f(%rip) # 273410 <sin_functions+0x10>
124a1: 48 8d 1d c8 bf ff ff lea -0x4038(%rip),%rbx # e470 <nc_sinf>
124a8: 48 89 15 71 0f 26 00 mov %rdx,0x260f71(%rip) # 273420 <sin_functions+0x20>
124af: 48 8d 15 3a c3 ff ff lea -0x3cc6(%rip),%rdx # e7f0 <nc_sin>
124b6: 48 89 1d 23 f3 25 00 mov %rbx,0x25f323(%rip) # 2717e0 <sin_data+0x20>
124bd: 48 8d 1d dc 61 00 00 lea 0x61dc(%rip),%rbx # 186a0 <PyUFunc_G_G>
124c4: 48 89 05 05 f3 25 00 mov %rax,0x25f305(%rip) # 2717d0 <sin_data+0x10>
124cb: 48 8d 05 ce 5c 00 00 lea 0x5cce(%rip),%rax # 181a0 <PyUFunc_g_g>
124d2: 48 89 15 0f f3 25 00 mov %rdx,0x25f30f(%rip) # 2717e8 <sin_data+0x28>
124d9: 48 89 1d 50 0f 26 00 mov %rbx,0x260f50(%rip) # 273430 <sin_functions+0x30>
124e0: 48 8d 15 f9 0b 02 00 lea 0x20bf9(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
124e7: 48 8d 1d 62 c7 01 00 lea 0x1c762(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
124ee: 48 89 05 23 0f 26 00 mov %rax,0x260f23(%rip) # 273418 <sin_functions+0x18>
124f5: 48 8b 05 3c b7 25 00 mov 0x25b73c(%rip),%rax # 26dc38 <_DYNAMIC+0x270>
124fc: 48 89 15 35 0f 26 00 mov %rdx,0x260f35(%rip) # 273438 <sin_functions+0x38>
12503: 48 89 1d 36 0f 26 00 mov %rbx,0x260f36(%rip) # 273440 <sinh_functions>
1250a: 48 8d 15 4f 59 00 00 lea 0x594f(%rip),%rdx # 17e60 <PyUFunc_f_f>
12511: 48 8d 1d a8 5b 00 00 lea 0x5ba8(%rip),%rbx # 180c0 <PyUFunc_d_d>
12518: 48 89 05 b9 f2 25 00 mov %rax,0x25f2b9(%rip) # 2717d8 <sin_data+0x18>
1251f: 48 8d 05 3a 60 00 00 lea 0x603a(%rip),%rax # 18560 <PyUFunc_D_D>
12526: 48 89 15 1b 0f 26 00 mov %rdx,0x260f1b(%rip) # 273448 <sinh_functions+0x8>
1252d: 48 89 1d 1c 0f 26 00 mov %rbx,0x260f1c(%rip) # 273450 <sinh_functions+0x10>
12534: 48 8d 15 65 5d 00 00 lea 0x5d65(%rip),%rdx # 182a0 <PyUFunc_F_F>
1253b: 48 8d 1d be be ff ff lea -0x4142(%rip),%rbx # e400 <nc_sinhf>
12542: 48 89 05 df 0e 26 00 mov %rax,0x260edf(%rip) # 273428 <sin_functions+0x28>
12549: 48 8d 05 70 c6 ff ff lea -0x3990(%rip),%rax # ebc0 <nc_sinl>
12550: 48 89 15 09 0f 26 00 mov %rdx,0x260f09(%rip) # 273460 <sinh_functions+0x20>
12557: 48 89 1d c2 f2 25 00 mov %rbx,0x25f2c2(%rip) # 271820 <sinh_data+0x20>
1255e: 48 8d 15 1b c2 ff ff lea -0x3de5(%rip),%rdx # e780 <nc_sinh>
12565: 48 89 05 84 f2 25 00 mov %rax,0x25f284(%rip) # 2717f0 <sin_data+0x30>
1256c: 48 8b 05 35 b9 25 00 mov 0x25b935(%rip),%rax # 26dea8 <_DYNAMIC+0x4e0>
12573: 48 8d 1d 26 61 00 00 lea 0x6126(%rip),%rbx # 186a0 <PyUFunc_G_G>
1257a: 48 89 15 a7 f2 25 00 mov %rdx,0x25f2a7(%rip) # 271828 <sinh_data+0x28>
12581: 48 8d 15 58 0b 02 00 lea 0x20b58(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
12588: 48 89 1d e1 0e 26 00 mov %rbx,0x260ee1(%rip) # 273470 <sinh_functions+0x30>
1258f: 48 8d 1d ba c6 01 00 lea 0x1c6ba(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
12596: 48 89 05 63 f2 25 00 mov %rax,0x25f263(%rip) # 271800 <sinh_data>
1259d: 48 89 05 64 f2 25 00 mov %rax,0x25f264(%rip) # 271808 <sinh_data+0x8>
125a4: 48 8b 05 b5 b7 25 00 mov 0x25b7b5(%rip),%rax # 26dd60 <_DYNAMIC+0x398>
125ab: 48 89 15 c6 0e 26 00 mov %rdx,0x260ec6(%rip) # 273478 <sinh_functions+0x38>
125b2: 48 8d 15 a7 58 00 00 lea 0x58a7(%rip),%rdx # 17e60 <PyUFunc_f_f>
125b9: 48 89 1d d0 e1 25 00 mov %rbx,0x25e1d0(%rip) # 270790 <sqrt_functions+0x10>
125c0: 48 8d 1d f9 5a 00 00 lea 0x5af9(%rip),%rbx # 180c0 <PyUFunc_d_d>
125c7: 48 89 05 42 f2 25 00 mov %rax,0x25f242(%rip) # 271810 <sinh_data+0x10>
125ce: 48 8d 05 cb 5b 00 00 lea 0x5bcb(%rip),%rax # 181a0 <PyUFunc_g_g>
125d5: 48 89 05 7c 0e 26 00 mov %rax,0x260e7c(%rip) # 273458 <sinh_functions+0x18>
125dc: 48 8b 05 d5 b8 25 00 mov 0x25b8d5(%rip),%rax # 26deb8 <_DYNAMIC+0x4f0>
125e3: 48 89 05 2e f2 25 00 mov %rax,0x25f22e(%rip) # 271818 <sinh_data+0x18>
125ea: 48 8d 05 6f 5f 00 00 lea 0x5f6f(%rip),%rax # 18560 <PyUFunc_D_D>
125f1: 48 89 05 70 0e 26 00 mov %rax,0x260e70(%rip) # 273468 <sinh_functions+0x28>
125f8: 48 8d 05 21 c5 ff ff lea -0x3adf(%rip),%rax # eb20 <nc_sinhl>
125ff: 48 89 05 2a f2 25 00 mov %rax,0x25f22a(%rip) # 271830 <sinh_data+0x30>
12606: 48 8b 05 eb b7 25 00 mov 0x25b7eb(%rip),%rax # 26ddf8 <_DYNAMIC+0x430>
1260d: 48 89 05 3c f2 25 00 mov %rax,0x25f23c(%rip) # 271850 <sqrt_data+0x10>
12614: 48 89 05 3d f2 25 00 mov %rax,0x25f23d(%rip) # 271858 <sqrt_data+0x18>
1261b: 48 8b 05 96 b6 25 00 mov 0x25b696(%rip),%rax # 26dcb8 <_DYNAMIC+0x2f0>
12622: 48 89 15 6f e1 25 00 mov %rdx,0x25e16f(%rip) # 270798 <sqrt_functions+0x18>
12629: 48 8d 15 70 5c 00 00 lea 0x5c70(%rip),%rdx # 182a0 <PyUFunc_F_F>
12630: 48 89 1d 69 e1 25 00 mov %rbx,0x25e169(%rip) # 2707a0 <sqrt_functions+0x20>
12637: 48 8d 1d 02 c8 ff ff lea -0x37fe(%rip),%rbx # ee40 <nc_sqrtf>
1263e: 48 89 15 6b e1 25 00 mov %rdx,0x25e16b(%rip) # 2707b0 <sqrt_functions+0x30>
12645: 48 8d 15 b4 c7 ff ff lea -0x384c(%rip),%rdx # ee00 <nc_sqrt>
1264c: 48 89 05 0d f2 25 00 mov %rax,0x25f20d(%rip) # 271860 <sqrt_data+0x20>
12653: 48 8d 05 46 5b 00 00 lea 0x5b46(%rip),%rax # 181a0 <PyUFunc_g_g>
1265a: 48 89 1d 0f f2 25 00 mov %rbx,0x25f20f(%rip) # 271870 <sqrt_data+0x30>
12661: 48 8d 1d 38 60 00 00 lea 0x6038(%rip),%rbx # 186a0 <PyUFunc_G_G>
12668: 48 89 15 09 f2 25 00 mov %rdx,0x25f209(%rip) # 271878 <sqrt_data+0x38>
1266f: 48 8d 15 6a 0a 02 00 lea 0x20a6a(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
12676: 48 89 05 2b e1 25 00 mov %rax,0x25e12b(%rip) # 2707a8 <sqrt_functions+0x28>
1267d: 48 8b 05 44 b5 25 00 mov 0x25b544(%rip),%rax # 26dbc8 <_DYNAMIC+0x200>
12684: 48 89 1d 35 e1 25 00 mov %rbx,0x25e135(%rip) # 2707c0 <sqrt_functions+0x40>
1268b: 48 8d 1d 7e 61 00 00 lea 0x617e(%rip),%rbx # 18810 <PyUFunc_O_O>
12692: 48 89 15 2f e1 25 00 mov %rdx,0x25e12f(%rip) # 2707c8 <sqrt_functions+0x48>
12699: 48 8d 15 20 62 00 00 lea 0x6220(%rip),%rdx # 188c0 <PyUFunc_OO_O>
126a0: 48 89 05 c1 f1 25 00 mov %rax,0x25f1c1(%rip) # 271868 <sqrt_data+0x28>
126a7: 48 8d 05 b2 5e 00 00 lea 0x5eb2(%rip),%rax # 18560 <PyUFunc_D_D>
126ae: 48 89 1d b3 e1 25 00 mov %rbx,0x25e1b3(%rip) # 270868 <square_functions+0x88>
126b5: 48 8d 1d 94 c5 01 00 lea 0x1c594(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
126bc: 48 89 15 65 e2 25 00 mov %rdx,0x25e265(%rip) # 270928 <subtract_functions+0xa8>
126c3: 48 8d 15 96 57 00 00 lea 0x5796(%rip),%rdx # 17e60 <PyUFunc_f_f>
126ca: 48 89 05 e7 e0 25 00 mov %rax,0x25e0e7(%rip) # 2707b8 <sqrt_functions+0x38>
126d1: 48 8d 05 c8 c6 ff ff lea -0x3938(%rip),%rax # eda0 <nc_sqrtl>
126d8: 48 89 1d 01 0f 26 00 mov %rbx,0x260f01(%rip) # 2735e0 <tan_functions>
126df: 48 8d 1d da 59 00 00 lea 0x59da(%rip),%rbx # 180c0 <PyUFunc_d_d>
126e6: 48 89 15 fb 0e 26 00 mov %rdx,0x260efb(%rip) # 2735e8 <tan_functions+0x8>
126ed: 48 89 05 8c f1 25 00 mov %rax,0x25f18c(%rip) # 271880 <sqrt_data+0x40>
126f4: 48 8d 05 e5 b8 ff ff lea -0x471b(%rip),%rax # dfe0 <Py_square>
126fb: 48 8d 15 9e 5b 00 00 lea 0x5b9e(%rip),%rdx # 182a0 <PyUFunc_F_F>
12702: 48 89 1d e7 0e 26 00 mov %rbx,0x260ee7(%rip) # 2735f0 <tan_functions+0x10>
12709: 48 8d 1d 10 bc ff ff lea -0x43f0(%rip),%rbx # e320 <nc_tanf>
12710: 48 89 05 f1 0d 26 00 mov %rax,0x260df1(%rip) # 273508 <square_data+0x88>
12717: 48 8b 05 6a b7 25 00 mov 0x25b76a(%rip),%rax # 26de88 <_DYNAMIC+0x4c0>
1271e: 48 89 15 db 0e 26 00 mov %rdx,0x260edb(%rip) # 273600 <tan_functions+0x20>
12725: 48 89 1d 94 f1 25 00 mov %rbx,0x25f194(%rip) # 2718c0 <tan_data+0x20>
1272c: 48 8d 15 6d bf ff ff lea -0x4093(%rip),%rdx # e6a0 <nc_tan>
12733: 48 8d 1d 66 5f 00 00 lea 0x5f66(%rip),%rbx # 186a0 <PyUFunc_G_G>
1273a: 48 89 05 87 0e 26 00 mov %rax,0x260e87(%rip) # 2735c8 <subtract_data+0xa8>
12741: 48 8b 05 00 b8 25 00 mov 0x25b800(%rip),%rax # 26df48 <_DYNAMIC+0x580>
12748: 48 89 05 51 f1 25 00 mov %rax,0x25f151(%rip) # 2718a0 <tan_data>
1274f: 48 89 05 52 f1 25 00 mov %rax,0x25f152(%rip) # 2718a8 <tan_data+0x8>
12756: 48 8b 05 63 b7 25 00 mov 0x25b763(%rip),%rax # 26dec0 <_DYNAMIC+0x4f8>
1275d: 48 89 05 4c f1 25 00 mov %rax,0x25f14c(%rip) # 2718b0 <tan_data+0x10>
12764: 48 8d 05 35 5a 00 00 lea 0x5a35(%rip),%rax # 181a0 <PyUFunc_g_g>
1276b: 48 89 05 86 0e 26 00 mov %rax,0x260e86(%rip) # 2735f8 <tan_functions+0x18>
12772: 48 8b 05 57 b6 25 00 mov 0x25b657(%rip),%rax # 26ddd0 <_DYNAMIC+0x408>
12779: 48 89 05 38 f1 25 00 mov %rax,0x25f138(%rip) # 2718b8 <tan_data+0x18>
12780: 48 8d 05 d9 5d 00 00 lea 0x5dd9(%rip),%rax # 18560 <PyUFunc_D_D>
12787: 48 89 05 7a 0e 26 00 mov %rax,0x260e7a(%rip) # 273608 <tan_functions+0x28>
1278e: 48 8d 05 ab c2 ff ff lea -0x3d55(%rip),%rax # ea40 <nc_tanl>
12795: 48 89 15 2c f1 25 00 mov %rdx,0x25f12c(%rip) # 2718c8 <tan_data+0x28>
1279c: 48 89 1d 6d 0e 26 00 mov %rbx,0x260e6d(%rip) # 273610 <tan_functions+0x30>
127a3: 48 8d 15 36 09 02 00 lea 0x20936(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
127aa: 48 8d 1d 9f c4 01 00 lea 0x1c49f(%rip),%rbx # 2ec50 <PyUFunc_e_e_As_f_f>
127b1: 48 89 05 18 f1 25 00 mov %rax,0x25f118(%rip) # 2718d0 <tan_data+0x30>
127b8: 48 8b 05 99 b4 25 00 mov 0x25b499(%rip),%rax # 26dc58 <_DYNAMIC+0x290>
127bf: 48 89 15 52 0e 26 00 mov %rdx,0x260e52(%rip) # 273618 <tan_functions+0x38>
127c6: 48 89 1d 53 0e 26 00 mov %rbx,0x260e53(%rip) # 273620 <tanh_functions>
127cd: 48 8d 15 8c 56 00 00 lea 0x568c(%rip),%rdx # 17e60 <PyUFunc_f_f>
127d4: 48 8d 1d e5 58 00 00 lea 0x58e5(%rip),%rbx # 180c0 <PyUFunc_d_d>
127db: 48 89 05 fe f0 25 00 mov %rax,0x25f0fe(%rip) # 2718e0 <tanh_data>
127e2: 48 89 05 ff f0 25 00 mov %rax,0x25f0ff(%rip) # 2718e8 <tanh_data+0x8>
127e9: 48 8b 05 30 b5 25 00 mov 0x25b530(%rip),%rax # 26dd20 <_DYNAMIC+0x358>
127f0: 48 89 15 31 0e 26 00 mov %rdx,0x260e31(%rip) # 273628 <tanh_functions+0x8>
127f7: 48 8d 15 a2 5a 00 00 lea 0x5aa2(%rip),%rdx # 182a0 <PyUFunc_F_F>
127fe: 48 89 1d 2b 0e 26 00 mov %rbx,0x260e2b(%rip) # 273630 <tanh_functions+0x10>
12805: 48 8d 1d 44 ba ff ff lea -0x45bc(%rip),%rbx # e250 <nc_tanhf>
1280c: 48 89 15 2d 0e 26 00 mov %rdx,0x260e2d(%rip) # 273640 <tanh_functions+0x20>
12813: 48 8d 15 b6 bd ff ff lea -0x424a(%rip),%rdx # e5d0 <nc_tanh>
1281a: 48 89 05 cf f0 25 00 mov %rax,0x25f0cf(%rip) # 2718f0 <tanh_data+0x10>
12821: 48 8d 05 78 59 00 00 lea 0x5978(%rip),%rax # 181a0 <PyUFunc_g_g>
12828: 48 89 1d d1 f0 25 00 mov %rbx,0x25f0d1(%rip) # 271900 <tanh_data+0x20>
1282f: 48 8d 1d 6a 5e 00 00 lea 0x5e6a(%rip),%rbx # 186a0 <PyUFunc_G_G>
12836: 48 89 15 cb f0 25 00 mov %rdx,0x25f0cb(%rip) # 271908 <tanh_data+0x28>
1283d: 48 8d 15 9c 08 02 00 lea 0x2089c(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
12844: 48 89 05 ed 0d 26 00 mov %rax,0x260ded(%rip) # 273638 <tanh_functions+0x18>
1284b: 48 8b 05 f6 b5 25 00 mov 0x25b5f6(%rip),%rax # 26de48 <_DYNAMIC+0x480>
12852: 48 89 1d f7 0d 26 00 mov %rbx,0x260df7(%rip) # 273650 <tanh_functions+0x30>
12859: 48 8d 1d 60 60 00 00 lea 0x6060(%rip),%rbx # 188c0 <PyUFunc_OO_O>
12860: 48 89 15 f1 0d 26 00 mov %rdx,0x260df1(%rip) # 273658 <tanh_functions+0x38>
12867: 48 8d 15 f2 55 00 00 lea 0x55f2(%rip),%rdx # 17e60 <PyUFunc_f_f>
1286e: 48 89 05 83 f0 25 00 mov %rax,0x25f083(%rip) # 2718f8 <tanh_data+0x18>
12875: 48 8d 05 e4 5c 00 00 lea 0x5ce4(%rip),%rax # 18560 <PyUFunc_D_D>
1287c: 48 89 1d 5d e1 25 00 mov %rbx,0x25e15d(%rip) # 2709e0 <true_divide_functions+0xa0>
12883: 48 8d 1d 36 58 00 00 lea 0x5836(%rip),%rbx # 180c0 <PyUFunc_d_d>
1288a: 48 89 15 97 0e 26 00 mov %rdx,0x260e97(%rip) # 273728 <trunc_functions+0x8>
12891: 48 8d 15 48 08 02 00 lea 0x20848(%rip),%rdx # 330e0 <PyUFunc_O_O_method>
12898: 48 89 05 a9 0d 26 00 mov %rax,0x260da9(%rip) # 273648 <tanh_functions+0x28>
1289f: 48 8d 05 ba c0 ff ff lea -0x3f46(%rip),%rax # e960 <nc_tanhl>
128a6: 48 89 1d 83 0e 26 00 mov %rbx,0x260e83(%rip) # 273730 <trunc_functions+0x10>
128ad: 48 8d 1d 60 c4 03 00 lea 0x3c460(%rip),%rbx # 4ed14 <_fini+0x11c>
128b4: 48 89 05 55 f0 25 00 mov %rax,0x25f055(%rip) # 271910 <tanh_data+0x30>
128bb: 48 8b 05 a6 b6 25 00 mov 0x25b6a6(%rip),%rax # 26df68 <_DYNAMIC+0x5a0>
128c2: 48 89 05 37 0e 26 00 mov %rax,0x260e37(%rip) # 273700 <true_divide_data+0xa0>
128c9: 48 8d 05 80 c3 01 00 lea 0x1c380(%rip),%rax # 2ec50 <PyUFunc_e_e_As_f_f>
128d0: 48 89 05 49 0e 26 00 mov %rax,0x260e49(%rip) # 273720 <trunc_functions>
128d7: 48 8b 05 0a b3 25 00 mov 0x25b30a(%rip),%rax # 26dbe8 <_DYNAMIC+0x220>
128de: 48 89 05 3b f0 25 00 mov %rax,0x25f03b(%rip) # 271920 <trunc_data>
128e5: 48 89 05 3c f0 25 00 mov %rax,0x25f03c(%rip) # 271928 <trunc_data+0x8>
128ec: 48 8b 05 c5 b6 25 00 mov 0x25b6c5(%rip),%rax # 26dfb8 <_DYNAMIC+0x5f0>
128f3: 48 89 05 36 f0 25 00 mov %rax,0x25f036(%rip) # 271930 <trunc_data+0x10>
128fa: 48 8d 05 9f 58 00 00 lea 0x589f(%rip),%rax # 181a0 <PyUFunc_g_g>
12901: 48 89 05 30 0e 26 00 mov %rax,0x260e30(%rip) # 273738 <trunc_functions+0x18>
12908: 48 8b 05 81 b2 25 00 mov 0x25b281(%rip),%rax # 26db90 <_DYNAMIC+0x1c8>
1290f: 48 89 15 2a 0e 26 00 mov %rdx,0x260e2a(%rip) # 273740 <trunc_functions+0x20>
12916: 48 8d 15 a3 c0 25 00 lea 0x25c0a3(%rip),%rdx # 26e9c0 <_arg_signatures>
1291d: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
12922: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12929: 00
1292a: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12931: 48 89 05 00 f0 25 00 mov %rax,0x25f000(%rip) # 271938 <trunc_data+0x18>
12938: 48 8d 05 f2 c3 03 00 lea 0x3c3f2(%rip),%rax # 4ed31 <_fini+0x139>
1293f: 48 89 44 24 08 mov %rax,0x8(%rsp)
12944: e8 37 f2 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12949: 48 8d 35 e1 c3 03 00 lea 0x3c3e1(%rip),%rsi # 4ed31 <_fini+0x139>
12950: 48 89 c3 mov %rax,%rbx
12953: 48 89 c2 mov %rax,%rdx
12956: 48 89 ef mov %rbp,%rdi
12959: e8 22 9b ff ff callq c480 <PyDict_SetItemString@plt>
1295e: 48 8b 03 mov (%rbx),%rax
12961: 48 83 e8 01 sub $0x1,%rax
12965: 48 85 c0 test %rax,%rax
12968: 48 89 03 mov %rax,(%rbx)
1296b: 0f 84 d4 2e 00 00 je 15845 <initumath+0x4ae5>
12971: 48 8d 15 18 c9 03 00 lea 0x3c918(%rip),%rdx # 4f290 <_fini+0x698>
12978: 48 8d 1d b7 c3 03 00 lea 0x3c3b7(%rip),%rbx # 4ed36 <_fini+0x13e>
1297f: 48 8d 35 fa f5 25 00 lea 0x25f5fa(%rip),%rsi # 271f80 <_ones_like_data>
12986: 48 8d 3d 73 ce 25 00 lea 0x25ce73(%rip),%rdi # 26f800 <_ones_like_functions>
1298d: 41 b9 01 00 00 00 mov $0x1,%r9d
12993: 41 b8 01 00 00 00 mov $0x1,%r8d
12999: 48 89 54 24 10 mov %rdx,0x10(%rsp)
1299e: 48 8d 15 3b c0 25 00 lea 0x25c03b(%rip),%rdx # 26e9e0 <_ones_like_signatures>
129a5: b9 15 00 00 00 mov $0x15,%ecx
129aa: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
129af: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
129b6: 00
129b7: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
129be: e8 bd f1 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
129c3: 48 89 c3 mov %rax,%rbx
129c6: 48 8d 05 f3 9d 03 00 lea 0x39df3(%rip),%rax # 4c7c0 <PyUFunc_OnesLikeTypeResolver>
129cd: 48 8d 35 62 c3 03 00 lea 0x3c362(%rip),%rsi # 4ed36 <_fini+0x13e>
129d4: 48 89 da mov %rbx,%rdx
129d7: 48 89 ef mov %rbp,%rdi
129da: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
129e1: e8 9a 9a ff ff callq c480 <PyDict_SetItemString@plt>
129e6: 48 8b 03 mov (%rbx),%rax
129e9: 48 83 e8 01 sub $0x1,%rax
129ed: 48 85 c0 test %rax,%rax
129f0: 48 89 03 mov %rax,(%rbx)
129f3: 0f 84 3c 2e 00 00 je 15835 <initumath+0x4ad5>
129f9: 48 8d 15 78 c9 03 00 lea 0x3c978(%rip),%rdx # 4f378 <_fini+0x780>
12a00: 48 8d 1d 3a c3 03 00 lea 0x3c33a(%rip),%rbx # 4ed41 <_fini+0x149>
12a07: 48 8d 35 32 f6 25 00 lea 0x25f632(%rip),%rsi # 272040 <absolute_data>
12a0e: 48 8d 3d ab ce 25 00 lea 0x25ceab(%rip),%rdi # 26f8c0 <absolute_functions>
12a15: 41 b9 01 00 00 00 mov $0x1,%r9d
12a1b: 41 b8 01 00 00 00 mov $0x1,%r8d
12a21: 48 89 54 24 10 mov %rdx,0x10(%rsp)
12a26: 48 8d 15 f3 bf 25 00 lea 0x25bff3(%rip),%rdx # 26ea20 <absolute_signatures>
12a2d: b9 14 00 00 00 mov $0x14,%ecx
12a32: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
12a37: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12a3e: 00
12a3f: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12a46: e8 35 f1 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12a4b: 48 89 c3 mov %rax,%rbx
12a4e: 48 8d 05 eb 9d 03 00 lea 0x39deb(%rip),%rax # 4c840 <PyUFunc_AbsoluteTypeResolver>
12a55: 48 8d 35 e5 c2 03 00 lea 0x3c2e5(%rip),%rsi # 4ed41 <_fini+0x149>
12a5c: 48 89 da mov %rbx,%rdx
12a5f: 48 89 ef mov %rbp,%rdi
12a62: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
12a69: e8 12 9a ff ff callq c480 <PyDict_SetItemString@plt>
12a6e: 48 8b 03 mov (%rbx),%rax
12a71: 48 83 e8 01 sub $0x1,%rax
12a75: 48 85 c0 test %rax,%rax
12a78: 48 89 03 mov %rax,(%rbx)
12a7b: 0f 84 24 2a 00 00 je 154a5 <initumath+0x4745>
12a81: 48 8d 15 e0 cb 03 00 lea 0x3cbe0(%rip),%rdx # 4f668 <_fini+0xa70>
12a88: 48 8d 1d bb c2 03 00 lea 0x3c2bb(%rip),%rbx # 4ed4a <_fini+0x152>
12a8f: 48 8d 35 4a f6 25 00 lea 0x25f64a(%rip),%rsi # 2720e0 <add_data>
12a96: 48 8d 3d c3 ce 25 00 lea 0x25cec3(%rip),%rdi # 26f960 <add_functions>
12a9d: 41 b9 01 00 00 00 mov $0x1,%r9d
12aa3: 41 b8 02 00 00 00 mov $0x2,%r8d
12aa9: 48 89 54 24 10 mov %rdx,0x10(%rsp)
12aae: 48 8d 15 ab bf 25 00 lea 0x25bfab(%rip),%rdx # 26ea60 <add_signatures>
12ab5: b9 16 00 00 00 mov $0x16,%ecx
12aba: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
12abf: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12ac6: 00
12ac7: c7 04 24 00 00 00 00 movl $0x0,(%rsp)
12ace: e8 ad f0 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12ad3: 48 89 c3 mov %rax,%rbx
12ad6: 48 8d 05 d3 92 03 00 lea 0x392d3(%rip),%rax # 4bdb0 <PyUFunc_AdditionTypeResolver>
12add: 48 8d 35 66 c2 03 00 lea 0x3c266(%rip),%rsi # 4ed4a <_fini+0x152>
12ae4: 48 89 da mov %rbx,%rdx
12ae7: 48 89 ef mov %rbp,%rdi
12aea: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
12af1: e8 8a 99 ff ff callq c480 <PyDict_SetItemString@plt>
12af6: 48 8b 03 mov (%rbx),%rax
12af9: 48 83 e8 01 sub $0x1,%rax
12afd: 48 85 c0 test %rax,%rax
12b00: 48 89 03 mov %rax,(%rbx)
12b03: 0f 84 8c 29 00 00 je 15495 <initumath+0x4735>
12b09: 48 8d 15 e8 cd 03 00 lea 0x3cde8(%rip),%rdx # 4f8f8 <_fini+0xd00>
12b10: 48 8d 1d 37 c2 03 00 lea 0x3c237(%rip),%rbx # 4ed4e <_fini+0x156>
12b17: 48 8d 35 e2 e5 25 00 lea 0x25e5e2(%rip),%rsi # 271100 <arccos_data>
12b1e: 48 8d 3d 7b f6 25 00 lea 0x25f67b(%rip),%rdi # 2721a0 <arccos_functions>
12b25: 41 b9 01 00 00 00 mov $0x1,%r9d
12b2b: 41 b8 01 00 00 00 mov $0x1,%r8d
12b31: 48 89 54 24 10 mov %rdx,0x10(%rsp)
12b36: 48 8d 15 73 bf 25 00 lea 0x25bf73(%rip),%rdx # 26eab0 <arccos_signatures>
12b3d: b9 08 00 00 00 mov $0x8,%ecx
12b42: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
12b47: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12b4e: 00
12b4f: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12b56: e8 25 f0 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12b5b: 48 8d 35 ec c1 03 00 lea 0x3c1ec(%rip),%rsi # 4ed4e <_fini+0x156>
12b62: 48 89 c3 mov %rax,%rbx
12b65: 48 89 c2 mov %rax,%rdx
12b68: 48 89 ef mov %rbp,%rdi
12b6b: e8 10 99 ff ff callq c480 <PyDict_SetItemString@plt>
12b70: 48 8b 03 mov (%rbx),%rax
12b73: 48 83 e8 01 sub $0x1,%rax
12b77: 48 85 c0 test %rax,%rax
12b7a: 48 89 03 mov %rax,(%rbx)
12b7d: 0f 84 02 29 00 00 je 15485 <initumath+0x4725>
12b83: 48 8d 15 cb c1 03 00 lea 0x3c1cb(%rip),%rdx # 4ed55 <_fini+0x15d>
12b8a: 48 8d 05 67 d4 03 00 lea 0x3d467(%rip),%rax # 4fff8 <_fini+0x1400>
12b91: 48 8d 35 a8 e5 25 00 lea 0x25e5a8(%rip),%rsi # 271140 <arccosh_data>
12b98: 48 8d 3d 41 f6 25 00 lea 0x25f641(%rip),%rdi # 2721e0 <arccosh_functions>
12b9f: 41 b9 01 00 00 00 mov $0x1,%r9d
12ba5: 41 b8 01 00 00 00 mov $0x1,%r8d
12bab: 48 89 54 24 08 mov %rdx,0x8(%rsp)
12bb0: 48 8d 15 09 bf 25 00 lea 0x25bf09(%rip),%rdx # 26eac0 <arccosh_signatures>
12bb7: b9 08 00 00 00 mov $0x8,%ecx
12bbc: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12bc3: 00
12bc4: 48 89 44 24 10 mov %rax,0x10(%rsp)
12bc9: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12bd0: e8 ab ef 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12bd5: 48 8d 35 79 c1 03 00 lea 0x3c179(%rip),%rsi # 4ed55 <_fini+0x15d>
12bdc: 48 89 c3 mov %rax,%rbx
12bdf: 48 89 c2 mov %rax,%rdx
12be2: 48 89 ef mov %rbp,%rdi
12be5: e8 96 98 ff ff callq c480 <PyDict_SetItemString@plt>
12bea: 48 8b 03 mov (%rbx),%rax
12bed: 48 83 e8 01 sub $0x1,%rax
12bf1: 48 85 c0 test %rax,%rax
12bf4: 48 89 03 mov %rax,(%rbx)
12bf7: 0f 84 78 28 00 00 je 15475 <initumath+0x4715>
12bfd: 48 8d 1d 24 d9 03 00 lea 0x3d924(%rip),%rbx # 50528 <_fini+0x1930>
12c04: 48 8d 05 52 c1 03 00 lea 0x3c152(%rip),%rax # 4ed5d <_fini+0x165>
12c0b: 48 8d 15 be be 25 00 lea 0x25bebe(%rip),%rdx # 26ead0 <arcsin_signatures>
12c12: 48 8d 35 67 e5 25 00 lea 0x25e567(%rip),%rsi # 271180 <arcsin_data>
12c19: 48 8d 3d 00 f6 25 00 lea 0x25f600(%rip),%rdi # 272220 <arcsin_functions>
12c20: 41 b9 01 00 00 00 mov $0x1,%r9d
12c26: 41 b8 01 00 00 00 mov $0x1,%r8d
12c2c: b9 08 00 00 00 mov $0x8,%ecx
12c31: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
12c36: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12c3d: 00
12c3e: 48 89 44 24 08 mov %rax,0x8(%rsp)
12c43: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12c4a: e8 31 ef 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12c4f: 48 8d 35 07 c1 03 00 lea 0x3c107(%rip),%rsi # 4ed5d <_fini+0x165>
12c56: 48 89 c3 mov %rax,%rbx
12c59: 48 89 c2 mov %rax,%rdx
12c5c: 48 89 ef mov %rbp,%rdi
12c5f: e8 1c 98 ff ff callq c480 <PyDict_SetItemString@plt>
12c64: 48 8b 03 mov (%rbx),%rax
12c67: 48 83 e8 01 sub $0x1,%rax
12c6b: 48 85 c0 test %rax,%rax
12c6e: 48 89 03 mov %rax,(%rbx)
12c71: 0f 84 ae 2b 00 00 je 15825 <initumath+0x4ac5>
12c77: 48 8d 15 b2 de 03 00 lea 0x3deb2(%rip),%rdx # 50b30 <_fini+0x1f38>
12c7e: 48 8d 1d df c0 03 00 lea 0x3c0df(%rip),%rbx # 4ed64 <_fini+0x16c>
12c85: 48 8d 35 34 e5 25 00 lea 0x25e534(%rip),%rsi # 2711c0 <arcsinh_data>
12c8c: 48 8d 3d cd f5 25 00 lea 0x25f5cd(%rip),%rdi # 272260 <arcsinh_functions>
12c93: 41 b9 01 00 00 00 mov $0x1,%r9d
12c99: 41 b8 01 00 00 00 mov $0x1,%r8d
12c9f: 48 89 54 24 10 mov %rdx,0x10(%rsp)
12ca4: 48 8d 15 35 be 25 00 lea 0x25be35(%rip),%rdx # 26eae0 <arcsinh_signatures>
12cab: b9 08 00 00 00 mov $0x8,%ecx
12cb0: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
12cb5: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12cbc: 00
12cbd: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12cc4: e8 b7 ee 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12cc9: 48 8d 35 94 c0 03 00 lea 0x3c094(%rip),%rsi # 4ed64 <_fini+0x16c>
12cd0: 48 89 c3 mov %rax,%rbx
12cd3: 48 89 c2 mov %rax,%rdx
12cd6: 48 89 ef mov %rbp,%rdi
12cd9: e8 a2 97 ff ff callq c480 <PyDict_SetItemString@plt>
12cde: 48 8b 03 mov (%rbx),%rax
12ce1: 48 83 e8 01 sub $0x1,%rax
12ce5: 48 85 c0 test %rax,%rax
12ce8: 48 89 03 mov %rax,(%rbx)
12ceb: 0f 84 24 2b 00 00 je 15815 <initumath+0x4ab5>
12cf1: 48 8d 15 74 c0 03 00 lea 0x3c074(%rip),%rdx # 4ed6c <_fini+0x174>
12cf8: 48 8d 05 91 e3 03 00 lea 0x3e391(%rip),%rax # 51090 <_fini+0x2498>
12cff: 48 8d 35 fa e4 25 00 lea 0x25e4fa(%rip),%rsi # 271200 <arctan_data>
12d06: 48 8d 3d 93 f5 25 00 lea 0x25f593(%rip),%rdi # 2722a0 <arctan_functions>
12d0d: 41 b9 01 00 00 00 mov $0x1,%r9d
12d13: 41 b8 01 00 00 00 mov $0x1,%r8d
12d19: 48 89 54 24 08 mov %rdx,0x8(%rsp)
12d1e: 48 8d 15 cb bd 25 00 lea 0x25bdcb(%rip),%rdx # 26eaf0 <arctan_signatures>
12d25: b9 08 00 00 00 mov $0x8,%ecx
12d2a: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12d31: 00
12d32: 48 89 44 24 10 mov %rax,0x10(%rsp)
12d37: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12d3e: e8 3d ee 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12d43: 48 8d 35 22 c0 03 00 lea 0x3c022(%rip),%rsi # 4ed6c <_fini+0x174>
12d4a: 48 89 c3 mov %rax,%rbx
12d4d: 48 89 c2 mov %rax,%rdx
12d50: 48 89 ef mov %rbp,%rdi
12d53: e8 28 97 ff ff callq c480 <PyDict_SetItemString@plt>
12d58: 48 8b 03 mov (%rbx),%rax
12d5b: 48 83 e8 01 sub $0x1,%rax
12d5f: 48 85 c0 test %rax,%rax
12d62: 48 89 03 mov %rax,(%rbx)
12d65: 0f 84 9a 2a 00 00 je 15805 <initumath+0x4aa5>
12d6b: 48 8d 1d e6 e9 03 00 lea 0x3e9e6(%rip),%rbx # 51758 <_fini+0x2b60>
12d72: 48 8d 05 fa bf 03 00 lea 0x3bffa(%rip),%rax # 4ed73 <_fini+0x17b>
12d79: 48 8d 15 80 bd 25 00 lea 0x25bd80(%rip),%rdx # 26eb00 <arctan2_signatures>
12d80: 48 8d 35 b9 e4 25 00 lea 0x25e4b9(%rip),%rsi # 271240 <arctan2_data>
12d87: 48 8d 3d 52 f5 25 00 lea 0x25f552(%rip),%rdi # 2722e0 <arctan2_functions>
12d8e: 41 b9 01 00 00 00 mov $0x1,%r9d
12d94: 41 b8 02 00 00 00 mov $0x2,%r8d
12d9a: b9 05 00 00 00 mov $0x5,%ecx
12d9f: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
12da4: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12dab: 00
12dac: 48 89 44 24 08 mov %rax,0x8(%rsp)
12db1: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12db8: e8 c3 ed 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12dbd: 48 8d 35 af bf 03 00 lea 0x3bfaf(%rip),%rsi # 4ed73 <_fini+0x17b>
12dc4: 48 89 c3 mov %rax,%rbx
12dc7: 48 89 c2 mov %rax,%rdx
12dca: 48 89 ef mov %rbp,%rdi
12dcd: e8 ae 96 ff ff callq c480 <PyDict_SetItemString@plt>
12dd2: 48 8b 03 mov (%rbx),%rax
12dd5: 48 83 e8 01 sub $0x1,%rax
12dd9: 48 85 c0 test %rax,%rax
12ddc: 48 89 03 mov %rax,(%rbx)
12ddf: 0f 84 10 2a 00 00 je 157f5 <initumath+0x4a95>
12de5: 48 8d 15 cc f1 03 00 lea 0x3f1cc(%rip),%rdx # 51fb8 <_fini+0x33c0>
12dec: 48 8d 1d 88 bf 03 00 lea 0x3bf88(%rip),%rbx # 4ed7b <_fini+0x183>
12df3: 48 8d 35 86 e4 25 00 lea 0x25e486(%rip),%rsi # 271280 <arctanh_data>
12dfa: 48 8d 3d 1f f5 25 00 lea 0x25f51f(%rip),%rdi # 272320 <arctanh_functions>
12e01: 41 b9 01 00 00 00 mov $0x1,%r9d
12e07: 41 b8 01 00 00 00 mov $0x1,%r8d
12e0d: 48 89 54 24 10 mov %rdx,0x10(%rsp)
12e12: 48 8d 15 f7 bc 25 00 lea 0x25bcf7(%rip),%rdx # 26eb10 <arctanh_signatures>
12e19: b9 08 00 00 00 mov $0x8,%ecx
12e1e: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
12e23: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12e2a: 00
12e2b: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12e32: e8 49 ed 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12e37: 48 8d 35 3d bf 03 00 lea 0x3bf3d(%rip),%rsi # 4ed7b <_fini+0x183>
12e3e: 48 89 c3 mov %rax,%rbx
12e41: 48 89 c2 mov %rax,%rdx
12e44: 48 89 ef mov %rbp,%rdi
12e47: e8 34 96 ff ff callq c480 <PyDict_SetItemString@plt>
12e4c: 48 8b 03 mov (%rbx),%rax
12e4f: 48 83 e8 01 sub $0x1,%rax
12e53: 48 85 c0 test %rax,%rax
12e56: 48 89 03 mov %rax,(%rbx)
12e59: 0f 84 86 29 00 00 je 157e5 <initumath+0x4a85>
12e5f: 48 8d 15 1d bf 03 00 lea 0x3bf1d(%rip),%rdx # 4ed83 <_fini+0x18b>
12e66: 48 8d 05 13 f6 03 00 lea 0x3f613(%rip),%rax # 52480 <_fini+0x3888>
12e6d: 48 8d 35 ec f4 25 00 lea 0x25f4ec(%rip),%rsi # 272360 <bitwise_and_data>
12e74: 48 8d 3d a5 cb 25 00 lea 0x25cba5(%rip),%rdi # 26fa20 <bitwise_and_functions>
12e7b: 41 b9 01 00 00 00 mov $0x1,%r9d
12e81: 41 b8 02 00 00 00 mov $0x2,%r8d
12e87: 48 89 54 24 08 mov %rdx,0x8(%rsp)
12e8c: 48 8d 15 8d bc 25 00 lea 0x25bc8d(%rip),%rdx # 26eb20 <bitwise_and_signatures>
12e93: b9 0c 00 00 00 mov $0xc,%ecx
12e98: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12e9f: 00
12ea0: 48 89 44 24 10 mov %rax,0x10(%rsp)
12ea5: c7 04 24 01 00 00 00 movl $0x1,(%rsp)
12eac: e8 cf ec 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12eb1: 48 8d 35 cb be 03 00 lea 0x3becb(%rip),%rsi # 4ed83 <_fini+0x18b>
12eb8: 48 89 c3 mov %rax,%rbx
12ebb: 48 89 c2 mov %rax,%rdx
12ebe: 48 89 ef mov %rbp,%rdi
12ec1: e8 ba 95 ff ff callq c480 <PyDict_SetItemString@plt>
12ec6: 48 8b 03 mov (%rbx),%rax
12ec9: 48 83 e8 01 sub $0x1,%rax
12ecd: 48 85 c0 test %rax,%rax
12ed0: 48 89 03 mov %rax,(%rbx)
12ed3: 0f 84 fc 28 00 00 je 157d5 <initumath+0x4a75>
12ed9: 48 8d 1d 98 f9 03 00 lea 0x3f998(%rip),%rbx # 52878 <_fini+0x3c80>
12ee0: 48 8d 05 a8 be 03 00 lea 0x3bea8(%rip),%rax # 4ed8f <_fini+0x197>
12ee7: 48 8d 15 72 bc 25 00 lea 0x25bc72(%rip),%rdx # 26eb60 <bitwise_or_signatures>
12eee: 48 8d 35 cb f4 25 00 lea 0x25f4cb(%rip),%rsi # 2723c0 <bitwise_or_data>
12ef5: 48 8d 3d 84 cb 25 00 lea 0x25cb84(%rip),%rdi # 26fa80 <bitwise_or_functions>
12efc: 41 b9 01 00 00 00 mov $0x1,%r9d
12f02: 41 b8 02 00 00 00 mov $0x2,%r8d
12f08: b9 0c 00 00 00 mov $0xc,%ecx
12f0d: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
12f12: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12f19: 00
12f1a: 48 89 44 24 08 mov %rax,0x8(%rsp)
12f1f: c7 04 24 00 00 00 00 movl $0x0,(%rsp)
12f26: e8 55 ec 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12f2b: 48 8d 35 5d be 03 00 lea 0x3be5d(%rip),%rsi # 4ed8f <_fini+0x197>
12f32: 48 89 c3 mov %rax,%rbx
12f35: 48 89 c2 mov %rax,%rdx
12f38: 48 89 ef mov %rbp,%rdi
12f3b: e8 40 95 ff ff callq c480 <PyDict_SetItemString@plt>
12f40: 48 8b 03 mov (%rbx),%rax
12f43: 48 83 e8 01 sub $0x1,%rax
12f47: 48 85 c0 test %rax,%rax
12f4a: 48 89 03 mov %rax,(%rbx)
12f4d: 0f 84 72 28 00 00 je 157c5 <initumath+0x4a65>
12f53: 48 8d 15 c6 fe 03 00 lea 0x3fec6(%rip),%rdx # 52e20 <_fini+0x4228>
12f5a: 48 8d 1d 39 be 03 00 lea 0x3be39(%rip),%rbx # 4ed9a <_fini+0x1a2>
12f61: 48 8d 35 b8 f4 25 00 lea 0x25f4b8(%rip),%rsi # 272420 <bitwise_xor_data>
12f68: 48 8d 3d 71 cb 25 00 lea 0x25cb71(%rip),%rdi # 26fae0 <bitwise_xor_functions>
12f6f: 41 b9 01 00 00 00 mov $0x1,%r9d
12f75: 41 b8 02 00 00 00 mov $0x2,%r8d
12f7b: 48 89 54 24 10 mov %rdx,0x10(%rsp)
12f80: 48 8d 15 19 bc 25 00 lea 0x25bc19(%rip),%rdx # 26eba0 <bitwise_xor_signatures>
12f87: b9 0c 00 00 00 mov $0xc,%ecx
12f8c: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
12f91: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
12f98: 00
12f99: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
12fa0: e8 db eb 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
12fa5: 48 8d 35 ee bd 03 00 lea 0x3bdee(%rip),%rsi # 4ed9a <_fini+0x1a2>
12fac: 48 89 c3 mov %rax,%rbx
12faf: 48 89 c2 mov %rax,%rdx
12fb2: 48 89 ef mov %rbp,%rdi
12fb5: e8 c6 94 ff ff callq c480 <PyDict_SetItemString@plt>
12fba: 48 8b 03 mov (%rbx),%rax
12fbd: 48 83 e8 01 sub $0x1,%rax
12fc1: 48 85 c0 test %rax,%rax
12fc4: 48 89 03 mov %rax,(%rbx)
12fc7: 0f 84 e8 27 00 00 je 157b5 <initumath+0x4a55>
12fcd: 48 8d 15 d2 bd 03 00 lea 0x3bdd2(%rip),%rdx # 4eda6 <_fini+0x1ae>
12fd4: 48 8d 05 ed 01 04 00 lea 0x401ed(%rip),%rax # 531c8 <_fini+0x45d0>
12fdb: 48 8d 35 de e2 25 00 lea 0x25e2de(%rip),%rsi # 2712c0 <ceil_data>
12fe2: 48 8d 3d 97 f4 25 00 lea 0x25f497(%rip),%rdi # 272480 <ceil_functions>
12fe9: 41 b9 01 00 00 00 mov $0x1,%r9d
12fef: 41 b8 01 00 00 00 mov $0x1,%r8d
12ff5: 48 89 54 24 08 mov %rdx,0x8(%rsp)
12ffa: 48 8d 15 c3 bb 25 00 lea 0x25bbc3(%rip),%rdx # 26ebc4 <ceil_signatures>
13001: b9 05 00 00 00 mov $0x5,%ecx
13006: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
1300d: 00
1300e: 48 89 44 24 10 mov %rax,0x10(%rsp)
13013: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
1301a: e8 61 eb 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1301f: 48 8d 35 80 bd 03 00 lea 0x3bd80(%rip),%rsi # 4eda6 <_fini+0x1ae>
13026: 48 89 c3 mov %rax,%rbx
13029: 48 89 c2 mov %rax,%rdx
1302c: 48 89 ef mov %rbp,%rdi
1302f: e8 4c 94 ff ff callq c480 <PyDict_SetItemString@plt>
13034: 48 8b 03 mov (%rbx),%rax
13037: 48 83 e8 01 sub $0x1,%rax
1303b: 48 85 c0 test %rax,%rax
1303e: 48 89 03 mov %rax,(%rbx)
13041: 0f 84 5e 27 00 00 je 157a5 <initumath+0x4a45>
13047: 48 8d 1d 72 03 04 00 lea 0x40372(%rip),%rbx # 533c0 <_fini+0x47c8>
1304e: 48 8d 05 56 bd 03 00 lea 0x3bd56(%rip),%rax # 4edab <_fini+0x1b3>
13055: 48 8d 15 84 bb 25 00 lea 0x25bb84(%rip),%rdx # 26ebe0 <conjugate_signatures>
1305c: 48 8d 35 fd e8 25 00 lea 0x25e8fd(%rip),%rsi # 271960 <conjugate_data>
13063: 48 8d 3d d6 ca 25 00 lea 0x25cad6(%rip),%rdi # 26fb40 <conjugate_functions>
1306a: 41 b9 01 00 00 00 mov $0x1,%r9d
13070: 41 b8 01 00 00 00 mov $0x1,%r8d
13076: b9 12 00 00 00 mov $0x12,%ecx
1307b: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
13080: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13087: 00
13088: 48 89 44 24 08 mov %rax,0x8(%rsp)
1308d: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13094: e8 e7 ea 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13099: 48 8d 35 0b bd 03 00 lea 0x3bd0b(%rip),%rsi # 4edab <_fini+0x1b3>
130a0: 48 89 c3 mov %rax,%rbx
130a3: 48 89 c2 mov %rax,%rdx
130a6: 48 89 ef mov %rbp,%rdi
130a9: e8 d2 93 ff ff callq c480 <PyDict_SetItemString@plt>
130ae: 48 8b 03 mov (%rbx),%rax
130b1: 48 83 e8 01 sub $0x1,%rax
130b5: 48 85 c0 test %rax,%rax
130b8: 48 89 03 mov %rax,(%rbx)
130bb: 0f 84 d4 26 00 00 je 15795 <initumath+0x4a35>
130c1: 48 8d 15 b8 04 04 00 lea 0x404b8(%rip),%rdx # 53580 <_fini+0x4988>
130c8: 48 8d 1d e6 bc 03 00 lea 0x3bce6(%rip),%rbx # 4edb5 <_fini+0x1bd>
130cf: 48 8d 35 aa 06 26 00 lea 0x2606aa(%rip),%rsi # 273780 <copysign_data>
130d6: 48 8d 3d 43 d9 25 00 lea 0x25d943(%rip),%rdi # 270a20 <copysign_functions>
130dd: 41 b9 01 00 00 00 mov $0x1,%r9d
130e3: 41 b8 02 00 00 00 mov $0x2,%r8d
130e9: 48 89 54 24 10 mov %rdx,0x10(%rsp)
130ee: 48 8d 15 0f bb 25 00 lea 0x25bb0f(%rip),%rdx # 26ec04 <copysign_signatures>
130f5: b9 04 00 00 00 mov $0x4,%ecx
130fa: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
130ff: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13106: 00
13107: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
1310e: e8 6d ea 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13113: 48 8d 35 9b bc 03 00 lea 0x3bc9b(%rip),%rsi # 4edb5 <_fini+0x1bd>
1311a: 48 89 c3 mov %rax,%rbx
1311d: 48 89 c2 mov %rax,%rdx
13120: 48 89 ef mov %rbp,%rdi
13123: e8 58 93 ff ff callq c480 <PyDict_SetItemString@plt>
13128: 48 8b 03 mov (%rbx),%rax
1312b: 48 83 e8 01 sub $0x1,%rax
1312f: 48 85 c0 test %rax,%rax
13132: 48 89 03 mov %rax,(%rbx)
13135: 0f 84 4a 26 00 00 je 15785 <initumath+0x4a25>
1313b: 48 8d 15 0f bc 03 00 lea 0x3bc0f(%rip),%rdx # 4ed51 <_fini+0x159>
13142: 48 8d 05 5f 07 04 00 lea 0x4075f(%rip),%rax # 538a8 <_fini+0x4cb0>
13149: 48 8d 35 b0 e1 25 00 lea 0x25e1b0(%rip),%rsi # 271300 <cos_data>
13150: 48 8d 3d 69 f3 25 00 lea 0x25f369(%rip),%rdi # 2724c0 <cos_functions>
13157: 41 b9 01 00 00 00 mov $0x1,%r9d
1315d: 41 b8 01 00 00 00 mov $0x1,%r8d
13163: 48 89 54 24 08 mov %rdx,0x8(%rsp)
13168: 48 8d 15 a1 ba 25 00 lea 0x25baa1(%rip),%rdx # 26ec10 <cos_signatures>
1316f: b9 08 00 00 00 mov $0x8,%ecx
13174: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
1317b: 00
1317c: 48 89 44 24 10 mov %rax,0x10(%rsp)
13181: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13188: e8 f3 e9 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1318d: 48 8d 35 bd bb 03 00 lea 0x3bbbd(%rip),%rsi # 4ed51 <_fini+0x159>
13194: 48 89 c3 mov %rax,%rbx
13197: 48 89 c2 mov %rax,%rdx
1319a: 48 89 ef mov %rbp,%rdi
1319d: e8 de 92 ff ff callq c480 <PyDict_SetItemString@plt>
131a2: 48 8b 03 mov (%rbx),%rax
131a5: 48 83 e8 01 sub $0x1,%rax
131a9: 48 85 c0 test %rax,%rax
131ac: 48 89 03 mov %rax,(%rbx)
131af: 0f 84 c0 25 00 00 je 15775 <initumath+0x4a15>
131b5: 48 8d 1d 0c 0b 04 00 lea 0x40b0c(%rip),%rbx # 53cc8 <_fini+0x50d0>
131bc: 48 8d 05 95 bb 03 00 lea 0x3bb95(%rip),%rax # 4ed58 <_fini+0x160>
131c3: 48 8d 15 56 ba 25 00 lea 0x25ba56(%rip),%rdx # 26ec20 <cosh_signatures>
131ca: 48 8d 35 6f e1 25 00 lea 0x25e16f(%rip),%rsi # 271340 <cosh_data>
131d1: 48 8d 3d 28 f3 25 00 lea 0x25f328(%rip),%rdi # 272500 <cosh_functions>
131d8: 41 b9 01 00 00 00 mov $0x1,%r9d
131de: 41 b8 01 00 00 00 mov $0x1,%r8d
131e4: b9 08 00 00 00 mov $0x8,%ecx
131e9: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
131ee: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
131f5: 00
131f6: 48 89 44 24 08 mov %rax,0x8(%rsp)
131fb: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13202: e8 79 e9 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13207: 48 8d 35 4a bb 03 00 lea 0x3bb4a(%rip),%rsi # 4ed58 <_fini+0x160>
1320e: 48 89 c3 mov %rax,%rbx
13211: 48 89 c2 mov %rax,%rdx
13214: 48 89 ef mov %rbp,%rdi
13217: e8 64 92 ff ff callq c480 <PyDict_SetItemString@plt>
1321c: 48 8b 03 mov (%rbx),%rax
1321f: 48 83 e8 01 sub $0x1,%rax
13223: 48 85 c0 test %rax,%rax
13226: 48 89 03 mov %rax,(%rbx)
13229: 0f 84 36 25 00 00 je 15765 <initumath+0x4a05>
1322f: 48 8d 15 52 0c 04 00 lea 0x40c52(%rip),%rdx # 53e88 <_fini+0x5290>
13236: 48 8d 1d 81 bb 03 00 lea 0x3bb81(%rip),%rbx # 4edbe <_fini+0x1c6>
1323d: 48 8d 35 3c e1 25 00 lea 0x25e13c(%rip),%rsi # 271380 <deg2rad_data>
13244: 48 8d 3d f5 f2 25 00 lea 0x25f2f5(%rip),%rdi # 272540 <deg2rad_functions>
1324b: 41 b9 01 00 00 00 mov $0x1,%r9d
13251: 41 b8 01 00 00 00 mov $0x1,%r8d
13257: 48 89 54 24 10 mov %rdx,0x10(%rsp)
1325c: 48 8d 15 cd b9 25 00 lea 0x25b9cd(%rip),%rdx # 26ec30 <deg2rad_signatures>
13263: b9 05 00 00 00 mov $0x5,%ecx
13268: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
1326d: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13274: 00
13275: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
1327c: e8 ff e8 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13281: 48 8d 35 36 bb 03 00 lea 0x3bb36(%rip),%rsi # 4edbe <_fini+0x1c6>
13288: 48 89 c3 mov %rax,%rbx
1328b: 48 89 c2 mov %rax,%rdx
1328e: 48 89 ef mov %rbp,%rdi
13291: e8 ea 91 ff ff callq c480 <PyDict_SetItemString@plt>
13296: 48 8b 03 mov (%rbx),%rax
13299: 48 83 e8 01 sub $0x1,%rax
1329d: 48 85 c0 test %rax,%rax
132a0: 48 89 03 mov %rax,(%rbx)
132a3: 0f 84 ac 24 00 00 je 15755 <initumath+0x49f5>
132a9: 48 8d 15 16 bb 03 00 lea 0x3bb16(%rip),%rdx # 4edc6 <_fini+0x1ce>
132b0: 48 8d 05 79 0d 04 00 lea 0x40d79(%rip),%rax # 54030 <_fini+0x5438>
132b7: 48 8d 35 02 e1 25 00 lea 0x25e102(%rip),%rsi # 2713c0 <degrees_data>
132be: 48 8d 3d bb f2 25 00 lea 0x25f2bb(%rip),%rdi # 272580 <degrees_functions>
132c5: 41 b9 01 00 00 00 mov $0x1,%r9d
132cb: 41 b8 01 00 00 00 mov $0x1,%r8d
132d1: 48 89 54 24 08 mov %rdx,0x8(%rsp)
132d6: 48 8d 15 5d b9 25 00 lea 0x25b95d(%rip),%rdx # 26ec3a <degrees_signatures>
132dd: b9 05 00 00 00 mov $0x5,%ecx
132e2: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
132e9: 00
132ea: 48 89 44 24 10 mov %rax,0x10(%rsp)
132ef: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
132f6: e8 85 e8 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
132fb: 48 8d 35 c4 ba 03 00 lea 0x3bac4(%rip),%rsi # 4edc6 <_fini+0x1ce>
13302: 48 89 c3 mov %rax,%rbx
13305: 48 89 c2 mov %rax,%rdx
13308: 48 89 ef mov %rbp,%rdi
1330b: e8 70 91 ff ff callq c480 <PyDict_SetItemString@plt>
13310: 48 8b 03 mov (%rbx),%rax
13313: 48 83 e8 01 sub $0x1,%rax
13317: 48 85 c0 test %rax,%rax
1331a: 48 89 03 mov %rax,(%rbx)
1331d: 0f 84 22 24 00 00 je 15745 <initumath+0x49e5>
13323: 48 8d 1d 86 0f 04 00 lea 0x40f86(%rip),%rbx # 542b0 <_fini+0x56b8>
1332a: 48 8d 05 17 bc 03 00 lea 0x3bc17(%rip),%rax # 4ef48 <_fini+0x350>
13331: 48 8d 15 28 b9 25 00 lea 0x25b928(%rip),%rdx # 26ec60 <divide_signatures>
13338: 48 8d 35 81 f2 25 00 lea 0x25f281(%rip),%rsi # 2725c0 <divide_data>
1333f: 48 8d 3d 9a c8 25 00 lea 0x25c89a(%rip),%rdi # 26fbe0 <divide_functions>
13346: 41 b9 01 00 00 00 mov $0x1,%r9d
1334c: 41 b8 02 00 00 00 mov $0x2,%r8d
13352: b9 15 00 00 00 mov $0x15,%ecx
13357: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
1335c: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13363: 00
13364: 48 89 44 24 08 mov %rax,0x8(%rsp)
13369: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13370: e8 0b e8 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13375: 48 8d 15 a4 7d 03 00 lea 0x37da4(%rip),%rdx # 4b120 <PyUFunc_DivisionTypeResolver>
1337c: 48 8d 35 c5 bb 03 00 lea 0x3bbc5(%rip),%rsi # 4ef48 <_fini+0x350>
13383: 48 89 c3 mov %rax,%rbx
13386: 48 89 ef mov %rbp,%rdi
13389: 48 89 90 90 00 00 00 mov %rdx,0x90(%rax)
13390: 48 89 c2 mov %rax,%rdx
13393: e8 e8 90 ff ff callq c480 <PyDict_SetItemString@plt>
13398: 48 8b 03 mov (%rbx),%rax
1339b: 48 83 e8 01 sub $0x1,%rax
1339f: 48 85 c0 test %rax,%rax
133a2: 48 89 03 mov %rax,(%rbx)
133a5: 0f 84 8a 23 00 00 je 15735 <initumath+0x49d5>
133ab: 48 8d 1d 86 15 04 00 lea 0x41586(%rip),%rbx # 54938 <_fini+0x5d40>
133b2: 48 8d 05 52 ba 03 00 lea 0x3ba52(%rip),%rax # 4ee0b <_fini+0x213>
133b9: 48 8d 15 e0 b8 25 00 lea 0x25b8e0(%rip),%rdx # 26eca0 <equal_signatures>
133c0: 48 8d 35 d9 03 26 00 lea 0x2603d9(%rip),%rsi # 2737a0 <equal_data>
133c7: 48 8d 3d 72 d6 25 00 lea 0x25d672(%rip),%rdi # 270a40 <equal_functions>
133ce: 41 b9 01 00 00 00 mov $0x1,%r9d
133d4: 41 b8 02 00 00 00 mov $0x2,%r8d
133da: b9 15 00 00 00 mov $0x15,%ecx
133df: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
133e4: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
133eb: 00
133ec: 48 89 44 24 08 mov %rax,0x8(%rsp)
133f1: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
133f8: e8 83 e7 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
133fd: 48 8d 15 ac 80 03 00 lea 0x380ac(%rip),%rdx # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
13404: 48 8d 35 00 ba 03 00 lea 0x3ba00(%rip),%rsi # 4ee0b <_fini+0x213>
1340b: 48 89 c3 mov %rax,%rbx
1340e: 48 89 ef mov %rbp,%rdi
13411: 48 89 90 90 00 00 00 mov %rdx,0x90(%rax)
13418: 48 89 c2 mov %rax,%rdx
1341b: e8 60 90 ff ff callq c480 <PyDict_SetItemString@plt>
13420: 48 8b 03 mov (%rbx),%rax
13423: 48 83 e8 01 sub $0x1,%rax
13427: 48 85 c0 test %rax,%rax
1342a: 48 89 03 mov %rax,(%rbx)
1342d: 0f 84 f2 22 00 00 je 15725 <initumath+0x49c5>
13433: 48 8d 1d 26 17 04 00 lea 0x41726(%rip),%rbx # 54b60 <_fini+0x5f68>
1343a: 48 8d 05 28 ba 03 00 lea 0x3ba28(%rip),%rax # 4ee69 <_fini+0x271>
13441: 48 8d 15 98 b8 25 00 lea 0x25b898(%rip),%rdx # 26ece0 <exp_signatures>
13448: 48 8d 35 b1 df 25 00 lea 0x25dfb1(%rip),%rsi # 271400 <exp_data>
1344f: 48 8d 3d 2a f2 25 00 lea 0x25f22a(%rip),%rdi # 272680 <exp_functions>
13456: 41 b9 01 00 00 00 mov $0x1,%r9d
1345c: 41 b8 01 00 00 00 mov $0x1,%r8d
13462: b9 08 00 00 00 mov $0x8,%ecx
13467: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
1346c: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13473: 00
13474: 48 89 44 24 08 mov %rax,0x8(%rsp)
13479: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13480: e8 fb e6 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13485: 48 8d 35 dd b9 03 00 lea 0x3b9dd(%rip),%rsi # 4ee69 <_fini+0x271>
1348c: 48 89 c3 mov %rax,%rbx
1348f: 48 89 c2 mov %rax,%rdx
13492: 48 89 ef mov %rbp,%rdi
13495: e8 e6 8f ff ff callq c480 <PyDict_SetItemString@plt>
1349a: 48 8b 03 mov (%rbx),%rax
1349d: 48 83 e8 01 sub $0x1,%rax
134a1: 48 85 c0 test %rax,%rax
134a4: 48 89 03 mov %rax,(%rbx)
134a7: 0f 84 68 22 00 00 je 15715 <initumath+0x49b5>
134ad: 48 8d 15 b4 1d 04 00 lea 0x41db4(%rip),%rdx # 55268 <_fini+0x6670>
134b4: 48 8d 1d b8 b9 03 00 lea 0x3b9b8(%rip),%rbx # 4ee73 <_fini+0x27b>
134bb: 48 8d 35 7e df 25 00 lea 0x25df7e(%rip),%rsi # 271440 <exp2_data>
134c2: 48 8d 3d f7 f1 25 00 lea 0x25f1f7(%rip),%rdi # 2726c0 <exp2_functions>
134c9: 41 b9 01 00 00 00 mov $0x1,%r9d
134cf: 41 b8 01 00 00 00 mov $0x1,%r8d
134d5: 48 89 54 24 10 mov %rdx,0x10(%rsp)
134da: 48 8d 15 0f b8 25 00 lea 0x25b80f(%rip),%rdx # 26ecf0 <exp2_signatures>
134e1: b9 08 00 00 00 mov $0x8,%ecx
134e6: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
134eb: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
134f2: 00
134f3: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
134fa: e8 81 e6 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
134ff: 48 8d 35 6d b9 03 00 lea 0x3b96d(%rip),%rsi # 4ee73 <_fini+0x27b>
13506: 48 89 c3 mov %rax,%rbx
13509: 48 89 c2 mov %rax,%rdx
1350c: 48 89 ef mov %rbp,%rdi
1350f: e8 6c 8f ff ff callq c480 <PyDict_SetItemString@plt>
13514: 48 8b 03 mov (%rbx),%rax
13517: 48 83 e8 01 sub $0x1,%rax
1351b: 48 85 c0 test %rax,%rax
1351e: 48 89 03 mov %rax,(%rbx)
13521: 0f 84 de 21 00 00 je 15705 <initumath+0x49a5>
13527: 48 8d 15 a0 b8 03 00 lea 0x3b8a0(%rip),%rdx # 4edce <_fini+0x1d6>
1352e: 48 8d 05 9b 1e 04 00 lea 0x41e9b(%rip),%rax # 553d0 <_fini+0x67d8>
13535: 48 8d 35 44 df 25 00 lea 0x25df44(%rip),%rsi # 271480 <expm1_data>
1353c: 48 8d 3d bd f1 25 00 lea 0x25f1bd(%rip),%rdi # 272700 <expm1_functions>
13543: 41 b9 01 00 00 00 mov $0x1,%r9d
13549: 41 b8 01 00 00 00 mov $0x1,%r8d
1354f: 48 89 54 24 08 mov %rdx,0x8(%rsp)
13554: 48 8d 15 a5 b7 25 00 lea 0x25b7a5(%rip),%rdx # 26ed00 <expm1_signatures>
1355b: b9 08 00 00 00 mov $0x8,%ecx
13560: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13567: 00
13568: 48 89 44 24 10 mov %rax,0x10(%rsp)
1356d: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13574: e8 07 e6 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13579: 48 8d 35 4e b8 03 00 lea 0x3b84e(%rip),%rsi # 4edce <_fini+0x1d6>
13580: 48 89 c3 mov %rax,%rbx
13583: 48 89 c2 mov %rax,%rdx
13586: 48 89 ef mov %rbp,%rdi
13589: e8 f2 8e ff ff callq c480 <PyDict_SetItemString@plt>
1358e: 48 8b 03 mov (%rbx),%rax
13591: 48 83 e8 01 sub $0x1,%rax
13595: 48 85 c0 test %rax,%rax
13598: 48 89 03 mov %rax,(%rbx)
1359b: 0f 84 54 21 00 00 je 156f5 <initumath+0x4995>
135a1: 48 8d 1d a0 20 04 00 lea 0x420a0(%rip),%rbx # 55648 <_fini+0x6a50>
135a8: 48 8d 05 25 b8 03 00 lea 0x3b825(%rip),%rax # 4edd4 <_fini+0x1dc>
135af: 48 8d 15 5a b7 25 00 lea 0x25b75a(%rip),%rdx # 26ed10 <fabs_signatures>
135b6: 48 8d 35 03 df 25 00 lea 0x25df03(%rip),%rsi # 2714c0 <fabs_data>
135bd: 48 8d 3d 7c f1 25 00 lea 0x25f17c(%rip),%rdi # 272740 <fabs_functions>
135c4: 41 b9 01 00 00 00 mov $0x1,%r9d
135ca: 41 b8 01 00 00 00 mov $0x1,%r8d
135d0: b9 05 00 00 00 mov $0x5,%ecx
135d5: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
135da: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
135e1: 00
135e2: 48 89 44 24 08 mov %rax,0x8(%rsp)
135e7: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
135ee: e8 8d e5 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
135f3: 48 8d 35 da b7 03 00 lea 0x3b7da(%rip),%rsi # 4edd4 <_fini+0x1dc>
135fa: 48 89 c3 mov %rax,%rbx
135fd: 48 89 c2 mov %rax,%rdx
13600: 48 89 ef mov %rbp,%rdi
13603: e8 78 8e ff ff callq c480 <PyDict_SetItemString@plt>
13608: 48 8b 03 mov (%rbx),%rax
1360b: 48 83 e8 01 sub $0x1,%rax
1360f: 48 85 c0 test %rax,%rax
13612: 48 89 03 mov %rax,(%rbx)
13615: 0f 84 ca 20 00 00 je 156e5 <initumath+0x4985>
1361b: 48 8d 15 5e 23 04 00 lea 0x4235e(%rip),%rdx # 55980 <_fini+0x6d88>
13622: 48 8d 1d b0 b7 03 00 lea 0x3b7b0(%rip),%rbx # 4edd9 <_fini+0x1e1>
13629: 48 8d 35 d0 de 25 00 lea 0x25ded0(%rip),%rsi # 271500 <floor_data>
13630: 48 8d 3d 49 f1 25 00 lea 0x25f149(%rip),%rdi # 272780 <floor_functions>
13637: 41 b9 01 00 00 00 mov $0x1,%r9d
1363d: 41 b8 01 00 00 00 mov $0x1,%r8d
13643: 48 89 54 24 10 mov %rdx,0x10(%rsp)
13648: 48 8d 15 cb b6 25 00 lea 0x25b6cb(%rip),%rdx # 26ed1a <floor_signatures>
1364f: b9 05 00 00 00 mov $0x5,%ecx
13654: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
13659: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13660: 00
13661: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13668: e8 13 e5 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1366d: 48 8d 35 65 b7 03 00 lea 0x3b765(%rip),%rsi # 4edd9 <_fini+0x1e1>
13674: 48 89 c3 mov %rax,%rbx
13677: 48 89 c2 mov %rax,%rdx
1367a: 48 89 ef mov %rbp,%rdi
1367d: e8 fe 8d ff ff callq c480 <PyDict_SetItemString@plt>
13682: 48 8b 03 mov (%rbx),%rax
13685: 48 83 e8 01 sub $0x1,%rax
13689: 48 85 c0 test %rax,%rax
1368c: 48 89 03 mov %rax,(%rbx)
1368f: 0f 84 40 20 00 00 je 156d5 <initumath+0x4975>
13695: 48 8d 15 43 b7 03 00 lea 0x3b743(%rip),%rdx # 4eddf <_fini+0x1e7>
1369c: 48 8d 05 75 25 04 00 lea 0x42575(%rip),%rax # 55c18 <_fini+0x7020>
136a3: 48 8d 35 16 f1 25 00 lea 0x25f116(%rip),%rsi # 2727c0 <floor_divide_data>
136aa: 48 8d 3d ef c5 25 00 lea 0x25c5ef(%rip),%rdi # 26fca0 <floor_divide_functions>
136b1: 41 b9 01 00 00 00 mov $0x1,%r9d
136b7: 41 b8 02 00 00 00 mov $0x2,%r8d
136bd: 48 89 54 24 08 mov %rdx,0x8(%rsp)
136c2: 48 8d 15 77 b6 25 00 lea 0x25b677(%rip),%rdx # 26ed40 <floor_divide_signatures>
136c9: b9 14 00 00 00 mov $0x14,%ecx
136ce: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
136d5: 00
136d6: 48 89 44 24 10 mov %rax,0x10(%rsp)
136db: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
136e2: e8 99 e4 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
136e7: 48 89 c3 mov %rax,%rbx
136ea: 48 8d 05 2f 7a 03 00 lea 0x37a2f(%rip),%rax # 4b120 <PyUFunc_DivisionTypeResolver>
136f1: 48 8d 35 e7 b6 03 00 lea 0x3b6e7(%rip),%rsi # 4eddf <_fini+0x1e7>
136f8: 48 89 da mov %rbx,%rdx
136fb: 48 89 ef mov %rbp,%rdi
136fe: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
13705: e8 76 8d ff ff callq c480 <PyDict_SetItemString@plt>
1370a: 48 8b 03 mov (%rbx),%rax
1370d: 48 83 e8 01 sub $0x1,%rax
13711: 48 85 c0 test %rax,%rax
13714: 48 89 03 mov %rax,(%rbx)
13717: 0f 84 a8 1f 00 00 je 156c5 <initumath+0x4965>
1371d: 48 8d 15 f4 26 04 00 lea 0x426f4(%rip),%rdx # 55e18 <_fini+0x7220>
13724: 48 8d 1d c1 b6 03 00 lea 0x3b6c1(%rip),%rbx # 4edec <_fini+0x1f4>
1372b: 48 8d 35 2e f1 25 00 lea 0x25f12e(%rip),%rsi # 272860 <fmax_data>
13732: 48 8d 3d 07 c6 25 00 lea 0x25c607(%rip),%rdi # 26fd40 <fmax_functions>
13739: 41 b9 01 00 00 00 mov $0x1,%r9d
1373f: 41 b8 02 00 00 00 mov $0x2,%r8d
13745: 48 89 54 24 10 mov %rdx,0x10(%rsp)
1374a: 48 8d 15 2f b6 25 00 lea 0x25b62f(%rip),%rdx # 26ed80 <fmax_signatures>
13751: b9 15 00 00 00 mov $0x15,%ecx
13756: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
1375b: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13762: 00
13763: c7 04 24 fe ff ff ff movl $0xfffffffe,(%rsp)
1376a: e8 11 e4 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1376f: 48 89 c3 mov %rax,%rbx
13772: 48 8d 05 57 80 03 00 lea 0x38057(%rip),%rax # 4b7d0 <PyUFunc_SimpleBinaryOperationTypeResolver>
13779: 48 8d 35 6c b6 03 00 lea 0x3b66c(%rip),%rsi # 4edec <_fini+0x1f4>
13780: 48 89 da mov %rbx,%rdx
13783: 48 89 ef mov %rbp,%rdi
13786: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
1378d: e8 ee 8c ff ff callq c480 <PyDict_SetItemString@plt>
13792: 48 8b 03 mov (%rbx),%rax
13795: 48 83 e8 01 sub $0x1,%rax
13799: 48 85 c0 test %rax,%rax
1379c: 48 89 03 mov %rax,(%rbx)
1379f: 0f 84 10 1f 00 00 je 156b5 <initumath+0x4955>
137a5: 48 8d 15 1c 2c 04 00 lea 0x42c1c(%rip),%rdx # 563c8 <_fini+0x77d0>
137ac: 48 8d 1d 3e b6 03 00 lea 0x3b63e(%rip),%rbx # 4edf1 <_fini+0x1f9>
137b3: 48 8d 35 66 f1 25 00 lea 0x25f166(%rip),%rsi # 272920 <fmin_data>
137ba: 48 8d 3d 3f c6 25 00 lea 0x25c63f(%rip),%rdi # 26fe00 <fmin_functions>
137c1: 41 b9 01 00 00 00 mov $0x1,%r9d
137c7: 41 b8 02 00 00 00 mov $0x2,%r8d
137cd: 48 89 54 24 10 mov %rdx,0x10(%rsp)
137d2: 48 8d 15 e7 b5 25 00 lea 0x25b5e7(%rip),%rdx # 26edc0 <fmin_signatures>
137d9: b9 15 00 00 00 mov $0x15,%ecx
137de: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
137e3: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
137ea: 00
137eb: c7 04 24 fe ff ff ff movl $0xfffffffe,(%rsp)
137f2: e8 89 e3 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
137f7: 48 89 c3 mov %rax,%rbx
137fa: 48 8d 05 cf 7f 03 00 lea 0x37fcf(%rip),%rax # 4b7d0 <PyUFunc_SimpleBinaryOperationTypeResolver>
13801: 48 8d 35 e9 b5 03 00 lea 0x3b5e9(%rip),%rsi # 4edf1 <_fini+0x1f9>
13808: 48 89 da mov %rbx,%rdx
1380b: 48 89 ef mov %rbp,%rdi
1380e: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
13815: e8 66 8c ff ff callq c480 <PyDict_SetItemString@plt>
1381a: 48 8b 03 mov (%rbx),%rax
1381d: 48 83 e8 01 sub $0x1,%rax
13821: 48 85 c0 test %rax,%rax
13824: 48 89 03 mov %rax,(%rbx)
13827: 0f 84 78 1e 00 00 je 156a5 <initumath+0x4945>
1382d: 48 8d 15 3c 31 04 00 lea 0x4313c(%rip),%rdx # 56970 <_fini+0x7d78>
13834: 48 8d 1d bb b5 03 00 lea 0x3b5bb(%rip),%rbx # 4edf6 <_fini+0x1fe>
1383b: 48 8d 35 fe dc 25 00 lea 0x25dcfe(%rip),%rsi # 271540 <fmod_data>
13842: 48 8d 3d 77 c6 25 00 lea 0x25c677(%rip),%rdi # 26fec0 <fmod_functions>
13849: 41 b9 01 00 00 00 mov $0x1,%r9d
1384f: 41 b8 02 00 00 00 mov $0x2,%r8d
13855: 48 89 54 24 10 mov %rdx,0x10(%rsp)
1385a: 48 8d 15 9f b5 25 00 lea 0x25b59f(%rip),%rdx # 26ee00 <fmod_signatures>
13861: b9 0f 00 00 00 mov $0xf,%ecx
13866: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
1386b: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13872: 00
13873: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
1387a: e8 01 e3 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1387f: 48 8d 35 70 b5 03 00 lea 0x3b570(%rip),%rsi # 4edf6 <_fini+0x1fe>
13886: 48 89 c3 mov %rax,%rbx
13889: 48 89 c2 mov %rax,%rdx
1388c: 48 89 ef mov %rbp,%rdi
1388f: e8 ec 8b ff ff callq c480 <PyDict_SetItemString@plt>
13894: 48 8b 03 mov (%rbx),%rax
13897: 48 83 e8 01 sub $0x1,%rax
1389b: 48 85 c0 test %rax,%rax
1389e: 48 89 03 mov %rax,(%rbx)
138a1: 0f 84 ee 1d 00 00 je 15695 <initumath+0x4935>
138a7: 48 8d 15 4d b5 03 00 lea 0x3b54d(%rip),%rdx # 4edfb <_fini+0x203>
138ae: 48 8d 05 83 35 04 00 lea 0x43583(%rip),%rax # 56e38 <_fini+0x8240>
138b5: 48 8d 35 a4 ff 25 00 lea 0x25ffa4(%rip),%rsi # 273860 <greater_data>
138bc: 48 8d 3d 3d d2 25 00 lea 0x25d23d(%rip),%rdi # 270b00 <greater_functions>
138c3: 41 b9 01 00 00 00 mov $0x1,%r9d
138c9: 41 b8 02 00 00 00 mov $0x2,%r8d
138cf: 48 89 54 24 08 mov %rdx,0x8(%rsp)
138d4: 48 8d 15 65 b5 25 00 lea 0x25b565(%rip),%rdx # 26ee40 <greater_signatures>
138db: b9 15 00 00 00 mov $0x15,%ecx
138e0: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
138e7: 00
138e8: 48 89 44 24 10 mov %rax,0x10(%rsp)
138ed: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
138f4: e8 87 e2 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
138f9: 48 89 c3 mov %rax,%rbx
138fc: 48 8d 05 ad 7b 03 00 lea 0x37bad(%rip),%rax # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
13903: 48 8d 35 f1 b4 03 00 lea 0x3b4f1(%rip),%rsi # 4edfb <_fini+0x203>
1390a: 48 89 da mov %rbx,%rdx
1390d: 48 89 ef mov %rbp,%rdi
13910: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
13917: e8 64 8b ff ff callq c480 <PyDict_SetItemString@plt>
1391c: 48 8b 03 mov (%rbx),%rax
1391f: 48 83 e8 01 sub $0x1,%rax
13923: 48 85 c0 test %rax,%rax
13926: 48 89 03 mov %rax,(%rbx)
13929: 0f 84 56 1d 00 00 je 15685 <initumath+0x4925>
1392f: 48 8d 15 a2 37 04 00 lea 0x437a2(%rip),%rdx # 570d8 <_fini+0x84e0>
13936: 48 8d 1d c6 b4 03 00 lea 0x3b4c6(%rip),%rbx # 4ee03 <_fini+0x20b>
1393d: 48 8d 35 dc ff 25 00 lea 0x25ffdc(%rip),%rsi # 273920 <greater_equal_data>
13944: 48 8d 3d 75 d2 25 00 lea 0x25d275(%rip),%rdi # 270bc0 <greater_equal_functions>
1394b: 41 b9 01 00 00 00 mov $0x1,%r9d
13951: 41 b8 02 00 00 00 mov $0x2,%r8d
13957: 48 89 54 24 10 mov %rdx,0x10(%rsp)
1395c: 48 8d 15 1d b5 25 00 lea 0x25b51d(%rip),%rdx # 26ee80 <greater_equal_signatures>
13963: b9 15 00 00 00 mov $0x15,%ecx
13968: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
1396d: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13974: 00
13975: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
1397c: e8 ff e1 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13981: 48 89 c3 mov %rax,%rbx
13984: 48 8d 05 25 7b 03 00 lea 0x37b25(%rip),%rax # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
1398b: 48 8d 35 71 b4 03 00 lea 0x3b471(%rip),%rsi # 4ee03 <_fini+0x20b>
13992: 48 89 da mov %rbx,%rdx
13995: 48 89 ef mov %rbp,%rdi
13998: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
1399f: e8 dc 8a ff ff callq c480 <PyDict_SetItemString@plt>
139a4: 48 8b 03 mov (%rbx),%rax
139a7: 48 83 e8 01 sub $0x1,%rax
139ab: 48 85 c0 test %rax,%rax
139ae: 48 89 03 mov %rax,(%rbx)
139b1: 0f 84 be 1c 00 00 je 15675 <initumath+0x4915>
139b7: 48 8d 15 22 39 04 00 lea 0x43922(%rip),%rdx # 572e0 <_fini+0x86e8>
139be: 48 8d 1d 4c b4 03 00 lea 0x3b44c(%rip),%rbx # 4ee11 <_fini+0x219>
139c5: 48 8d 35 f4 db 25 00 lea 0x25dbf4(%rip),%rsi # 2715c0 <hypot_data>
139cc: 48 8d 3d 0d f0 25 00 lea 0x25f00d(%rip),%rdi # 2729e0 <hypot_functions>
139d3: 41 b9 01 00 00 00 mov $0x1,%r9d
139d9: 41 b8 02 00 00 00 mov $0x2,%r8d
139df: 48 89 54 24 10 mov %rdx,0x10(%rsp)
139e4: 48 8d 15 d4 b4 25 00 lea 0x25b4d4(%rip),%rdx # 26eebf <hypot_signatures>
139eb: b9 05 00 00 00 mov $0x5,%ecx
139f0: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
139f5: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
139fc: 00
139fd: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13a04: e8 77 e1 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13a09: 48 8d 35 01 b4 03 00 lea 0x3b401(%rip),%rsi # 4ee11 <_fini+0x219>
13a10: 48 89 c3 mov %rax,%rbx
13a13: 48 89 c2 mov %rax,%rdx
13a16: 48 89 ef mov %rbp,%rdi
13a19: e8 62 8a ff ff callq c480 <PyDict_SetItemString@plt>
13a1e: 48 8b 03 mov (%rbx),%rax
13a21: 48 83 e8 01 sub $0x1,%rax
13a25: 48 85 c0 test %rax,%rax
13a28: 48 89 03 mov %rax,(%rbx)
13a2b: 0f 84 34 1c 00 00 je 15665 <initumath+0x4905>
13a31: 48 8d 15 df b3 03 00 lea 0x3b3df(%rip),%rdx # 4ee17 <_fini+0x21f>
13a38: 48 8d 05 19 3c 04 00 lea 0x43c19(%rip),%rax # 57658 <_fini+0x8a60>
13a3f: 48 8d 35 da ef 25 00 lea 0x25efda(%rip),%rsi # 272a20 <invert_data>
13a46: 48 8d 3d f3 c4 25 00 lea 0x25c4f3(%rip),%rdi # 26ff40 <invert_functions>
13a4d: 41 b9 01 00 00 00 mov $0x1,%r9d
13a53: 41 b8 01 00 00 00 mov $0x1,%r8d
13a59: 48 89 54 24 08 mov %rdx,0x8(%rsp)
13a5e: 48 8d 15 6b b4 25 00 lea 0x25b46b(%rip),%rdx # 26eed0 <invert_signatures>
13a65: b9 0c 00 00 00 mov $0xc,%ecx
13a6a: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13a71: 00
13a72: 48 89 44 24 10 mov %rax,0x10(%rsp)
13a77: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13a7e: e8 fd e0 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13a83: 48 8d 35 8d b3 03 00 lea 0x3b38d(%rip),%rsi # 4ee17 <_fini+0x21f>
13a8a: 48 89 c3 mov %rax,%rbx
13a8d: 48 89 c2 mov %rax,%rdx
13a90: 48 89 ef mov %rbp,%rdi
13a93: e8 e8 89 ff ff callq c480 <PyDict_SetItemString@plt>
13a98: 48 8b 03 mov (%rbx),%rax
13a9b: 48 83 e8 01 sub $0x1,%rax
13a9f: 48 85 c0 test %rax,%rax
13aa2: 48 89 03 mov %rax,(%rbx)
13aa5: 0f 84 aa 1b 00 00 je 15655 <initumath+0x48f5>
13aab: 48 8d 1d fe 42 04 00 lea 0x442fe(%rip),%rbx # 57db0 <_fini+0x91b8>
13ab2: 48 8d 05 65 b3 03 00 lea 0x3b365(%rip),%rax # 4ee1e <_fini+0x226>
13ab9: 48 8d 15 28 b4 25 00 lea 0x25b428(%rip),%rdx # 26eee8 <isfinite_signatures>
13ac0: 48 8d 35 19 ff 25 00 lea 0x25ff19(%rip),%rsi # 2739e0 <isfinite_data>
13ac7: 48 8d 3d b2 d1 25 00 lea 0x25d1b2(%rip),%rdi # 270c80 <isfinite_functions>
13ace: 41 b9 01 00 00 00 mov $0x1,%r9d
13ad4: 41 b8 01 00 00 00 mov $0x1,%r8d
13ada: b9 07 00 00 00 mov $0x7,%ecx
13adf: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
13ae4: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13aeb: 00
13aec: 48 89 44 24 08 mov %rax,0x8(%rsp)
13af1: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13af8: e8 83 e0 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13afd: 48 8d 35 1a b3 03 00 lea 0x3b31a(%rip),%rsi # 4ee1e <_fini+0x226>
13b04: 48 89 c3 mov %rax,%rbx
13b07: 48 89 c2 mov %rax,%rdx
13b0a: 48 89 ef mov %rbp,%rdi
13b0d: e8 6e 89 ff ff callq c480 <PyDict_SetItemString@plt>
13b12: 48 8b 03 mov (%rbx),%rax
13b15: 48 83 e8 01 sub $0x1,%rax
13b19: 48 85 c0 test %rax,%rax
13b1c: 48 89 03 mov %rax,(%rbx)
13b1f: 0f 84 20 1b 00 00 je 15645 <initumath+0x48e5>
13b25: 48 8d 15 7c 49 04 00 lea 0x4497c(%rip),%rdx # 584a8 <_fini+0x98b0>
13b2c: 48 8d 1d f4 b2 03 00 lea 0x3b2f4(%rip),%rbx # 4ee27 <_fini+0x22f>
13b33: 48 8d 35 e6 fe 25 00 lea 0x25fee6(%rip),%rsi # 273a20 <isinf_data>
13b3a: 48 8d 3d 7f d1 25 00 lea 0x25d17f(%rip),%rdi # 270cc0 <isinf_functions>
13b41: 41 b9 01 00 00 00 mov $0x1,%r9d
13b47: 41 b8 01 00 00 00 mov $0x1,%r8d
13b4d: 48 89 54 24 10 mov %rdx,0x10(%rsp)
13b52: 48 8d 15 9d b3 25 00 lea 0x25b39d(%rip),%rdx # 26eef6 <isinf_signatures>
13b59: b9 07 00 00 00 mov $0x7,%ecx
13b5e: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
13b63: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13b6a: 00
13b6b: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13b72: e8 09 e0 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13b77: 48 8d 35 a9 b2 03 00 lea 0x3b2a9(%rip),%rsi # 4ee27 <_fini+0x22f>
13b7e: 48 89 c3 mov %rax,%rbx
13b81: 48 89 c2 mov %rax,%rdx
13b84: 48 89 ef mov %rbp,%rdi
13b87: e8 f4 88 ff ff callq c480 <PyDict_SetItemString@plt>
13b8c: 48 8b 03 mov (%rbx),%rax
13b8f: 48 83 e8 01 sub $0x1,%rax
13b93: 48 85 c0 test %rax,%rax
13b96: 48 89 03 mov %rax,(%rbx)
13b99: 0f 84 96 1a 00 00 je 15635 <initumath+0x48d5>
13b9f: 48 8d 15 87 b2 03 00 lea 0x3b287(%rip),%rdx # 4ee2d <_fini+0x235>
13ba6: 48 8d 05 63 4f 04 00 lea 0x44f63(%rip),%rax # 58b10 <_fini+0x9f18>
13bad: 48 8d 35 ac fe 25 00 lea 0x25feac(%rip),%rsi # 273a60 <isnan_data>
13bb4: 48 8d 3d 45 d1 25 00 lea 0x25d145(%rip),%rdi # 270d00 <isnan_functions>
13bbb: 41 b9 01 00 00 00 mov $0x1,%r9d
13bc1: 41 b8 01 00 00 00 mov $0x1,%r8d
13bc7: 48 89 54 24 08 mov %rdx,0x8(%rsp)
13bcc: 48 8d 15 31 b3 25 00 lea 0x25b331(%rip),%rdx # 26ef04 <isnan_signatures>
13bd3: b9 07 00 00 00 mov $0x7,%ecx
13bd8: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13bdf: 00
13be0: 48 89 44 24 10 mov %rax,0x10(%rsp)
13be5: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13bec: e8 8f df 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13bf1: 48 8d 35 35 b2 03 00 lea 0x3b235(%rip),%rsi # 4ee2d <_fini+0x235>
13bf8: 48 89 c3 mov %rax,%rbx
13bfb: 48 89 c2 mov %rax,%rdx
13bfe: 48 89 ef mov %rbp,%rdi
13c01: e8 7a 88 ff ff callq c480 <PyDict_SetItemString@plt>
13c06: 48 8b 03 mov (%rbx),%rax
13c09: 48 83 e8 01 sub $0x1,%rax
13c0d: 48 85 c0 test %rax,%rax
13c10: 48 89 03 mov %rax,(%rbx)
13c13: 0f 84 0c 1a 00 00 je 15625 <initumath+0x48c5>
13c19: 48 8d 1d 40 52 04 00 lea 0x45240(%rip),%rbx # 58e60 <_fini+0xa268>
13c20: 48 8d 05 0c b2 03 00 lea 0x3b20c(%rip),%rax # 4ee33 <_fini+0x23b>
13c27: 48 8d 15 f2 b2 25 00 lea 0x25b2f2(%rip),%rdx # 26ef20 <left_shift_signatures>
13c2e: 48 8d 35 4b ee 25 00 lea 0x25ee4b(%rip),%rsi # 272a80 <left_shift_data>
13c35: 48 8d 3d 64 c3 25 00 lea 0x25c364(%rip),%rdi # 26ffa0 <left_shift_functions>
13c3c: 41 b9 01 00 00 00 mov $0x1,%r9d
13c42: 41 b8 02 00 00 00 mov $0x2,%r8d
13c48: b9 0b 00 00 00 mov $0xb,%ecx
13c4d: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
13c52: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13c59: 00
13c5a: 48 89 44 24 08 mov %rax,0x8(%rsp)
13c5f: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13c66: e8 15 df 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13c6b: 48 8d 35 c1 b1 03 00 lea 0x3b1c1(%rip),%rsi # 4ee33 <_fini+0x23b>
13c72: 48 89 c3 mov %rax,%rbx
13c75: 48 89 c2 mov %rax,%rdx
13c78: 48 89 ef mov %rbp,%rdi
13c7b: e8 00 88 ff ff callq c480 <PyDict_SetItemString@plt>
13c80: 48 8b 03 mov (%rbx),%rax
13c83: 48 83 e8 01 sub $0x1,%rax
13c87: 48 85 c0 test %rax,%rax
13c8a: 48 89 03 mov %rax,(%rbx)
13c8d: 0f 84 82 19 00 00 je 15615 <initumath+0x48b5>
13c93: 48 8d 15 06 55 04 00 lea 0x45506(%rip),%rdx # 591a0 <_fini+0xa5a8>
13c9a: 48 8d 1d 9d b1 03 00 lea 0x3b19d(%rip),%rbx # 4ee3e <_fini+0x246>
13ca1: 48 8d 35 f8 fd 25 00 lea 0x25fdf8(%rip),%rsi # 273aa0 <less_data>
13ca8: 48 8d 3d 91 d0 25 00 lea 0x25d091(%rip),%rdi # 270d40 <less_functions>
13caf: 41 b9 01 00 00 00 mov $0x1,%r9d
13cb5: 41 b8 02 00 00 00 mov $0x2,%r8d
13cbb: 48 89 54 24 10 mov %rdx,0x10(%rsp)
13cc0: 48 8d 15 99 b2 25 00 lea 0x25b299(%rip),%rdx # 26ef60 <less_signatures>
13cc7: b9 15 00 00 00 mov $0x15,%ecx
13ccc: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
13cd1: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13cd8: 00
13cd9: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13ce0: e8 9b de 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13ce5: 48 89 c3 mov %rax,%rbx
13ce8: 48 8d 05 c1 77 03 00 lea 0x377c1(%rip),%rax # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
13cef: 48 8d 35 48 b1 03 00 lea 0x3b148(%rip),%rsi # 4ee3e <_fini+0x246>
13cf6: 48 89 da mov %rbx,%rdx
13cf9: 48 89 ef mov %rbp,%rdi
13cfc: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
13d03: e8 78 87 ff ff callq c480 <PyDict_SetItemString@plt>
13d08: 48 8b 03 mov (%rbx),%rax
13d0b: 48 83 e8 01 sub $0x1,%rax
13d0f: 48 85 c0 test %rax,%rax
13d12: 48 89 03 mov %rax,(%rbx)
13d15: 0f 84 ea 18 00 00 je 15605 <initumath+0x48a5>
13d1b: 48 8d 15 7e 56 04 00 lea 0x4567e(%rip),%rdx # 593a0 <_fini+0xa7a8>
13d22: 48 8d 1d 1a b1 03 00 lea 0x3b11a(%rip),%rbx # 4ee43 <_fini+0x24b>
13d29: 48 8d 35 30 fe 25 00 lea 0x25fe30(%rip),%rsi # 273b60 <less_equal_data>
13d30: 48 8d 3d c9 d0 25 00 lea 0x25d0c9(%rip),%rdi # 270e00 <less_equal_functions>
13d37: 41 b9 01 00 00 00 mov $0x1,%r9d
13d3d: 41 b8 02 00 00 00 mov $0x2,%r8d
13d43: 48 89 54 24 10 mov %rdx,0x10(%rsp)
13d48: 48 8d 15 51 b2 25 00 lea 0x25b251(%rip),%rdx # 26efa0 <less_equal_signatures>
13d4f: b9 15 00 00 00 mov $0x15,%ecx
13d54: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
13d59: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13d60: 00
13d61: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13d68: e8 13 de 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13d6d: 48 89 c3 mov %rax,%rbx
13d70: 48 8d 05 39 77 03 00 lea 0x37739(%rip),%rax # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
13d77: 48 8d 35 c5 b0 03 00 lea 0x3b0c5(%rip),%rsi # 4ee43 <_fini+0x24b>
13d7e: 48 89 da mov %rbx,%rdx
13d81: 48 89 ef mov %rbp,%rdi
13d84: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
13d8b: e8 f0 86 ff ff callq c480 <PyDict_SetItemString@plt>
13d90: 48 8b 03 mov (%rbx),%rax
13d93: 48 83 e8 01 sub $0x1,%rax
13d97: 48 85 c0 test %rax,%rax
13d9a: 48 89 03 mov %rax,(%rbx)
13d9d: 0f 84 52 18 00 00 je 155f5 <initumath+0x4895>
13da3: 48 8d 15 06 58 04 00 lea 0x45806(%rip),%rdx # 595b0 <_fini+0xa9b8>
13daa: 48 8d 1d 9d b0 03 00 lea 0x3b09d(%rip),%rbx # 4ee4e <_fini+0x256>
13db1: 48 8d 35 48 d8 25 00 lea 0x25d848(%rip),%rsi # 271600 <log_data>
13db8: 48 8d 3d 21 ed 25 00 lea 0x25ed21(%rip),%rdi # 272ae0 <log_functions>
13dbf: 41 b9 01 00 00 00 mov $0x1,%r9d
13dc5: 41 b8 01 00 00 00 mov $0x1,%r8d
13dcb: 48 89 54 24 10 mov %rdx,0x10(%rsp)
13dd0: 48 8d 15 09 b2 25 00 lea 0x25b209(%rip),%rdx # 26efe0 <log_signatures>
13dd7: b9 08 00 00 00 mov $0x8,%ecx
13ddc: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
13de1: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13de8: 00
13de9: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13df0: e8 8b dd 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13df5: 48 8d 35 52 b0 03 00 lea 0x3b052(%rip),%rsi # 4ee4e <_fini+0x256>
13dfc: 48 89 c3 mov %rax,%rbx
13dff: 48 89 c2 mov %rax,%rdx
13e02: 48 89 ef mov %rbp,%rdi
13e05: e8 76 86 ff ff callq c480 <PyDict_SetItemString@plt>
13e0a: 48 8b 03 mov (%rbx),%rax
13e0d: 48 83 e8 01 sub $0x1,%rax
13e11: 48 85 c0 test %rax,%rax
13e14: 48 89 03 mov %rax,(%rbx)
13e17: 0f 84 c8 17 00 00 je 155e5 <initumath+0x4885>
13e1d: 48 8d 15 2e b0 03 00 lea 0x3b02e(%rip),%rdx # 4ee52 <_fini+0x25a>
13e24: 48 8d 05 cd 5c 04 00 lea 0x45ccd(%rip),%rax # 59af8 <_fini+0xaf00>
13e2b: 48 8d 35 0e d8 25 00 lea 0x25d80e(%rip),%rsi # 271640 <log10_data>
13e32: 48 8d 3d e7 ec 25 00 lea 0x25ece7(%rip),%rdi # 272b20 <log10_functions>
13e39: 41 b9 01 00 00 00 mov $0x1,%r9d
13e3f: 41 b8 01 00 00 00 mov $0x1,%r8d
13e45: 48 89 54 24 08 mov %rdx,0x8(%rsp)
13e4a: 48 8d 15 9f b1 25 00 lea 0x25b19f(%rip),%rdx # 26eff0 <log10_signatures>
13e51: b9 08 00 00 00 mov $0x8,%ecx
13e56: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13e5d: 00
13e5e: 48 89 44 24 10 mov %rax,0x10(%rsp)
13e63: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13e6a: e8 11 dd 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13e6f: 48 8d 35 dc af 03 00 lea 0x3afdc(%rip),%rsi # 4ee52 <_fini+0x25a>
13e76: 48 89 c3 mov %rax,%rbx
13e79: 48 89 c2 mov %rax,%rdx
13e7c: 48 89 ef mov %rbp,%rdi
13e7f: e8 fc 85 ff ff callq c480 <PyDict_SetItemString@plt>
13e84: 48 8b 03 mov (%rbx),%rax
13e87: 48 83 e8 01 sub $0x1,%rax
13e8b: 48 85 c0 test %rax,%rax
13e8e: 48 89 03 mov %rax,(%rbx)
13e91: 0f 84 3e 17 00 00 je 155d5 <initumath+0x4875>
13e97: 48 8d 1d 3a 61 04 00 lea 0x4613a(%rip),%rbx # 59fd8 <_fini+0xb3e0>
13e9e: 48 8d 05 b3 af 03 00 lea 0x3afb3(%rip),%rax # 4ee58 <_fini+0x260>
13ea5: 48 8d 15 54 b1 25 00 lea 0x25b154(%rip),%rdx # 26f000 <log1p_signatures>
13eac: 48 8d 35 cd d7 25 00 lea 0x25d7cd(%rip),%rsi # 271680 <log1p_data>
13eb3: 48 8d 3d a6 ec 25 00 lea 0x25eca6(%rip),%rdi # 272b60 <log1p_functions>
13eba: 41 b9 01 00 00 00 mov $0x1,%r9d
13ec0: 41 b8 01 00 00 00 mov $0x1,%r8d
13ec6: b9 08 00 00 00 mov $0x8,%ecx
13ecb: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
13ed0: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13ed7: 00
13ed8: 48 89 44 24 08 mov %rax,0x8(%rsp)
13edd: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13ee4: e8 97 dc 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13ee9: 48 8d 35 68 af 03 00 lea 0x3af68(%rip),%rsi # 4ee58 <_fini+0x260>
13ef0: 48 89 c3 mov %rax,%rbx
13ef3: 48 89 c2 mov %rax,%rdx
13ef6: 48 89 ef mov %rbp,%rdi
13ef9: e8 82 85 ff ff callq c480 <PyDict_SetItemString@plt>
13efe: 48 8b 03 mov (%rbx),%rax
13f01: 48 83 e8 01 sub $0x1,%rax
13f05: 48 85 c0 test %rax,%rax
13f08: 48 89 03 mov %rax,(%rbx)
13f0b: 0f 84 b4 16 00 00 je 155c5 <initumath+0x4865>
13f11: 48 8d 15 38 66 04 00 lea 0x46638(%rip),%rdx # 5a550 <_fini+0xb958>
13f18: 48 8d 1d 3f af 03 00 lea 0x3af3f(%rip),%rbx # 4ee5e <_fini+0x266>
13f1f: 48 8d 35 9a d7 25 00 lea 0x25d79a(%rip),%rsi # 2716c0 <log2_data>
13f26: 48 8d 3d 73 ec 25 00 lea 0x25ec73(%rip),%rdi # 272ba0 <log2_functions>
13f2d: 41 b9 01 00 00 00 mov $0x1,%r9d
13f33: 41 b8 01 00 00 00 mov $0x1,%r8d
13f39: 48 89 54 24 10 mov %rdx,0x10(%rsp)
13f3e: 48 8d 15 cb b0 25 00 lea 0x25b0cb(%rip),%rdx # 26f010 <log2_signatures>
13f45: b9 08 00 00 00 mov $0x8,%ecx
13f4a: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
13f4f: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13f56: 00
13f57: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13f5e: e8 1d dc 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13f63: 48 8d 35 f4 ae 03 00 lea 0x3aef4(%rip),%rsi # 4ee5e <_fini+0x266>
13f6a: 48 89 c3 mov %rax,%rbx
13f6d: 48 89 c2 mov %rax,%rdx
13f70: 48 89 ef mov %rbp,%rdi
13f73: e8 08 85 ff ff callq c480 <PyDict_SetItemString@plt>
13f78: 48 8b 03 mov (%rbx),%rax
13f7b: 48 83 e8 01 sub $0x1,%rax
13f7f: 48 85 c0 test %rax,%rax
13f82: 48 89 03 mov %rax,(%rbx)
13f85: 0f 84 2a 16 00 00 je 155b5 <initumath+0x4855>
13f8b: 48 8d 15 d1 ae 03 00 lea 0x3aed1(%rip),%rdx # 4ee63 <_fini+0x26b>
13f92: 48 8d 05 0f 6a 04 00 lea 0x46a0f(%rip),%rax # 5a9a8 <_fini+0xbdb0>
13f99: 48 8d 35 60 ec 25 00 lea 0x25ec60(%rip),%rsi # 272c00 <logaddexp_data>
13fa0: 48 8d 3d 39 ec 25 00 lea 0x25ec39(%rip),%rdi # 272be0 <logaddexp_functions>
13fa7: 41 b9 01 00 00 00 mov $0x1,%r9d
13fad: 41 b8 02 00 00 00 mov $0x2,%r8d
13fb3: 48 89 54 24 08 mov %rdx,0x8(%rsp)
13fb8: 48 8d 15 61 b0 25 00 lea 0x25b061(%rip),%rdx # 26f020 <logaddexp_signatures>
13fbf: b9 04 00 00 00 mov $0x4,%ecx
13fc4: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
13fcb: 00
13fcc: 48 89 44 24 10 mov %rax,0x10(%rsp)
13fd1: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
13fd8: e8 a3 db 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
13fdd: 48 8d 35 7f ae 03 00 lea 0x3ae7f(%rip),%rsi # 4ee63 <_fini+0x26b>
13fe4: 48 89 c3 mov %rax,%rbx
13fe7: 48 89 c2 mov %rax,%rdx
13fea: 48 89 ef mov %rbp,%rdi
13fed: e8 8e 84 ff ff callq c480 <PyDict_SetItemString@plt>
13ff2: 48 8b 03 mov (%rbx),%rax
13ff5: 48 83 e8 01 sub $0x1,%rax
13ff9: 48 85 c0 test %rax,%rax
13ffc: 48 89 03 mov %rax,(%rbx)
13fff: 0f 84 a0 15 00 00 je 155a5 <initumath+0x4845>
14005: 48 8d 1d e4 6c 04 00 lea 0x46ce4(%rip),%rbx # 5acf0 <_fini+0xc0f8>
1400c: 48 8d 05 5a ae 03 00 lea 0x3ae5a(%rip),%rax # 4ee6d <_fini+0x275>
14013: 48 8d 15 12 b0 25 00 lea 0x25b012(%rip),%rdx # 26f02c <logaddexp2_signatures>
1401a: 48 8d 35 1f ec 25 00 lea 0x25ec1f(%rip),%rsi # 272c40 <logaddexp2_data>
14021: 48 8d 3d f8 eb 25 00 lea 0x25ebf8(%rip),%rdi # 272c20 <logaddexp2_functions>
14028: 41 b9 01 00 00 00 mov $0x1,%r9d
1402e: 41 b8 02 00 00 00 mov $0x2,%r8d
14034: b9 04 00 00 00 mov $0x4,%ecx
14039: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
1403e: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14045: 00
14046: 48 89 44 24 08 mov %rax,0x8(%rsp)
1404b: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14052: e8 29 db 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14057: 48 8d 35 0f ae 03 00 lea 0x3ae0f(%rip),%rsi # 4ee6d <_fini+0x275>
1405e: 48 89 c3 mov %rax,%rbx
14061: 48 89 c2 mov %rax,%rdx
14064: 48 89 ef mov %rbp,%rdi
14067: e8 14 84 ff ff callq c480 <PyDict_SetItemString@plt>
1406c: 48 8b 03 mov (%rbx),%rax
1406f: 48 83 e8 01 sub $0x1,%rax
14073: 48 85 c0 test %rax,%rax
14076: 48 89 03 mov %rax,(%rbx)
14079: 0f 84 16 15 00 00 je 15595 <initumath+0x4835>
1407f: 48 8d 15 3a 70 04 00 lea 0x4703a(%rip),%rdx # 5b0c0 <_fini+0xc4c8>
14086: 48 8d 1d eb ad 03 00 lea 0x3adeb(%rip),%rbx # 4ee78 <_fini+0x280>
1408d: 48 8d 35 cc eb 25 00 lea 0x25ebcc(%rip),%rsi # 272c60 <logical_and_data>
14094: 48 8d 3d 65 bf 25 00 lea 0x25bf65(%rip),%rdi # 270000 <logical_and_functions>
1409b: 41 b9 01 00 00 00 mov $0x1,%r9d
140a1: 41 b8 02 00 00 00 mov $0x2,%r8d
140a7: 48 89 54 24 10 mov %rdx,0x10(%rsp)
140ac: 48 8d 15 8d af 25 00 lea 0x25af8d(%rip),%rdx # 26f040 <logical_and_signatures>
140b3: b9 13 00 00 00 mov $0x13,%ecx
140b8: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
140bd: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
140c4: 00
140c5: c7 04 24 01 00 00 00 movl $0x1,(%rsp)
140cc: e8 af da 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
140d1: 48 89 c3 mov %rax,%rbx
140d4: 48 8d 05 d5 73 03 00 lea 0x373d5(%rip),%rax # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
140db: 48 8d 35 96 ad 03 00 lea 0x3ad96(%rip),%rsi # 4ee78 <_fini+0x280>
140e2: 48 89 da mov %rbx,%rdx
140e5: 48 89 ef mov %rbp,%rdi
140e8: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
140ef: e8 8c 83 ff ff callq c480 <PyDict_SetItemString@plt>
140f4: 48 8b 03 mov (%rbx),%rax
140f7: 48 83 e8 01 sub $0x1,%rax
140fb: 48 85 c0 test %rax,%rax
140fe: 48 89 03 mov %rax,(%rbx)
14101: 0f 84 7e 14 00 00 je 15585 <initumath+0x4825>
14107: 48 8d 15 32 72 04 00 lea 0x47232(%rip),%rdx # 5b340 <_fini+0xc748>
1410e: 48 8d 1d 6f ad 03 00 lea 0x3ad6f(%rip),%rbx # 4ee84 <_fini+0x28c>
14115: 48 8d 35 e4 eb 25 00 lea 0x25ebe4(%rip),%rsi # 272d00 <logical_not_data>
1411c: 48 8d 3d 7d bf 25 00 lea 0x25bf7d(%rip),%rdi # 2700a0 <logical_not_functions>
14123: 41 b9 01 00 00 00 mov $0x1,%r9d
14129: 41 b8 01 00 00 00 mov $0x1,%r8d
1412f: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14134: 48 8d 15 45 af 25 00 lea 0x25af45(%rip),%rdx # 26f080 <logical_not_signatures>
1413b: b9 13 00 00 00 mov $0x13,%ecx
14140: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14145: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
1414c: 00
1414d: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14154: e8 27 da 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14159: 48 8d 35 24 ad 03 00 lea 0x3ad24(%rip),%rsi # 4ee84 <_fini+0x28c>
14160: 48 89 c3 mov %rax,%rbx
14163: 48 89 c2 mov %rax,%rdx
14166: 48 89 ef mov %rbp,%rdi
14169: e8 12 83 ff ff callq c480 <PyDict_SetItemString@plt>
1416e: 48 8b 03 mov (%rbx),%rax
14171: 48 83 e8 01 sub $0x1,%rax
14175: 48 85 c0 test %rax,%rax
14178: 48 89 03 mov %rax,(%rbx)
1417b: 0f 84 f4 13 00 00 je 15575 <initumath+0x4815>
14181: 48 8d 15 08 ad 03 00 lea 0x3ad08(%rip),%rdx # 4ee90 <_fini+0x298>
14188: 48 8d 05 e9 73 04 00 lea 0x473e9(%rip),%rax # 5b578 <_fini+0xc980>
1418f: 48 8d 35 0a ec 25 00 lea 0x25ec0a(%rip),%rsi # 272da0 <logical_or_data>
14196: 48 8d 3d a3 bf 25 00 lea 0x25bfa3(%rip),%rdi # 270140 <logical_or_functions>
1419d: 41 b9 01 00 00 00 mov $0x1,%r9d
141a3: 41 b8 02 00 00 00 mov $0x2,%r8d
141a9: 48 89 54 24 08 mov %rdx,0x8(%rsp)
141ae: 48 8d 15 0b af 25 00 lea 0x25af0b(%rip),%rdx # 26f0c0 <logical_or_signatures>
141b5: b9 13 00 00 00 mov $0x13,%ecx
141ba: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
141c1: 00
141c2: 48 89 44 24 10 mov %rax,0x10(%rsp)
141c7: c7 04 24 00 00 00 00 movl $0x0,(%rsp)
141ce: e8 ad d9 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
141d3: 48 89 c3 mov %rax,%rbx
141d6: 48 8d 05 d3 72 03 00 lea 0x372d3(%rip),%rax # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
141dd: 48 8d 35 ac ac 03 00 lea 0x3acac(%rip),%rsi # 4ee90 <_fini+0x298>
141e4: 48 89 da mov %rbx,%rdx
141e7: 48 89 ef mov %rbp,%rdi
141ea: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
141f1: e8 8a 82 ff ff callq c480 <PyDict_SetItemString@plt>
141f6: 48 8b 03 mov (%rbx),%rax
141f9: 48 83 e8 01 sub $0x1,%rax
141fd: 48 85 c0 test %rax,%rax
14200: 48 89 03 mov %rax,(%rbx)
14203: 0f 84 5c 13 00 00 je 15565 <initumath+0x4805>
14209: 48 8d 15 00 76 04 00 lea 0x47600(%rip),%rdx # 5b810 <_fini+0xcc18>
14210: 48 8d 1d 84 ac 03 00 lea 0x3ac84(%rip),%rbx # 4ee9b <_fini+0x2a3>
14217: 48 8d 35 e2 d7 25 00 lea 0x25d7e2(%rip),%rsi # 271a00 <logical_xor_data>
1421e: 48 8d 3d bb bf 25 00 lea 0x25bfbb(%rip),%rdi # 2701e0 <logical_xor_functions>
14225: 41 b9 01 00 00 00 mov $0x1,%r9d
1422b: 41 b8 02 00 00 00 mov $0x2,%r8d
14231: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14236: 48 8d 15 c3 ae 25 00 lea 0x25aec3(%rip),%rdx # 26f100 <logical_xor_signatures>
1423d: b9 13 00 00 00 mov $0x13,%ecx
14242: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14247: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
1424e: 00
1424f: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14256: e8 25 d9 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1425b: 48 89 c3 mov %rax,%rbx
1425e: 48 8d 05 4b 72 03 00 lea 0x3724b(%rip),%rax # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
14265: 48 8d 35 2f ac 03 00 lea 0x3ac2f(%rip),%rsi # 4ee9b <_fini+0x2a3>
1426c: 48 89 da mov %rbx,%rdx
1426f: 48 89 ef mov %rbp,%rdi
14272: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
14279: e8 02 82 ff ff callq c480 <PyDict_SetItemString@plt>
1427e: 48 8b 03 mov (%rbx),%rax
14281: 48 83 e8 01 sub $0x1,%rax
14285: 48 85 c0 test %rax,%rax
14288: 48 89 03 mov %rax,(%rbx)
1428b: 0f 84 c4 12 00 00 je 15555 <initumath+0x47f5>
14291: 48 8d 15 28 79 04 00 lea 0x47928(%rip),%rdx # 5bbc0 <_fini+0xcfc8>
14298: 48 8d 1d 08 ac 03 00 lea 0x3ac08(%rip),%rbx # 4eea7 <_fini+0x2af>
1429f: 48 8d 35 9a eb 25 00 lea 0x25eb9a(%rip),%rsi # 272e40 <maximum_data>
142a6: 48 8d 3d d3 bf 25 00 lea 0x25bfd3(%rip),%rdi # 270280 <maximum_functions>
142ad: 41 b9 01 00 00 00 mov $0x1,%r9d
142b3: 41 b8 02 00 00 00 mov $0x2,%r8d
142b9: 48 89 54 24 10 mov %rdx,0x10(%rsp)
142be: 48 8d 15 7b ae 25 00 lea 0x25ae7b(%rip),%rdx # 26f140 <maximum_signatures>
142c5: b9 15 00 00 00 mov $0x15,%ecx
142ca: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
142cf: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
142d6: 00
142d7: c7 04 24 fe ff ff ff movl $0xfffffffe,(%rsp)
142de: e8 9d d8 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
142e3: 48 89 c3 mov %rax,%rbx
142e6: 48 8d 05 e3 74 03 00 lea 0x374e3(%rip),%rax # 4b7d0 <PyUFunc_SimpleBinaryOperationTypeResolver>
142ed: 48 8d 35 b3 ab 03 00 lea 0x3abb3(%rip),%rsi # 4eea7 <_fini+0x2af>
142f4: 48 89 da mov %rbx,%rdx
142f7: 48 89 ef mov %rbp,%rdi
142fa: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
14301: e8 7a 81 ff ff callq c480 <PyDict_SetItemString@plt>
14306: 48 8b 03 mov (%rbx),%rax
14309: 48 83 e8 01 sub $0x1,%rax
1430d: 48 85 c0 test %rax,%rax
14310: 48 89 03 mov %rax,(%rbx)
14313: 0f 84 2c 12 00 00 je 15545 <initumath+0x47e5>
14319: 48 8d 15 88 7e 04 00 lea 0x47e88(%rip),%rdx # 5c1a8 <_fini+0xd5b0>
14320: 48 8d 1d 88 ab 03 00 lea 0x3ab88(%rip),%rbx # 4eeaf <_fini+0x2b7>
14327: 48 8d 35 d2 eb 25 00 lea 0x25ebd2(%rip),%rsi # 272f00 <minimum_data>
1432e: 48 8d 3d 0b c0 25 00 lea 0x25c00b(%rip),%rdi # 270340 <minimum_functions>
14335: 41 b9 01 00 00 00 mov $0x1,%r9d
1433b: 41 b8 02 00 00 00 mov $0x2,%r8d
14341: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14346: 48 8d 15 33 ae 25 00 lea 0x25ae33(%rip),%rdx # 26f180 <minimum_signatures>
1434d: b9 15 00 00 00 mov $0x15,%ecx
14352: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14357: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
1435e: 00
1435f: c7 04 24 fe ff ff ff movl $0xfffffffe,(%rsp)
14366: e8 15 d8 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1436b: 48 89 c3 mov %rax,%rbx
1436e: 48 8d 05 5b 74 03 00 lea 0x3745b(%rip),%rax # 4b7d0 <PyUFunc_SimpleBinaryOperationTypeResolver>
14375: 48 8d 35 33 ab 03 00 lea 0x3ab33(%rip),%rsi # 4eeaf <_fini+0x2b7>
1437c: 48 89 da mov %rbx,%rdx
1437f: 48 89 ef mov %rbp,%rdi
14382: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
14389: e8 f2 80 ff ff callq c480 <PyDict_SetItemString@plt>
1438e: 48 8b 03 mov (%rbx),%rax
14391: 48 83 e8 01 sub $0x1,%rax
14395: 48 85 c0 test %rax,%rax
14398: 48 89 03 mov %rax,(%rbx)
1439b: 0f 84 94 11 00 00 je 15535 <initumath+0x47d5>
143a1: 48 8d 15 e8 83 04 00 lea 0x483e8(%rip),%rdx # 5c790 <_fini+0xdb98>
143a8: 48 8d 1d 08 ab 03 00 lea 0x3ab08(%rip),%rbx # 4eeb7 <_fini+0x2bf>
143af: 48 8d 35 6a f8 25 00 lea 0x25f86a(%rip),%rsi # 273c20 <modf_data>
143b6: 48 8d 3d 03 cb 25 00 lea 0x25cb03(%rip),%rdi # 270ec0 <modf_functions>
143bd: 41 b9 02 00 00 00 mov $0x2,%r9d
143c3: 41 b8 01 00 00 00 mov $0x1,%r8d
143c9: 48 89 54 24 10 mov %rdx,0x10(%rsp)
143ce: 48 8d 15 ea ad 25 00 lea 0x25adea(%rip),%rdx # 26f1bf <modf_signatures>
143d5: b9 04 00 00 00 mov $0x4,%ecx
143da: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
143df: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
143e6: 00
143e7: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
143ee: e8 8d d7 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
143f3: 48 8d 35 bd aa 03 00 lea 0x3aabd(%rip),%rsi # 4eeb7 <_fini+0x2bf>
143fa: 48 89 c3 mov %rax,%rbx
143fd: 48 89 c2 mov %rax,%rdx
14400: 48 89 ef mov %rbp,%rdi
14403: e8 78 80 ff ff callq c480 <PyDict_SetItemString@plt>
14408: 48 8b 03 mov (%rbx),%rax
1440b: 48 83 e8 01 sub $0x1,%rax
1440f: 48 85 c0 test %rax,%rax
14412: 48 89 03 mov %rax,(%rbx)
14415: 0f 84 0a 11 00 00 je 15525 <initumath+0x47c5>
1441b: 48 8d 15 9a aa 03 00 lea 0x3aa9a(%rip),%rdx # 4eebc <_fini+0x2c4>
14422: 48 8d 05 47 85 04 00 lea 0x48547(%rip),%rax # 5c970 <_fini+0xdd78>
14429: 48 8d 35 90 eb 25 00 lea 0x25eb90(%rip),%rsi # 272fc0 <multiply_data>
14430: 48 8d 3d c9 bf 25 00 lea 0x25bfc9(%rip),%rdi # 270400 <multiply_functions>
14437: 41 b9 01 00 00 00 mov $0x1,%r9d
1443d: 41 b8 02 00 00 00 mov $0x2,%r8d
14443: 48 89 54 24 08 mov %rdx,0x8(%rsp)
14448: 48 8d 15 91 ad 25 00 lea 0x25ad91(%rip),%rdx # 26f1e0 <multiply_signatures>
1444f: b9 17 00 00 00 mov $0x17,%ecx
14454: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
1445b: 00
1445c: 48 89 44 24 10 mov %rax,0x10(%rsp)
14461: c7 04 24 01 00 00 00 movl $0x1,(%rsp)
14468: e8 13 d7 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1446d: 48 89 c3 mov %rax,%rbx
14470: 48 8d 05 19 76 03 00 lea 0x37619(%rip),%rax # 4ba90 <PyUFunc_MultiplicationTypeResolver>
14477: 48 8d 35 3e aa 03 00 lea 0x3aa3e(%rip),%rsi # 4eebc <_fini+0x2c4>
1447e: 48 89 da mov %rbx,%rdx
14481: 48 89 ef mov %rbp,%rdi
14484: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
1448b: e8 f0 7f ff ff callq c480 <PyDict_SetItemString@plt>
14490: 48 8b 03 mov (%rbx),%rax
14493: 48 83 e8 01 sub $0x1,%rax
14497: 48 85 c0 test %rax,%rax
1449a: 48 89 03 mov %rax,(%rbx)
1449d: 0f 84 72 10 00 00 je 15515 <initumath+0x47b5>
144a3: 48 8d 15 de 86 04 00 lea 0x486de(%rip),%rdx # 5cb88 <_fini+0xdf90>
144aa: 48 8d 1d 14 aa 03 00 lea 0x3aa14(%rip),%rbx # 4eec5 <_fini+0x2cd>
144b1: 48 8d 35 c8 eb 25 00 lea 0x25ebc8(%rip),%rsi # 273080 <negative_data>
144b8: 48 8d 3d 01 c0 25 00 lea 0x25c001(%rip),%rdi # 2704c0 <negative_functions>
144bf: 41 b9 01 00 00 00 mov $0x1,%r9d
144c5: 41 b8 01 00 00 00 mov $0x1,%r8d
144cb: 48 89 54 24 10 mov %rdx,0x10(%rsp)
144d0: 48 8d 15 69 ad 25 00 lea 0x25ad69(%rip),%rdx # 26f240 <negative_signatures>
144d7: b9 14 00 00 00 mov $0x14,%ecx
144dc: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
144e1: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
144e8: 00
144e9: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
144f0: e8 8b d6 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
144f5: 48 89 c3 mov %rax,%rbx
144f8: 48 8d 05 d1 82 03 00 lea 0x382d1(%rip),%rax # 4c7d0 <PyUFunc_NegativeTypeResolver>
144ff: 48 8d 35 bf a9 03 00 lea 0x3a9bf(%rip),%rsi # 4eec5 <_fini+0x2cd>
14506: 48 89 da mov %rbx,%rdx
14509: 48 89 ef mov %rbp,%rdi
1450c: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
14513: e8 68 7f ff ff callq c480 <PyDict_SetItemString@plt>
14518: 48 8b 03 mov (%rbx),%rax
1451b: 48 83 e8 01 sub $0x1,%rax
1451f: 48 85 c0 test %rax,%rax
14522: 48 89 03 mov %rax,(%rbx)
14525: 0f 84 da 0f 00 00 je 15505 <initumath+0x47a5>
1452b: 48 8d 15 4e 87 04 00 lea 0x4874e(%rip),%rdx # 5cc80 <_fini+0xe088>
14532: 48 8d 1d 95 a9 03 00 lea 0x3a995(%rip),%rbx # 4eece <_fini+0x2d6>
14539: 48 8d 35 00 f7 25 00 lea 0x25f700(%rip),%rsi # 273c40 <nextafter_data>
14540: 48 8d 3d 99 c9 25 00 lea 0x25c999(%rip),%rdi # 270ee0 <nextafter_functions>
14547: 41 b9 01 00 00 00 mov $0x1,%r9d
1454d: 41 b8 02 00 00 00 mov $0x2,%r8d
14553: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14558: 48 8d 15 09 ad 25 00 lea 0x25ad09(%rip),%rdx # 26f268 <nextafter_signatures>
1455f: b9 04 00 00 00 mov $0x4,%ecx
14564: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14569: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14570: 00
14571: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14578: e8 03 d6 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1457d: 48 8d 35 4a a9 03 00 lea 0x3a94a(%rip),%rsi # 4eece <_fini+0x2d6>
14584: 48 89 c3 mov %rax,%rbx
14587: 48 89 c2 mov %rax,%rdx
1458a: 48 89 ef mov %rbp,%rdi
1458d: e8 ee 7e ff ff callq c480 <PyDict_SetItemString@plt>
14592: 48 8b 03 mov (%rbx),%rax
14595: 48 83 e8 01 sub $0x1,%rax
14599: 48 85 c0 test %rax,%rax
1459c: 48 89 03 mov %rax,(%rbx)
1459f: 0f 84 50 0f 00 00 je 154f5 <initumath+0x4795>
145a5: 48 8d 15 2c a9 03 00 lea 0x3a92c(%rip),%rdx # 4eed8 <_fini+0x2e0>
145ac: 48 8d 05 8d 89 04 00 lea 0x4898d(%rip),%rax # 5cf40 <_fini+0xe348>
145b3: 48 8d 35 a6 f6 25 00 lea 0x25f6a6(%rip),%rsi # 273c60 <not_equal_data>
145ba: 48 8d 3d 3f c9 25 00 lea 0x25c93f(%rip),%rdi # 270f00 <not_equal_functions>
145c1: 41 b9 01 00 00 00 mov $0x1,%r9d
145c7: 41 b8 02 00 00 00 mov $0x2,%r8d
145cd: 48 89 54 24 08 mov %rdx,0x8(%rsp)
145d2: 48 8d 15 a7 ac 25 00 lea 0x25aca7(%rip),%rdx # 26f280 <not_equal_signatures>
145d9: b9 15 00 00 00 mov $0x15,%ecx
145de: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
145e5: 00
145e6: 48 89 44 24 10 mov %rax,0x10(%rsp)
145eb: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
145f2: e8 89 d5 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
145f7: 48 89 c3 mov %rax,%rbx
145fa: 48 8d 05 af 6e 03 00 lea 0x36eaf(%rip),%rax # 4b4b0 <PyUFunc_SimpleBinaryComparisonTypeResolver>
14601: 48 8d 35 d0 a8 03 00 lea 0x3a8d0(%rip),%rsi # 4eed8 <_fini+0x2e0>
14608: 48 89 da mov %rbx,%rdx
1460b: 48 89 ef mov %rbp,%rdi
1460e: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
14615: e8 66 7e ff ff callq c480 <PyDict_SetItemString@plt>
1461a: 48 8b 03 mov (%rbx),%rax
1461d: 48 83 e8 01 sub $0x1,%rax
14621: 48 85 c0 test %rax,%rax
14624: 48 89 03 mov %rax,(%rbx)
14627: 0f 84 b8 0e 00 00 je 154e5 <initumath+0x4785>
1462d: 48 8d 15 9c 8b 04 00 lea 0x48b9c(%rip),%rdx # 5d1d0 <_fini+0xe5d8>
14634: 48 8d 1d a7 a8 03 00 lea 0x3a8a7(%rip),%rbx # 4eee2 <_fini+0x2ea>
1463b: 48 8d 35 de ea 25 00 lea 0x25eade(%rip),%rsi # 273120 <power_data>
14642: 48 8d 3d 17 bf 25 00 lea 0x25bf17(%rip),%rdi # 270560 <power_functions>
14649: 41 b9 01 00 00 00 mov $0x1,%r9d
1464f: 41 b8 02 00 00 00 mov $0x2,%r8d
14655: 48 89 54 24 10 mov %rdx,0x10(%rsp)
1465a: 48 8d 15 5f ac 25 00 lea 0x25ac5f(%rip),%rdx # 26f2c0 <power_signatures>
14661: b9 12 00 00 00 mov $0x12,%ecx
14666: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
1466b: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14672: 00
14673: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
1467a: e8 01 d5 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1467f: 48 8d 35 5c a8 03 00 lea 0x3a85c(%rip),%rsi # 4eee2 <_fini+0x2ea>
14686: 48 89 c3 mov %rax,%rbx
14689: 48 89 c2 mov %rax,%rdx
1468c: 48 89 ef mov %rbp,%rdi
1468f: e8 ec 7d ff ff callq c480 <PyDict_SetItemString@plt>
14694: 48 8b 03 mov (%rbx),%rax
14697: 48 83 e8 01 sub $0x1,%rax
1469b: 48 85 c0 test %rax,%rax
1469e: 48 89 03 mov %rax,(%rbx)
146a1: 0f 84 2e 0e 00 00 je 154d5 <initumath+0x4775>
146a7: 48 8d 15 3a a8 03 00 lea 0x3a83a(%rip),%rdx # 4eee8 <_fini+0x2f0>
146ae: 48 8d 05 ab 8e 04 00 lea 0x48eab(%rip),%rax # 5d560 <_fini+0xe968>
146b5: 48 8d 35 44 d0 25 00 lea 0x25d044(%rip),%rsi # 271700 <rad2deg_data>
146bc: 48 8d 3d fd ea 25 00 lea 0x25eafd(%rip),%rdi # 2731c0 <rad2deg_functions>
146c3: 41 b9 01 00 00 00 mov $0x1,%r9d
146c9: 41 b8 01 00 00 00 mov $0x1,%r8d
146cf: 48 89 54 24 08 mov %rdx,0x8(%rsp)
146d4: 48 8d 15 1b ac 25 00 lea 0x25ac1b(%rip),%rdx # 26f2f6 <rad2deg_signatures>
146db: b9 05 00 00 00 mov $0x5,%ecx
146e0: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
146e7: 00
146e8: 48 89 44 24 10 mov %rax,0x10(%rsp)
146ed: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
146f4: e8 87 d4 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
146f9: 48 8d 35 e8 a7 03 00 lea 0x3a7e8(%rip),%rsi # 4eee8 <_fini+0x2f0>
14700: 48 89 c3 mov %rax,%rbx
14703: 48 89 c2 mov %rax,%rdx
14706: 48 89 ef mov %rbp,%rdi
14709: e8 72 7d ff ff callq c480 <PyDict_SetItemString@plt>
1470e: 48 8b 03 mov (%rbx),%rax
14711: 48 83 e8 01 sub $0x1,%rax
14715: 48 85 c0 test %rax,%rax
14718: 48 89 03 mov %rax,(%rbx)
1471b: 0f 84 a4 0d 00 00 je 154c5 <initumath+0x4765>
14721: 48 8d 1d 78 90 04 00 lea 0x49078(%rip),%rbx # 5d7a0 <_fini+0xeba8>
14728: 48 8d 05 c1 a7 03 00 lea 0x3a7c1(%rip),%rax # 4eef0 <_fini+0x2f8>
1472f: 48 8d 15 ca ab 25 00 lea 0x25abca(%rip),%rdx # 26f300 <radians_signatures>
14736: 48 8d 35 03 d0 25 00 lea 0x25d003(%rip),%rsi # 271740 <radians_data>
1473d: 48 8d 3d bc ea 25 00 lea 0x25eabc(%rip),%rdi # 273200 <radians_functions>
14744: 41 b9 01 00 00 00 mov $0x1,%r9d
1474a: 41 b8 01 00 00 00 mov $0x1,%r8d
14750: b9 05 00 00 00 mov $0x5,%ecx
14755: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
1475a: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14761: 00
14762: 48 89 44 24 08 mov %rax,0x8(%rsp)
14767: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
1476e: e8 0d d4 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14773: 48 8d 35 76 a7 03 00 lea 0x3a776(%rip),%rsi # 4eef0 <_fini+0x2f8>
1477a: 48 89 c3 mov %rax,%rbx
1477d: 48 89 c2 mov %rax,%rdx
14780: 48 89 ef mov %rbp,%rdi
14783: e8 f8 7c ff ff callq c480 <PyDict_SetItemString@plt>
14788: 48 8b 03 mov (%rbx),%rax
1478b: 48 83 e8 01 sub $0x1,%rax
1478f: 48 85 c0 test %rax,%rax
14792: 48 89 03 mov %rax,(%rbx)
14795: 0f 84 1a 0d 00 00 je 154b5 <initumath+0x4755>
1479b: 48 8d 15 8e 92 04 00 lea 0x4928e(%rip),%rdx # 5da30 <_fini+0xee38>
147a2: 48 8d 1d 4f a7 03 00 lea 0x3a74f(%rip),%rbx # 4eef8 <_fini+0x300>
147a9: 48 8d 35 90 ea 25 00 lea 0x25ea90(%rip),%rsi # 273240 <reciprocal_data>
147b0: 48 8d 3d 49 be 25 00 lea 0x25be49(%rip),%rdi # 270600 <reciprocal_functions>
147b7: 41 b9 01 00 00 00 mov $0x1,%r9d
147bd: 41 b8 01 00 00 00 mov $0x1,%r8d
147c3: 48 89 54 24 10 mov %rdx,0x10(%rsp)
147c8: 48 8d 15 51 ab 25 00 lea 0x25ab51(%rip),%rdx # 26f320 <reciprocal_signatures>
147cf: b9 12 00 00 00 mov $0x12,%ecx
147d4: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
147d9: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
147e0: 00
147e1: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
147e8: e8 93 d3 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
147ed: 48 8d 35 04 a7 03 00 lea 0x3a704(%rip),%rsi # 4eef8 <_fini+0x300>
147f4: 48 89 c3 mov %rax,%rbx
147f7: 48 89 c2 mov %rax,%rdx
147fa: 48 89 ef mov %rbp,%rdi
147fd: e8 7e 7c ff ff callq c480 <PyDict_SetItemString@plt>
14802: 48 8b 03 mov (%rbx),%rax
14805: 48 83 e8 01 sub $0x1,%rax
14809: 48 85 c0 test %rax,%rax
1480c: 48 89 03 mov %rax,(%rbx)
1480f: 0f 84 10 0c 00 00 je 15425 <initumath+0x46c5>
14815: 48 8d 15 e7 a6 03 00 lea 0x3a6e7(%rip),%rdx # 4ef03 <_fini+0x30b>
1481c: 48 8d 05 3d 94 04 00 lea 0x4943d(%rip),%rax # 5dc60 <_fini+0xf068>
14823: 48 8d 35 b6 ea 25 00 lea 0x25eab6(%rip),%rsi # 2732e0 <remainder_data>
1482a: 48 8d 3d 6f be 25 00 lea 0x25be6f(%rip),%rdi # 2706a0 <remainder_functions>
14831: 41 b9 01 00 00 00 mov $0x1,%r9d
14837: 41 b8 02 00 00 00 mov $0x2,%r8d
1483d: 48 89 54 24 08 mov %rdx,0x8(%rsp)
14842: 48 8d 15 17 ab 25 00 lea 0x25ab17(%rip),%rdx # 26f360 <remainder_signatures>
14849: b9 0f 00 00 00 mov $0xf,%ecx
1484e: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14855: 00
14856: 48 89 44 24 10 mov %rax,0x10(%rsp)
1485b: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14862: e8 19 d3 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14867: 48 8d 35 95 a6 03 00 lea 0x3a695(%rip),%rsi # 4ef03 <_fini+0x30b>
1486e: 48 89 c3 mov %rax,%rbx
14871: 48 89 c2 mov %rax,%rdx
14874: 48 89 ef mov %rbp,%rdi
14877: e8 04 7c ff ff callq c480 <PyDict_SetItemString@plt>
1487c: 48 8b 03 mov (%rbx),%rax
1487f: 48 83 e8 01 sub $0x1,%rax
14883: 48 85 c0 test %rax,%rax
14886: 48 89 03 mov %rax,(%rbx)
14889: 0f 84 86 0b 00 00 je 15415 <initumath+0x46b5>
1488f: 48 8d 1d 92 97 04 00 lea 0x49792(%rip),%rbx # 5e028 <_fini+0xf430>
14896: 48 8d 05 70 a6 03 00 lea 0x3a670(%rip),%rax # 4ef0d <_fini+0x315>
1489d: 48 8d 15 fc aa 25 00 lea 0x25aafc(%rip),%rdx # 26f3a0 <right_shift_signatures>
148a4: 48 8d 35 b5 ea 25 00 lea 0x25eab5(%rip),%rsi # 273360 <right_shift_data>
148ab: 48 8d 3d 6e be 25 00 lea 0x25be6e(%rip),%rdi # 270720 <right_shift_functions>
148b2: 41 b9 01 00 00 00 mov $0x1,%r9d
148b8: 41 b8 02 00 00 00 mov $0x2,%r8d
148be: b9 0b 00 00 00 mov $0xb,%ecx
148c3: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
148c8: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
148cf: 00
148d0: 48 89 44 24 08 mov %rax,0x8(%rsp)
148d5: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
148dc: e8 9f d2 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
148e1: 48 8d 35 25 a6 03 00 lea 0x3a625(%rip),%rsi # 4ef0d <_fini+0x315>
148e8: 48 89 c3 mov %rax,%rbx
148eb: 48 89 c2 mov %rax,%rdx
148ee: 48 89 ef mov %rbp,%rdi
148f1: e8 8a 7b ff ff callq c480 <PyDict_SetItemString@plt>
148f6: 48 8b 03 mov (%rbx),%rax
148f9: 48 83 e8 01 sub $0x1,%rax
148fd: 48 85 c0 test %rax,%rax
14900: 48 89 03 mov %rax,(%rbx)
14903: 0f 84 fc 0a 00 00 je 15405 <initumath+0x46a5>
14909: 48 8d 15 08 9a 04 00 lea 0x49a08(%rip),%rdx # 5e318 <_fini+0xf720>
14910: 48 8d 1d 02 a6 03 00 lea 0x3a602(%rip),%rbx # 4ef19 <_fini+0x321>
14917: 48 8d 35 62 ce 25 00 lea 0x25ce62(%rip),%rsi # 271780 <rint_data>
1491e: 48 8d 3d 9b ea 25 00 lea 0x25ea9b(%rip),%rdi # 2733c0 <rint_functions>
14925: 41 b9 01 00 00 00 mov $0x1,%r9d
1492b: 41 b8 01 00 00 00 mov $0x1,%r8d
14931: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14936: 48 8d 15 93 aa 25 00 lea 0x25aa93(%rip),%rdx # 26f3d0 <rint_signatures>
1493d: b9 08 00 00 00 mov $0x8,%ecx
14942: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14947: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
1494e: 00
1494f: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14956: e8 25 d2 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
1495b: 48 8d 35 b7 a5 03 00 lea 0x3a5b7(%rip),%rsi # 4ef19 <_fini+0x321>
14962: 48 89 c3 mov %rax,%rbx
14965: 48 89 c2 mov %rax,%rdx
14968: 48 89 ef mov %rbp,%rdi
1496b: e8 10 7b ff ff callq c480 <PyDict_SetItemString@plt>
14970: 48 8b 03 mov (%rbx),%rax
14973: 48 83 e8 01 sub $0x1,%rax
14977: 48 85 c0 test %rax,%rax
1497a: 48 89 03 mov %rax,(%rbx)
1497d: 0f 84 72 0a 00 00 je 153f5 <initumath+0x4695>
14983: 48 8d 15 2f a4 03 00 lea 0x3a42f(%rip),%rdx # 4edb9 <_fini+0x1c1>
1498a: 48 8d 05 f7 9a 04 00 lea 0x49af7(%rip),%rax # 5e488 <_fini+0xf890>
14991: 48 8d 35 88 f3 25 00 lea 0x25f388(%rip),%rsi # 273d20 <sign_data>
14998: 48 8d 3d 21 c6 25 00 lea 0x25c621(%rip),%rdi # 270fc0 <sign_functions>
1499f: 41 b9 01 00 00 00 mov $0x1,%r9d
149a5: 41 b8 01 00 00 00 mov $0x1,%r8d
149ab: 48 89 54 24 08 mov %rdx,0x8(%rsp)
149b0: 48 8d 15 29 aa 25 00 lea 0x25aa29(%rip),%rdx # 26f3e0 <sign_signatures>
149b7: b9 13 00 00 00 mov $0x13,%ecx
149bc: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
149c3: 00
149c4: 48 89 44 24 10 mov %rax,0x10(%rsp)
149c9: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
149d0: e8 ab d1 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
149d5: 48 89 c3 mov %rax,%rbx
149d8: 48 8d 05 61 7b 03 00 lea 0x37b61(%rip),%rax # 4c540 <PyUFunc_SimpleUnaryOperationTypeResolver>
149df: 48 8d 35 d3 a3 03 00 lea 0x3a3d3(%rip),%rsi # 4edb9 <_fini+0x1c1>
149e6: 48 89 da mov %rbx,%rdx
149e9: 48 89 ef mov %rbp,%rdi
149ec: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
149f3: e8 88 7a ff ff callq c480 <PyDict_SetItemString@plt>
149f8: 48 8b 03 mov (%rbx),%rax
149fb: 48 83 e8 01 sub $0x1,%rax
149ff: 48 85 c0 test %rax,%rax
14a02: 48 89 03 mov %rax,(%rbx)
14a05: 0f 84 da 09 00 00 je 153e5 <initumath+0x4685>
14a0b: 48 8d 15 ae 9b 04 00 lea 0x49bae(%rip),%rdx # 5e5c0 <_fini+0xf9c8>
14a12: 48 8d 1d 05 a5 03 00 lea 0x3a505(%rip),%rbx # 4ef1e <_fini+0x326>
14a19: 48 8d 35 a0 f3 25 00 lea 0x25f3a0(%rip),%rsi # 273dc0 <signbit_data>
14a20: 48 8d 3d 39 c6 25 00 lea 0x25c639(%rip),%rdi # 271060 <signbit_functions>
14a27: 41 b9 01 00 00 00 mov $0x1,%r9d
14a2d: 41 b8 01 00 00 00 mov $0x1,%r8d
14a33: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14a38: 48 8d 15 c7 a9 25 00 lea 0x25a9c7(%rip),%rdx # 26f406 <signbit_signatures>
14a3f: b9 04 00 00 00 mov $0x4,%ecx
14a44: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14a49: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14a50: 00
14a51: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14a58: e8 23 d1 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14a5d: 48 8d 35 ba a4 03 00 lea 0x3a4ba(%rip),%rsi # 4ef1e <_fini+0x326>
14a64: 48 89 c3 mov %rax,%rbx
14a67: 48 89 c2 mov %rax,%rdx
14a6a: 48 89 ef mov %rbp,%rdi
14a6d: e8 0e 7a ff ff callq c480 <PyDict_SetItemString@plt>
14a72: 48 8b 03 mov (%rbx),%rax
14a75: 48 83 e8 01 sub $0x1,%rax
14a79: 48 85 c0 test %rax,%rax
14a7c: 48 89 03 mov %rax,(%rbx)
14a7f: 0f 84 50 09 00 00 je 153d5 <initumath+0x4675>
14a85: 48 8d 15 d4 a2 03 00 lea 0x3a2d4(%rip),%rdx # 4ed60 <_fini+0x168>
14a8c: 48 8d 05 3d 9d 04 00 lea 0x49d3d(%rip),%rax # 5e7d0 <_fini+0xfbd8>
14a93: 48 8d 35 26 cd 25 00 lea 0x25cd26(%rip),%rsi # 2717c0 <sin_data>
14a9a: 48 8d 3d 5f e9 25 00 lea 0x25e95f(%rip),%rdi # 273400 <sin_functions>
14aa1: 41 b9 01 00 00 00 mov $0x1,%r9d
14aa7: 41 b8 01 00 00 00 mov $0x1,%r8d
14aad: 48 89 54 24 08 mov %rdx,0x8(%rsp)
14ab2: 48 8d 15 57 a9 25 00 lea 0x25a957(%rip),%rdx # 26f410 <sin_signatures>
14ab9: b9 08 00 00 00 mov $0x8,%ecx
14abe: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14ac5: 00
14ac6: 48 89 44 24 10 mov %rax,0x10(%rsp)
14acb: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14ad2: e8 a9 d0 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14ad7: 48 8d 35 82 a2 03 00 lea 0x3a282(%rip),%rsi # 4ed60 <_fini+0x168>
14ade: 48 89 c3 mov %rax,%rbx
14ae1: 48 89 c2 mov %rax,%rdx
14ae4: 48 89 ef mov %rbp,%rdi
14ae7: e8 94 79 ff ff callq c480 <PyDict_SetItemString@plt>
14aec: 48 8b 03 mov (%rbx),%rax
14aef: 48 83 e8 01 sub $0x1,%rax
14af3: 48 85 c0 test %rax,%rax
14af6: 48 89 03 mov %rax,(%rbx)
14af9: 0f 84 c6 08 00 00 je 153c5 <initumath+0x4665>
14aff: 48 8d 1d 7a a2 04 00 lea 0x4a27a(%rip),%rbx # 5ed80 <_fini+0x10188>
14b06: 48 8d 05 5a a2 03 00 lea 0x3a25a(%rip),%rax # 4ed67 <_fini+0x16f>
14b0d: 48 8d 15 0c a9 25 00 lea 0x25a90c(%rip),%rdx # 26f420 <sinh_signatures>
14b14: 48 8d 35 e5 cc 25 00 lea 0x25cce5(%rip),%rsi # 271800 <sinh_data>
14b1b: 48 8d 3d 1e e9 25 00 lea 0x25e91e(%rip),%rdi # 273440 <sinh_functions>
14b22: 41 b9 01 00 00 00 mov $0x1,%r9d
14b28: 41 b8 01 00 00 00 mov $0x1,%r8d
14b2e: b9 08 00 00 00 mov $0x8,%ecx
14b33: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
14b38: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14b3f: 00
14b40: 48 89 44 24 08 mov %rax,0x8(%rsp)
14b45: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14b4c: e8 2f d0 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14b51: 48 8d 35 0f a2 03 00 lea 0x3a20f(%rip),%rsi # 4ed67 <_fini+0x16f>
14b58: 48 89 c3 mov %rax,%rbx
14b5b: 48 89 c2 mov %rax,%rdx
14b5e: 48 89 ef mov %rbp,%rdi
14b61: e8 1a 79 ff ff callq c480 <PyDict_SetItemString@plt>
14b66: 48 8b 03 mov (%rbx),%rax
14b69: 48 83 e8 01 sub $0x1,%rax
14b6d: 48 85 c0 test %rax,%rax
14b70: 48 89 03 mov %rax,(%rbx)
14b73: 0f 84 3c 08 00 00 je 153b5 <initumath+0x4655>
14b79: 48 8d 15 c0 a6 04 00 lea 0x4a6c0(%rip),%rdx # 5f240 <_fini+0x10648>
14b80: 48 8d 1d 9f a3 03 00 lea 0x3a39f(%rip),%rbx # 4ef26 <_fini+0x32e>
14b87: 48 8d 35 52 f2 25 00 lea 0x25f252(%rip),%rsi # 273de0 <spacing_data>
14b8e: 48 8d 3d eb c4 25 00 lea 0x25c4eb(%rip),%rdi # 271080 <spacing_functions>
14b95: 41 b9 01 00 00 00 mov $0x1,%r9d
14b9b: 41 b8 01 00 00 00 mov $0x1,%r8d
14ba1: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14ba6: 48 8d 15 83 a8 25 00 lea 0x25a883(%rip),%rdx # 26f430 <spacing_signatures>
14bad: b9 04 00 00 00 mov $0x4,%ecx
14bb2: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14bb7: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14bbe: 00
14bbf: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14bc6: e8 b5 cf 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14bcb: 48 8d 35 54 a3 03 00 lea 0x3a354(%rip),%rsi # 4ef26 <_fini+0x32e>
14bd2: 48 89 c3 mov %rax,%rbx
14bd5: 48 89 c2 mov %rax,%rdx
14bd8: 48 89 ef mov %rbp,%rdi
14bdb: e8 a0 78 ff ff callq c480 <PyDict_SetItemString@plt>
14be0: 48 8b 03 mov (%rbx),%rax
14be3: 48 83 e8 01 sub $0x1,%rax
14be7: 48 85 c0 test %rax,%rax
14bea: 48 89 03 mov %rax,(%rbx)
14bed: 0f 84 72 08 00 00 je 15465 <initumath+0x4705>
14bf3: 48 8d 15 34 a3 03 00 lea 0x3a334(%rip),%rdx # 4ef2e <_fini+0x336>
14bfa: 48 8d 05 57 a8 04 00 lea 0x4a857(%rip),%rax # 5f458 <_fini+0x10860>
14c01: 48 8d 35 38 cc 25 00 lea 0x25cc38(%rip),%rsi # 271840 <sqrt_data>
14c08: 48 8d 3d 71 bb 25 00 lea 0x25bb71(%rip),%rdi # 270780 <sqrt_functions>
14c0f: 41 b9 01 00 00 00 mov $0x1,%r9d
14c15: 41 b8 01 00 00 00 mov $0x1,%r8d
14c1b: 48 89 54 24 08 mov %rdx,0x8(%rsp)
14c20: 48 8d 15 19 a8 25 00 lea 0x25a819(%rip),%rdx # 26f440 <sqrt_signatures>
14c27: b9 0a 00 00 00 mov $0xa,%ecx
14c2c: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14c33: 00
14c34: 48 89 44 24 10 mov %rax,0x10(%rsp)
14c39: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14c40: e8 3b cf 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14c45: 48 8d 35 e2 a2 03 00 lea 0x3a2e2(%rip),%rsi # 4ef2e <_fini+0x336>
14c4c: 48 89 c3 mov %rax,%rbx
14c4f: 48 89 c2 mov %rax,%rdx
14c52: 48 89 ef mov %rbp,%rdi
14c55: e8 26 78 ff ff callq c480 <PyDict_SetItemString@plt>
14c5a: 48 8b 03 mov (%rbx),%rax
14c5d: 48 83 e8 01 sub $0x1,%rax
14c61: 48 85 c0 test %rax,%rax
14c64: 48 89 03 mov %rax,(%rbx)
14c67: 0f 84 e8 07 00 00 je 15455 <initumath+0x46f5>
14c6d: 48 8d 1d bc ac 04 00 lea 0x4acbc(%rip),%rbx # 5f930 <_fini+0x10d38>
14c74: 48 8d 05 b8 a2 03 00 lea 0x3a2b8(%rip),%rax # 4ef33 <_fini+0x33b>
14c7b: 48 8d 15 de a7 25 00 lea 0x25a7de(%rip),%rdx # 26f460 <square_signatures>
14c82: 48 8d 35 f7 e7 25 00 lea 0x25e7f7(%rip),%rsi # 273480 <square_data>
14c89: 48 8d 3d 50 bb 25 00 lea 0x25bb50(%rip),%rdi # 2707e0 <square_functions>
14c90: 41 b9 01 00 00 00 mov $0x1,%r9d
14c96: 41 b8 01 00 00 00 mov $0x1,%r8d
14c9c: b9 12 00 00 00 mov $0x12,%ecx
14ca1: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
14ca6: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14cad: 00
14cae: 48 89 44 24 08 mov %rax,0x8(%rsp)
14cb3: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14cba: e8 c1 ce 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14cbf: 48 8d 35 6d a2 03 00 lea 0x3a26d(%rip),%rsi # 4ef33 <_fini+0x33b>
14cc6: 48 89 c3 mov %rax,%rbx
14cc9: 48 89 c2 mov %rax,%rdx
14ccc: 48 89 ef mov %rbp,%rdi
14ccf: e8 ac 77 ff ff callq c480 <PyDict_SetItemString@plt>
14cd4: 48 8b 03 mov (%rbx),%rax
14cd7: 48 83 e8 01 sub $0x1,%rax
14cdb: 48 85 c0 test %rax,%rax
14cde: 48 89 03 mov %rax,(%rbx)
14ce1: 0f 84 5e 07 00 00 je 15445 <initumath+0x46e5>
14ce7: 48 8d 15 aa ad 04 00 lea 0x4adaa(%rip),%rdx # 5fa98 <_fini+0x10ea0>
14cee: 48 8d 1d 45 a2 03 00 lea 0x3a245(%rip),%rbx # 4ef3a <_fini+0x342>
14cf5: 48 8d 35 24 e8 25 00 lea 0x25e824(%rip),%rsi # 273520 <subtract_data>
14cfc: 48 8d 3d 7d bb 25 00 lea 0x25bb7d(%rip),%rdi # 270880 <subtract_functions>
14d03: 41 b9 01 00 00 00 mov $0x1,%r9d
14d09: 41 b8 02 00 00 00 mov $0x2,%r8d
14d0f: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14d14: 48 8d 15 85 a7 25 00 lea 0x25a785(%rip),%rdx # 26f4a0 <subtract_signatures>
14d1b: b9 16 00 00 00 mov $0x16,%ecx
14d20: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14d25: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14d2c: 00
14d2d: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14d34: e8 47 ce 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14d39: 48 89 c3 mov %rax,%rbx
14d3c: 48 8d 05 2d 74 03 00 lea 0x3742d(%rip),%rax # 4c170 <PyUFunc_SubtractionTypeResolver>
14d43: 48 8d 35 f0 a1 03 00 lea 0x3a1f0(%rip),%rsi # 4ef3a <_fini+0x342>
14d4a: 48 89 da mov %rbx,%rdx
14d4d: 48 89 ef mov %rbp,%rdi
14d50: 48 89 83 90 00 00 00 mov %rax,0x90(%rbx)
14d57: e8 24 77 ff ff callq c480 <PyDict_SetItemString@plt>
14d5c: 48 8b 03 mov (%rbx),%rax
14d5f: 48 83 e8 01 sub $0x1,%rax
14d63: 48 85 c0 test %rax,%rax
14d66: 48 89 03 mov %rax,(%rbx)
14d69: 0f 84 c6 06 00 00 je 15435 <initumath+0x46d5>
14d6f: 48 8d 15 4a af 04 00 lea 0x4af4a(%rip),%rdx # 5fcc0 <_fini+0x110c8>
14d76: 48 8d 1d f2 9f 03 00 lea 0x39ff2(%rip),%rbx # 4ed6f <_fini+0x177>
14d7d: 48 8d 35 1c cb 25 00 lea 0x25cb1c(%rip),%rsi # 2718a0 <tan_data>
14d84: 48 8d 3d 55 e8 25 00 lea 0x25e855(%rip),%rdi # 2735e0 <tan_functions>
14d8b: 41 b9 01 00 00 00 mov $0x1,%r9d
14d91: 41 b8 01 00 00 00 mov $0x1,%r8d
14d97: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14d9c: 48 8d 15 4d a7 25 00 lea 0x25a74d(%rip),%rdx # 26f4f0 <tan_signatures>
14da3: b9 08 00 00 00 mov $0x8,%ecx
14da8: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14dad: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14db4: 00
14db5: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14dbc: e8 bf cd 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14dc1: 48 8d 35 a7 9f 03 00 lea 0x39fa7(%rip),%rsi # 4ed6f <_fini+0x177>
14dc8: 48 89 c3 mov %rax,%rbx
14dcb: 48 89 c2 mov %rax,%rdx
14dce: 48 89 ef mov %rbp,%rdi
14dd1: e8 aa 76 ff ff callq c480 <PyDict_SetItemString@plt>
14dd6: 48 8b 03 mov (%rbx),%rax
14dd9: 48 83 e8 01 sub $0x1,%rax
14ddd: 48 85 c0 test %rax,%rax
14de0: 48 89 03 mov %rax,(%rbx)
14de3: 0f 84 bc 05 00 00 je 153a5 <initumath+0x4645>
14de9: 48 8d 15 8e 9f 03 00 lea 0x39f8e(%rip),%rdx # 4ed7e <_fini+0x186>
14df0: 48 8d 05 71 b3 04 00 lea 0x4b371(%rip),%rax # 60168 <_fini+0x11570>
14df7: 48 8d 35 e2 ca 25 00 lea 0x25cae2(%rip),%rsi # 2718e0 <tanh_data>
14dfe: 48 8d 3d 1b e8 25 00 lea 0x25e81b(%rip),%rdi # 273620 <tanh_functions>
14e05: 41 b9 01 00 00 00 mov $0x1,%r9d
14e0b: 41 b8 01 00 00 00 mov $0x1,%r8d
14e11: 48 89 54 24 08 mov %rdx,0x8(%rsp)
14e16: 48 8d 15 e3 a6 25 00 lea 0x25a6e3(%rip),%rdx # 26f500 <tanh_signatures>
14e1d: b9 08 00 00 00 mov $0x8,%ecx
14e22: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14e29: 00
14e2a: 48 89 44 24 10 mov %rax,0x10(%rsp)
14e2f: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14e36: e8 45 cd 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14e3b: 48 8d 35 3c 9f 03 00 lea 0x39f3c(%rip),%rsi # 4ed7e <_fini+0x186>
14e42: 48 89 c3 mov %rax,%rbx
14e45: 48 89 c2 mov %rax,%rdx
14e48: 48 89 ef mov %rbp,%rdi
14e4b: e8 30 76 ff ff callq c480 <PyDict_SetItemString@plt>
14e50: 48 8b 03 mov (%rbx),%rax
14e53: 48 83 e8 01 sub $0x1,%rax
14e57: 48 85 c0 test %rax,%rax
14e5a: 48 89 03 mov %rax,(%rbx)
14e5d: 0f 84 32 05 00 00 je 15395 <initumath+0x4635>
14e63: 48 8d 1d 66 b8 04 00 lea 0x4b866(%rip),%rbx # 606d0 <_fini+0x11ad8>
14e6a: 48 8d 05 d2 a0 03 00 lea 0x3a0d2(%rip),%rax # 4ef43 <_fini+0x34b>
14e71: 48 8d 15 a8 a6 25 00 lea 0x25a6a8(%rip),%rdx # 26f520 <true_divide_signatures>
14e78: 48 8d 35 e1 e7 25 00 lea 0x25e7e1(%rip),%rsi # 273660 <true_divide_data>
14e7f: 48 8d 3d ba ba 25 00 lea 0x25baba(%rip),%rdi # 270940 <true_divide_functions>
14e86: 41 b9 01 00 00 00 mov $0x1,%r9d
14e8c: 41 b8 02 00 00 00 mov $0x2,%r8d
14e92: b9 15 00 00 00 mov $0x15,%ecx
14e97: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
14e9c: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14ea3: 00
14ea4: 48 89 44 24 08 mov %rax,0x8(%rsp)
14ea9: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14eb0: e8 cb cc 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14eb5: 48 8d 15 64 62 03 00 lea 0x36264(%rip),%rdx # 4b120 <PyUFunc_DivisionTypeResolver>
14ebc: 48 8d 35 80 a0 03 00 lea 0x3a080(%rip),%rsi # 4ef43 <_fini+0x34b>
14ec3: 48 89 c3 mov %rax,%rbx
14ec6: 48 89 ef mov %rbp,%rdi
14ec9: 48 89 90 90 00 00 00 mov %rdx,0x90(%rax)
14ed0: 48 89 c2 mov %rax,%rdx
14ed3: e8 a8 75 ff ff callq c480 <PyDict_SetItemString@plt>
14ed8: 48 8b 03 mov (%rbx),%rax
14edb: 48 83 e8 01 sub $0x1,%rax
14edf: 48 85 c0 test %rax,%rax
14ee2: 48 89 03 mov %rax,(%rbx)
14ee5: 0f 84 9a 04 00 00 je 15385 <initumath+0x4625>
14eeb: 48 8d 1d 46 bc 04 00 lea 0x4bc46(%rip),%rbx # 60b38 <_fini+0x11f40>
14ef2: 48 8d 05 56 a0 03 00 lea 0x3a056(%rip),%rax # 4ef4f <_fini+0x357>
14ef9: 48 8d 15 5f a6 25 00 lea 0x25a65f(%rip),%rdx # 26f55f <trunc_signatures>
14f00: 48 8d 35 19 ca 25 00 lea 0x25ca19(%rip),%rsi # 271920 <trunc_data>
14f07: 48 8d 3d 12 e8 25 00 lea 0x25e812(%rip),%rdi # 273720 <trunc_functions>
14f0e: 41 b9 01 00 00 00 mov $0x1,%r9d
14f14: 41 b8 01 00 00 00 mov $0x1,%r8d
14f1a: b9 05 00 00 00 mov $0x5,%ecx
14f1f: 48 89 5c 24 10 mov %rbx,0x10(%rsp)
14f24: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14f2b: 00
14f2c: 48 89 44 24 08 mov %rax,0x8(%rsp)
14f31: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14f38: e8 43 cc 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14f3d: 48 8d 35 0b a0 03 00 lea 0x3a00b(%rip),%rsi # 4ef4f <_fini+0x357>
14f44: 48 89 c3 mov %rax,%rbx
14f47: 48 89 c2 mov %rax,%rdx
14f4a: 48 89 ef mov %rbp,%rdi
14f4d: e8 2e 75 ff ff callq c480 <PyDict_SetItemString@plt>
14f52: 48 8b 03 mov (%rbx),%rax
14f55: 48 83 e8 01 sub $0x1,%rax
14f59: 48 85 c0 test %rax,%rax
14f5c: 48 89 03 mov %rax,(%rbx)
14f5f: 75 0a jne 14f6b <initumath+0x420b>
14f61: 48 8b 43 08 mov 0x8(%rbx),%rax
14f65: 48 89 df mov %rbx,%rdi
14f68: ff 50 30 callq *0x30(%rax)
14f6b: 48 8d 15 0e be 04 00 lea 0x4be0e(%rip),%rdx # 60d80 <frdoc>
14f72: 48 8d 1d dc 9f 03 00 lea 0x39fdc(%rip),%rbx # 4ef55 <_fini+0x35d>
14f79: 48 8d 35 80 ee 25 00 lea 0x25ee80(%rip),%rsi # 273e00 <blank_data>
14f80: 48 8d 3d 19 c1 25 00 lea 0x25c119(%rip),%rdi # 2710a0 <frexp_functions>
14f87: 41 b9 02 00 00 00 mov $0x2,%r9d
14f8d: 41 b8 01 00 00 00 mov $0x1,%r8d
14f93: 48 89 54 24 10 mov %rdx,0x10(%rsp)
14f98: 48 8d 15 19 a6 25 00 lea 0x25a619(%rip),%rdx # 26f5b8 <frexp_signatures>
14f9f: b9 04 00 00 00 mov $0x4,%ecx
14fa4: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
14fa9: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
14fb0: 00
14fb1: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
14fb8: e8 c3 cb 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
14fbd: 48 8d 35 91 9f 03 00 lea 0x39f91(%rip),%rsi # 4ef55 <_fini+0x35d>
14fc4: 48 89 c3 mov %rax,%rbx
14fc7: 48 89 c2 mov %rax,%rdx
14fca: 48 89 ef mov %rbp,%rdi
14fcd: e8 ae 74 ff ff callq c480 <PyDict_SetItemString@plt>
14fd2: 48 8b 03 mov (%rbx),%rax
14fd5: 48 83 e8 01 sub $0x1,%rax
14fd9: 48 85 c0 test %rax,%rax
14fdc: 48 89 03 mov %rax,(%rbx)
14fdf: 0f 84 c0 08 00 00 je 158a5 <initumath+0x4b45>
14fe5: 48 8d 15 6f 9f 03 00 lea 0x39f6f(%rip),%rdx # 4ef5b <_fini+0x363>
14fec: 48 8d 05 8d c2 04 00 lea 0x4c28d(%rip),%rax # 61280 <lddoc>
14ff3: 48 8d 35 06 ee 25 00 lea 0x25ee06(%rip),%rsi # 273e00 <blank_data>
14ffa: 48 8d 3d bf c0 25 00 lea 0x25c0bf(%rip),%rdi # 2710c0 <ldexp_functions>
15001: 41 b9 01 00 00 00 mov $0x1,%r9d
15007: 41 b8 02 00 00 00 mov $0x2,%r8d
1500d: 48 89 54 24 08 mov %rdx,0x8(%rsp)
15012: 48 8d 15 b7 a5 25 00 lea 0x25a5b7(%rip),%rdx # 26f5d0 <ldexp_signatures>
15019: b9 08 00 00 00 mov $0x8,%ecx
1501e: c7 44 24 18 00 00 00 movl $0x0,0x18(%rsp)
15025: 00
15026: 48 89 44 24 10 mov %rax,0x10(%rsp)
1502b: c7 04 24 ff ff ff ff movl $0xffffffff,(%rsp)
15032: e8 49 cb 02 00 callq 41b80 <PyUFunc_FromFuncAndData>
15037: 48 8d 35 1d 9f 03 00 lea 0x39f1d(%rip),%rsi # 4ef5b <_fini+0x363>
1503e: 48 89 c3 mov %rax,%rbx
15041: 48 89 c2 mov %rax,%rdx
15044: 48 89 ef mov %rbp,%rdi
15047: e8 34 74 ff ff callq c480 <PyDict_SetItemString@plt>
1504c: 48 8b 03 mov (%rbx),%rax
1504f: 48 83 e8 01 sub $0x1,%rax
15053: 48 85 c0 test %rax,%rax
15056: 48 89 03 mov %rax,(%rbx)
15059: 0f 84 36 08 00 00 je 15895 <initumath+0x4b35>
1505f: f2 0f 10 05 31 c8 04 movsd 0x4c831(%rip),%xmm0 # 61898 <lddoc+0x618>
15066: 00
15067: e8 84 79 ff ff callq c9f0 <PyFloat_FromDouble@plt>
1506c: 48 8d 35 ee 9e 03 00 lea 0x39eee(%rip),%rsi # 4ef61 <_fini+0x369>
15073: 48 89 c3 mov %rax,%rbx
15076: 48 89 c2 mov %rax,%rdx
15079: 48 89 ef mov %rbp,%rdi
1507c: e8 ff 73 ff ff callq c480 <PyDict_SetItemString@plt>
15081: 48 8b 03 mov (%rbx),%rax
15084: 48 83 e8 01 sub $0x1,%rax
15088: 48 85 c0 test %rax,%rax
1508b: 48 89 03 mov %rax,(%rbx)
1508e: 0f 84 f1 07 00 00 je 15885 <initumath+0x4b25>
15094: f2 0f 10 05 04 c8 04 movsd 0x4c804(%rip),%xmm0 # 618a0 <lddoc+0x620>
1509b: 00
1509c: e8 4f 79 ff ff callq c9f0 <PyFloat_FromDouble@plt>
150a1: 48 8d 35 3f d2 04 00 lea 0x4d23f(%rip),%rsi # 622e7 <lddoc+0x1067>
150a8: 48 89 c3 mov %rax,%rbx
150ab: 48 89 c2 mov %rax,%rdx
150ae: 48 89 ef mov %rbp,%rdi
150b1: e8 ca 73 ff ff callq c480 <PyDict_SetItemString@plt>
150b6: 48 8b 03 mov (%rbx),%rax
150b9: 48 83 e8 01 sub $0x1,%rax
150bd: 48 85 c0 test %rax,%rax
150c0: 48 89 03 mov %rax,(%rbx)
150c3: 0f 84 ac 07 00 00 je 15875 <initumath+0x4b15>
150c9: f2 0f 10 05 d7 c7 04 movsd 0x4c7d7(%rip),%xmm0 # 618a8 <lddoc+0x628>
150d0: 00
150d1: e8 1a 79 ff ff callq c9f0 <PyFloat_FromDouble@plt>
150d6: 48 8d 35 87 9e 03 00 lea 0x39e87(%rip),%rsi # 4ef64 <_fini+0x36c>
150dd: 48 89 c3 mov %rax,%rbx
150e0: 48 89 c2 mov %rax,%rdx
150e3: 48 89 ef mov %rbp,%rdi
150e6: e8 95 73 ff ff callq c480 <PyDict_SetItemString@plt>
150eb: 48 8b 03 mov (%rbx),%rax
150ee: 48 83 e8 01 sub $0x1,%rax
150f2: 48 85 c0 test %rax,%rax
150f5: 48 89 03 mov %rax,(%rbx)
150f8: 0f 84 67 07 00 00 je 15865 <initumath+0x4b05>
150fe: 48 8d 35 6b 9e 03 00 lea 0x39e6b(%rip),%rsi # 4ef70 <_fini+0x378>
15105: 31 d2 xor %edx,%edx
15107: 4c 89 e7 mov %r12,%rdi
1510a: e8 71 78 ff ff callq c980 <PyModule_AddIntConstant@plt>
1510f: 48 8d 35 65 9e 03 00 lea 0x39e65(%rip),%rsi # 4ef7b <_fini+0x383>
15116: 4c 89 e7 mov %r12,%rdi
15119: ba 01 00 00 00 mov $0x1,%edx
1511e: e8 5d 78 ff ff callq c980 <PyModule_AddIntConstant@plt>
15123: 48 8d 35 5a 9e 03 00 lea 0x39e5a(%rip),%rsi # 4ef84 <_fini+0x38c>
1512a: 4c 89 e7 mov %r12,%rdi
1512d: ba 03 00 00 00 mov $0x3,%edx
15132: e8 49 78 ff ff callq c980 <PyModule_AddIntConstant@plt>
15137: 48 8d 35 4f 9e 03 00 lea 0x39e4f(%rip),%rsi # 4ef8d <_fini+0x395>
1513e: 4c 89 e7 mov %r12,%rdi
15141: ba 02 00 00 00 mov $0x2,%edx
15146: e8 35 78 ff ff callq c980 <PyModule_AddIntConstant@plt>
1514b: 48 8d 35 45 9e 03 00 lea 0x39e45(%rip),%rsi # 4ef97 <_fini+0x39f>
15152: 4c 89 e7 mov %r12,%rdi
15155: ba 04 00 00 00 mov $0x4,%edx
1515a: e8 21 78 ff ff callq c980 <PyModule_AddIntConstant@plt>
1515f: 48 8d 35 3b 9e 03 00 lea 0x39e3b(%rip),%rsi # 4efa1 <_fini+0x3a9>
15166: 4c 89 e7 mov %r12,%rdi
15169: ba 05 00 00 00 mov $0x5,%edx
1516e: e8 0d 78 ff ff callq c980 <PyModule_AddIntConstant@plt>
15173: 48 8d 35 2f 9e 03 00 lea 0x39e2f(%rip),%rsi # 4efa9 <_fini+0x3b1>
1517a: 4c 89 e7 mov %r12,%rdi
1517d: ba 09 02 00 00 mov $0x209,%edx
15182: e8 f9 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
15187: 48 8d 35 27 9e 03 00 lea 0x39e27(%rip),%rsi # 4efb5 <_fini+0x3bd>
1518e: 31 d2 xor %edx,%edx
15190: 4c 89 e7 mov %r12,%rdi
15193: e8 e8 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
15198: 48 8d 35 29 9e 03 00 lea 0x39e29(%rip),%rsi # 4efc8 <_fini+0x3d0>
1519f: 4c 89 e7 mov %r12,%rdi
151a2: ba 03 00 00 00 mov $0x3,%edx
151a7: e8 d4 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
151ac: 48 8d 35 24 9e 03 00 lea 0x39e24(%rip),%rsi # 4efd7 <_fini+0x3df>
151b3: 4c 89 e7 mov %r12,%rdi
151b6: ba 06 00 00 00 mov $0x6,%edx
151bb: e8 c0 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
151c0: 48 8d 35 20 9e 03 00 lea 0x39e20(%rip),%rsi # 4efe7 <_fini+0x3ef>
151c7: 4c 89 e7 mov %r12,%rdi
151ca: ba 09 00 00 00 mov $0x9,%edx
151cf: e8 ac 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
151d4: 48 8d 35 1a 9e 03 00 lea 0x39e1a(%rip),%rsi # 4eff5 <_fini+0x3fd>
151db: 4c 89 e7 mov %r12,%rdi
151de: ba 01 00 00 00 mov $0x1,%edx
151e3: e8 98 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
151e8: 48 8d 35 17 9e 03 00 lea 0x39e17(%rip),%rsi # 4f006 <_fini+0x40e>
151ef: 4c 89 e7 mov %r12,%rdi
151f2: ba 02 00 00 00 mov $0x2,%edx
151f7: e8 84 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
151fc: 48 8d 35 10 9e 03 00 lea 0x39e10(%rip),%rsi # 4f013 <_fini+0x41b>
15203: 4c 89 e7 mov %r12,%rdi
15206: ba 04 00 00 00 mov $0x4,%edx
1520b: e8 70 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
15210: 48 8d 35 0a 9e 03 00 lea 0x39e0a(%rip),%rsi # 4f021 <_fini+0x429>
15217: 4c 89 e7 mov %r12,%rdi
1521a: ba 08 00 00 00 mov $0x8,%edx
1521f: e8 5c 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
15224: 48 8d 35 02 9e 03 00 lea 0x39e02(%rip),%rsi # 4f02d <_fini+0x435>
1522b: 4c 89 e7 mov %r12,%rdi
1522e: ba 01 00 00 00 mov $0x1,%edx
15233: e8 48 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
15238: 48 8d 15 a5 9a 03 00 lea 0x39aa5(%rip),%rdx # 4ece4 <_fini+0xec>
1523f: 48 8d 35 fe 9d 03 00 lea 0x39dfe(%rip),%rsi # 4f044 <_fini+0x44c>
15246: 4c 89 e7 mov %r12,%rdi
15249: e8 e2 73 ff ff callq c630 <PyModule_AddStringConstant@plt>
1524e: 48 8d 35 01 9e 03 00 lea 0x39e01(%rip),%rsi # 4f056 <_fini+0x45e>
15255: 4c 89 e7 mov %r12,%rdi
15258: ba 00 20 00 00 mov $0x2000,%edx
1525d: e8 1e 77 ff ff callq c980 <PyModule_AddIntConstant@plt>
15262: f2 0f 10 05 ce c5 04 movsd 0x4c5ce(%rip),%xmm0 # 61838 <lddoc+0x5b8>
15269: 00
1526a: e8 81 77 ff ff callq c9f0 <PyFloat_FromDouble@plt>
1526f: 48 8d 35 f6 9d 03 00 lea 0x39df6(%rip),%rsi # 4f06c <_fini+0x474>
15276: 4c 89 e7 mov %r12,%rdi
15279: 48 89 c2 mov %rax,%rdx
1527c: e8 cf 71 ff ff callq c450 <PyModule_AddObject@plt>
15281: f2 0f 10 05 27 c6 04 movsd 0x4c627(%rip),%xmm0 # 618b0 <lddoc+0x630>
15288: 00
15289: e8 62 77 ff ff callq c9f0 <PyFloat_FromDouble@plt>
1528e: 48 8d 35 dc 9d 03 00 lea 0x39ddc(%rip),%rsi # 4f071 <_fini+0x479>
15295: 4c 89 e7 mov %r12,%rdi
15298: 48 89 c2 mov %rax,%rdx
1529b: e8 b0 71 ff ff callq c450 <PyModule_AddObject@plt>
152a0: 0f 57 c9 xorps %xmm1,%xmm1
152a3: 0f 28 c1 movaps %xmm1,%xmm0
152a6: 0f 14 c0 unpcklps %xmm0,%xmm0
152a9: 0f 5a c0 cvtps2pd %xmm0,%xmm0
152ac: e8 3f 77 ff ff callq c9f0 <PyFloat_FromDouble@plt>
152b1: 48 8d 35 be 9d 03 00 lea 0x39dbe(%rip),%rsi # 4f076 <_fini+0x47e>
152b8: 4c 89 e7 mov %r12,%rdi
152bb: 48 89 c2 mov %rax,%rdx
152be: e8 8d 71 ff ff callq c450 <PyModule_AddObject@plt>
152c3: f2 0f 10 05 ed c5 04 movsd 0x4c5ed(%rip),%xmm0 # 618b8 <lddoc+0x638>
152ca: 00
152cb: e8 20 77 ff ff callq c9f0 <PyFloat_FromDouble@plt>
152d0: 48 8d 35 a5 9d 03 00 lea 0x39da5(%rip),%rsi # 4f07c <_fini+0x484>
152d7: 4c 89 e7 mov %r12,%rdi
152da: 48 89 c2 mov %rax,%rdx
152dd: e8 6e 71 ff ff callq c450 <PyModule_AddObject@plt>
152e2: f2 0f 10 05 56 c5 04 movsd 0x4c556(%rip),%xmm0 # 61840 <lddoc+0x5c0>
152e9: 00
152ea: e8 01 77 ff ff callq c9f0 <PyFloat_FromDouble@plt>
152ef: 48 8d 35 8c 9d 03 00 lea 0x39d8c(%rip),%rsi # 4f082 <_fini+0x48a>
152f6: 48 89 c2 mov %rax,%rdx
152f9: 4c 89 e7 mov %r12,%rdi
152fc: e8 4f 71 ff ff callq c450 <PyModule_AddObject@plt>
15301: 48 8d 35 a3 9a 03 00 lea 0x39aa3(%rip),%rsi # 4edab <_fini+0x1b3>
15308: 48 89 ef mov %rbp,%rdi
1530b: e8 a0 7e ff ff callq d1b0 <PyDict_GetItemString@plt>
15310: 48 8d 35 ec 9b 03 00 lea 0x39bec(%rip),%rsi # 4ef03 <_fini+0x30b>
15317: 48 89 ef mov %rbp,%rdi
1531a: 48 89 c3 mov %rax,%rbx
1531d: e8 8e 7e ff ff callq d1b0 <PyDict_GetItemString@plt>
15322: 49 89 c4 mov %rax,%r12
15325: 48 8b 05 4c 89 25 00 mov 0x25894c(%rip),%rax # 26dc78 <_DYNAMIC+0x2b0>
1532c: 48 89 ef mov %rbp,%rdi
1532f: 48 8b 00 mov (%rax),%rax
15332: ff 90 40 01 00 00 callq *0x140(%rax)
15338: 48 8d 35 47 9d 03 00 lea 0x39d47(%rip),%rsi # 4f086 <_fini+0x48e>
1533f: 48 89 da mov %rbx,%rdx
15342: 48 89 ef mov %rbp,%rdi
15345: e8 36 71 ff ff callq c480 <PyDict_SetItemString@plt>
1534a: 48 8d 35 a6 9a 03 00 lea 0x39aa6(%rip),%rsi # 4edf7 <_fini+0x1ff>
15351: 4c 89 e2 mov %r12,%rdx
15354: 48 89 ef mov %rbp,%rdi
15357: e8 24 71 ff ff callq c480 <PyDict_SetItemString@plt>
1535c: e8 1f b9 ff ff callq 10c80 <intern_strings>
15361: 85 c0 test %eax,%eax
15363: 0f 84 6f ba ff ff je 10dd8 <initumath+0x78>
15369: e9 74 ba ff ff jmpq 10de2 <initumath+0x82>
1536e: 66 90 xchg %ax,%ax
15370: 48 8b 43 08 mov 0x8(%rbx),%rax
15374: 48 89 df mov %rbx,%rdi
15377: ff 50 30 callq *0x30(%rax)
1537a: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
15380: e9 f0 ba ff ff jmpq 10e75 <initumath+0x115>
15385: 48 8b 43 08 mov 0x8(%rbx),%rax
15389: 48 89 df mov %rbx,%rdi
1538c: ff 50 30 callq *0x30(%rax)
1538f: 90 nop
15390: e9 56 fb ff ff jmpq 14eeb <initumath+0x418b>
15395: 48 8b 43 08 mov 0x8(%rbx),%rax
15399: 48 89 df mov %rbx,%rdi
1539c: ff 50 30 callq *0x30(%rax)
1539f: 90 nop
153a0: e9 be fa ff ff jmpq 14e63 <initumath+0x4103>
153a5: 48 8b 43 08 mov 0x8(%rbx),%rax
153a9: 48 89 df mov %rbx,%rdi
153ac: ff 50 30 callq *0x30(%rax)
153af: 90 nop
153b0: e9 34 fa ff ff jmpq 14de9 <initumath+0x4089>
153b5: 48 8b 43 08 mov 0x8(%rbx),%rax
153b9: 48 89 df mov %rbx,%rdi
153bc: ff 50 30 callq *0x30(%rax)
153bf: 90 nop
153c0: e9 b4 f7 ff ff jmpq 14b79 <initumath+0x3e19>
153c5: 48 8b 43 08 mov 0x8(%rbx),%rax
153c9: 48 89 df mov %rbx,%rdi
153cc: ff 50 30 callq *0x30(%rax)
153cf: 90 nop
153d0: e9 2a f7 ff ff jmpq 14aff <initumath+0x3d9f>
153d5: 48 8b 43 08 mov 0x8(%rbx),%rax
153d9: 48 89 df mov %rbx,%rdi
153dc: ff 50 30 callq *0x30(%rax)
153df: 90 nop
153e0: e9 a0 f6 ff ff jmpq 14a85 <initumath+0x3d25>
153e5: 48 8b 43 08 mov 0x8(%rbx),%rax
153e9: 48 89 df mov %rbx,%rdi
153ec: ff 50 30 callq *0x30(%rax)
153ef: 90 nop
153f0: e9 16 f6 ff ff jmpq 14a0b <initumath+0x3cab>
153f5: 48 8b 43 08 mov 0x8(%rbx),%rax
153f9: 48 89 df mov %rbx,%rdi
153fc: ff 50 30 callq *0x30(%rax)
153ff: 90 nop
15400: e9 7e f5 ff ff jmpq 14983 <initumath+0x3c23>
15405: 48 8b 43 08 mov 0x8(%rbx),%rax
15409: 48 89 df mov %rbx,%rdi
1540c: ff 50 30 callq *0x30(%rax)
1540f: 90 nop
15410: e9 f4 f4 ff ff jmpq 14909 <initumath+0x3ba9>
15415: 48 8b 43 08 mov 0x8(%rbx),%rax
15419: 48 89 df mov %rbx,%rdi
1541c: ff 50 30 callq *0x30(%rax)
1541f: 90 nop
15420: e9 6a f4 ff ff jmpq 1488f <initumath+0x3b2f>
15425: 48 8b 43 08 mov 0x8(%rbx),%rax
15429: 48 89 df mov %rbx,%rdi
1542c: ff 50 30 callq *0x30(%rax)
1542f: 90 nop
15430: e9 e0 f3 ff ff jmpq 14815 <initumath+0x3ab5>
15435: 48 8b 43 08 mov 0x8(%rbx),%rax
15439: 48 89 df mov %rbx,%rdi
1543c: ff 50 30 callq *0x30(%rax)
1543f: 90 nop
15440: e9 2a f9 ff ff jmpq 14d6f <initumath+0x400f>
15445: 48 8b 43 08 mov 0x8(%rbx),%rax
15449: 48 89 df mov %rbx,%rdi
1544c: ff 50 30 callq *0x30(%rax)
1544f: 90 nop
15450: e9 92 f8 ff ff jmpq 14ce7 <initumath+0x3f87>
15455: 48 8b 43 08 mov 0x8(%rbx),%rax
15459: 48 89 df mov %rbx,%rdi
1545c: ff 50 30 callq *0x30(%rax)
1545f: 90 nop
15460: e9 08 f8 ff ff jmpq 14c6d <initumath+0x3f0d>
15465: 48 8b 43 08 mov 0x8(%rbx),%rax
15469: 48 89 df mov %rbx,%rdi
1546c: ff 50 30 callq *0x30(%rax)
1546f: 90 nop
15470: e9 7e f7 ff ff jmpq 14bf3 <initumath+0x3e93>
15475: 48 8b 43 08 mov 0x8(%rbx),%rax
15479: 48 89 df mov %rbx,%rdi
1547c: ff 50 30 callq *0x30(%rax)
1547f: 90 nop
15480: e9 78 d7 ff ff jmpq 12bfd <initumath+0x1e9d>
15485: 48 8b 43 08 mov 0x8(%rbx),%rax
15489: 48 89 df mov %rbx,%rdi
1548c: ff 50 30 callq *0x30(%rax)
1548f: 90 nop
15490: e9 ee d6 ff ff jmpq 12b83 <initumath+0x1e23>
15495: 48 8b 43 08 mov 0x8(%rbx),%rax
15499: 48 89 df mov %rbx,%rdi
1549c: ff 50 30 callq *0x30(%rax)
1549f: 90 nop
154a0: e9 64 d6 ff ff jmpq 12b09 <initumath+0x1da9>
154a5: 48 8b 43 08 mov 0x8(%rbx),%rax
154a9: 48 89 df mov %rbx,%rdi
154ac: ff 50 30 callq *0x30(%rax)
154af: 90 nop
154b0: e9 cc d5 ff ff jmpq 12a81 <initumath+0x1d21>
154b5: 48 8b 43 08 mov 0x8(%rbx),%rax
154b9: 48 89 df mov %rbx,%rdi
154bc: ff 50 30 callq *0x30(%rax)
154bf: 90 nop
154c0: e9 d6 f2 ff ff jmpq 1479b <initumath+0x3a3b>
154c5: 48 8b 43 08 mov 0x8(%rbx),%rax
154c9: 48 89 df mov %rbx,%rdi
154cc: ff 50 30 callq *0x30(%rax)
154cf: 90 nop
154d0: e9 4c f2 ff ff jmpq 14721 <initumath+0x39c1>
154d5: 48 8b 43 08 mov 0x8(%rbx),%rax
154d9: 48 89 df mov %rbx,%rdi
154dc: ff 50 30 callq *0x30(%rax)
154df: 90 nop
154e0: e9 c2 f1 ff ff jmpq 146a7 <initumath+0x3947>
154e5: 48 8b 43 08 mov 0x8(%rbx),%rax
154e9: 48 89 df mov %rbx,%rdi
154ec: ff 50 30 callq *0x30(%rax)
154ef: 90 nop
154f0: e9 38 f1 ff ff jmpq 1462d <initumath+0x38cd>
154f5: 48 8b 43 08 mov 0x8(%rbx),%rax
154f9: 48 89 df mov %rbx,%rdi
154fc: ff 50 30 callq *0x30(%rax)
154ff: 90 nop
15500: e9 a0 f0 ff ff jmpq 145a5 <initumath+0x3845>
15505: 48 8b 43 08 mov 0x8(%rbx),%rax
15509: 48 89 df mov %rbx,%rdi
1550c: ff 50 30 callq *0x30(%rax)
1550f: 90 nop
15510: e9 16 f0 ff ff jmpq 1452b <initumath+0x37cb>
15515: 48 8b 43 08 mov 0x8(%rbx),%rax
15519: 48 89 df mov %rbx,%rdi
1551c: ff 50 30 callq *0x30(%rax)
1551f: 90 nop
15520: e9 7e ef ff ff jmpq 144a3 <initumath+0x3743>
15525: 48 8b 43 08 mov 0x8(%rbx),%rax
15529: 48 89 df mov %rbx,%rdi
1552c: ff 50 30 callq *0x30(%rax)
1552f: 90 nop
15530: e9 e6 ee ff ff jmpq 1441b <initumath+0x36bb>
15535: 48 8b 43 08 mov 0x8(%rbx),%rax
15539: 48 89 df mov %rbx,%rdi
1553c: ff 50 30 callq *0x30(%rax)
1553f: 90 nop
15540: e9 5c ee ff ff jmpq 143a1 <initumath+0x3641>
15545: 48 8b 43 08 mov 0x8(%rbx),%rax
15549: 48 89 df mov %rbx,%rdi
1554c: ff 50 30 callq *0x30(%rax)
1554f: 90 nop
15550: e9 c4 ed ff ff jmpq 14319 <initumath+0x35b9>
15555: 48 8b 43 08 mov 0x8(%rbx),%rax
15559: 48 89 df mov %rbx,%rdi
1555c: ff 50 30 callq *0x30(%rax)
1555f: 90 nop
15560: e9 2c ed ff ff jmpq 14291 <initumath+0x3531>
15565: 48 8b 43 08 mov 0x8(%rbx),%rax
15569: 48 89 df mov %rbx,%rdi
1556c: ff 50 30 callq *0x30(%rax)
1556f: 90 nop
15570: e9 94 ec ff ff jmpq 14209 <initumath+0x34a9>
15575: 48 8b 43 08 mov 0x8(%rbx),%rax
15579: 48 89 df mov %rbx,%rdi
1557c: ff 50 30 callq *0x30(%rax)
1557f: 90 nop
15580: e9 fc eb ff ff jmpq 14181 <initumath+0x3421>
15585: 48 8b 43 08 mov 0x8(%rbx),%rax
15589: 48 89 df mov %rbx,%rdi
1558c: ff 50 30 callq *0x30(%rax)
1558f: 90 nop
15590: e9 72 eb ff ff jmpq 14107 <initumath+0x33a7>
15595: 48 8b 43 08 mov 0x8(%rbx),%rax
15599: 48 89 df mov %rbx,%rdi
1559c: ff 50 30 callq *0x30(%rax)
1559f: 90 nop
155a0: e9 da ea ff ff jmpq 1407f <initumath+0x331f>
155a5: 48 8b 43 08 mov 0x8(%rbx),%rax
155a9: 48 89 df mov %rbx,%rdi
155ac: ff 50 30 callq *0x30(%rax)
155af: 90 nop
155b0: e9 50 ea ff ff jmpq 14005 <initumath+0x32a5>
155b5: 48 8b 43 08 mov 0x8(%rbx),%rax
155b9: 48 89 df mov %rbx,%rdi
155bc: ff 50 30 callq *0x30(%rax)
155bf: 90 nop
155c0: e9 c6 e9 ff ff jmpq 13f8b <initumath+0x322b>
155c5: 48 8b 43 08 mov 0x8(%rbx),%rax
155c9: 48 89 df mov %rbx,%rdi
155cc: ff 50 30 callq *0x30(%rax)
155cf: 90 nop
155d0: e9 3c e9 ff ff jmpq 13f11 <initumath+0x31b1>
155d5: 48 8b 43 08 mov 0x8(%rbx),%rax
155d9: 48 89 df mov %rbx,%rdi
155dc: ff 50 30 callq *0x30(%rax)
155df: 90 nop
155e0: e9 b2 e8 ff ff jmpq 13e97 <initumath+0x3137>
155e5: 48 8b 43 08 mov 0x8(%rbx),%rax
155e9: 48 89 df mov %rbx,%rdi
155ec: ff 50 30 callq *0x30(%rax)
155ef: 90 nop
155f0: e9 28 e8 ff ff jmpq 13e1d <initumath+0x30bd>
155f5: 48 8b 43 08 mov 0x8(%rbx),%rax
155f9: 48 89 df mov %rbx,%rdi
155fc: ff 50 30 callq *0x30(%rax)
155ff: 90 nop
15600: e9 9e e7 ff ff jmpq 13da3 <initumath+0x3043>
15605: 48 8b 43 08 mov 0x8(%rbx),%rax
15609: 48 89 df mov %rbx,%rdi
1560c: ff 50 30 callq *0x30(%rax)
1560f: 90 nop
15610: e9 06 e7 ff ff jmpq 13d1b <initumath+0x2fbb>
15615: 48 8b 43 08 mov 0x8(%rbx),%rax
15619: 48 89 df mov %rbx,%rdi
1561c: ff 50 30 callq *0x30(%rax)
1561f: 90 nop
15620: e9 6e e6 ff ff jmpq 13c93 <initumath+0x2f33>
15625: 48 8b 43 08 mov 0x8(%rbx),%rax
15629: 48 89 df mov %rbx,%rdi
1562c: ff 50 30 callq *0x30(%rax)
1562f: 90 nop
15630: e9 e4 e5 ff ff jmpq 13c19 <initumath+0x2eb9>
15635: 48 8b 43 08 mov 0x8(%rbx),%rax
15639: 48 89 df mov %rbx,%rdi
1563c: ff 50 30 callq *0x30(%rax)
1563f: 90 nop
15640: e9 5a e5 ff ff jmpq 13b9f <initumath+0x2e3f>
15645: 48 8b 43 08 mov 0x8(%rbx),%rax
15649: 48 89 df mov %rbx,%rdi
1564c: ff 50 30 callq *0x30(%rax)
1564f: 90 nop
15650: e9 d0 e4 ff ff jmpq 13b25 <initumath+0x2dc5>
15655: 48 8b 43 08 mov 0x8(%rbx),%rax
15659: 48 89 df mov %rbx,%rdi
1565c: ff 50 30 callq *0x30(%rax)
1565f: 90 nop
15660: e9 46 e4 ff ff jmpq 13aab <initumath+0x2d4b>
15665: 48 8b 43 08 mov 0x8(%rbx),%rax
15669: 48 89 df mov %rbx,%rdi
1566c: ff 50 30 callq *0x30(%rax)
1566f: 90 nop
15670: e9 bc e3 ff ff jmpq 13a31 <initumath+0x2cd1>
15675: 48 8b 43 08 mov 0x8(%rbx),%rax
15679: 48 89 df mov %rbx,%rdi
1567c: ff 50 30 callq *0x30(%rax)
1567f: 90 nop
15680: e9 32 e3 ff ff jmpq 139b7 <initumath+0x2c57>
15685: 48 8b 43 08 mov 0x8(%rbx),%rax
15689: 48 89 df mov %rbx,%rdi
1568c: ff 50 30 callq *0x30(%rax)
1568f: 90 nop
15690: e9 9a e2 ff ff jmpq 1392f <initumath+0x2bcf>
15695: 48 8b 43 08 mov 0x8(%rbx),%rax
15699: 48 89 df mov %rbx,%rdi
1569c: ff 50 30 callq *0x30(%rax)
1569f: 90 nop
156a0: e9 02 e2 ff ff jmpq 138a7 <initumath+0x2b47>
156a5: 48 8b 43 08 mov 0x8(%rbx),%rax
156a9: 48 89 df mov %rbx,%rdi
156ac: ff 50 30 callq *0x30(%rax)
156af: 90 nop
156b0: e9 78 e1 ff ff jmpq 1382d <initumath+0x2acd>
156b5: 48 8b 43 08 mov 0x8(%rbx),%rax
156b9: 48 89 df mov %rbx,%rdi
156bc: ff 50 30 callq *0x30(%rax)
156bf: 90 nop
156c0: e9 e0 e0 ff ff jmpq 137a5 <initumath+0x2a45>
156c5: 48 8b 43 08 mov 0x8(%rbx),%rax
156c9: 48 89 df mov %rbx,%rdi
156cc: ff 50 30 callq *0x30(%rax)
156cf: 90 nop
156d0: e9 48 e0 ff ff jmpq 1371d <initumath+0x29bd>
156d5: 48 8b 43 08 mov 0x8(%rbx),%rax
156d9: 48 89 df mov %rbx,%rdi
156dc: ff 50 30 callq *0x30(%rax)
156df: 90 nop
156e0: e9 b0 df ff ff jmpq 13695 <initumath+0x2935>
156e5: 48 8b 43 08 mov 0x8(%rbx),%rax
156e9: 48 89 df mov %rbx,%rdi
156ec: ff 50 30 callq *0x30(%rax)
156ef: 90 nop
156f0: e9 26 df ff ff jmpq 1361b <initumath+0x28bb>
156f5: 48 8b 43 08 mov 0x8(%rbx),%rax
156f9: 48 89 df mov %rbx,%rdi
156fc: ff 50 30 callq *0x30(%rax)
156ff: 90 nop
15700: e9 9c de ff ff jmpq 135a1 <initumath+0x2841>
15705: 48 8b 43 08 mov 0x8(%rbx),%rax
15709: 48 89 df mov %rbx,%rdi
1570c: ff 50 30 callq *0x30(%rax)
1570f: 90 nop
15710: e9 12 de ff ff jmpq 13527 <initumath+0x27c7>
15715: 48 8b 43 08 mov 0x8(%rbx),%rax
15719: 48 89 df mov %rbx,%rdi
1571c: ff 50 30 callq *0x30(%rax)
1571f: 90 nop
15720: e9 88 dd ff ff jmpq 134ad <initumath+0x274d>
15725: 48 8b 43 08 mov 0x8(%rbx),%rax
15729: 48 89 df mov %rbx,%rdi
1572c: ff 50 30 callq *0x30(%rax)
1572f: 90 nop
15730: e9 fe dc ff ff jmpq 13433 <initumath+0x26d3>
15735: 48 8b 43 08 mov 0x8(%rbx),%rax
15739: 48 89 df mov %rbx,%rdi
1573c: ff 50 30 callq *0x30(%rax)
1573f: 90 nop
15740: e9 66 dc ff ff jmpq 133ab <initumath+0x264b>
15745: 48 8b 43 08 mov 0x8(%rbx),%rax
15749: 48 89 df mov %rbx,%rdi
1574c: ff 50 30 callq *0x30(%rax)
1574f: 90 nop
15750: e9 ce db ff ff jmpq 13323 <initumath+0x25c3>
15755: 48 8b 43 08 mov 0x8(%rbx),%rax
15759: 48 89 df mov %rbx,%rdi
1575c: ff 50 30 callq *0x30(%rax)
1575f: 90 nop
15760: e9 44 db ff ff jmpq 132a9 <initumath+0x2549>
15765: 48 8b 43 08 mov 0x8(%rbx),%rax
15769: 48 89 df mov %rbx,%rdi
1576c: ff 50 30 callq *0x30(%rax)
1576f: 90 nop
15770: e9 ba da ff ff jmpq 1322f <initumath+0x24cf>
15775: 48 8b 43 08 mov 0x8(%rbx),%rax
15779: 48 89 df mov %rbx,%rdi
1577c: ff 50 30 callq *0x30(%rax)
1577f: 90 nop
15780: e9 30 da ff ff jmpq 131b5 <initumath+0x2455>
15785: 48 8b 43 08 mov 0x8(%rbx),%rax
15789: 48 89 df mov %rbx,%rdi
1578c: ff 50 30 callq *0x30(%rax)
1578f: 90 nop
15790: e9 a6 d9 ff ff jmpq 1313b <initumath+0x23db>
15795: 48 8b 43 08 mov 0x8(%rbx),%rax
15799: 48 89 df mov %rbx,%rdi
1579c: ff 50 30 callq *0x30(%rax)
1579f: 90 nop
157a0: e9 1c d9 ff ff jmpq 130c1 <initumath+0x2361>
157a5: 48 8b 43 08 mov 0x8(%rbx),%rax
157a9: 48 89 df mov %rbx,%rdi
157ac: ff 50 30 callq *0x30(%rax)
157af: 90 nop
157b0: e9 92 d8 ff ff jmpq 13047 <initumath+0x22e7>
157b5: 48 8b 43 08 mov 0x8(%rbx),%rax
157b9: 48 89 df mov %rbx,%rdi
157bc: ff 50 30 callq *0x30(%rax)
157bf: 90 nop
157c0: e9 08 d8 ff ff jmpq 12fcd <initumath+0x226d>
157c5: 48 8b 43 08 mov 0x8(%rbx),%rax
157c9: 48 89 df mov %rbx,%rdi
157cc: ff 50 30 callq *0x30(%rax)
157cf: 90 nop
157d0: e9 7e d7 ff ff jmpq 12f53 <initumath+0x21f3>
157d5: 48 8b 43 08 mov 0x8(%rbx),%rax
157d9: 48 89 df mov %rbx,%rdi
157dc: ff 50 30 callq *0x30(%rax)
157df: 90 nop
157e0: e9 f4 d6 ff ff jmpq 12ed9 <initumath+0x2179>
157e5: 48 8b 43 08 mov 0x8(%rbx),%rax
157e9: 48 89 df mov %rbx,%rdi
157ec: ff 50 30 callq *0x30(%rax)
157ef: 90 nop
157f0: e9 6a d6 ff ff jmpq 12e5f <initumath+0x20ff>
157f5: 48 8b 43 08 mov 0x8(%rbx),%rax
157f9: 48 89 df mov %rbx,%rdi
157fc: ff 50 30 callq *0x30(%rax)
157ff: 90 nop
15800: e9 e0 d5 ff ff jmpq 12de5 <initumath+0x2085>
15805: 48 8b 43 08 mov 0x8(%rbx),%rax
15809: 48 89 df mov %rbx,%rdi
1580c: ff 50 30 callq *0x30(%rax)
1580f: 90 nop
15810: e9 56 d5 ff ff jmpq 12d6b <initumath+0x200b>
15815: 48 8b 43 08 mov 0x8(%rbx),%rax
15819: 48 89 df mov %rbx,%rdi
1581c: ff 50 30 callq *0x30(%rax)
1581f: 90 nop
15820: e9 cc d4 ff ff jmpq 12cf1 <initumath+0x1f91>
15825: 48 8b 43 08 mov 0x8(%rbx),%rax
15829: 48 89 df mov %rbx,%rdi
1582c: ff 50 30 callq *0x30(%rax)
1582f: 90 nop
15830: e9 42 d4 ff ff jmpq 12c77 <initumath+0x1f17>
15835: 48 8b 43 08 mov 0x8(%rbx),%rax
15839: 48 89 df mov %rbx,%rdi
1583c: ff 50 30 callq *0x30(%rax)
1583f: 90 nop
15840: e9 b4 d1 ff ff jmpq 129f9 <initumath+0x1c99>
15845: 48 8b 43 08 mov 0x8(%rbx),%rax
15849: 48 89 df mov %rbx,%rdi
1584c: ff 50 30 callq *0x30(%rax)
1584f: 90 nop
15850: e9 1c d1 ff ff jmpq 12971 <initumath+0x1c11>
15855: 48 8b 43 08 mov 0x8(%rbx),%rax
15859: 48 89 df mov %rbx,%rdi
1585c: ff 50 30 callq *0x30(%rax)
1585f: 90 nop
15860: e9 52 b6 ff ff jmpq 10eb7 <initumath+0x157>
15865: 48 8b 43 08 mov 0x8(%rbx),%rax
15869: 48 89 df mov %rbx,%rdi
1586c: ff 50 30 callq *0x30(%rax)
1586f: 90 nop
15870: e9 89 f8 ff ff jmpq 150fe <initumath+0x439e>
15875: 48 8b 43 08 mov 0x8(%rbx),%rax
15879: 48 89 df mov %rbx,%rdi
1587c: ff 50 30 callq *0x30(%rax)
1587f: 90 nop
15880: e9 44 f8 ff ff jmpq 150c9 <initumath+0x4369>
15885: 48 8b 43 08 mov 0x8(%rbx),%rax
15889: 48 89 df mov %rbx,%rdi
1588c: ff 50 30 callq *0x30(%rax)
1588f: 90 nop
15890: e9 ff f7 ff ff jmpq 15094 <initumath+0x4334>
15895: 48 8b 43 08 mov 0x8(%rbx),%rax
15899: 48 89 df mov %rbx,%rdi
1589c: ff 50 30 callq *0x30(%rax)
1589f: 90 nop
158a0: e9 ba f7 ff ff jmpq 1505f <initumath+0x42ff>
158a5: 48 8b 43 08 mov 0x8(%rbx),%rax
158a9: 48 89 df mov %rbx,%rdi
158ac: ff 50 30 callq *0x30(%rax)
158af: 90 nop
158b0: e9 30 f7 ff ff jmpq 14fe5 <initumath+0x4285>
158b5: 66 66 2e 0f 1f 84 00 data32 nopw %cs:0x0(%rax,%rax,1)
158bc: 00 00 00 00
00000000000158c0 <nc_exp2l>:
158c0: 53 push %rbx
158c1: 48 89 f3 mov %rsi,%rbx
158c4: 48 83 ec 60 sub $0x60,%rsp
158c8: db 2f fldt (%rdi)
158ca: d9 ed fldln2
158cc: dc c9 fmul %st,%st(1)
158ce: d9 c9 fxch %st(1)
158d0: db 7c 24 40 fstpt 0x40(%rsp)
158d4: 48 8b 44 24 40 mov 0x40(%rsp),%rax
158d9: db 6f 10 fldt 0x10(%rdi)
158dc: 48 89 04 24 mov %rax,(%rsp)
158e0: 48 8b 44 24 48 mov 0x48(%rsp),%rax
158e5: 48 8d 7c 24 20 lea 0x20(%rsp),%rdi
158ea: 48 89 44 24 08 mov %rax,0x8(%rsp)
158ef: de c9 fmulp %st,%st(1)
158f1: db 7c 24 50 fstpt 0x50(%rsp)
158f5: 48 8b 44 24 50 mov 0x50(%rsp),%rax
158fa: 48 89 44 24 10 mov %rax,0x10(%rsp)
158ff: 48 8b 44 24 58 mov 0x58(%rsp),%rax
15904: 48 89 44 24 18 mov %rax,0x18(%rsp)
15909: e8 62 6e ff ff callq c770 <npy_cexpl@plt>
1590e: 48 8b 44 24 20 mov 0x20(%rsp),%rax
15913: 48 89 03 mov %rax,(%rbx)
15916: 48 8b 44 24 28 mov 0x28(%rsp),%rax
1591b: 48 89 43 08 mov %rax,0x8(%rbx)
1591f: 48 8b 44 24 30 mov 0x30(%rsp),%rax
15924: 48 89 43 10 mov %rax,0x10(%rbx)
15928: 48 8b 44 24 38 mov 0x38(%rsp),%rax
1592d: 48 89 43 18 mov %rax,0x18(%rbx)
15931: 48 83 c4 60 add $0x60,%rsp
15935: 5b pop %rbx
15936: c3 retq
15937: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
1593e: 00 00
0000000000015940 <nc_log2l>:
15940: 53 push %rbx
15941: 48 89 f3 mov %rsi,%rbx
15944: 48 83 ec 40 sub $0x40,%rsp
15948: 48 8b 07 mov (%rdi),%rax
1594b: 48 8d 54 24 20 lea 0x20(%rsp),%rdx
15950: 48 89 04 24 mov %rax,(%rsp)
15954: 48 8b 47 08 mov 0x8(%rdi),%rax
15958: 48 89 44 24 08 mov %rax,0x8(%rsp)
1595d: 48 8b 47 10 mov 0x10(%rdi),%rax
15961: 48 89 44 24 10 mov %rax,0x10(%rsp)
15966: 48 8b 47 18 mov 0x18(%rdi),%rax
1596a: 48 89 d7 mov %rdx,%rdi
1596d: 48 89 44 24 18 mov %rax,0x18(%rsp)
15972: e8 d9 76 ff ff callq d050 <npy_clogl@plt>
15977: 48 8b 44 24 20 mov 0x20(%rsp),%rax
1597c: 48 89 03 mov %rax,(%rbx)
1597f: 48 8b 44 24 28 mov 0x28(%rsp),%rax
15984: 48 89 43 08 mov %rax,0x8(%rbx)
15988: 48 8b 44 24 30 mov 0x30(%rsp),%rax
1598d: db 2b fldt (%rbx)
1598f: 48 89 43 10 mov %rax,0x10(%rbx)
15993: 48 8b 44 24 38 mov 0x38(%rsp),%rax
15998: 48 89 43 18 mov %rax,0x18(%rbx)
1599c: d9 ea fldl2e
1599e: dc c9 fmul %st,%st(1)
159a0: d9 c9 fxch %st(1)
159a2: db 3b fstpt (%rbx)
159a4: db 6b 10 fldt 0x10(%rbx)
159a7: de c9 fmulp %st,%st(1)
159a9: db 7b 10 fstpt 0x10(%rbx)
159ac: 48 83 c4 40 add $0x40,%rsp
159b0: 5b pop %rbx
159b1: c3 retq
159b2: 66 66 66 66 66 2e 0f data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
159b9: 1f 84 00 00 00 00 00
00000000000159c0 <nc_log10l>:
159c0: 53 push %rbx
159c1: 48 89 f3 mov %rsi,%rbx
159c4: 48 83 ec 40 sub $0x40,%rsp
159c8: 48 8b 07 mov (%rdi),%rax
159cb: 48 8d 54 24 20 lea 0x20(%rsp),%rdx
159d0: 48 89 04 24 mov %rax,(%rsp)
159d4: 48 8b 47 08 mov 0x8(%rdi),%rax
159d8: 48 89 44 24 08 mov %rax,0x8(%rsp)
159dd: 48 8b 47 10 mov 0x10(%rdi),%rax
159e1: 48 89 44 24 10 mov %rax,0x10(%rsp)
159e6: 48 8b 47 18 mov 0x18(%rdi),%rax
159ea: 48 89 d7 mov %rdx,%rdi
159ed: 48 89 44 24 18 mov %rax,0x18(%rsp)
159f2: e8 59 76 ff ff callq d050 <npy_clogl@plt>
159f7: db 2d a3 bc 04 00 fldt 0x4bca3(%rip) # 616a0 <lddoc+0x420>
159fd: 48 8b 44 24 20 mov 0x20(%rsp),%rax
15a02: 48 89 03 mov %rax,(%rbx)
15a05: 48 8b 44 24 28 mov 0x28(%rsp),%rax
15a0a: 48 89 43 08 mov %rax,0x8(%rbx)
15a0e: 48 8b 44 24 30 mov 0x30(%rsp),%rax
15a13: 48 89 43 10 mov %rax,0x10(%rbx)
15a17: 48 8b 44 24 38 mov 0x38(%rsp),%rax
15a1c: db 2b fldt (%rbx)
15a1e: 48 89 43 18 mov %rax,0x18(%rbx)
15a22: d8 c9 fmul %st(1),%st
15a24: db 3b fstpt (%rbx)
15a26: db 6b 10 fldt 0x10(%rbx)
15a29: de c9 fmulp %st,%st(1)
15a2b: db 7b 10 fstpt 0x10(%rbx)
15a2e: 48 83 c4 40 add $0x40,%rsp
15a32: 5b pop %rbx
15a33: c3 retq
15a34: 66 66 66 2e 0f 1f 84 data32 data32 nopw %cs:0x0(%rax,%rax,1)
15a3b: 00 00 00 00 00
0000000000015a40 <nc_acoshl>:
15a40: 41 55 push %r13
15a42: 41 54 push %r12
15a44: 49 89 fc mov %rdi,%r12
15a47: 53 push %rbx
15a48: 48 89 f3 mov %rsi,%rbx
15a4b: 48 83 ec 60 sub $0x60,%rsp
15a4f: db 2f fldt (%rdi)
15a51: 4c 8d 6c 24 20 lea 0x20(%rsp),%r13
15a56: db 2d 24 9b 25 00 fldt 0x259b24(%rip) # 26f580 <nc_1l>
15a5c: de c1 faddp %st,%st(1)
15a5e: db 7c 24 40 fstpt 0x40(%rsp)
15a62: 48 8b 44 24 40 mov 0x40(%rsp),%rax
15a67: db 6f 10 fldt 0x10(%rdi)
15a6a: 48 89 04 24 mov %rax,(%rsp)
15a6e: 48 8b 44 24 48 mov 0x48(%rsp),%rax
15a73: 48 8d 7c 24 40 lea 0x40(%rsp),%rdi
15a78: 48 89 44 24 08 mov %rax,0x8(%rsp)
15a7d: db 2d 0d 9b 25 00 fldt 0x259b0d(%rip) # 26f590 <nc_1l+0x10>
15a83: de c1 faddp %st,%st(1)
15a85: db 7c 24 50 fstpt 0x50(%rsp)
15a89: 48 8b 44 24 50 mov 0x50(%rsp),%rax
15a8e: 48 89 44 24 10 mov %rax,0x10(%rsp)
15a93: 48 8b 44 24 58 mov 0x58(%rsp),%rax
15a98: 48 89 44 24 18 mov %rax,0x18(%rsp)
15a9d: e8 0e 7a ff ff callq d4b0 <npy_csqrtl@plt>
15aa2: 41 db 2c 24 fldt (%r12)
15aa6: 4c 89 ef mov %r13,%rdi
15aa9: db 2d d1 9a 25 00 fldt 0x259ad1(%rip) # 26f580 <nc_1l>
15aaf: de e9 fsubrp %st,%st(1)
15ab1: db 3b fstpt (%rbx)
15ab3: 48 8b 03 mov (%rbx),%rax
15ab6: 41 db 6c 24 10 fldt 0x10(%r12)
15abb: 48 89 04 24 mov %rax,(%rsp)
15abf: 48 8b 43 08 mov 0x8(%rbx),%rax
15ac3: 48 89 44 24 08 mov %rax,0x8(%rsp)
15ac8: db 2d c2 9a 25 00 fldt 0x259ac2(%rip) # 26f590 <nc_1l+0x10>
15ace: de e9 fsubrp %st,%st(1)
15ad0: db 7b 10 fstpt 0x10(%rbx)
15ad3: 48 8b 43 10 mov 0x10(%rbx),%rax
15ad7: 48 89 44 24 10 mov %rax,0x10(%rsp)
15adc: 48 8b 43 18 mov 0x18(%rbx),%rax
15ae0: 48 89 44 24 18 mov %rax,0x18(%rsp)
15ae5: e8 c6 79 ff ff callq d4b0 <npy_csqrtl@plt>
15aea: db 6c 24 40 fldt 0x40(%rsp)
15aee: 48 8b 44 24 20 mov 0x20(%rsp),%rax
15af3: 4c 89 ef mov %r13,%rdi
15af6: 48 89 03 mov %rax,(%rbx)
15af9: 48 8b 44 24 28 mov 0x28(%rsp),%rax
15afe: 48 89 43 08 mov %rax,0x8(%rbx)
15b02: 48 8b 44 24 30 mov 0x30(%rsp),%rax
15b07: 48 89 43 10 mov %rax,0x10(%rbx)
15b0b: 48 8b 44 24 38 mov 0x38(%rsp),%rax
15b10: db 2b fldt (%rbx)
15b12: 48 89 43 18 mov %rax,0x18(%rbx)
15b16: db 6c 24 50 fldt 0x50(%rsp)
15b1a: db 6b 10 fldt 0x10(%rbx)
15b1d: d9 c3 fld %st(3)
15b1f: d8 cb fmul %st(3),%st
15b21: d9 c2 fld %st(2)
15b23: d8 ca fmul %st(2),%st
15b25: de e9 fsubrp %st,%st(1)
15b27: d9 c0 fld %st(0)
15b29: db 3b fstpt (%rbx)
15b2b: d9 cc fxch %st(4)
15b2d: de c9 fmulp %st,%st(1)
15b2f: d9 ca fxch %st(2)
15b31: de c9 fmulp %st,%st(1)
15b33: de c1 faddp %st,%st(1)
15b35: d9 c0 fld %st(0)
15b37: db 7b 10 fstpt 0x10(%rbx)
15b3a: 41 db 2c 24 fldt (%r12)
15b3e: de c2 faddp %st,%st(2)
15b40: d9 c9 fxch %st(1)
15b42: db 3b fstpt (%rbx)
15b44: 48 8b 03 mov (%rbx),%rax
15b47: 41 db 6c 24 10 fldt 0x10(%r12)
15b4c: 48 89 04 24 mov %rax,(%rsp)
15b50: 48 8b 43 08 mov 0x8(%rbx),%rax
15b54: 48 89 44 24 08 mov %rax,0x8(%rsp)
15b59: de c1 faddp %st,%st(1)
15b5b: db 7b 10 fstpt 0x10(%rbx)
15b5e: 48 8b 43 10 mov 0x10(%rbx),%rax
15b62: 48 89 44 24 10 mov %rax,0x10(%rsp)
15b67: 48 8b 43 18 mov 0x18(%rbx),%rax
15b6b: 48 89 44 24 18 mov %rax,0x18(%rsp)
15b70: e8 db 74 ff ff callq d050 <npy_clogl@plt>
15b75: 48 8b 44 24 20 mov 0x20(%rsp),%rax
15b7a: 48 89 03 mov %rax,(%rbx)
15b7d: 48 8b 44 24 28 mov 0x28(%rsp),%rax
15b82: 48 89 43 08 mov %rax,0x8(%rbx)
15b86: 48 8b 44 24 30 mov 0x30(%rsp),%rax
15b8b: 48 89 43 10 mov %rax,0x10(%rbx)
15b8f: 48 8b 44 24 38 mov 0x38(%rsp),%rax
15b94: 48 89 43 18 mov %rax,0x18(%rbx)
15b98: 48 83 c4 60 add $0x60,%rsp
15b9c: 5b pop %rbx
15b9d: 41 5c pop %r12
15b9f: 41 5d pop %r13
15ba1: c3 retq
15ba2: 66 66 66 66 66 2e 0f data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
15ba9: 1f 84 00 00 00 00 00
0000000000015bb0 <nc_acosl>:
15bb0: 41 55 push %r13
15bb2: 41 54 push %r12
15bb4: 49 89 fc mov %rdi,%r12
15bb7: 53 push %rbx
15bb8: 48 89 f3 mov %rsi,%rbx
15bbb: 48 83 ec 40 sub $0x40,%rsp
15bbf: db 2f fldt (%rdi)
15bc1: 4c 8d 6c 24 20 lea 0x20(%rsp),%r13
15bc6: db 6f 10 fldt 0x10(%rdi)
15bc9: 4c 89 ef mov %r13,%rdi
15bcc: d9 c1 fld %st(1)
15bce: d8 ca fmul %st(2),%st
15bd0: d9 c1 fld %st(1)
15bd2: d8 ca fmul %st(2),%st
15bd4: de e9 fsubrp %st,%st(1)
15bd6: d9 c0 fld %st(0)
15bd8: db 3e fstpt (%rsi)
15bda: d9 ca fxch %st(2)
15bdc: de c9 fmulp %st,%st(1)
15bde: d8 c0 fadd %st(0),%st
15be0: d9 c0 fld %st(0)
15be2: db 7e 10 fstpt 0x10(%rsi)
15be5: db 2d 95 99 25 00 fldt 0x259995(%rip) # 26f580 <nc_1l>
15beb: de e2 fsubp %st,%st(2)
15bed: d9 c9 fxch %st(1)
15bef: db 3e fstpt (%rsi)
15bf1: 48 8b 06 mov (%rsi),%rax
15bf4: db 2d 96 99 25 00 fldt 0x259996(%rip) # 26f590 <nc_1l+0x10>
15bfa: de e1 fsubp %st,%st(1)
15bfc: db 7e 10 fstpt 0x10(%rsi)
15bff: 48 89 04 24 mov %rax,(%rsp)
15c03: 48 8b 46 08 mov 0x8(%rsi),%rax
15c07: 48 89 44 24 08 mov %rax,0x8(%rsp)
15c0c: 48 8b 46 10 mov 0x10(%rsi),%rax
15c10: 48 89 44 24 10 mov %rax,0x10(%rsp)
15c15: 48 8b 46 18 mov 0x18(%rsi),%rax
15c19: 48 89 44 24 18 mov %rax,0x18(%rsp)
15c1e: e8 8d 78 ff ff callq d4b0 <npy_csqrtl@plt>
15c23: 48 8b 44 24 20 mov 0x20(%rsp),%rax
15c28: 4c 89 ef mov %r13,%rdi
15c2b: 48 89 03 mov %rax,(%rbx)
15c2e: 48 8b 44 24 28 mov 0x28(%rsp),%rax
15c33: 48 89 43 08 mov %rax,0x8(%rbx)
15c37: 48 8b 44 24 30 mov 0x30(%rsp),%rax
15c3c: db 2b fldt (%rbx)
15c3e: 48 89 43 10 mov %rax,0x10(%rbx)
15c42: 48 8b 44 24 38 mov 0x38(%rsp),%rax
15c47: 48 89 43 18 mov %rax,0x18(%rbx)
15c4b: db 6b 10 fldt 0x10(%rbx)
15c4e: d9 e0 fchs
15c50: d9 c0 fld %st(0)
15c52: db 3b fstpt (%rbx)
15c54: d9 c9 fxch %st(1)
15c56: d9 c0 fld %st(0)
15c58: db 7b 10 fstpt 0x10(%rbx)
15c5b: 41 db 2c 24 fldt (%r12)
15c5f: de c2 faddp %st,%st(2)
15c61: d9 c9 fxch %st(1)
15c63: db 3b fstpt (%rbx)
15c65: 48 8b 03 mov (%rbx),%rax
15c68: 41 db 6c 24 10 fldt 0x10(%r12)
15c6d: 48 89 04 24 mov %rax,(%rsp)
15c71: 48 8b 43 08 mov 0x8(%rbx),%rax
15c75: 48 89 44 24 08 mov %rax,0x8(%rsp)
15c7a: de c1 faddp %st,%st(1)
15c7c: db 7b 10 fstpt 0x10(%rbx)
15c7f: 48 8b 43 10 mov 0x10(%rbx),%rax
15c83: 48 89 44 24 10 mov %rax,0x10(%rsp)
15c88: 48 8b 43 18 mov 0x18(%rbx),%rax
15c8c: 48 89 44 24 18 mov %rax,0x18(%rsp)
15c91: e8 ba 73 ff ff callq d050 <npy_clogl@plt>
15c96: 48 8b 44 24 20 mov 0x20(%rsp),%rax
15c9b: 48 89 03 mov %rax,(%rbx)
15c9e: 48 8b 44 24 28 mov 0x28(%rsp),%rax
15ca3: 48 89 43 08 mov %rax,0x8(%rbx)
15ca7: 48 8b 44 24 30 mov 0x30(%rsp),%rax
15cac: db 2b fldt (%rbx)
15cae: 48 89 43 10 mov %rax,0x10(%rbx)
15cb2: 48 8b 44 24 38 mov 0x38(%rsp),%rax
15cb7: 48 89 43 18 mov %rax,0x18(%rbx)
15cbb: 48 8b 43 10 mov 0x10(%rbx),%rax
15cbf: 8b 53 18 mov 0x18(%rbx),%edx
15cc2: 48 89 03 mov %rax,(%rbx)
15cc5: 89 53 08 mov %edx,0x8(%rbx)
15cc8: d9 e0 fchs
15cca: db 7b 10 fstpt 0x10(%rbx)
15ccd: 48 83 c4 40 add $0x40,%rsp
15cd1: 5b pop %rbx
15cd2: 41 5c pop %r12
15cd4: 41 5d pop %r13
15cd6: c3 retq
15cd7: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
15cde: 00 00
0000000000015ce0 <nc_asinhl>:
15ce0: 41 54 push %r12
15ce2: 49 89 fc mov %rdi,%r12
15ce5: 55 push %rbp
15ce6: 48 89 f5 mov %rsi,%rbp
15ce9: 53 push %rbx
15cea: 48 83 ec 50 sub $0x50,%rsp
15cee: db 2f fldt (%rdi)
15cf0: f2 0f 10 0d 88 b9 04 movsd 0x4b988(%rip),%xmm1 # 61680 <lddoc+0x400>
15cf7: 00
15cf8: f2 0f 10 15 58 bb 04 movsd 0x4bb58(%rip),%xmm2 # 61858 <lddoc+0x5d8>
15cff: 00
15d00: dd 54 24 48 fstl 0x48(%rsp)
15d04: f2 0f 10 44 24 48 movsd 0x48(%rsp),%xmm0
15d0a: 66 0f 54 c1 andpd %xmm1,%xmm0
15d0e: 66 0f 2e c2 ucomisd %xmm2,%xmm0
15d12: 0f 87 d8 01 00 00 ja 15ef0 <nc_asinhl+0x210>
15d18: db 6f 10 fldt 0x10(%rdi)
15d1b: dd 54 24 48 fstl 0x48(%rsp)
15d1f: f2 0f 10 44 24 48 movsd 0x48(%rsp),%xmm0
15d25: 66 0f 54 c1 andpd %xmm1,%xmm0
15d29: 66 0f 2e c2 ucomisd %xmm2,%xmm0
15d2d: 0f 87 c0 01 00 00 ja 15ef3 <nc_asinhl+0x213>
15d33: d9 c1 fld %st(1)
15d35: 48 8b 05 44 98 25 00 mov 0x259844(%rip),%rax # 26f580 <nc_1l>
15d3c: d8 ca fmul %st(2),%st
15d3e: 48 89 06 mov %rax,(%rsi)
15d41: 48 8b 05 40 98 25 00 mov 0x259840(%rip),%rax # 26f588 <nc_1l+0x8>
15d48: d9 c1 fld %st(1)
15d4a: 48 89 46 08 mov %rax,0x8(%rsi)
15d4e: 48 8b 05 3b 98 25 00 mov 0x25983b(%rip),%rax # 26f590 <nc_1l+0x10>
15d55: d8 ca fmul %st(2),%st
15d57: 48 89 46 10 mov %rax,0x10(%rsi)
15d5b: 48 8b 05 36 98 25 00 mov 0x259836(%rip),%rax # 26f598 <nc_1l+0x18>
15d62: de e9 fsubrp %st,%st(1)
15d64: d9 c9 fxch %st(1)
15d66: 48 89 46 18 mov %rax,0x18(%rsi)
15d6a: de ca fmulp %st,%st(2)
15d6c: d9 c9 fxch %st(1)
15d6e: d8 c0 fadd %st(0),%st
15d70: db 2e fldt (%rsi)
15d72: db 6e 10 fldt 0x10(%rsi)
15d75: d9 c3 fld %st(3)
15d77: d8 ca fmul %st(2),%st
15d79: d9 c3 fld %st(3)
15d7b: d8 ca fmul %st(2),%st
15d7d: de e9 fsubrp %st,%st(1)
15d7f: d9 c3 fld %st(3)
15d81: de cb fmulp %st,%st(3)
15d83: d9 c9 fxch %st(1)
15d85: d8 cc fmul %st(4),%st
15d87: de c2 faddp %st,%st(2)
15d89: db 2d 21 b9 04 00 fldt 0x4b921(%rip) # 616b0 <lddoc+0x430>
15d8f: dc c9 fmul %st,%st(1)
15d91: d9 c9 fxch %st(1)
15d93: d9 c0 fld %st(0)
15d95: db 3e fstpt (%rsi)
15d97: d9 ca fxch %st(2)
15d99: de c9 fmulp %st,%st(1)
15d9b: d9 c0 fld %st(0)
15d9d: db 7e 10 fstpt 0x10(%rsi)
15da0: db 2d da 97 25 00 fldt 0x2597da(%rip) # 26f580 <nc_1l>
15da6: de c2 faddp %st,%st(2)
15da8: d9 c9 fxch %st(1)
15daa: d9 c0 fld %st(0)
15dac: db 3e fstpt (%rsi)
15dae: db 2d dc 97 25 00 fldt 0x2597dc(%rip) # 26f590 <nc_1l+0x10>
15db4: de c2 faddp %st,%st(2)
15db6: d9 c3 fld %st(3)
15db8: d8 c9 fmul %st(1),%st
15dba: d9 c3 fld %st(3)
15dbc: d8 cb fmul %st(3),%st
15dbe: de e9 fsubrp %st,%st(1)
15dc0: d9 c3 fld %st(3)
15dc2: de ca fmulp %st,%st(2)
15dc4: d9 ca fxch %st(2)
15dc6: d8 cc fmul %st(4),%st
15dc8: de c1 faddp %st,%st(1)
15dca: db 2d f0 b8 04 00 fldt 0x4b8f0(%rip) # 616c0 <lddoc+0x440>
15dd0: dc ca fmul %st,%st(2)
15dd2: d9 ca fxch %st(2)
15dd4: d9 c0 fld %st(0)
15dd6: db 3e fstpt (%rsi)
15dd8: d9 c9 fxch %st(1)
15dda: de ca fmulp %st,%st(2)
15ddc: d9 c9 fxch %st(1)
15dde: d9 c0 fld %st(0)
15de0: db 7e 10 fstpt 0x10(%rsi)
15de3: db 2d 97 97 25 00 fldt 0x259797(%rip) # 26f580 <nc_1l>
15de9: de c2 faddp %st,%st(2)
15deb: d9 c9 fxch %st(1)
15ded: d9 c0 fld %st(0)
15def: db 3e fstpt (%rsi)
15df1: db 2d 99 97 25 00 fldt 0x259799(%rip) # 26f590 <nc_1l+0x10>
15df7: de c2 faddp %st,%st(2)
15df9: d9 c3 fld %st(3)
15dfb: d8 c9 fmul %st(1),%st
15dfd: d9 c3 fld %st(3)
15dff: d8 cb fmul %st(3),%st
15e01: de e9 fsubrp %st,%st(1)
15e03: d9 c3 fld %st(3)
15e05: de ca fmulp %st,%st(2)
15e07: d9 ca fxch %st(2)
15e09: d8 cc fmul %st(4),%st
15e0b: de c1 faddp %st,%st(1)
15e0d: db 2d bd b8 04 00 fldt 0x4b8bd(%rip) # 616d0 <lddoc+0x450>
15e13: dc ca fmul %st,%st(2)
15e15: d9 ca fxch %st(2)
15e17: d9 c0 fld %st(0)
15e19: db 3e fstpt (%rsi)
15e1b: d9 c9 fxch %st(1)
15e1d: de ca fmulp %st,%st(2)
15e1f: d9 c9 fxch %st(1)
15e21: d9 c0 fld %st(0)
15e23: db 7e 10 fstpt 0x10(%rsi)
15e26: db 2d 54 97 25 00 fldt 0x259754(%rip) # 26f580 <nc_1l>
15e2c: de c2 faddp %st,%st(2)
15e2e: d9 c9 fxch %st(1)
15e30: d9 c0 fld %st(0)
15e32: db 3e fstpt (%rsi)
15e34: db 2d 56 97 25 00 fldt 0x259756(%rip) # 26f590 <nc_1l+0x10>
15e3a: de c2 faddp %st,%st(2)
15e3c: d9 c3 fld %st(3)
15e3e: d8 c9 fmul %st(1),%st
15e40: d9 c3 fld %st(3)
15e42: d8 cb fmul %st(3),%st
15e44: de e9 fsubrp %st,%st(1)
15e46: d9 c3 fld %st(3)
15e48: de ca fmulp %st,%st(2)
15e4a: d9 ca fxch %st(2)
15e4c: d8 cc fmul %st(4),%st
15e4e: de c1 faddp %st,%st(1)
15e50: db 2d 8a b8 04 00 fldt 0x4b88a(%rip) # 616e0 <lddoc+0x460>
15e56: dc ca fmul %st,%st(2)
15e58: d9 ca fxch %st(2)
15e5a: d9 c0 fld %st(0)
15e5c: db 3e fstpt (%rsi)
15e5e: d9 c9 fxch %st(1)
15e60: de ca fmulp %st,%st(2)
15e62: d9 c9 fxch %st(1)
15e64: d9 c0 fld %st(0)
15e66: db 7e 10 fstpt 0x10(%rsi)
15e69: db 2d 11 97 25 00 fldt 0x259711(%rip) # 26f580 <nc_1l>
15e6f: de c2 faddp %st,%st(2)
15e71: d9 c9 fxch %st(1)
15e73: d9 c0 fld %st(0)
15e75: db 3e fstpt (%rsi)
15e77: db 2d 13 97 25 00 fldt 0x259713(%rip) # 26f590 <nc_1l+0x10>
15e7d: de c2 faddp %st,%st(2)
15e7f: d9 c3 fld %st(3)
15e81: d8 c9 fmul %st(1),%st
15e83: d9 c3 fld %st(3)
15e85: d8 cb fmul %st(3),%st
15e87: de e9 fsubrp %st,%st(1)
15e89: d9 cb fxch %st(3)
15e8b: de c9 fmulp %st,%st(1)
15e8d: d9 cb fxch %st(3)
15e8f: de c9 fmulp %st,%st(1)
15e91: de c2 faddp %st,%st(2)
15e93: db 2d 57 b8 04 00 fldt 0x4b857(%rip) # 616f0 <lddoc+0x470>
15e99: dc c9 fmul %st,%st(1)
15e9b: d9 c9 fxch %st(1)
15e9d: d9 c0 fld %st(0)
15e9f: db 3e fstpt (%rsi)
15ea1: d9 ca fxch %st(2)
15ea3: de c9 fmulp %st,%st(1)
15ea5: d9 c0 fld %st(0)
15ea7: db 7e 10 fstpt 0x10(%rsi)
15eaa: db 2d d0 96 25 00 fldt 0x2596d0(%rip) # 26f580 <nc_1l>
15eb0: de c2 faddp %st,%st(2)
15eb2: d9 c9 fxch %st(1)
15eb4: d9 c0 fld %st(0)
15eb6: db 3e fstpt (%rsi)
15eb8: db 2d d2 96 25 00 fldt 0x2596d2(%rip) # 26f590 <nc_1l+0x10>
15ebe: de c2 faddp %st,%st(2)
15ec0: d9 c9 fxch %st(1)
15ec2: d9 c0 fld %st(0)
15ec4: db 7e 10 fstpt 0x10(%rsi)
15ec7: db 2f fldt (%rdi)
15ec9: db 6f 10 fldt 0x10(%rdi)
15ecc: d9 c3 fld %st(3)
15ece: d8 ca fmul %st(2),%st
15ed0: d9 c3 fld %st(3)
15ed2: d8 ca fmul %st(2),%st
15ed4: de e9 fsubrp %st,%st(1)
15ed6: db 3e fstpt (%rsi)
15ed8: de cb fmulp %st,%st(3)
15eda: de c9 fmulp %st,%st(1)
15edc: de c1 faddp %st,%st(1)
15ede: db 7e 10 fstpt 0x10(%rsi)
15ee1: 48 83 c4 50 add $0x50,%rsp
15ee5: 5b pop %rbx
15ee6: 5d pop %rbp
15ee7: 41 5c pop %r12
15ee9: c3 retq
15eea: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
15ef0: db 6f 10 fldt 0x10(%rdi)
15ef3: d9 c1 fld %st(1)
15ef5: 48 8d 5c 24 20 lea 0x20(%rsp),%rbx
15efa: d8 ca fmul %st(2),%st
15efc: 48 89 df mov %rbx,%rdi
15eff: d9 c1 fld %st(1)
15f01: d8 ca fmul %st(2),%st
15f03: de e9 fsubrp %st,%st(1)
15f05: d9 c0 fld %st(0)
15f07: db 7d 00 fstpt 0x0(%rbp)
15f0a: d9 ca fxch %st(2)
15f0c: de c9 fmulp %st,%st(1)
15f0e: d8 c0 fadd %st(0),%st
15f10: d9 c0 fld %st(0)
15f12: db 7d 10 fstpt 0x10(%rbp)
15f15: db 2d 65 96 25 00 fldt 0x259665(%rip) # 26f580 <nc_1l>
15f1b: de c2 faddp %st,%st(2)
15f1d: d9 c9 fxch %st(1)
15f1f: db 7d 00 fstpt 0x0(%rbp)
15f22: 48 8b 45 00 mov 0x0(%rbp),%rax
15f26: db 2d 64 96 25 00 fldt 0x259664(%rip) # 26f590 <nc_1l+0x10>
15f2c: de c1 faddp %st,%st(1)
15f2e: db 7d 10 fstpt 0x10(%rbp)
15f31: 48 89 04 24 mov %rax,(%rsp)
15f35: 48 8b 45 08 mov 0x8(%rbp),%rax
15f39: 48 89 44 24 08 mov %rax,0x8(%rsp)
15f3e: 48 8b 45 10 mov 0x10(%rbp),%rax
15f42: 48 89 44 24 10 mov %rax,0x10(%rsp)
15f47: 48 8b 45 18 mov 0x18(%rbp),%rax
15f4b: 48 89 44 24 18 mov %rax,0x18(%rsp)
15f50: e8 5b 75 ff ff callq d4b0 <npy_csqrtl@plt>
15f55: 48 8b 44 24 20 mov 0x20(%rsp),%rax
15f5a: 48 89 df mov %rbx,%rdi
15f5d: 48 89 45 00 mov %rax,0x0(%rbp)
15f61: 48 8b 44 24 28 mov 0x28(%rsp),%rax
15f66: 48 89 45 08 mov %rax,0x8(%rbp)
15f6a: 48 8b 44 24 30 mov 0x30(%rsp),%rax
15f6f: db 6d 00 fldt 0x0(%rbp)
15f72: 48 89 45 10 mov %rax,0x10(%rbp)
15f76: 48 8b 44 24 38 mov 0x38(%rsp),%rax
15f7b: 48 89 45 18 mov %rax,0x18(%rbp)
15f7f: 41 db 2c 24 fldt (%r12)
15f83: de c1 faddp %st,%st(1)
15f85: db 7d 00 fstpt 0x0(%rbp)
15f88: 48 8b 45 00 mov 0x0(%rbp),%rax
15f8c: db 6d 10 fldt 0x10(%rbp)
15f8f: 41 db 6c 24 10 fldt 0x10(%r12)
15f94: de c1 faddp %st,%st(1)
15f96: db 7d 10 fstpt 0x10(%rbp)
15f99: 48 89 04 24 mov %rax,(%rsp)
15f9d: 48 8b 45 08 mov 0x8(%rbp),%rax
15fa1: 48 89 44 24 08 mov %rax,0x8(%rsp)
15fa6: 48 8b 45 10 mov 0x10(%rbp),%rax
15faa: 48 89 44 24 10 mov %rax,0x10(%rsp)
15faf: 48 8b 45 18 mov 0x18(%rbp),%rax
15fb3: 48 89 44 24 18 mov %rax,0x18(%rsp)
15fb8: e8 93 70 ff ff callq d050 <npy_clogl@plt>
15fbd: 48 8b 44 24 20 mov 0x20(%rsp),%rax
15fc2: 48 89 45 00 mov %rax,0x0(%rbp)
15fc6: 48 8b 44 24 28 mov 0x28(%rsp),%rax
15fcb: 48 89 45 08 mov %rax,0x8(%rbp)
15fcf: 48 8b 44 24 30 mov 0x30(%rsp),%rax
15fd4: 48 89 45 10 mov %rax,0x10(%rbp)
15fd8: 48 8b 44 24 38 mov 0x38(%rsp),%rax
15fdd: 48 89 45 18 mov %rax,0x18(%rbp)
15fe1: 48 83 c4 50 add $0x50,%rsp
15fe5: 5b pop %rbx
15fe6: 5d pop %rbp
15fe7: 41 5c pop %r12
15fe9: c3 retq
15fea: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
0000000000015ff0 <nc_asinl>:
15ff0: 41 54 push %r12
15ff2: 49 89 fc mov %rdi,%r12
15ff5: 55 push %rbp
15ff6: 48 89 f5 mov %rsi,%rbp
15ff9: 53 push %rbx
15ffa: 48 83 ec 50 sub $0x50,%rsp
15ffe: db 2f fldt (%rdi)
16000: f2 0f 10 0d 78 b6 04 movsd 0x4b678(%rip),%xmm1 # 61680 <lddoc+0x400>
16007: 00
16008: f2 0f 10 15 48 b8 04 movsd 0x4b848(%rip),%xmm2 # 61858 <lddoc+0x5d8>
1600f: 00
16010: dd 54 24 48 fstl 0x48(%rsp)
16014: f2 0f 10 44 24 48 movsd 0x48(%rsp),%xmm0
1601a: 66 0f 54 c1 andpd %xmm1,%xmm0
1601e: 66 0f 2e c2 ucomisd %xmm2,%xmm0
16022: 0f 87 d8 01 00 00 ja 16200 <nc_asinl+0x210>
16028: db 6f 10 fldt 0x10(%rdi)
1602b: dd 54 24 48 fstl 0x48(%rsp)
1602f: f2 0f 10 44 24 48 movsd 0x48(%rsp),%xmm0
16035: 66 0f 54 c1 andpd %xmm1,%xmm0
16039: 66 0f 2e c2 ucomisd %xmm2,%xmm0
1603d: 0f 87 c0 01 00 00 ja 16203 <nc_asinl+0x213>
16043: d9 c1 fld %st(1)
16045: 48 8b 05 34 95 25 00 mov 0x259534(%rip),%rax # 26f580 <nc_1l>
1604c: d8 ca fmul %st(2),%st
1604e: 48 89 06 mov %rax,(%rsi)
16051: 48 8b 05 30 95 25 00 mov 0x259530(%rip),%rax # 26f588 <nc_1l+0x8>
16058: d9 c1 fld %st(1)
1605a: 48 89 46 08 mov %rax,0x8(%rsi)
1605e: 48 8b 05 2b 95 25 00 mov 0x25952b(%rip),%rax # 26f590 <nc_1l+0x10>
16065: d8 ca fmul %st(2),%st
16067: 48 89 46 10 mov %rax,0x10(%rsi)
1606b: 48 8b 05 26 95 25 00 mov 0x259526(%rip),%rax # 26f598 <nc_1l+0x18>
16072: de e9 fsubrp %st,%st(1)
16074: d9 ca fxch %st(2)
16076: 48 89 46 18 mov %rax,0x18(%rsi)
1607a: de c9 fmulp %st,%st(1)
1607c: d8 c0 fadd %st(0),%st
1607e: db 2e fldt (%rsi)
16080: db 6e 10 fldt 0x10(%rsi)
16083: d9 c3 fld %st(3)
16085: d8 ca fmul %st(2),%st
16087: d9 c3 fld %st(3)
16089: d8 ca fmul %st(2),%st
1608b: de e9 fsubrp %st,%st(1)
1608d: d9 c3 fld %st(3)
1608f: de cb fmulp %st,%st(3)
16091: d9 c9 fxch %st(1)
16093: d8 cc fmul %st(4),%st
16095: de c2 faddp %st,%st(2)
16097: db 2d 63 b6 04 00 fldt 0x4b663(%rip) # 61700 <lddoc+0x480>
1609d: dc c9 fmul %st,%st(1)
1609f: d9 c9 fxch %st(1)
160a1: d9 c0 fld %st(0)
160a3: db 3e fstpt (%rsi)
160a5: d9 ca fxch %st(2)
160a7: de c9 fmulp %st,%st(1)
160a9: d9 c0 fld %st(0)
160ab: db 7e 10 fstpt 0x10(%rsi)
160ae: db 2d cc 94 25 00 fldt 0x2594cc(%rip) # 26f580 <nc_1l>
160b4: de c2 faddp %st,%st(2)
160b6: d9 c9 fxch %st(1)
160b8: d9 c0 fld %st(0)
160ba: db 3e fstpt (%rsi)
160bc: db 2d ce 94 25 00 fldt 0x2594ce(%rip) # 26f590 <nc_1l+0x10>
160c2: de c2 faddp %st,%st(2)
160c4: d9 c3 fld %st(3)
160c6: d8 c9 fmul %st(1),%st
160c8: d9 c3 fld %st(3)
160ca: d8 cb fmul %st(3),%st
160cc: de e9 fsubrp %st,%st(1)
160ce: d9 c3 fld %st(3)
160d0: de ca fmulp %st,%st(2)
160d2: d9 ca fxch %st(2)
160d4: d8 cc fmul %st(4),%st
160d6: de c1 faddp %st,%st(1)
160d8: db 2d 32 b6 04 00 fldt 0x4b632(%rip) # 61710 <lddoc+0x490>
160de: dc ca fmul %st,%st(2)
160e0: d9 ca fxch %st(2)
160e2: d9 c0 fld %st(0)
160e4: db 3e fstpt (%rsi)
160e6: d9 c9 fxch %st(1)
160e8: de ca fmulp %st,%st(2)
160ea: d9 c9 fxch %st(1)
160ec: d9 c0 fld %st(0)
160ee: db 7e 10 fstpt 0x10(%rsi)
160f1: db 2d 89 94 25 00 fldt 0x259489(%rip) # 26f580 <nc_1l>
160f7: de c2 faddp %st,%st(2)
160f9: d9 c9 fxch %st(1)
160fb: d9 c0 fld %st(0)
160fd: db 3e fstpt (%rsi)
160ff: db 2d 8b 94 25 00 fldt 0x25948b(%rip) # 26f590 <nc_1l+0x10>
16105: de c2 faddp %st,%st(2)
16107: d9 c3 fld %st(3)
16109: d8 c9 fmul %st(1),%st
1610b: d9 c3 fld %st(3)
1610d: d8 cb fmul %st(3),%st
1610f: de e9 fsubrp %st,%st(1)
16111: d9 c3 fld %st(3)
16113: de ca fmulp %st,%st(2)
16115: d9 ca fxch %st(2)
16117: d8 cc fmul %st(4),%st
16119: de c1 faddp %st,%st(1)
1611b: db 2d ff b5 04 00 fldt 0x4b5ff(%rip) # 61720 <lddoc+0x4a0>
16121: dc ca fmul %st,%st(2)
16123: d9 ca fxch %st(2)
16125: d9 c0 fld %st(0)
16127: db 3e fstpt (%rsi)
16129: d9 c9 fxch %st(1)
1612b: de ca fmulp %st,%st(2)
1612d: d9 c9 fxch %st(1)
1612f: d9 c0 fld %st(0)
16131: db 7e 10 fstpt 0x10(%rsi)
16134: db 2d 46 94 25 00 fldt 0x259446(%rip) # 26f580 <nc_1l>
1613a: de c2 faddp %st,%st(2)
1613c: d9 c9 fxch %st(1)
1613e: d9 c0 fld %st(0)
16140: db 3e fstpt (%rsi)
16142: db 2d 48 94 25 00 fldt 0x259448(%rip) # 26f590 <nc_1l+0x10>
16148: de c2 faddp %st,%st(2)
1614a: d9 c3 fld %st(3)
1614c: d8 c9 fmul %st(1),%st
1614e: d9 c3 fld %st(3)
16150: d8 cb fmul %st(3),%st
16152: de e9 fsubrp %st,%st(1)
16154: d9 c3 fld %st(3)
16156: de ca fmulp %st,%st(2)
16158: d9 ca fxch %st(2)
1615a: d8 cc fmul %st(4),%st
1615c: de c1 faddp %st,%st(1)
1615e: db 2d cc b5 04 00 fldt 0x4b5cc(%rip) # 61730 <lddoc+0x4b0>
16164: dc ca fmul %st,%st(2)
16166: d9 ca fxch %st(2)
16168: d9 c0 fld %st(0)
1616a: db 3e fstpt (%rsi)
1616c: d9 c9 fxch %st(1)
1616e: de ca fmulp %st,%st(2)
16170: d9 c9 fxch %st(1)
16172: d9 c0 fld %st(0)
16174: db 7e 10 fstpt 0x10(%rsi)
16177: db 2d 03 94 25 00 fldt 0x259403(%rip) # 26f580 <nc_1l>
1617d: de c2 faddp %st,%st(2)
1617f: d9 c9 fxch %st(1)
16181: d9 c0 fld %st(0)
16183: db 3e fstpt (%rsi)
16185: db 2d 05 94 25 00 fldt 0x259405(%rip) # 26f590 <nc_1l+0x10>
1618b: de c2 faddp %st,%st(2)
1618d: d9 c3 fld %st(3)
1618f: d8 c9 fmul %st(1),%st
16191: d9 c3 fld %st(3)
16193: d8 cb fmul %st(3),%st
16195: de e9 fsubrp %st,%st(1)
16197: d9 cb fxch %st(3)
16199: de c9 fmulp %st,%st(1)
1619b: d9 cb fxch %st(3)
1619d: de c9 fmulp %st,%st(1)
1619f: de c2 faddp %st,%st(2)
161a1: db 2d 99 b5 04 00 fldt 0x4b599(%rip) # 61740 <lddoc+0x4c0>
161a7: dc c9 fmul %st,%st(1)
161a9: d9 c9 fxch %st(1)
161ab: d9 c0 fld %st(0)
161ad: db 3e fstpt (%rsi)
161af: d9 ca fxch %st(2)
161b1: de c9 fmulp %st,%st(1)
161b3: d9 c0 fld %st(0)
161b5: db 7e 10 fstpt 0x10(%rsi)
161b8: db 2d c2 93 25 00 fldt 0x2593c2(%rip) # 26f580 <nc_1l>
161be: de c2 faddp %st,%st(2)
161c0: d9 c9 fxch %st(1)
161c2: d9 c0 fld %st(0)
161c4: db 3e fstpt (%rsi)
161c6: db 2d c4 93 25 00 fldt 0x2593c4(%rip) # 26f590 <nc_1l+0x10>
161cc: de c2 faddp %st,%st(2)
161ce: d9 c9 fxch %st(1)
161d0: d9 c0 fld %st(0)
161d2: db 7e 10 fstpt 0x10(%rsi)
161d5: db 2f fldt (%rdi)
161d7: db 6f 10 fldt 0x10(%rdi)
161da: d9 c3 fld %st(3)
161dc: d8 ca fmul %st(2),%st
161de: d9 c3 fld %st(3)
161e0: d8 ca fmul %st(2),%st
161e2: de e9 fsubrp %st,%st(1)
161e4: db 3e fstpt (%rsi)
161e6: de cb fmulp %st,%st(3)
161e8: de c9 fmulp %st,%st(1)
161ea: de c1 faddp %st,%st(1)
161ec: db 7e 10 fstpt 0x10(%rsi)
161ef: 48 83 c4 50 add $0x50,%rsp
161f3: 5b pop %rbx
161f4: 5d pop %rbp
161f5: 41 5c pop %r12
161f7: c3 retq
161f8: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
161ff: 00
16200: db 6f 10 fldt 0x10(%rdi)
16203: d9 c1 fld %st(1)
16205: 48 8d 5c 24 20 lea 0x20(%rsp),%rbx
1620a: d8 ca fmul %st(2),%st
1620c: 48 89 df mov %rbx,%rdi
1620f: d9 c1 fld %st(1)
16211: d8 ca fmul %st(2),%st
16213: de e9 fsubrp %st,%st(1)
16215: d9 c0 fld %st(0)
16217: db 7d 00 fstpt 0x0(%rbp)
1621a: d9 c9 fxch %st(1)
1621c: de ca fmulp %st,%st(2)
1621e: d9 c9 fxch %st(1)
16220: d8 c0 fadd %st(0),%st
16222: d9 c0 fld %st(0)
16224: db 7d 10 fstpt 0x10(%rbp)
16227: db 2d 53 93 25 00 fldt 0x259353(%rip) # 26f580 <nc_1l>
1622d: de e2 fsubp %st,%st(2)
1622f: d9 c9 fxch %st(1)
16231: db 7d 00 fstpt 0x0(%rbp)
16234: 48 8b 45 00 mov 0x0(%rbp),%rax
16238: db 2d 52 93 25 00 fldt 0x259352(%rip) # 26f590 <nc_1l+0x10>
1623e: de e1 fsubp %st,%st(1)
16240: db 7d 10 fstpt 0x10(%rbp)
16243: 48 89 04 24 mov %rax,(%rsp)
16247: 48 8b 45 08 mov 0x8(%rbp),%rax
1624b: 48 89 44 24 08 mov %rax,0x8(%rsp)
16250: 48 8b 45 10 mov 0x10(%rbp),%rax
16254: 48 89 44 24 10 mov %rax,0x10(%rsp)
16259: 48 8b 45 18 mov 0x18(%rbp),%rax
1625d: 48 89 44 24 18 mov %rax,0x18(%rsp)
16262: e8 49 72 ff ff callq d4b0 <npy_csqrtl@plt>
16267: 48 8b 44 24 20 mov 0x20(%rsp),%rax
1626c: 48 89 df mov %rbx,%rdi
1626f: 48 89 45 00 mov %rax,0x0(%rbp)
16273: 48 8b 44 24 28 mov 0x28(%rsp),%rax
16278: 48 89 45 08 mov %rax,0x8(%rbp)
1627c: 48 8b 44 24 30 mov 0x30(%rsp),%rax
16281: 48 89 45 10 mov %rax,0x10(%rbp)
16285: 48 8b 44 24 38 mov 0x38(%rsp),%rax
1628a: 48 89 45 18 mov %rax,0x18(%rbp)
1628e: 41 db 2c 24 fldt (%r12)
16292: 41 db 6c 24 10 fldt 0x10(%r12)
16297: db 6d 00 fldt 0x0(%rbp)
1629a: de e1 fsubp %st,%st(1)
1629c: db 7d 00 fstpt 0x0(%rbp)
1629f: 48 8b 45 00 mov 0x0(%rbp),%rax
162a3: db 6d 10 fldt 0x10(%rbp)
162a6: de c1 faddp %st,%st(1)
162a8: db 7d 10 fstpt 0x10(%rbp)
162ab: 48 89 04 24 mov %rax,(%rsp)
162af: 48 8b 45 08 mov 0x8(%rbp),%rax
162b3: 48 89 44 24 08 mov %rax,0x8(%rsp)
162b8: 48 8b 45 10 mov 0x10(%rbp),%rax
162bc: 48 89 44 24 10 mov %rax,0x10(%rsp)
162c1: 48 8b 45 18 mov 0x18(%rbp),%rax
162c5: 48 89 44 24 18 mov %rax,0x18(%rsp)
162ca: e8 81 6d ff ff callq d050 <npy_clogl@plt>
162cf: 48 8b 44 24 20 mov 0x20(%rsp),%rax
162d4: 48 89 45 00 mov %rax,0x0(%rbp)
162d8: 48 8b 44 24 28 mov 0x28(%rsp),%rax
162dd: 48 89 45 08 mov %rax,0x8(%rbp)
162e1: 48 8b 44 24 30 mov 0x30(%rsp),%rax
162e6: db 6d 00 fldt 0x0(%rbp)
162e9: 48 89 45 10 mov %rax,0x10(%rbp)
162ed: 48 8b 44 24 38 mov 0x38(%rsp),%rax
162f2: 48 89 45 18 mov %rax,0x18(%rbp)
162f6: 48 8b 45 10 mov 0x10(%rbp),%rax
162fa: 8b 55 18 mov 0x18(%rbp),%edx
162fd: 48 89 45 00 mov %rax,0x0(%rbp)
16301: 89 55 08 mov %edx,0x8(%rbp)
16304: d9 e0 fchs
16306: db 7d 10 fstpt 0x10(%rbp)
16309: 48 83 c4 50 add $0x50,%rsp
1630d: 5b pop %rbx
1630e: 5d pop %rbp
1630f: 41 5c pop %r12
16311: c3 retq
16312: 66 66 66 66 66 2e 0f data32 data32 data32 data32 nopw %cs:0x0(%rax,%rax,1)
16319: 1f 84 00 00 00 00 00
0000000000016320 <nc_atanhf>:
16320: f3 0f 10 0f movss (%rdi),%xmm1
16324: f3 0f 10 1d 64 b3 04 movss 0x4b364(%rip),%xmm3 # 61690 <lddoc+0x410>
1632b: 00
1632c: 0f 28 c1 movaps %xmm1,%xmm0
1632f: 53 push %rbx
16330: f2 0f 10 25 20 b5 04 movsd 0x4b520(%rip),%xmm4 # 61858 <lddoc+0x5d8>
16337: 00
16338: 48 89 f3 mov %rsi,%rbx
1633b: 0f 54 c3 andps %xmm3,%xmm0
1633e: 0f 14 c0 unpcklps %xmm0,%xmm0
16341: 0f 5a c0 cvtps2pd %xmm0,%xmm0
16344: 66 0f 2e c4 ucomisd %xmm4,%xmm0
16348: 0f 87 22 01 00 00 ja 16470 <nc_atanhf+0x150>
1634e: f3 0f 10 57 04 movss 0x4(%rdi),%xmm2
16353: 0f 28 c2 movaps %xmm2,%xmm0
16356: 0f 54 c3 andps %xmm3,%xmm0
16359: 0f 14 c0 unpcklps %xmm0,%xmm0
1635c: 0f 5a c0 cvtps2pd %xmm0,%xmm0
1635f: 66 0f 2e c4 ucomisd %xmm4,%xmm0
16363: 0f 87 07 01 00 00 ja 16470 <nc_atanhf+0x150>
16369: 0f 28 e9 movaps %xmm1,%xmm5
1636c: 48 8b 05 3d 92 25 00 mov 0x25923d(%rip),%rax # 26f5b0 <nc_1f>
16373: 0f 28 c2 movaps %xmm2,%xmm0
16376: f3 0f 59 e9 mulss %xmm1,%xmm5
1637a: f3 0f 59 c2 mulss %xmm2,%xmm0
1637e: 48 89 06 mov %rax,(%rsi)
16381: f3 0f 59 d1 mulss %xmm1,%xmm2
16385: f3 0f 10 26 movss (%rsi),%xmm4
16389: f3 0f 10 4e 04 movss 0x4(%rsi),%xmm1
1638e: f3 0f 5c e8 subss %xmm0,%xmm5
16392: f3 0f 58 d2 addss %xmm2,%xmm2
16396: 0f 28 dd movaps %xmm5,%xmm3
16399: 0f 28 c2 movaps %xmm2,%xmm0
1639c: f3 0f 59 dc mulss %xmm4,%xmm3
163a0: f3 0f 59 c1 mulss %xmm1,%xmm0
163a4: f3 0f 59 cd mulss %xmm5,%xmm1
163a8: f3 0f 5c d8 subss %xmm0,%xmm3
163ac: 0f 28 c2 movaps %xmm2,%xmm0
163af: f3 0f 59 c4 mulss %xmm4,%xmm0
163b3: 0f 28 e5 movaps %xmm5,%xmm4
163b6: f3 0f 58 c1 addss %xmm1,%xmm0
163ba: f3 0f 10 0d 5a b4 04 movss 0x4b45a(%rip),%xmm1 # 6181c <lddoc+0x59c>
163c1: 00
163c2: f3 0f 59 d9 mulss %xmm1,%xmm3
163c6: f3 0f 59 c1 mulss %xmm1,%xmm0
163ca: 0f 28 ca movaps %xmm2,%xmm1
163cd: f3 0f 11 1e movss %xmm3,(%rsi)
163d1: f3 0f 11 46 04 movss %xmm0,0x4(%rsi)
163d6: f3 0f 58 1d d2 91 25 addss 0x2591d2(%rip),%xmm3 # 26f5b0 <nc_1f>
163dd: 00
163de: f3 0f 11 1e movss %xmm3,(%rsi)
163e2: f3 0f 59 e3 mulss %xmm3,%xmm4
163e6: f3 0f 59 d3 mulss %xmm3,%xmm2
163ea: f3 0f 58 05 c2 91 25 addss 0x2591c2(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
163f1: 00
163f2: f3 0f 59 c8 mulss %xmm0,%xmm1
163f6: f3 0f 59 e8 mulss %xmm0,%xmm5
163fa: f3 0f 10 05 1e b4 04 movss 0x4b41e(%rip),%xmm0 # 61820 <lddoc+0x5a0>
16401: 00
16402: f3 0f 5c e1 subss %xmm1,%xmm4
16406: f3 0f 58 d5 addss %xmm5,%xmm2
1640a: f3 0f 59 e0 mulss %xmm0,%xmm4
1640e: f3 0f 59 d0 mulss %xmm0,%xmm2
16412: f3 0f 11 26 movss %xmm4,(%rsi)
16416: f3 0f 11 56 04 movss %xmm2,0x4(%rsi)
1641b: f3 0f 58 25 8d 91 25 addss 0x25918d(%rip),%xmm4 # 26f5b0 <nc_1f>
16422: 00
16423: f3 0f 11 26 movss %xmm4,(%rsi)
16427: 0f 28 c4 movaps %xmm4,%xmm0
1642a: f3 0f 58 15 82 91 25 addss 0x259182(%rip),%xmm2 # 26f5b4 <nc_1f+0x4>
16431: 00
16432: f3 0f 11 56 04 movss %xmm2,0x4(%rsi)
16437: 0f 28 ca movaps %xmm2,%xmm1
1643a: f3 0f 10 2f movss (%rdi),%xmm5
1643e: f3 0f 10 5f 04 movss 0x4(%rdi),%xmm3
16443: f3 0f 59 c5 mulss %xmm5,%xmm0
16447: f3 0f 59 cb mulss %xmm3,%xmm1
1644b: f3 0f 59 e3 mulss %xmm3,%xmm4
1644f: f3 0f 59 d5 mulss %xmm5,%xmm2
16453: f3 0f 5c c1 subss %xmm1,%xmm0
16457: f3 0f 58 e2 addss %xmm2,%xmm4
1645b: f3 0f 11 06 movss %xmm0,(%rsi)
1645f: f3 0f 11 66 04 movss %xmm4,0x4(%rsi)
16464: 5b pop %rbx
16465: c3 retq
16466: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
1646d: 00 00 00
16470: f3 0f 10 25 38 91 25 movss 0x259138(%rip),%xmm4 # 26f5b0 <nc_1f>
16477: 00
16478: f3 0f 5c e1 subss %xmm1,%xmm4
1647c: f3 0f 11 23 movss %xmm4,(%rbx)
16480: 0f 28 ec movaps %xmm4,%xmm5
16483: f3 0f 10 1d 29 91 25 movss 0x259129(%rip),%xmm3 # 26f5b4 <nc_1f+0x4>
1648a: 00
1648b: f3 0f 59 ec mulss %xmm4,%xmm5
1648f: f3 0f 5c 5f 04 subss 0x4(%rdi),%xmm3
16494: f3 0f 11 5b 04 movss %xmm3,0x4(%rbx)
16499: 0f 28 c3 movaps %xmm3,%xmm0
1649c: 0f 28 d3 movaps %xmm3,%xmm2
1649f: f3 0f 10 35 09 91 25 movss 0x259109(%rip),%xmm6 # 26f5b0 <nc_1f>
164a6: 00
164a7: f3 0f 59 c3 mulss %xmm3,%xmm0
164ab: f3 0f 58 37 addss (%rdi),%xmm6
164af: f3 0f 10 0d fd 90 25 movss 0x2590fd(%rip),%xmm1 # 26f5b4 <nc_1f+0x4>
164b6: 00
164b7: f3 0f 58 4f 04 addss 0x4(%rdi),%xmm1
164bc: f3 0f 58 e8 addss %xmm0,%xmm5
164c0: 0f 28 c6 movaps %xmm6,%xmm0
164c3: f3 0f 59 de mulss %xmm6,%xmm3
164c7: f3 0f 59 d1 mulss %xmm1,%xmm2
164cb: f3 0f 59 c4 mulss %xmm4,%xmm0
164cf: f3 0f 59 cc mulss %xmm4,%xmm1
164d3: f3 0f 58 c2 addss %xmm2,%xmm0
164d7: f3 0f 5c cb subss %xmm3,%xmm1
164db: f3 0f 5e c5 divss %xmm5,%xmm0
164df: f3 0f 5e cd divss %xmm5,%xmm1
164e3: f3 0f 11 03 movss %xmm0,(%rbx)
164e7: f3 0f 11 4b 04 movss %xmm1,0x4(%rbx)
164ec: f3 0f 7e 03 movq (%rbx),%xmm0
164f0: e8 6b 61 ff ff callq c660 <npy_clogf@plt>
164f5: 66 0f d6 03 movq %xmm0,(%rbx)
164f9: 0f 57 e4 xorps %xmm4,%xmm4
164fc: f3 0f 10 2d 14 b3 04 movss 0x4b314(%rip),%xmm5 # 61818 <lddoc+0x598>
16503: 00
16504: f3 0f 10 1b movss (%rbx),%xmm3
16508: f3 0f 10 53 04 movss 0x4(%rbx),%xmm2
1650d: 0f 28 c3 movaps %xmm3,%xmm0
16510: 0f 28 ca movaps %xmm2,%xmm1
16513: f3 0f 59 dc mulss %xmm4,%xmm3
16517: f3 0f 59 c5 mulss %xmm5,%xmm0
1651b: f3 0f 59 cc mulss %xmm4,%xmm1
1651f: f3 0f 59 d5 mulss %xmm5,%xmm2
16523: f3 0f 5c c1 subss %xmm1,%xmm0
16527: f3 0f 58 d3 addss %xmm3,%xmm2
1652b: f3 0f 11 03 movss %xmm0,(%rbx)
1652f: f3 0f 11 53 04 movss %xmm2,0x4(%rbx)
16534: 5b pop %rbx
16535: c3 retq
16536: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
1653d: 00 00 00
0000000000016540 <nc_atanf>:
16540: 53 push %rbx
16541: 48 89 f3 mov %rsi,%rbx
16544: 48 83 ec 10 sub $0x10,%rsp
16548: f3 0f 10 27 movss (%rdi),%xmm4
1654c: f3 0f 10 15 3c b1 04 movss 0x4b13c(%rip),%xmm2 # 61690 <lddoc+0x410>
16553: 00
16554: 0f 28 c4 movaps %xmm4,%xmm0
16557: f2 0f 10 1d f9 b2 04 movsd 0x4b2f9(%rip),%xmm3 # 61858 <lddoc+0x5d8>
1655e: 00
1655f: 0f 54 c2 andps %xmm2,%xmm0
16562: 0f 14 c0 unpcklps %xmm0,%xmm0
16565: 0f 5a c0 cvtps2pd %xmm0,%xmm0
16568: 66 0f 2e c3 ucomisd %xmm3,%xmm0
1656c: 0f 87 26 01 00 00 ja 16698 <nc_atanf+0x158>
16572: f3 0f 10 4f 04 movss 0x4(%rdi),%xmm1
16577: 0f 28 c1 movaps %xmm1,%xmm0
1657a: 0f 54 c2 andps %xmm2,%xmm0
1657d: 0f 14 c0 unpcklps %xmm0,%xmm0
16580: 0f 5a c0 cvtps2pd %xmm0,%xmm0
16583: 66 0f 2e c3 ucomisd %xmm3,%xmm0
16587: 0f 87 10 01 00 00 ja 1669d <nc_atanf+0x15d>
1658d: 0f 28 ec movaps %xmm4,%xmm5
16590: 48 8b 05 19 90 25 00 mov 0x259019(%rip),%rax # 26f5b0 <nc_1f>
16597: 0f 28 c1 movaps %xmm1,%xmm0
1659a: 0f 28 d4 movaps %xmm4,%xmm2
1659d: f3 0f 59 ec mulss %xmm4,%xmm5
165a1: f3 0f 59 c1 mulss %xmm1,%xmm0
165a5: 48 89 06 mov %rax,(%rsi)
165a8: f3 0f 59 d1 mulss %xmm1,%xmm2
165ac: f3 0f 10 26 movss (%rsi),%xmm4
165b0: f3 0f 10 4e 04 movss 0x4(%rsi),%xmm1
165b5: f3 0f 5c e8 subss %xmm0,%xmm5
165b9: f3 0f 58 d2 addss %xmm2,%xmm2
165bd: 0f 28 dd movaps %xmm5,%xmm3
165c0: 0f 28 c2 movaps %xmm2,%xmm0
165c3: f3 0f 59 dc mulss %xmm4,%xmm3
165c7: f3 0f 59 c1 mulss %xmm1,%xmm0
165cb: f3 0f 59 cd mulss %xmm5,%xmm1
165cf: f3 0f 5c d8 subss %xmm0,%xmm3
165d3: 0f 28 c2 movaps %xmm2,%xmm0
165d6: f3 0f 59 c4 mulss %xmm4,%xmm0
165da: 0f 28 e5 movaps %xmm5,%xmm4
165dd: f3 0f 58 c1 addss %xmm1,%xmm0
165e1: f3 0f 10 0d 3b b2 04 movss 0x4b23b(%rip),%xmm1 # 61824 <lddoc+0x5a4>
165e8: 00
165e9: f3 0f 59 d9 mulss %xmm1,%xmm3
165ed: f3 0f 59 c1 mulss %xmm1,%xmm0
165f1: 0f 28 ca movaps %xmm2,%xmm1
165f4: f3 0f 11 1e movss %xmm3,(%rsi)
165f8: f3 0f 11 46 04 movss %xmm0,0x4(%rsi)
165fd: f3 0f 58 1d ab 8f 25 addss 0x258fab(%rip),%xmm3 # 26f5b0 <nc_1f>
16604: 00
16605: f3 0f 11 1e movss %xmm3,(%rsi)
16609: f3 0f 59 e3 mulss %xmm3,%xmm4
1660d: f3 0f 59 d3 mulss %xmm3,%xmm2
16611: f3 0f 58 05 9b 8f 25 addss 0x258f9b(%rip),%xmm0 # 26f5b4 <nc_1f+0x4>
16618: 00
16619: f3 0f 59 c8 mulss %xmm0,%xmm1
1661d: f3 0f 59 e8 mulss %xmm0,%xmm5
16621: f3 0f 10 05 ff b1 04 movss 0x4b1ff(%rip),%xmm0 # 61828 <lddoc+0x5a8>
16628: 00
16629: f3 0f 5c e1 subss %xmm1,%xmm4
1662d: f3 0f 58 d5 addss %xmm5,%xmm2
16631: f3 0f 59 e0 mulss %xmm0,%xmm4
16635: f3 0f 59 d0 mulss %xmm0,%xmm2
16639: f3 0f 11 26 movss %xmm4,(%rsi)
1663d: f3 0f 11 56 04 movss %xmm2,0x4(%rsi)
16642: f3 0f 58 25 66 8f 25 addss 0x258f66(%rip),%xmm4 # 26f5b0 <nc_1f>
16649: 00
1664a: f3 0f 11 26 movss %xmm4,(%rsi)
1664e: 0f 28 c4 movaps %xmm4,%xmm0
16651: f3 0f 58 15 5b 8f 25 addss 0x258f5b(%rip),%xmm2 # 26f5b4 <nc_1f+0x4>
16658: 00
16659: f3 0f 11 56 04 movss %xmm2,0x4(%rsi)
1665e: 0f 28 ca movaps %xmm2,%xmm1
16661: f3 0f 10 2f movss (%rdi),%xmm5
16665: f3 0f 10 5f 04 movss 0x4(%rdi),%xmm3
1666a: f3 0f 59 c5 mulss %xmm5,%xmm0
1666e: f3 0f 59 cb mulss %xmm3,%xmm1
16672: f3 0f 59 e3 mulss %xmm3,%xmm4
16676: f3 0f 59 d5 mulss %xmm5,%xmm2
1667a: f3 0f 5c c1 subss %xmm1,%xmm0
1667e: f3 0f 58 e2 addss %xmm2,%xmm4
16682: f3 0f 11 06 movss %xmm0,(%rsi)
16686: f3 0f 11 66 04 movss %xmm4,0x4(%rsi)
1668b: 48 83 c4 10 add $0x10,%rsp
1668f: 5b pop %rbx
16690: c3 retq
16691: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
16698: f3 0f 10 4f 04 movss 0x4(%rdi),%xmm1
1669d: 0f 57 ff xorps %xmm7,%xmm7
166a0: 0f 28 ec movaps %xmm4,%xmm5
166a3: f3 0f 10 05 49 b1 04 movss 0x4b149(%rip),%xmm0 # 617f4 <lddoc+0x574>
166aa: 00
166ab: 0f 28 d8 movaps %xmm0,%xmm3
166ae: f3 0f 58 ef addss %xmm7,%xmm5
166b2: 0f 28 d7 movaps %xmm7,%xmm2
166b5: f3 0f 5c d9 subss %xmm1,%xmm3
166b9: f3 0f 5c d4 subss %xmm4,%xmm2
166bd: f3 0f 11 2b movss %xmm5,(%rbx)
166c1: 0f 28 cb movaps %xmm3,%xmm1
166c4: f3 0f 10 77 04 movss 0x4(%rdi),%xmm6
166c9: 0f 28 e2 movaps %xmm2,%xmm4
166cc: f3 0f 58 f0 addss %xmm0,%xmm6
166d0: 0f 28 c3 movaps %xmm3,%xmm0
166d3: f3 0f 59 e2 mulss %xmm2,%xmm4
166d7: f3 0f 59 c3 mulss %xmm3,%xmm0
166db: f3 0f 59 dd mulss %xmm5,%xmm3
166df: f3 0f 59 ce mulss %xmm6,%xmm1
166e3: f3 0f 58 e0 addss %xmm0,%xmm4
166e7: 0f 28 c2 movaps %xmm2,%xmm0
166ea: f3 0f 59 d6 mulss %xmm6,%xmm2
166ee: f3 0f 59 c5 mulss %xmm5,%xmm0
166f2: f3 0f 5c d3 subss %xmm3,%xmm2
166f6: f3 0f 58 c1 addss %xmm1,%xmm0
166fa: f3 0f 5e d4 divss %xmm4,%xmm2
166fe: f3 0f 5e c4 divss %xmm4,%xmm0
16702: f3 0f 11 53 04 movss %xmm2,0x4(%rbx)
16707: f3 0f 11 03 movss %xmm0,(%rbx)
1670b: f3 0f 7e 03 movq (%rbx),%xmm0
1670f: f3 0f 11 3c 24 movss %xmm7,(%rsp)
16714: e8 47 5f ff ff callq c660 <npy_clogf@plt>
16719: 66 0f d6 03 movq %xmm0,(%rbx)
1671d: f3 0f 10 25 f3 b0 04 movss 0x4b0f3(%rip),%xmm4 # 61818 <lddoc+0x598>
16724: 00
16725: f3 0f 10 1b movss (%rbx),%xmm3
16729: f3 0f 10 53 04 movss 0x4(%rbx),%xmm2
1672e: 0f 28 c3 movaps %xmm3,%xmm0
16731: 0f 28 ca movaps %xmm2,%xmm1
16734: f3 0f 59 dc mulss %xmm4,%xmm3
16738: f3 0f 10 3c 24 movss (%rsp),%xmm7
1673d: f3 0f 59 c7 mulss %xmm7,%xmm0
16741: f3 0f 59 cc mulss %xmm4,%xmm1
16745: f3 0f 59 d7 mulss %xmm7,%xmm2
16749: f3 0f 5c c1 subss %xmm1,%xmm0
1674d: f3 0f 58 d3 addss %xmm3,%xmm2
16751: f3 0f 11 03 movss %xmm0,(%rbx)
16755: f3 0f 11 53 04 movss %xmm2,0x4(%rbx)
1675a: 48 83 c4 10 add $0x10,%rsp
1675e: 5b pop %rbx
1675f: c3 retq
0000000000016760 <nc_atanh>:
16760: 53 push %rbx
16761: 48 89 f3 mov %rsi,%rbx
16764: 48 83 ec 10 sub $0x10,%rsp
16768: f2 0f 10 0f movsd (%rdi),%xmm1
1676c: f2 0f 10 15 0c af 04 movsd 0x4af0c(%rip),%xmm2 # 61680 <lddoc+0x400>
16773: 00
16774: 66 0f 28 c1 movapd %xmm1,%xmm0
16778: f2 0f 10 1d d8 b0 04 movsd 0x4b0d8(%rip),%xmm3 # 61858 <lddoc+0x5d8>
1677f: 00
16780: 66 0f 54 c2 andpd %xmm2,%xmm0
16784: 66 0f 2e c3 ucomisd %xmm3,%xmm0
16788: 0f 87 82 01 00 00 ja 16910 <nc_atanh+0x1b0>
1678e: f2 0f 10 67 08 movsd 0x8(%rdi),%xmm4
16793: 66 0f 28 c4 movapd %xmm4,%xmm0
16797: 66 0f 54 c2 andpd %xmm2,%xmm0
1679b: 66 0f 2e c3 ucomisd %xmm3,%xmm0
1679f: 0f 87 6b 01 00 00 ja 16910 <nc_atanh+0x1b0>
167a5: 66 0f 28 e9 movapd %xmm1,%xmm5
167a9: 48 8b 05 f0 8d 25 00 mov 0x258df0(%rip),%rax # 26f5a0 <nc_1>
167b0: 66 0f 28 c4 movapd %xmm4,%xmm0
167b4: f2 0f 59 e9 mulsd %xmm1,%xmm5
167b8: f2 0f 59 c4 mulsd %xmm4,%xmm0
167bc: 48 89 06 mov %rax,(%rsi)
167bf: 48 8b 05 e2 8d 25 00 mov 0x258de2(%rip),%rax # 26f5a8 <nc_1+0x8>
167c6: f2 0f 59 e1 mulsd %xmm1,%xmm4
167ca: f2 0f 10 1e movsd (%rsi),%xmm3
167ce: 48 89 46 08 mov %rax,0x8(%rsi)
167d2: f2 0f 5c e8 subsd %xmm0,%xmm5
167d6: f2 0f 10 4e 08 movsd 0x8(%rsi),%xmm1
167db: f2 0f 58 e4 addsd %xmm4,%xmm4
167df: 66 0f 28 d5 movapd %xmm5,%xmm2
167e3: 66 0f 28 c4 movapd %xmm4,%xmm0
167e7: f2 0f 59 d3 mulsd %xmm3,%xmm2
167eb: f2 0f 59 c1 mulsd %xmm1,%xmm0
167ef: f2 0f 59 cd mulsd %xmm5,%xmm1
167f3: f2 0f 5c d0 subsd %xmm0,%xmm2
167f7: 66 0f 28 c4 movapd %xmm4,%xmm0
167fb: f2 0f 59 c3 mulsd %xmm3,%xmm0
167ff: 66 0f 28 dd movapd %xmm5,%xmm3
16803: f2 0f 58 c1 addsd %xmm1,%xmm0
16807: f2 0f 10 0d b9 b0 04 movsd 0x4b0b9(%rip),%xmm1 # 618c8 <lddoc+0x648>
1680e: 00
1680f: f2 0f 59 d1 mulsd %xmm1,%xmm2
16813: f2 0f 59 c1 mulsd %xmm1,%xmm0
16817: 66 0f 28 cc movapd %xmm4,%xmm1
1681b: f2 0f 11 16 movsd %xmm2,(%rsi)
1681f: f2 0f 11 46 08 movsd %xmm0,0x8(%rsi)
16824: f2 0f 58 15 74 8d 25 addsd 0x258d74(%rip),%xmm2 # 26f5a0 <nc_1>
1682b: 00
1682c: f2 0f 11 16 movsd %xmm2,(%rsi)
16830: f2 0f 59 da mulsd %xmm2,%xmm3
16834: f2 0f 58 05 6c 8d 25 addsd 0x258d6c(%rip),%xmm0 # 26f5a8 <nc_1+0x8>
1683b: 00
1683c: f2 0f 59 c8 mulsd %xmm0,%xmm1
16840: f2 0f 59 c5 mulsd %xmm5,%xmm0
16844: f2 0f 5c d9 subsd %xmm1,%xmm3
16848: 66 0f 28 cc movapd %xmm4,%xmm1
1684c: f2 0f 59 ca mulsd %xmm2,%xmm1
16850: 66 0f 28 d5 movapd %xmm5,%xmm2
16854: f2 0f 58 c8 addsd %xmm0,%xmm1
16858: f2 0f 10 05 70 b0 04 movsd 0x4b070(%rip),%xmm0 # 618d0 <lddoc+0x650>
1685f: 00
16860: f2 0f 59 d8 mulsd %xmm0,%xmm3
16864: f2 0f 59 c8 mulsd %xmm0,%xmm1
16868: 66 0f 28 c4 movapd %xmm4,%xmm0
1686c: f2 0f 11 1e movsd %xmm3,(%rsi)
16870: f2 0f 11 4e 08 movsd %xmm1,0x8(%rsi)
16875: f2 0f 58 1d 23 8d 25 addsd 0x258d23(%rip),%xmm3 # 26f5a0 <nc_1>
1687c: 00
1687d: f2 0f 11 1e movsd %xmm3,(%rsi)
16881: f2 0f 59 d3 mulsd %xmm3,%xmm2
16885: f2 0f 59 e3 mulsd %xmm3,%xmm4
16889: f2 0f 58 0d 17 8d 25 addsd 0x258d17(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
16890: 00
16891: f2 0f 59 c1 mulsd %xmm1,%xmm0
16895: f2 0f 59 e9 mulsd %xmm1,%xmm5
16899: f2 0f 5c d0 subsd %xmm0,%xmm2
1689d: f2 0f 10 05 33 b0 04 movsd 0x4b033(%rip),%xmm0 # 618d8 <lddoc+0x658>
168a4: 00
168a5: f2 0f 58 e5 addsd %xmm5,%xmm4
168a9: f2 0f 59 d0 mulsd %xmm0,%xmm2
168ad: f2 0f 59 e0 mulsd %xmm0,%xmm4
168b1: f2 0f 11 16 movsd %xmm2,(%rsi)
168b5: f2 0f 11 66 08 movsd %xmm4,0x8(%rsi)
168ba: f2 0f 58 15 de 8c 25 addsd 0x258cde(%rip),%xmm2 # 26f5a0 <nc_1>
168c1: 00
168c2: f2 0f 11 16 movsd %xmm2,(%rsi)
168c6: 66 0f 28 c2 movapd %xmm2,%xmm0
168ca: f2 0f 58 25 d6 8c 25 addsd 0x258cd6(%rip),%xmm4 # 26f5a8 <nc_1+0x8>
168d1: 00
168d2: f2 0f 11 66 08 movsd %xmm4,0x8(%rsi)
168d7: 66 0f 28 cc movapd %xmm4,%xmm1
168db: f2 0f 10 2f movsd (%rdi),%xmm5
168df: f2 0f 10 5f 08 movsd 0x8(%rdi),%xmm3
168e4: f2 0f 59 c5 mulsd %xmm5,%xmm0
168e8: f2 0f 59 cb mulsd %xmm3,%xmm1
168ec: f2 0f 59 d3 mulsd %xmm3,%xmm2
168f0: f2 0f 59 e5 mulsd %xmm5,%xmm4
168f4: f2 0f 5c c1 subsd %xmm1,%xmm0
168f8: f2 0f 58 d4 addsd %xmm4,%xmm2
168fc: f2 0f 11 06 movsd %xmm0,(%rsi)
16900: f2 0f 11 56 08 movsd %xmm2,0x8(%rsi)
16905: 48 83 c4 10 add $0x10,%rsp
16909: 5b pop %rbx
1690a: c3 retq
1690b: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
16910: f2 0f 10 25 88 8c 25 movsd 0x258c88(%rip),%xmm4 # 26f5a0 <nc_1>
16917: 00
16918: f2 0f 5c e1 subsd %xmm1,%xmm4
1691c: f2 0f 11 23 movsd %xmm4,(%rbx)
16920: 66 0f 28 ec movapd %xmm4,%xmm5
16924: f2 0f 10 1d 7c 8c 25 movsd 0x258c7c(%rip),%xmm3 # 26f5a8 <nc_1+0x8>
1692b: 00
1692c: f2 0f 59 ec mulsd %xmm4,%xmm5
16930: f2 0f 5c 5f 08 subsd 0x8(%rdi),%xmm3
16935: f2 0f 11 5b 08 movsd %xmm3,0x8(%rbx)
1693a: 66 0f 28 c3 movapd %xmm3,%xmm0
1693e: 66 0f 28 d3 movapd %xmm3,%xmm2
16942: f2 0f 10 35 56 8c 25 movsd 0x258c56(%rip),%xmm6 # 26f5a0 <nc_1>
16949: 00
1694a: f2 0f 10 0d 56 8c 25 movsd 0x258c56(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
16951: 00
16952: f2 0f 58 37 addsd (%rdi),%xmm6
16956: f2 0f 59 c3 mulsd %xmm3,%xmm0
1695a: f2 0f 58 4f 08 addsd 0x8(%rdi),%xmm1
1695f: f2 0f 58 e8 addsd %xmm0,%xmm5
16963: 66 0f 28 c6 movapd %xmm6,%xmm0
16967: f2 0f 59 de mulsd %xmm6,%xmm3
1696b: f2 0f 59 d1 mulsd %xmm1,%xmm2
1696f: f2 0f 59 c4 mulsd %xmm4,%xmm0
16973: f2 0f 59 cc mulsd %xmm4,%xmm1
16977: f2 0f 58 c2 addsd %xmm2,%xmm0
1697b: f2 0f 5c cb subsd %xmm3,%xmm1
1697f: f2 0f 5e c5 divsd %xmm5,%xmm0
16983: f2 0f 5e cd divsd %xmm5,%xmm1
16987: f2 0f 11 03 movsd %xmm0,(%rbx)
1698b: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
16990: e8 2b 60 ff ff callq c9c0 <npy_clog@plt>
16995: f2 0f 11 04 24 movsd %xmm0,(%rsp)
1699a: 48 8b 04 24 mov (%rsp),%rax
1699e: f2 0f 11 4c 24 08 movsd %xmm1,0x8(%rsp)
169a4: 66 0f 57 e4 xorpd %xmm4,%xmm4
169a8: f2 0f 10 2d 10 af 04 movsd 0x4af10(%rip),%xmm5 # 618c0 <lddoc+0x640>
169af: 00
169b0: 48 89 03 mov %rax,(%rbx)
169b3: 48 8b 44 24 08 mov 0x8(%rsp),%rax
169b8: f2 0f 10 1b movsd (%rbx),%xmm3
169bc: 66 0f 28 c3 movapd %xmm3,%xmm0
169c0: f2 0f 59 dc mulsd %xmm4,%xmm3
169c4: 48 89 43 08 mov %rax,0x8(%rbx)
169c8: f2 0f 10 53 08 movsd 0x8(%rbx),%xmm2
169cd: f2 0f 59 c5 mulsd %xmm5,%xmm0
169d1: 66 0f 28 ca movapd %xmm2,%xmm1
169d5: f2 0f 59 d5 mulsd %xmm5,%xmm2
169d9: f2 0f 59 cc mulsd %xmm4,%xmm1
169dd: f2 0f 58 d3 addsd %xmm3,%xmm2
169e1: f2 0f 5c c1 subsd %xmm1,%xmm0
169e5: f2 0f 11 53 08 movsd %xmm2,0x8(%rbx)
169ea: f2 0f 11 03 movsd %xmm0,(%rbx)
169ee: 48 83 c4 10 add $0x10,%rsp
169f2: 5b pop %rbx
169f3: c3 retq
169f4: 66 66 66 2e 0f 1f 84 data32 data32 nopw %cs:0x0(%rax,%rax,1)
169fb: 00 00 00 00 00
0000000000016a00 <nc_atan>:
16a00: 53 push %rbx
16a01: 48 89 f3 mov %rsi,%rbx
16a04: 48 83 ec 20 sub $0x20,%rsp
16a08: f2 0f 10 17 movsd (%rdi),%xmm2
16a0c: f2 0f 10 0d 6c ac 04 movsd 0x4ac6c(%rip),%xmm1 # 61680 <lddoc+0x400>
16a13: 00
16a14: 66 0f 28 c2 movapd %xmm2,%xmm0
16a18: f2 0f 10 1d 38 ae 04 movsd 0x4ae38(%rip),%xmm3 # 61858 <lddoc+0x5d8>
16a1f: 00
16a20: 66 0f 54 c1 andpd %xmm1,%xmm0
16a24: 66 0f 2e c3 ucomisd %xmm3,%xmm0
16a28: 0f 87 82 01 00 00 ja 16bb0 <nc_atan+0x1b0>
16a2e: f2 0f 10 67 08 movsd 0x8(%rdi),%xmm4
16a33: 66 0f 28 c4 movapd %xmm4,%xmm0
16a37: 66 0f 54 c1 andpd %xmm1,%xmm0
16a3b: 66 0f 2e c3 ucomisd %xmm3,%xmm0
16a3f: 0f 87 70 01 00 00 ja 16bb5 <nc_atan+0x1b5>
16a45: 66 0f 28 ea movapd %xmm2,%xmm5
16a49: 48 8b 05 50 8b 25 00 mov 0x258b50(%rip),%rax # 26f5a0 <nc_1>
16a50: 66 0f 28 c4 movapd %xmm4,%xmm0
16a54: f2 0f 59 ea mulsd %xmm2,%xmm5
16a58: f2 0f 59 c4 mulsd %xmm4,%xmm0
16a5c: 48 89 06 mov %rax,(%rsi)
16a5f: 48 8b 05 42 8b 25 00 mov 0x258b42(%rip),%rax # 26f5a8 <nc_1+0x8>
16a66: f2 0f 59 e2 mulsd %xmm2,%xmm4
16a6a: f2 0f 10 1e movsd (%rsi),%xmm3
16a6e: 48 89 46 08 mov %rax,0x8(%rsi)
16a72: f2 0f 5c e8 subsd %xmm0,%xmm5
16a76: f2 0f 10 4e 08 movsd 0x8(%rsi),%xmm1
16a7b: f2 0f 58 e4 addsd %xmm4,%xmm4
16a7f: 66 0f 28 d5 movapd %xmm5,%xmm2
16a83: 66 0f 28 c4 movapd %xmm4,%xmm0
16a87: f2 0f 59 d3 mulsd %xmm3,%xmm2
16a8b: f2 0f 59 c1 mulsd %xmm1,%xmm0
16a8f: f2 0f 59 cd mulsd %xmm5,%xmm1
16a93: f2 0f 5c d0 subsd %xmm0,%xmm2
16a97: 66 0f 28 c4 movapd %xmm4,%xmm0
16a9b: f2 0f 59 c3 mulsd %xmm3,%xmm0
16a9f: 66 0f 28 dd movapd %xmm5,%xmm3
16aa3: f2 0f 58 c1 addsd %xmm1,%xmm0
16aa7: f2 0f 10 0d 31 ae 04 movsd 0x4ae31(%rip),%xmm1 # 618e0 <lddoc+0x660>
16aae: 00
16aaf: f2 0f 59 d1 mulsd %xmm1,%xmm2
16ab3: f2 0f 59 c1 mulsd %xmm1,%xmm0
16ab7: 66 0f 28 cc movapd %xmm4,%xmm1
16abb: f2 0f 11 16 movsd %xmm2,(%rsi)
16abf: f2 0f 11 46 08 movsd %xmm0,0x8(%rsi)
16ac4: f2 0f 58 15 d4 8a 25 addsd 0x258ad4(%rip),%xmm2 # 26f5a0 <nc_1>
16acb: 00
16acc: f2 0f 11 16 movsd %xmm2,(%rsi)
16ad0: f2 0f 59 da mulsd %xmm2,%xmm3
16ad4: f2 0f 58 05 cc 8a 25 addsd 0x258acc(%rip),%xmm0 # 26f5a8 <nc_1+0x8>
16adb: 00
16adc: f2 0f 59 c8 mulsd %xmm0,%xmm1
16ae0: f2 0f 59 c5 mulsd %xmm5,%xmm0
16ae4: f2 0f 5c d9 subsd %xmm1,%xmm3
16ae8: 66 0f 28 cc movapd %xmm4,%xmm1
16aec: f2 0f 59 ca mulsd %xmm2,%xmm1
16af0: 66 0f 28 d5 movapd %xmm5,%xmm2
16af4: f2 0f 58 c8 addsd %xmm0,%xmm1
16af8: f2 0f 10 05 e8 ad 04 movsd 0x4ade8(%rip),%xmm0 # 618e8 <lddoc+0x668>
16aff: 00
16b00: f2 0f 59 d8 mulsd %xmm0,%xmm3
16b04: f2 0f 59 c8 mulsd %xmm0,%xmm1
16b08: 66 0f 28 c4 movapd %xmm4,%xmm0
16b0c: f2 0f 11 1e movsd %xmm3,(%rsi)
16b10: f2 0f 11 4e 08 movsd %xmm1,0x8(%rsi)
16b15: f2 0f 58 1d 83 8a 25 addsd 0x258a83(%rip),%xmm3 # 26f5a0 <nc_1>
16b1c: 00
16b1d: f2 0f 11 1e movsd %xmm3,(%rsi)
16b21: f2 0f 59 d3 mulsd %xmm3,%xmm2
16b25: f2 0f 59 e3 mulsd %xmm3,%xmm4
16b29: f2 0f 58 0d 77 8a 25 addsd 0x258a77(%rip),%xmm1 # 26f5a8 <nc_1+0x8>
16b30: 00
16b31: f2 0f 59 c1 mulsd %xmm1,%xmm0
16b35: f2 0f 59 e9 mulsd %xmm1,%xmm5
16b39: f2 0f 5c d0 subsd %xmm0,%xmm2
16b3d: f2 0f 10 05 ab ad 04 movsd 0x4adab(%rip),%xmm0 # 618f0 <lddoc+0x670>
16b44: 00
16b45: f2 0f 58 e5 addsd %xmm5,%xmm4
16b49: f2 0f 59 d0 mulsd %xmm0,%xmm2
16b4d: f2 0f 59 e0 mulsd %xmm0,%xmm4
16b51: f2 0f 11 16 movsd %xmm2,(%rsi)
16b55: f2 0f 11 66 08 movsd %xmm4,0x8(%rsi)
16b5a: f2 0f 58 15 3e 8a 25 addsd 0x258a3e(%rip),%xmm2 # 26f5a0 <nc_1>
16b61: 00
16b62: f2 0f 11 16 movsd %xmm2,(%rsi)
16b66: 66 0f 28 c2 movapd %xmm2,%xmm0
16b6a: f2 0f 58 25 36 8a 25 addsd 0x258a36(%rip),%xmm4 # 26f5a8 <nc_1+0x8>
16b71: 00
16b72: f2 0f 11 66 08 movsd %xmm4,0x8(%rsi)
16b77: 66 0f 28 cc movapd %xmm4,%xmm1
16b7b: f2 0f 10 2f movsd (%rdi),%xmm5
16b7f: f2 0f 10 5f 08 movsd 0x8(%rdi),%xmm3
16b84: f2 0f 59 c5 mulsd %xmm5,%xmm0
16b88: f2 0f 59 cb mulsd %xmm3,%xmm1
16b8c: f2 0f 59 d3 mulsd %xmm3,%xmm2
16b90: f2 0f 59 e5 mulsd %xmm5,%xmm4
16b94: f2 0f 5c c1 subsd %xmm1,%xmm0
16b98: f2 0f 58 d4 addsd %xmm4,%xmm2
16b9c: f2 0f 11 06 movsd %xmm0,(%rsi)
16ba0: f2 0f 11 56 08 movsd %xmm2,0x8(%rsi)
16ba5: 48 83 c4 20 add $0x20,%rsp
16ba9: 5b pop %rbx
16baa: c3 retq
16bab: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
16bb0: f2 0f 10 67 08 movsd 0x8(%rdi),%xmm4
16bb5: 66 0f 57 ff xorpd %xmm7,%xmm7
16bb9: 66 0f 28 ea movapd %xmm2,%xmm5
16bbd: f2 0f 10 05 6b ac 04 movsd 0x4ac6b(%rip),%xmm0 # 61830 <lddoc+0x5b0>
16bc4: 00
16bc5: f2 0f 58 ef addsd %xmm7,%xmm5
16bc9: 66 0f 28 cf movapd %xmm7,%xmm1
16bcd: 66 0f 28 d8 movapd %xmm0,%xmm3
16bd1: f2 0f 5c ca subsd %xmm2,%xmm1
16bd5: f2 0f 5c dc subsd %xmm4,%xmm3
16bd9: f2 0f 11 2b movsd %xmm5,(%rbx)
16bdd: f2 0f 10 77 08 movsd 0x8(%rdi),%xmm6
16be2: 66 0f 28 e1 movapd %xmm1,%xmm4
16be6: 66 0f 28 d3 movapd %xmm3,%xmm2
16bea: f2 0f 58 f0 addsd %xmm0,%xmm6
16bee: 66 0f 28 c3 movapd %xmm3,%xmm0
16bf2: f2 0f 59 e1 mulsd %xmm1,%xmm4
16bf6: f2 0f 59 c3 mulsd %xmm3,%xmm0
16bfa: f2 0f 59 dd mulsd %xmm5,%xmm3
16bfe: f2 0f 59 d6 mulsd %xmm6,%xmm2
16c02: f2 0f 58 e0 addsd %xmm0,%xmm4
16c06: 66 0f 28 c1 movapd %xmm1,%xmm0
16c0a: f2 0f 59 ce mulsd %xmm6,%xmm1
16c0e: f2 0f 59 c5 mulsd %xmm5,%xmm0
16c12: f2 0f 5c cb subsd %xmm3,%xmm1
16c16: f2 0f 58 c2 addsd %xmm2,%xmm0
16c1a: f2 0f 5e cc divsd %xmm4,%xmm1
16c1e: f2 0f 5e c4 divsd %xmm4,%xmm0
16c22: f2 0f 11 4b 08 movsd %xmm1,0x8(%rbx)
16c27: f2 0f 11 03 movsd %xmm0,(%rbx)
16c2b: f2 0f 11 3c 24 movsd %xmm7,(%rsp)
16c30: e8 8b 5d ff ff callq c9c0 <npy_clog@plt>
16c35: f2 0f 11 44 24 10 movsd %xmm0,0x10(%rsp)
16c3b: 48 8b 44 24 10 mov 0x10(%rsp),%rax
16c40: f2 0f 11 4c 24 18 movsd %xmm1,0x18(%rsp)
16c46: f2 0f 10 25 72 ac 04 movsd 0x4ac72(%rip),%xmm4 # 618c0 <lddoc+0x640>
16c4d: 00
16c4e: 48 89 03 mov %rax,(%rbx)
16c51: 48 8b 44 24 18 mov 0x18(%rsp),%rax
16c56: f2 0f 10 1b movsd (%rbx),%xmm3
16c5a: 66 0f 28 c3 movapd %xmm3,%xmm0
16c5e: f2 0f 59 dc mulsd %xmm4,%xmm3
16c62: 48 89 43 08 mov %rax,0x8(%rbx)
16c66: f2 0f 10 53 08 movsd 0x8(%rbx),%xmm2
16c6b: f2 0f 10 3c 24 movsd (%rsp),%xmm7
16c70: 66 0f 28 ca movapd %xmm2,%xmm1
16c74: f2 0f 59 c7 mulsd %xmm7,%xmm0
16c78: f2 0f 59 cc mulsd %xmm4,%xmm1
16c7c: f2 0f 59 d7 mulsd %xmm7,%xmm2
16c80: f2 0f 5c c1 subsd %xmm1,%xmm0
16c84: f2 0f 58 d3 addsd %xmm3,%xmm2
16c88: f2 0f 11 03 movsd %xmm0,(%rbx)
16c8c: f2 0f 11 53 08 movsd %xmm2,0x8(%rbx)
16c91: 48 83 c4 20 add $0x20,%rsp
16c95: 5b pop %rbx
16c96: c3 retq
16c97: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
16c9e: 00 00
0000000000016ca0 <nc_atanl>:
16ca0: 53 push %rbx
16ca1: 48 89 f3 mov %rsi,%rbx
16ca4: 48 83 ec 60 sub $0x60,%rsp
16ca8: db 2f fldt (%rdi)
16caa: f2 0f 10 0d ce a9 04 movsd 0x4a9ce(%rip),%xmm1 # 61680 <lddoc+0x400>
16cb1: 00
16cb2: f2 0f 10 15 9e ab 04 movsd 0x4ab9e(%rip),%xmm2 # 61858 <lddoc+0x5d8>
16cb9: 00
16cba: dd 54 24 58 fstl 0x58(%rsp)
16cbe: f2 0f 10 44 24 58 movsd 0x58(%rsp),%xmm0
16cc4: 66 0f 54 c1 andpd %xmm1,%xmm0
16cc8: 66 0f 2e c2 ucomisd %xmm2,%xmm0
16ccc: 0f 87 d6 01 00 00 ja 16ea8 <nc_atanl+0x208>
16cd2: db 6f 10 fldt 0x10(%rdi)
16cd5: dd 54 24 58 fstl 0x58(%rsp)
16cd9: f2 0f 10 44 24 58 movsd 0x58(%rsp),%xmm0
16cdf: 66 0f 54 c1 andpd %xmm1,%xmm0
16ce3: 66 0f 2e c2 ucomisd %xmm2,%xmm0
16ce7: 0f 87 be 01 00 00 ja 16eab <nc_atanl+0x20b>
16ced: d9 c1 fld %st(1)
16cef: 48 8b 05 8a 88 25 00 mov 0x25888a(%rip),%rax # 26f580 <nc_1l>
16cf6: d8 ca fmul %st(2),%st
16cf8: 48 89 06 mov %rax,(%rsi)
16cfb: 48 8b 05 86 88 25 00 mov 0x258886(%rip),%rax # 26f588 <nc_1l+0x8>
16d02: d9 c1 fld %st(1)
16d04: 48 89 46 08 mov %rax,0x8(%rsi)
16d08: 48 8b 05 81 88 25 00 mov 0x258881(%rip),%rax # 26f590 <nc_1l+0x10>
16d0f: d8 ca fmul %st(2),%st
16d11: 48 89 46 10 mov %rax,0x10(%rsi)
16d15: 48 8b 05 7c 88 25 00 mov 0x25887c(%rip),%rax # 26f598 <nc_1l+0x18>
16d1c: de e9 fsubrp %st,%st(1)
16d1e: d9 c9 fxch %st(1)
16d20: 48 89 46 18 mov %rax,0x18(%rsi)
16d24: de ca fmulp %st,%st(2)
16d26: d9 c9 fxch %st(1)
16d28: d8 c0 fadd %st(0),%st
16d2a: db 2e fldt (%rsi)
16d2c: db 6e 10 fldt 0x10(%rsi)
16d2f: d9 c3 fld %st(3)
16d31: d8 ca fmul %st(2),%st
16d33: d9 c3 fld %st(3)
16d35: d8 ca fmul %st(2),%st
16d37: de e9 fsubrp %st,%st(1)
16d39: d9 c3 fld %st(3)
16d3b: de cb fmulp %st,%st(3)
16d3d: d9 c9 fxch %st(1)
16d3f: d8 cc fmul %st(4),%st
16d41: de c2 faddp %st,%
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment