/prebuilts/go/darwin-x86/src/net/ |
lookup_windows_test.go | 47 t.Errorf("different results %s:\texp:%v\tgot:%v", server, toJson(expected), toJson(mx)) 70 t.Errorf("different results %s:\texp:%v\tgot:%v", server, expected, cname) 96 t.Errorf("different results %s:\texp:%v\tgot:%v", toJson(server), toJson(expected), ns) 122 t.Errorf("different results %s:\texp:%v\tgot:%v", server, toJson(expected), toJson(txt))
|
/prebuilts/go/linux-x86/src/net/ |
lookup_windows_test.go | 47 t.Errorf("different results %s:\texp:%v\tgot:%v", server, toJson(expected), toJson(mx)) 70 t.Errorf("different results %s:\texp:%v\tgot:%v", server, expected, cname) 96 t.Errorf("different results %s:\texp:%v\tgot:%v", toJson(server), toJson(expected), ns) 122 t.Errorf("different results %s:\texp:%v\tgot:%v", server, toJson(expected), toJson(txt))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_math.py | 482 tmant, texp = 0, 0
486 if texp > exp:
487 tmant <<= texp-exp
488 texp = exp
490 mant <<= exp-texp
492 # Round tmant * 2**texp to a float. The original recipe
493 # used float(str(tmant)) * 2.0**texp for this, but that's
496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp)
500 texp += tail
501 return math.ldexp(tmant, texp)
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_math.py | 482 tmant, texp = 0, 0 486 if texp > exp: 487 tmant <<= texp-exp 488 texp = exp 490 mant <<= exp-texp 492 # Round tmant * 2**texp to a float. The original recipe 493 # used float(str(tmant)) * 2.0**texp for this, but that's 496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp) 500 texp += tail 501 return math.ldexp(tmant, texp) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_math.py | 482 tmant, texp = 0, 0 486 if texp > exp: 487 tmant <<= texp-exp 488 texp = exp 490 mant <<= exp-texp 492 # Round tmant * 2**texp to a float. The original recipe 493 # used float(str(tmant)) * 2.0**texp for this, but that's 496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp) 500 texp += tail 501 return math.ldexp(tmant, texp) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 482 tmant, texp = 0, 0 486 if texp > exp: 487 tmant <<= texp-exp 488 texp = exp 490 mant <<= exp-texp 492 # Round tmant * 2**texp to a float. The original recipe 493 # used float(str(tmant)) * 2.0**texp for this, but that's 496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp) 500 texp += tail 501 return math.ldexp(tmant, texp) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 482 tmant, texp = 0, 0 486 if texp > exp: 487 tmant <<= texp-exp 488 texp = exp 490 mant <<= exp-texp 492 # Round tmant * 2**texp to a float. The original recipe 493 # used float(str(tmant)) * 2.0**texp for this, but that's 496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp) 500 texp += tail 501 return math.ldexp(tmant, texp) [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
APFloat.cpp | [all...] |
/external/llvm/lib/Support/ |
APFloat.cpp | [all...] |
/external/v8/src/inspector/build/closure-compiler/ |
closure-compiler.jar | |
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/ |
xalan-2.7.1.jar | |