Lines Matching refs:E
23 'pack E',
24 bin2hex(pack("E", "")),
25 bin2hex(pack("E", "a")),
26 bin2hex(pack("E", " ")),
27 bin2hex(pack("E", NULL)),
28 bin2hex(pack("E", 0)),
29 bin2hex(pack("E", 1)),
30 bin2hex(pack("E", 1.0)),
31 bin2hex(pack("E", 10000000000000000)),
32 bin2hex(pack("E", 0.591234709823149)),
33 bin2hex(pack("E", 12345678901234567890.1234567898765432123456789)),
34 bin2hex(pack("E", -1)),
35 bin2hex(pack("E", -1.0)),
36 bin2hex(pack("E", -10000000000000000)),
37 bin2hex(pack("E", -0.591234709823149)),
38 bin2hex(pack("E", -12345678901234567890.1234567898765432123456789)),
84 'unpack E',
85 unpack('E', hex2bin('3ff0000000000000')),
86 unpack('E', hex2bin('4341c37937e08000')),
87 unpack('E', hex2bin('3fe2eb650dde6a4a')),
88 unpack('E', hex2bin('43e56a95319d63e1')),
89 unpack('E', hex2bin('bff0000000000000')),
90 unpack('E', hex2bin('c341c37937e08000')),
91 unpack('E', hex2bin('bfe2eb650dde6a4a')),
92 unpack('E', hex2bin('c3e56a95319d63e1')),
133 string(6) "pack E"
212 float(-1.2345678901234567E+19)
214 string(8) "unpack E"
229 float(1.2345678901234567E+19)
245 float(-1.2345678901234567E+19)
262 float(1.2345679395506094E+19)
278 float(-1.2345679395506094E+19)
295 float(1.2345679395506094E+19)
311 float(-1.2345679395506094E+19)